2026-03-25 16:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 16:30:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-25 16:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-25 16:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 16:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 16:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 16:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 16:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: d35ef2846e3f152b
2026-03-25 16:30:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-25 16:30:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ecarstrade.be/task_33_2026-03-25T16_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-25 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 16:30:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-25 16:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 16:30:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-25 16:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-25 16:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-25 16:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 16:30:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 16:30:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-25 16:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 16:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 16:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 16:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-25 16:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 16:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 16:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 16:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 16:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 16:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 16:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 16:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-25 16:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 16:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-25 16: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-25 16: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-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=3699e954>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774456214764&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&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=3277> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=269275600.1774456216>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [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=269275600.1774456216>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&z=1689498310> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938469~116024733~117484252~118199987&apve=1&apvf=f&apvc=1&tft=1774456216480&tfd=3471> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1529749403&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=328800829&gjid=1277909593&cid=269275600.1774456216&tid=UA-73443533-1&_gid=1874804339.1774456217&_r=1&_slc=1&z=545493920> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774456214764&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&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=3277>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1529749403&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=328800829&gjid=1277909593&cid=269275600.1774456216&tid=UA-73443533-1&_gid=1874804339.1774456217&_r=1&_slc=1&z=545493920>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456216863&cv=11&fst=1774456216863&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456216908&tfd=3900> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256z8811692034za200zd871189256&_p=1774456214764&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=112&tfd=3967> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=269275600.1774456216>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256z8811692034za200zd871189256&_p=1774456214764&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=112&tfd=3967>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774456214764&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=545&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=4109> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456217123&cv=11&fst=1774456217123&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&ep.url=%2Fsearch&ep.eventName=search>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456217150&tfd=4142> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 16: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-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774456214764&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=545&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=4109>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456216863&cv=11&fst=1774456216863&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456217123&cv=11&fst=1774456217123&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=4>
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774455900000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/de.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456216863&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9cqgCQMw_lmXSAjgeHAKK5wVbrxXKNpY51y8C38AhR1fty51ECDFI3Dz1AqHY5_niHF0ohbfr-xSpjE-4ht_7hpfds3DteBoRiPw&random=3402005893&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456216863&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9cqgCQMw_lmXSAjgeHAKK5wVbrxXKNpY51y8C38AhR1fty51ECDFI3Dz1AqHY5_niHF0ohbfr-xSpjE-4ht_7hpfds3DteBoRiPw&random=3402005893&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456217123&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9BrdQ6UFSoOfPzMjMKjWEAHRvC5ATbu93ZKlO-IQsOrKd5Vh_v1WpUUoXMGXenVSB511UcRuoBqclNEJoh2HL6aKddD8mPI39fAk&random=3151868884&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456217123&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9BrdQ6UFSoOfPzMjMKjWEAHRvC5ATbu93ZKlO-IQsOrKd5Vh_v1WpUUoXMGXenVSB511UcRuoBqclNEJoh2HL6aKddD8mPI39fAk&random=3151868884&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/it.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/nl.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-25 16:30:18 [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=3699e954)
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-25 16:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:18 [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=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938469~116024733~117484252~118199987&apve=1&apvf=f&apvc=1&tft=1774456216480&tfd=3471>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:19 [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=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&ep.url=%2Fsearch&ep.eventName=search>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456217150&tfd=4142>
2026-03-25 16:30:19 [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=269275600.1774456216>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&z=1689498310>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-25 16:30:19 [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=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456216908&tfd=3900>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/de.png>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456216863&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9cqgCQMw_lmXSAjgeHAKK5wVbrxXKNpY51y8C38AhR1fty51ECDFI3Dz1AqHY5_niHF0ohbfr-xSpjE-4ht_7hpfds3DteBoRiPw&random=3402005893&rmt_tld=0&ipr=y>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456217123&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9BrdQ6UFSoOfPzMjMKjWEAHRvC5ATbu93ZKlO-IQsOrKd5Vh_v1WpUUoXMGXenVSB511UcRuoBqclNEJoh2HL6aKddD8mPI39fAk&random=3151868884&rmt_tld=0&ipr=y>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456216863&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9cqgCQMw_lmXSAjgeHAKK5wVbrxXKNpY51y8C38AhR1fty51ECDFI3Dz1AqHY5_niHF0ohbfr-xSpjE-4ht_7hpfds3DteBoRiPw&random=3402005893&rmt_tld=1&ipr=y>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456217123&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9BrdQ6UFSoOfPzMjMKjWEAHRvC5ATbu93ZKlO-IQsOrKd5Vh_v1WpUUoXMGXenVSB511UcRuoBqclNEJoh2HL6aKddD8mPI39fAk&random=3151868884&rmt_tld=1&ipr=y>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774455900000/5441429.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/it.png>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25919&mobile=false&messagesUtk=6f92af2ff6c04ad7af1cee72358a7f78&traceId=6f92af2ff6c04ad7af1cee72358a7f78> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-25 16:30:19 [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=1774456219801&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=3699e954>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=3699e954>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=3699e954>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=3699e954>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25919&mobile=false&messagesUtk=6f92af2ff6c04ad7af1cee72358a7f78&traceId=6f92af2ff6c04ad7af1cee72358a7f78>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=3699e954)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=3699e954)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774456219801&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_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=1774456220634&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 16:30:20 [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=1774456220634&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15>
2026-03-25 16:30:21 [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=1774456221026&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456221138&cv=11&fst=1774456221138&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456221152&tfd=8143> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774456221310&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456221152&tfd=8143>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456221138&cv=11&fst=1774456221138&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774456221026&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456221438&cv=11&fst=1774456221438&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456221458&tfd=8449> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456221138&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9_kokqqOFfil_XAeabMmb2m7hWTijKWcakKMOcD_Bb16MwPirQ3sikYGaNYsUXnddQPg7LwgS-xlWpRbyrQ9jqxeg3cktmAXAbhIGvRQm4oKrSxTBrHxYpw&random=3150761442&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456221138&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9_kokqqOFfil_XAeabMmb2m7hWTijKWcakKMOcD_Bb16MwPirQ3sikYGaNYsUXnddQPg7LwgS-xlWpRbyrQ9jqxeg3cktmAXAbhIGvRQm4oKrSxTBrHxYpw&random=3150761442&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774456221310&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456221438&cv=11&fst=1774456221438&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456221458&tfd=8449>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456221438&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9kaiKgq0osHemOehiSdm0O2J32Xl_GnHXu8I4sUk_mG_6XeZu1uB_pnzULVW_BHuraAwPa4V-BEQ6SGJfTiUMH9P3Jj8hzUA8cgmQZPyRNElV2C4tWessRg&random=3256436852&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456221438&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9kaiKgq0osHemOehiSdm0O2J32Xl_GnHXu8I4sUk_mG_6XeZu1uB_pnzULVW_BHuraAwPa4V-BEQ6SGJfTiUMH9P3Jj8hzUA8cgmQZPyRNElV2C4tWessRg&random=3256436852&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456221138&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9_kokqqOFfil_XAeabMmb2m7hWTijKWcakKMOcD_Bb16MwPirQ3sikYGaNYsUXnddQPg7LwgS-xlWpRbyrQ9jqxeg3cktmAXAbhIGvRQm4oKrSxTBrHxYpw&random=3150761442&rmt_tld=0&ipr=y>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456221138&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9_kokqqOFfil_XAeabMmb2m7hWTijKWcakKMOcD_Bb16MwPirQ3sikYGaNYsUXnddQPg7LwgS-xlWpRbyrQ9jqxeg3cktmAXAbhIGvRQm4oKrSxTBrHxYpw&random=3150761442&rmt_tld=1&ipr=y>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456221438&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9kaiKgq0osHemOehiSdm0O2J32Xl_GnHXu8I4sUk_mG_6XeZu1uB_pnzULVW_BHuraAwPa4V-BEQ6SGJfTiUMH9P3Jj8hzUA8cgmQZPyRNElV2C4tWessRg&random=3256436852&rmt_tld=0&ipr=y>
2026-03-25 16:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456221438&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9kaiKgq0osHemOehiSdm0O2J32Xl_GnHXu8I4sUk_mG_6XeZu1uB_pnzULVW_BHuraAwPa4V-BEQ6SGJfTiUMH9P3Jj8hzUA8cgmQZPyRNElV2C4tWessRg&random=3256436852&rmt_tld=1&ipr=y>
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774456214764&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=4&tfd=9110> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774456214764&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=269275600.1774456216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117266402~117484252&sid=1774456216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=4&tfd=9110>
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002138/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001754/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [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-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001753/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001750/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001751/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001752/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001748/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001747/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001744/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002138/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001754/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_000/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001753/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001750/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001751/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001752/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001748/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001747/photo_001/260x0__r.jpg>
2026-03-25 16:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001744/photo_001/260x0__r.jpg>
2026-03-25 16:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774456226644&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456226685&cv=11&fst=1774456226685&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16: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=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456226711&tfd=13702> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456226685&cv=11&fst=1774456226685&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456226685&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9AdKgAoAQUKNxA2AqCfEFK1Jo7C3L8judHLNpRYtjYUJxqDY44DDwZbyj3elgRcsWnHnm9YYBNzIEqT2oe0BLceHWYTccI0WpXdoTXNUVkYX2E4FSi6oGeA&random=3367341800&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456226685&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9AdKgAoAQUKNxA2AqCfEFK1Jo7C3L8judHLNpRYtjYUJxqDY44DDwZbyj3elgRcsWnHnm9YYBNzIEqT2oe0BLceHWYTccI0WpXdoTXNUVkYX2E4FSi6oGeA&random=3367341800&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456226711&tfd=13702>
2026-03-25 16:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774456226644&vi=d9c3cb008fe7fab4c158da6305c9e2d2&nc=true&u=129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1&b=129379155.1.1774456219798&cc=15>
2026-03-25 16:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456226685&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9AdKgAoAQUKNxA2AqCfEFK1Jo7C3L8judHLNpRYtjYUJxqDY44DDwZbyj3elgRcsWnHnm9YYBNzIEqT2oe0BLceHWYTccI0WpXdoTXNUVkYX2E4FSi6oGeA&random=3367341800&rmt_tld=0&ipr=y>
2026-03-25 16:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456226685&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9AdKgAoAQUKNxA2AqCfEFK1Jo7C3L8judHLNpRYtjYUJxqDY44DDwZbyj3elgRcsWnHnm9YYBNzIEqT2oe0BLceHWYTccI0WpXdoTXNUVkYX2E4FSi6oGeA&random=3367341800&rmt_tld=1&ipr=y>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456229107&cv=11&fst=1774456229107&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456229132&cv=11&fst=1774456229132&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456229144&tfd=16135> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456229144&tfd=16135> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456229144&tfd=16135>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=176118125.1774456216&dt=Search%20%7C%20eCarsTrade&auid=941865491.1774456216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774454414&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>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774456229144&tfd=16135>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456229107&cv=11&fst=1774456229107&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774456229132&cv=11&fst=1774456229132&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456229107&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9DJEo6MIsr8DcZ1fcSOf62S36xIRk8N0oJzFJpLq5hPfcnLsBlLNnD2KLVstaURnxQYlfqkToUwGtajeN9nDP8EcYF7eL3uixuthbOUc3ta0UQ4FpwmaFag&random=2537306290&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456229107&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9DJEo6MIsr8DcZ1fcSOf62S36xIRk8N0oJzFJpLq5hPfcnLsBlLNnD2KLVstaURnxQYlfqkToUwGtajeN9nDP8EcYF7eL3uixuthbOUc3ta0UQ4FpwmaFag&random=2537306290&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774456229132&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9LkvyJw3r61Nja-BlCuXunt8-HouJOLd6ibgCVHQY48B_3kHr3hYdntLAA1pKuSWHX3Uaj45YYZKBx-ATV5UK281MUXbS2D0J389-M9X6xT_Y_4pNVWF9UQ&random=3913795597&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456229132&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9LkvyJw3r61Nja-BlCuXunt8-HouJOLd6ibgCVHQY48B_3kHr3hYdntLAA1pKuSWHX3Uaj45YYZKBx-ATV5UK281MUXbS2D0J389-M9X6xT_Y_4pNVWF9UQ&random=3913795597&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456229107&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9DJEo6MIsr8DcZ1fcSOf62S36xIRk8N0oJzFJpLq5hPfcnLsBlLNnD2KLVstaURnxQYlfqkToUwGtajeN9nDP8EcYF7eL3uixuthbOUc3ta0UQ4FpwmaFag&random=2537306290&rmt_tld=0&ipr=y>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774456229132&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9LkvyJw3r61Nja-BlCuXunt8-HouJOLd6ibgCVHQY48B_3kHr3hYdntLAA1pKuSWHX3Uaj45YYZKBx-ATV5UK281MUXbS2D0J389-M9X6xT_Y_4pNVWF9UQ&random=3913795597&rmt_tld=0&ipr=y>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456229107&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9DJEo6MIsr8DcZ1fcSOf62S36xIRk8N0oJzFJpLq5hPfcnLsBlLNnD2KLVstaURnxQYlfqkToUwGtajeN9nDP8EcYF7eL3uixuthbOUc3ta0UQ4FpwmaFag&random=2537306290&rmt_tld=1&ipr=y>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774456229132&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=941865491.1774456216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774454414%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=CAQSXQAFq6B9LkvyJw3r61Nja-BlCuXunt8-HouJOLd6ibgCVHQY48B_3kHr3hYdntLAA1pKuSWHX3Uaj45YYZKBx-ATV5UK281MUXbS2D0J389-M9X6xT_Y_4pNVWF9UQ&random=3913795597&rmt_tld=1&ipr=y>
2026-03-25 16:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:30:30 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-25 16:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-25 16:30:31 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUl-eQcgyFiD_x8l2o5nqEdv7S4jR-NEOoji0v085sH5GqEJTnm1KU3Pe_Z-', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808152221, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777048213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'lgcj2bn001b8jp2qgn4e0q3eh1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774485013, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835973013, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777048213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '6d3fe659-7355-4fb8-a145-68d556f45bd5', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809016215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.941865491.1774456216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782232216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.269275600.1774456216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837528216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1874804339.1774456217', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774542616, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774456276, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ae2c3e598-f8a7-443e-84b2-19130fc8fc7b%22%2C%22%24device_id%22%3A%22e2c3e598-f8a7-443e-84b2-19130fc8fc7b%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': 1805992217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '5e6f54db-a193-4a07-b0e3-b5bca2cabd05', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1805992219, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790008219, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'd9c3cb008fe7fab4c158da6305c9e2d2', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790008219, '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.1774456219798', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774458019, '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-25T16%3A30%3A20.657Z%22%2C%22consentId%22%3A%22225eb1ef-5450-43e4-80bb-7d59ab618650%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T16%3A30%3A20.657Z%22%2C%22expirationTime%22%3A1790181020657%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790181020, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"225eb1ef-5450-43e4-80bb-7d59ab618650","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': 1774456522, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774456216$o1$g1$t1774456229$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837528229, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'V9DRXriPVPirHOQJCifSDVwpDG.MVDWeGpCW.vJ59oo-1774456220-1.0.1.1-mZ0BDOflZXb1ozvejfYakIa9fNGLaLpVvAE5kBSxR3bU5gy5IHfIrDe7NGRpMCifyqZ2.KFhOiC2eUEv4ovJxci4IcC7vhFURB2cQW0zD_c', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774458020, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'JIZ6TD1BeZNE2jTgSlKVlyJs03WiqyQyciQaan23EDQ-1774456220448-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-25 16:30:31 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUl-eQcgyFiD_x8l2o5nqEdv7S4jR-NEOoji0v085sH5GqEJTnm1KU3Pe_Z-', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'lgcj2bn001b8jp2qgn4e0q3eh1', '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': '6d3fe659-7355-4fb8-a145-68d556f45bd5', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.941865491.1774456216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.269275600.1774456216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1874804339.1774456217', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ae2c3e598-f8a7-443e-84b2-19130fc8fc7b%22%2C%22%24device_id%22%3A%22e2c3e598-f8a7-443e-84b2-19130fc8fc7b%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '5e6f54db-a193-4a07-b0e3-b5bca2cabd05', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.d9c3cb008fe7fab4c158da6305c9e2d2.1774456219798.1774456219798.1774456219798.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'd9c3cb008fe7fab4c158da6305c9e2d2', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774456219798', '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-25T16%3A30%3A20.657Z%22%2C%22consentId%22%3A%22225eb1ef-5450-43e4-80bb-7d59ab618650%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T16%3A30%3A20.657Z%22%2C%22expirationTime%22%3A1790181020657%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"225eb1ef-5450-43e4-80bb-7d59ab618650","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.s1774456216$o1$g1$t1774456229$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'V9DRXriPVPirHOQJCifSDVwpDG.MVDWeGpCW.vJ59oo-1774456220-1.0.1.1-mZ0BDOflZXb1ozvejfYakIa9fNGLaLpVvAE5kBSxR3bU5gy5IHfIrDe7NGRpMCifyqZ2.KFhOiC2eUEv4ovJxci4IcC7vhFURB2cQW0zD_c', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'JIZ6TD1BeZNE2jTgSlKVlyJs03WiqyQyciQaan23EDQ-1774456220448-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-25 16:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-25 16:30:31 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-25 16:30:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6908964stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937847stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6937847stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6938496stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938496stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6938496stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939652stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6940210stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6941363stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941452stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6941452stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941565stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6941565stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941593stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6941593stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6941759stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941847stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6941847stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6948713stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948720stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950867stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6950867stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956822stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6956822stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961504stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6961504stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963854stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6963854stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6963955stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963955stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6963955stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779771stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6779771stock: 0
2026-03-25 16:31:06 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:06 [ecarstrade.be] INFO: Scrape type for 6798434stock: 0
2026-03-25 16:31:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:06 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 16:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 182MiB
2026-03-25 16:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6807786stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6812448stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6812473stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6812486stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6821529stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276826882stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6826882stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:12 [ecarstrade.be] INFO: Scrape type for 6841360stock: 2
2026-03-25 16:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:12 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-25 16:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6841368stock: 2
2026-03-25 16:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6844861stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844861stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6844861stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846596stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6846596stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6846634stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846634stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6846634stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6852962stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6852969stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852969stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6852969stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853153stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6853153stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861986stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6861986stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6862936stock: 2
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6869116stock: 2
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870434stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6870434stock: 2
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879653stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6879653stock: 0
2026-03-25 16:31:13 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:13 [ecarstrade.be] INFO: Scrape type for 6881269stock: 2
2026-03-25 16:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812486> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:31:19 [ecarstrade.be] INFO: Extracting details for car 6812486stock
2026-03-25 16:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock
2026-03-25 16:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with scrape type 2
2026-03-25 16:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with scrape type 2
2026-03-25 16:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5, identifier: 6812486stock
2026-03-25 16:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock
2026-03-25 16:31:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock
2026-03-25 16:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock to the API
2026-03-25 16:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812486>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '533299c8-a5a4-52ed-90f0-feb4a5d7a2c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812486',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A5',
'odometer': 51854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 Sportback 2.0 35 TFSI Aut. Pano LED-Matrix Virtual Navi-Pro '
'Sport-Leather Bang&Olufsen KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TFSI Aut. Pano LED-Matrix Virtual Navi-Pro '
'Sport-Leather Bang&Olufsen KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:20 [ecarstrade.be] INFO: Saving data for 6812486stock: {'created_time': 1772611487.72097, 'last_price_update_time': 1774456280.009234}
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812486stock') HTTP/1.1" 204 0
2026-03-25 16:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841360> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812473> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:20 [ecarstrade.be] INFO: Extracting details for car 6841360stock
2026-03-25 16:31:20 [ecarstrade.be] INFO: Extracting details for car 6812473stock
2026-03-25 16:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock
2026-03-25 16:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e00aa1c1-66e3-5497-b560-0f01f4f6023b with scrape type 2
2026-03-25 16:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e00aa1c1-66e3-5497-b560-0f01f4f6023b with scrape type 2
2026-03-25 16:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e00aa1c1-66e3-5497-b560-0f01f4f6023b, identifier: 6841360stock
2026-03-25 16:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock
2026-03-25 16:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with scrape type 2
2026-03-25 16:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with scrape type 2
2026-03-25 16:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40, identifier: 6812473stock
2026-03-25 16:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock
2026-03-25 16:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock
2026-03-25 16:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock to the API
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841360>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e00aa1c1-66e3-5497-b560-0f01f4f6023b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841360',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 85507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 7,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:20 [ecarstrade.be] INFO: Saving data for 6841360stock: {'created_time': 1772611487.350765, 'last_price_update_time': 1774456280.969113}
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841360stock') HTTP/1.1" 204 0
2026-03-25 16:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock
2026-03-25 16:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock
2026-03-25 16:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock to the API
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812473>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812473',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 137470,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz CLA 200d SB Aut. LED-Xenon Widescreen Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '-Benz CLA 200d SB Aut. LED-Xenon Widescreen Navi KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:21 [ecarstrade.be] INFO: Saving data for 6812473stock: {'created_time': 1772611590.444634, 'last_price_update_time': 1774456281.932042}
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812473stock') HTTP/1.1" 204 0
2026-03-25 16:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6807786> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:31:21 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-25 16:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882775stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6882775stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885897stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6885897stock: 2
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889981stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6889981stock: 2
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891000stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6891000stock: 2
2026-03-25 16:31:22 [ecarstrade.be] INFO: Extracting details for car 6807786stock
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6892364stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276892364stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6892364stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897221stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6897221stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6898076stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898076stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6898076stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6898210stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898210stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6898210stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6898356stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898356stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6898356stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6902364stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902364stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6902364stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6907097stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907097stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6907097stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908828stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6908828stock: 2
2026-03-25 16:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812448> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock
2026-03-25 16:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with scrape type 2
2026-03-25 16:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with scrape type 2
2026-03-25 16:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ea966c7-6c80-540d-ac3e-e6c3f647c327, identifier: 6807786stock
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6909332stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909883stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6909883stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6913439stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913439stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6913439stock: 2
2026-03-25 16:31:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock
2026-03-25 16:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock
2026-03-25 16:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock to the API
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6807786>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3ea966c7-6c80-540d-ac3e-e6c3f647c327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6807786',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A6',
'odometer': 158616,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A6 2.0 50 TFSIe Plug-In Hybrid Quattro Aut. LED-Xenon Virtual '
'ACC Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 50 TFSIe Plug-In Hybrid Quattro Aut. LED-Xenon Virtual ACC '
'Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Saving data for 6807786stock: {'created_time': 1773092830.497068, 'last_price_update_time': 1774456282.69639}
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6807786stock') HTTP/1.1" 204 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Extracting details for car 6812448stock
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914084stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6914084stock: 0
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6915288stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915288stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6915288stock: 2
2026-03-25 16:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock
2026-03-25 16:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8289212a-2583-5b21-bfb7-48f74bae8381 with scrape type 2
2026-03-25 16:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8289212a-2583-5b21-bfb7-48f74bae8381 with scrape type 2
2026-03-25 16:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8289212a-2583-5b21-bfb7-48f74bae8381, identifier: 6812448stock
2026-03-25 16:31:22 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:22 [ecarstrade.be] INFO: Scrape type for 6915515stock: 2
2026-03-25 16:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock
2026-03-25 16:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock
2026-03-25 16:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock to the API
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812448>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8289212a-2583-5b21-bfb7-48f74bae8381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812448',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': "cee'd Sportswagon",
'odometer': 139923,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Ceed Sportswagon 1.6 GDi Plug-In Hybrid Aut. LED-Xenon Navi '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Ceed Sportswagon 1.6 GDi Plug-In Hybrid Aut. LED-Xenon Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:23 [ecarstrade.be] INFO: Saving data for 6812448stock: {'created_time': 1772611586.293515, 'last_price_update_time': 1774456283.438047}
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812448stock') HTTP/1.1" 204 0
2026-03-25 16:31:23 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:23 [ecarstrade.be] INFO: Scrape type for 6917287stock: 2
2026-03-25 16:31:23 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:23 [ecarstrade.be] INFO: Scrape type for 6917331stock: 2
2026-03-25 16:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821529> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:23 [ecarstrade.be] INFO: Extracting details for car 6821529stock
2026-03-25 16:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock
2026-03-25 16:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with scrape type 2
2026-03-25 16:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with scrape type 2
2026-03-25 16:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c, identifier: 6821529stock
2026-03-25 16:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock
2026-03-25 16:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock
2026-03-25 16:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock to the API
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6821529>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c35740e6-c2d8-5e3d-8a67-a7e5d493db2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6821529',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Megane',
'odometer': 124603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Megane GrandTour 1.6i TomTom Edition Navi Klima PDC ...',
'transmission': 'manual',
'trim': 'GrandTour 1.6i TomTom Edition Navi Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-25 16:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:24 [ecarstrade.be] INFO: Saving data for 6821529stock: {'created_time': 1773093198.551501, 'last_price_update_time': 1774456284.00936}
2026-03-25 16:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821529stock') HTTP/1.1" 204 0
2026-03-25 16:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841368> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:26 [ecarstrade.be] INFO: Extracting details for car 6841368stock
2026-03-25 16:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock
2026-03-25 16:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d731b634-32da-5610-aa8e-af51a40fad68 with scrape type 2
2026-03-25 16:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d731b634-32da-5610-aa8e-af51a40fad68 with scrape type 2
2026-03-25 16:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d731b634-32da-5610-aa8e-af51a40fad68, identifier: 6841368stock
2026-03-25 16:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock
2026-03-25 16:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock
2026-03-25 16:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock to the API
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841368>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd731b634-32da-5610-aa8e-af51a40fad68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841368',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 82149,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:26 [ecarstrade.be] INFO: Saving data for 6841368stock: {'created_time': 1772611500.62137, 'last_price_update_time': 1774456286.528654}
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841368stock') HTTP/1.1" 204 0
2026-03-25 16:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6826882> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:26 [ecarstrade.be] INFO: Extracting details for car 6826882stock
2026-03-25 16:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock
2026-03-25 16:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with scrape type 2
2026-03-25 16:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with scrape type 2
2026-03-25 16:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39, identifier: 6826882stock
2026-03-25 16:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock
2026-03-25 16:31:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock
2026-03-25 16:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock to the API
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6826882>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6826882',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500X',
'odometer': 85257,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Fiat 500X 1.0T 120Hp 1/2 Sport-Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.0T 120Hp 1/2 Sport-Leather Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 16:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276826882stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:27 [ecarstrade.be] INFO: Saving data for 6826882stock: {'created_time': 1773672047.065933, 'last_price_update_time': 1774456287.049425}
2026-03-25 16:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6826882stock') HTTP/1.1" 204 0
2026-03-25 16:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6870434> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:28 [ecarstrade.be] INFO: Extracting details for car 6870434stock
2026-03-25 16:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock
2026-03-25 16:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06c8a237-2bc4-5d47-95d8-877221c98f14 with scrape type 2
2026-03-25 16:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06c8a237-2bc4-5d47-95d8-877221c98f14 with scrape type 2
2026-03-25 16:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06c8a237-2bc4-5d47-95d8-877221c98f14, identifier: 6870434stock
2026-03-25 16:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock
2026-03-25 16:31:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock
2026-03-25 16:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock to the API
2026-03-25 16:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6870434>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '06c8a237-2bc4-5d47-95d8-877221c98f14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6870434',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 201943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276870434stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:28 [ecarstrade.be] INFO: Saving data for 6870434stock: {'created_time': 1772611481.29872, 'last_price_update_time': 1774456288.966025}
2026-03-25 16:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6870434stock') HTTP/1.1" 204 0
2026-03-25 16:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6869116> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:29 [ecarstrade.be] INFO: Extracting details for car 6869116stock
2026-03-25 16:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock
2026-03-25 16:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with scrape type 2
2026-03-25 16:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with scrape type 2
2026-03-25 16:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb, identifier: 6869116stock
2026-03-25 16:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock
2026-03-25 16:31:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock
2026-03-25 16:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock to the API
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6869116>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'c54eeb79-71e9-52d0-9f37-9fde49bfd2cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6869116',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 63373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQC 400 4MATIC Aut. Pano LED-Multibeam Widescreen '
'Burmester Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '400 4MATIC Aut. Pano LED-Multibeam Widescreen Burmester Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:29 [ecarstrade.be] INFO: Saving data for 6869116stock: {'created_time': 1772611480.586963, 'last_price_update_time': 1774456289.654658}
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6869116stock') HTTP/1.1" 204 0
2026-03-25 16:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6881269> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:29 [ecarstrade.be] INFO: Extracting details for car 6881269stock
2026-03-25 16:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock
2026-03-25 16:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7206cefd-76e2-5fc6-bbc0-54667af7d860 with scrape type 2
2026-03-25 16:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7206cefd-76e2-5fc6-bbc0-54667af7d860 with scrape type 2
2026-03-25 16:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7206cefd-76e2-5fc6-bbc0-54667af7d860, identifier: 6881269stock
2026-03-25 16:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock
2026-03-25 16:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock
2026-03-25 16:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock to the API
2026-03-25 16:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6881269>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7206cefd-76e2-5fc6-bbc0-54667af7d860',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6881269',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 39233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 1.5 35 TFSI LED Virtual Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'Sportback 1.5 35 TFSI LED Virtual Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:30 [ecarstrade.be] INFO: Saving data for 6881269stock: {'created_time': 1772611825.569598, 'last_price_update_time': 1774456290.232575}
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6881269stock') HTTP/1.1" 204 0
2026-03-25 16:31:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885897> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:30 [ecarstrade.be] INFO: Extracting details for car 6885897stock
2026-03-25 16:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock
2026-03-25 16:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with scrape type 2
2026-03-25 16:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with scrape type 2
2026-03-25 16:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d, identifier: 6885897stock
2026-03-25 16:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock
2026-03-25 16:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock
2026-03-25 16:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock to the API
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6885897>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2853b2ae-f746-5291-b5a8-7b9c2e81f71d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6885897',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 61669,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-20',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.2 PureTech 7PL Virtual Navi Klima '
'PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 SpaceTourer 1.2 PureTech 7PL Virtual Navi Klima PDC '
'…',
'vin': None,
'year': 2022}
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885897stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:30 [ecarstrade.be] INFO: Saving data for 6885897stock: {'created_time': 1772611772.210087, 'last_price_update_time': 1774456290.755593}
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885897stock') HTTP/1.1" 204 0
2026-03-25 16:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6891000> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:31:33 [ecarstrade.be] INFO: Extracting details for car 6891000stock
2026-03-25 16:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3de456d-9928-5096-a25b-751e2c697241 with identifier: 6891000stock
2026-03-25 16:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3de456d-9928-5096-a25b-751e2c697241 with scrape type 2
2026-03-25 16:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3de456d-9928-5096-a25b-751e2c697241 with scrape type 2
2026-03-25 16:31:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3de456d-9928-5096-a25b-751e2c697241, identifier: 6891000stock
2026-03-25 16:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3de456d-9928-5096-a25b-751e2c697241 with identifier: 6891000stock
2026-03-25 16:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3de456d-9928-5096-a25b-751e2c697241 with identifier: 6891000stock
2026-03-25 16:31:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3de456d-9928-5096-a25b-751e2c697241 with identifier: 6891000stock to the API
2026-03-25 16:31:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6891000>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f3de456d-9928-5096-a25b-751e2c697241',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6891000',
'listing': 'auction',
'location': 'France - "ST AIGNAN DE GRAND LIEU"',
'make': 'Renault',
'model': 'Austral',
'odometer': 139214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Austral 1.2 E-Tech Hybrid 200Hp Techno Aut. Pano LED '
'Virtual Navi-Pro 1/2 Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 E-Tech Hybrid 200Hp Techno Aut. Pano LED Virtual Navi-Pro 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891000stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:33 [ecarstrade.be] INFO: Saving data for 6891000stock: {'created_time': 1772611796.358579, 'last_price_update_time': 1774456293.681989}
2026-03-25 16:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6891000stock') HTTP/1.1" 204 0
2026-03-25 16:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908828> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:31:35 [ecarstrade.be] INFO: Extracting details for car 6908828stock
2026-03-25 16:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock
2026-03-25 16:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with scrape type 2
2026-03-25 16:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with scrape type 2
2026-03-25 16:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9321ef0e-5243-54e6-9bcf-eaeca0744e03, identifier: 6908828stock
2026-03-25 16:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock
2026-03-25 16:31:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock
2026-03-25 16:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock to the API
2026-03-25 16:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6908828>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9321ef0e-5243-54e6-9bcf-eaeca0744e03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6908828',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Captur',
'odometer': 75058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.3i Mild-Hybrid R.S.-Line LED Virtual Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.3i Mild-Hybrid R.S.-Line LED Virtual Navi-Pro 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 16:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276908828stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:35 [ecarstrade.be] INFO: Saving data for 6908828stock: {'created_time': 1772673736.493762, 'last_price_update_time': 1774456295.94477}
2026-03-25 16:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908828stock') HTTP/1.1" 204 0
2026-03-25 16:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913439> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:36 [ecarstrade.be] INFO: Extracting details for car 6913439stock
2026-03-25 16:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eab1e374-3269-536d-ae9f-d64ac61313af with identifier: 6913439stock
2026-03-25 16:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eab1e374-3269-536d-ae9f-d64ac61313af with scrape type 2
2026-03-25 16:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eab1e374-3269-536d-ae9f-d64ac61313af with scrape type 2
2026-03-25 16:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eab1e374-3269-536d-ae9f-d64ac61313af, identifier: 6913439stock
2026-03-25 16:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eab1e374-3269-536d-ae9f-d64ac61313af with identifier: 6913439stock
2026-03-25 16:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eab1e374-3269-536d-ae9f-d64ac61313af with identifier: 6913439stock
2026-03-25 16:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eab1e374-3269-536d-ae9f-d64ac61313af with identifier: 6913439stock to the API
2026-03-25 16:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913439>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'eab1e374-3269-536d-ae9f-d64ac61313af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913439',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 68664,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQE 300 LED Widescreen Burmester Navi Ambient Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '300 LED Widescreen Burmester Navi Ambient Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913439stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:36 [ecarstrade.be] INFO: Saving data for 6913439stock: {'created_time': 1773956013.685274, 'last_price_update_time': 1774456296.691741}
2026-03-25 16:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913439stock') HTTP/1.1" 204 0
2026-03-25 16:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915515> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:37 [ecarstrade.be] INFO: Extracting details for car 6915515stock
2026-03-25 16:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock
2026-03-25 16:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf04d9e-4ed7-5925-871f-0c67283c9887 with scrape type 2
2026-03-25 16:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf04d9e-4ed7-5925-871f-0c67283c9887 with scrape type 2
2026-03-25 16:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaf04d9e-4ed7-5925-871f-0c67283c9887, identifier: 6915515stock
2026-03-25 16:31:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock
2026-03-25 16:31:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock
2026-03-25 16:31:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock to the API
2026-03-25 16:31:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915515>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'eaf04d9e-4ed7-5925-871f-0c67283c9887',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915515',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 95726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d AMG Night Aut. LED-Xenon Widescreen Ambient Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night Aut. LED-Xenon Widescreen Ambient Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 16:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:37 [ecarstrade.be] INFO: Saving data for 6915515stock: {'created_time': 1772839866.270314, 'last_price_update_time': 1774456297.753524}
2026-03-25 16:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915515stock') HTTP/1.1" 204 0
2026-03-25 16:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915288> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:38 [ecarstrade.be] INFO: Extracting details for car 6915288stock
2026-03-25 16:31:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c327626-ae7b-52d8-98fc-229fe37a7f65 with identifier: 6915288stock
2026-03-25 16:31:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c327626-ae7b-52d8-98fc-229fe37a7f65 with scrape type 2
2026-03-25 16:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c327626-ae7b-52d8-98fc-229fe37a7f65 with scrape type 2
2026-03-25 16:31:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c327626-ae7b-52d8-98fc-229fe37a7f65, identifier: 6915288stock
2026-03-25 16:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c327626-ae7b-52d8-98fc-229fe37a7f65 with identifier: 6915288stock
2026-03-25 16:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c327626-ae7b-52d8-98fc-229fe37a7f65 with identifier: 6915288stock
2026-03-25 16:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c327626-ae7b-52d8-98fc-229fe37a7f65 with identifier: 6915288stock to the API
2026-03-25 16:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915288>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0c327626-ae7b-52d8-98fc-229fe37a7f65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915288',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C3',
'odometer': 108836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Display Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Display Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915288stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:38 [ecarstrade.be] INFO: Saving data for 6915288stock: {'created_time': 1772839868.954237, 'last_price_update_time': 1774456298.876732}
2026-03-25 16:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915288stock') HTTP/1.1" 204 0
2026-03-25 16:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889981> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:43 [ecarstrade.be] INFO: Extracting details for car 6889981stock
2026-03-25 16:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock
2026-03-25 16:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a55438d-481f-5cde-8e99-c9b987c6865f with scrape type 2
2026-03-25 16:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a55438d-481f-5cde-8e99-c9b987c6865f with scrape type 2
2026-03-25 16:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a55438d-481f-5cde-8e99-c9b987c6865f, identifier: 6889981stock
2026-03-25 16:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock
2026-03-25 16:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock
2026-03-25 16:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock to the API
2026-03-25 16:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889981>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8a55438d-481f-5cde-8e99-c9b987c6865f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889981',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 177819,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSIe Plug-In Hybrid S-line Aut. LED-Matrix Virtual '
'Navi-Pro 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSIe Plug-In Hybrid S-line Aut. LED-Matrix Virtual '
'Navi-Pro 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276889981stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:43 [ecarstrade.be] INFO: Saving data for 6889981stock: {'created_time': 1772613017.677111, 'last_price_update_time': 1774456303.733712}
2026-03-25 16:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889981stock') HTTP/1.1" 204 0
2026-03-25 16:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917331> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:43 [ecarstrade.be] INFO: Extracting details for car 6917331stock
2026-03-25 16:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock
2026-03-25 16:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd376de-f9ce-5180-95a7-936fc25bc305 with scrape type 2
2026-03-25 16:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fd376de-f9ce-5180-95a7-936fc25bc305 with scrape type 2
2026-03-25 16:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fd376de-f9ce-5180-95a7-936fc25bc305, identifier: 6917331stock
2026-03-25 16:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock
2026-03-25 16:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock
2026-03-25 16:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock to the API
2026-03-25 16:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917331>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6fd376de-f9ce-5180-95a7-936fc25bc305',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917331',
'listing': 'auction',
'location': 'France - "TEA NICE"',
'make': 'Fiat',
'model': '500X',
'odometer': 89226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 5,
'seller_name': None,
'title': 'Fiat 500X 1.5i Mild-Hybrid Sport Dolcevita Aut. Pano LED-Xenon Navi '
'Leather Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid Sport Dolcevita Aut. Pano LED-Xenon Navi Leather '
'Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:44 [ecarstrade.be] INFO: Saving data for 6917331stock: {'created_time': 1772673655.967267, 'last_price_update_time': 1774456304.318678}
2026-03-25 16:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917331stock') HTTP/1.1" 204 0
2026-03-25 16:31:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917287> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:51 [ecarstrade.be] INFO: Extracting details for car 6917287stock
2026-03-25 16:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock
2026-03-25 16:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with scrape type 2
2026-03-25 16:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with scrape type 2
2026-03-25 16:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626, identifier: 6917287stock
2026-03-25 16:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock
2026-03-25 16:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock
2026-03-25 16:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock to the API
2026-03-25 16:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917287>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917287',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'Renault',
'model': 'Captur',
'odometer': 81872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.0 TCe Techno LED Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TCe Techno LED Virtual Navi 1/2 Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2024}
2026-03-25 16:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:51 [ecarstrade.be] INFO: Saving data for 6917287stock: {'created_time': 1772673652.380775, 'last_price_update_time': 1774456311.956455}
2026-03-25 16:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917287stock') HTTP/1.1" 204 0
2026-03-25 16:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6862936> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:31:56 [ecarstrade.be] INFO: Extracting details for car 6862936stock
2026-03-25 16:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock
2026-03-25 16:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2790d0b9-a09a-5559-9c84-22a93c50684d with scrape type 2
2026-03-25 16:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2790d0b9-a09a-5559-9c84-22a93c50684d with scrape type 2
2026-03-25 16:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2790d0b9-a09a-5559-9c84-22a93c50684d, identifier: 6862936stock
2026-03-25 16:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock
2026-03-25 16:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock
2026-03-25 16:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock to the API
2026-03-25 16:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:31:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6862936>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2790d0b9-a09a-5559-9c84-22a93c50684d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6862936',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 77386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-02',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 Picasso 1.5 BlueHDI 7PL Virtual Navi Camera Klima '
'PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 Picasso 1.5 BlueHDI 7PL Virtual Navi Camera Klima '
'PDC …',
'vin': None,
'year': 2022}
2026-03-25 16:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-25 16:31:56 [ecarstrade.be] INFO: Saving data for 6862936stock: {'created_time': 1772611743.510328, 'last_price_update_time': 1774456316.602124}
2026-03-25 16:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6862936stock') HTTP/1.1" 204 0
2026-03-25 16:32:06 [scrapy.extensions.logstats] INFO: Crawled 25 pages (at 23 pages/min), scraped 21 items (at 21 items/min)
2026-03-25 16:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 229MiB
2026-03-25 16:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6917365stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276917365stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6917365stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276919263stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6919263stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276923974stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6923974stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276932497stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6932497stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933348stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6933348stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933349stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6933349stock: 0
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933372stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933372stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6933372stock: 0
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933378stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6933378stock: 0
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933507stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6933507stock: 0
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276432284stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6432284stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6539595stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276539595stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6539595stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6546387stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276546387stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6546387stock: 0
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276566840stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6566840stock: 2
2026-03-25 16:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276583408stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6583408stock: 2
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6612587stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276612587stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6612587stock: 0
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276653096stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6653096stock: 2
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276673529stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6673529stock: 2
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276678770stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6678770stock: 2
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276701770stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6701770stock: 2
2026-03-25 16:32:10 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-25 16:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276701935stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:10 [ecarstrade.be] INFO: Scrape type for 6701935stock: 2
2026-03-25 16:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6923974> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:16 [ecarstrade.be] INFO: Extracting details for car 6923974stock
2026-03-25 16:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock
2026-03-25 16:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89d2478c-349e-5c85-847a-7718cc03651d with scrape type 2
2026-03-25 16:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89d2478c-349e-5c85-847a-7718cc03651d with scrape type 2
2026-03-25 16:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89d2478c-349e-5c85-847a-7718cc03651d, identifier: 6923974stock
2026-03-25 16:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock
2026-03-25 16:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock
2026-03-25 16:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock to the API
2026-03-25 16:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6923974>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '89d2478c-349e-5c85-847a-7718cc03651d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6923974',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 138638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200d SB AMG Night Aut. Pano LED-Multibeam Widescreen '
'Burmester Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200d SB AMG Night Aut. Pano LED-Multibeam Widescreen Burmester '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2021}
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276923974stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Saving data for 6923974stock: {'created_time': 1772751892.429588, 'last_price_update_time': 1774456337.131925}
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6923974stock') HTTP/1.1" 204 0
2026-03-25 16:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917365> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:32:17 [ecarstrade.be] INFO: Extracting details for car 6917365stock
2026-03-25 16:32:17 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276715853stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Scrape type for 6715853stock: 2
2026-03-25 16:32:17 [ecarstrade.be] INFO: Found listing with ID: 6765282stock
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276765282stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Scrape type for 6765282stock: 2
2026-03-25 16:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 704b3695-72c0-578c-95a1-41ea5416bd31 with identifier: 6917365stock
2026-03-25 16:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 704b3695-72c0-578c-95a1-41ea5416bd31 with scrape type 2
2026-03-25 16:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 704b3695-72c0-578c-95a1-41ea5416bd31 with scrape type 2
2026-03-25 16:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 704b3695-72c0-578c-95a1-41ea5416bd31, identifier: 6917365stock
2026-03-25 16:32:17 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276765575stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Scrape type for 6765575stock: 2
2026-03-25 16:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919263> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 704b3695-72c0-578c-95a1-41ea5416bd31 with identifier: 6917365stock
2026-03-25 16:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 704b3695-72c0-578c-95a1-41ea5416bd31 with identifier: 6917365stock
2026-03-25 16:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 704b3695-72c0-578c-95a1-41ea5416bd31 with identifier: 6917365stock to the API
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917365>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '704b3695-72c0-578c-95a1-41ea5416bd31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917365',
'listing': 'auction',
'location': 'France - "2ndMove Bordeaux"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 72739,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-12',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano '
'LED-Xenon Virtual ACC Navi Sport-Leather KeylessGo Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED-Xenon Virtual '
'ACC Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276917365stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Saving data for 6917365stock: {'created_time': 1772673657.96445, 'last_price_update_time': 1774456337.816936}
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917365stock') HTTP/1.1" 204 0
2026-03-25 16:32:17 [ecarstrade.be] INFO: Extracting details for car 6919263stock
2026-03-25 16:32:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:17 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276779573stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Scrape type for 6779573stock: 2
2026-03-25 16:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6932497> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock
2026-03-25 16:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1764620-e9d1-5a37-ace9-15d3a289e904 with scrape type 2
2026-03-25 16:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1764620-e9d1-5a37-ace9-15d3a289e904 with scrape type 2
2026-03-25 16:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1764620-e9d1-5a37-ace9-15d3a289e904, identifier: 6919263stock
2026-03-25 16:32:17 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-25 16:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276978801stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:17 [ecarstrade.be] INFO: Scrape type for 6978801stock: 2
2026-03-25 16:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock
2026-03-25 16:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock
2026-03-25 16:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock to the API
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919263>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'e1764620-e9d1-5a37-ace9-15d3a289e904',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919263',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 138403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQA 250 67KWH AMG Night Aut. LED-Xenon Widescreen Navi '
'Ambient 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '250 67KWH AMG Night Aut. LED-Xenon Widescreen Navi Ambient 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919263stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Saving data for 6919263stock: {'created_time': 1772839865.160036, 'last_price_update_time': 1774456338.539}
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919263stock') HTTP/1.1" 204 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Extracting details for car 6932497stock
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978777stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6978777stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964693stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6964693stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666216stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6666216stock: 2
2026-03-25 16:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6539595> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715447stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721362stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6721362stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758802stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6758802stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758819stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6758819stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758822stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6758822stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6768590stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784787stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6784787stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6792013stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809699stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6809699stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812476stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6812476stock: 0
2026-03-25 16:32:18 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:18 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-25 16:32:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock
2026-03-25 16:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60d54127-bbb0-52a9-a8ea-0a4abcca344c with scrape type 2
2026-03-25 16:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60d54127-bbb0-52a9-a8ea-0a4abcca344c with scrape type 2
2026-03-25 16:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60d54127-bbb0-52a9-a8ea-0a4abcca344c, identifier: 6932497stock
2026-03-25 16:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock
2026-03-25 16:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock
2026-03-25 16:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock to the API
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6932497>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '60d54127-bbb0-52a9-a8ea-0a4abcca344c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6932497',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 93038,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-21',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Arkana 1.3 TCe Aut. LED Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3 TCe Aut. LED Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932497stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:19 [ecarstrade.be] INFO: Saving data for 6932497stock: {'created_time': 1772839906.017804, 'last_price_update_time': 1774456339.628078}
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6932497stock') HTTP/1.1" 204 0
2026-03-25 16:32:19 [ecarstrade.be] INFO: Extracting details for car 6539595stock
2026-03-25 16:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8598d4b-3c8b-54e5-9e88-829f2f38badd with identifier: 6539595stock
2026-03-25 16:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8598d4b-3c8b-54e5-9e88-829f2f38badd with scrape type 2
2026-03-25 16:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8598d4b-3c8b-54e5-9e88-829f2f38badd with scrape type 2
2026-03-25 16:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8598d4b-3c8b-54e5-9e88-829f2f38badd, identifier: 6539595stock
2026-03-25 16:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8598d4b-3c8b-54e5-9e88-829f2f38badd with identifier: 6539595stock
2026-03-25 16:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8598d4b-3c8b-54e5-9e88-829f2f38badd with identifier: 6539595stock
2026-03-25 16:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8598d4b-3c8b-54e5-9e88-829f2f38badd with identifier: 6539595stock to the API
2026-03-25 16:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6539595>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'f8598d4b-3c8b-54e5-9e88-829f2f38badd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6539595',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 119110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'Audi E-tron Sportback 55 Quattro Advanced Aut. Pano LED-Matrix '
'Virtual Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'E-tron Sportback 55 Quattro Advanced Aut. Pano LED-Matrix Virtual '
'Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276539595stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:20 [ecarstrade.be] INFO: Saving data for 6539595stock: {'created_time': 1772611611.812202, 'last_price_update_time': 1774456340.163187}
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6539595stock') HTTP/1.1" 204 0
2026-03-25 16:32:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6432284> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:20 [ecarstrade.be] INFO: Extracting details for car 6432284stock
2026-03-25 16:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock
2026-03-25 16:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc06516d-d2e8-5787-86b5-6067d066db12 with scrape type 2
2026-03-25 16:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc06516d-d2e8-5787-86b5-6067d066db12 with scrape type 2
2026-03-25 16:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc06516d-d2e8-5787-86b5-6067d066db12, identifier: 6432284stock
2026-03-25 16:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock
2026-03-25 16:32:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock
2026-03-25 16:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock to the API
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6432284>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Natural Gas',
'id': 'bc06516d-d2e8-5787-86b5-6067d066db12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6432284',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A5',
'odometer': 140900,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 40 TFSI CNG g-tron S-line Ext. Aut. LED-Matrix ACC '
'Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 40 TFSI CNG g-tron S-line Ext. Aut. LED-Matrix ACC Navi '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-25 16:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276432284stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:21 [ecarstrade.be] INFO: Saving data for 6432284stock: {'created_time': 1772611294.337941, 'last_price_update_time': 1774456341.082723}
2026-03-25 16:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6432284stock') HTTP/1.1" 204 0
2026-03-25 16:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6566840> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:24 [ecarstrade.be] INFO: Extracting details for car 6566840stock
2026-03-25 16:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock
2026-03-25 16:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23a58157-4f28-5a4b-818d-57ba5476f32e with scrape type 2
2026-03-25 16:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23a58157-4f28-5a4b-818d-57ba5476f32e with scrape type 2
2026-03-25 16:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23a58157-4f28-5a4b-818d-57ba5476f32e, identifier: 6566840stock
2026-03-25 16:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock
2026-03-25 16:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock
2026-03-25 16:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock to the API
2026-03-25 16:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6566840>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '23a58157-4f28-5a4b-818d-57ba5476f32e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6566840',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 169507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-11',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 T6 Plug-In Hybrid 4WD 7PL Aut. Pano LED-Xenon '
'Virtual Crystal ACC Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid 4WD 7PL Aut. Pano LED-Xenon Virtual Crystal '
'ACC Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-25 16:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276566840stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:24 [ecarstrade.be] INFO: Saving data for 6566840stock: {'created_time': 1772611294.956697, 'last_price_update_time': 1774456344.888713}
2026-03-25 16:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6566840stock') HTTP/1.1" 204 0
2026-03-25 16:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6583408> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:25 [ecarstrade.be] INFO: Extracting details for car 6583408stock
2026-03-25 16:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock
2026-03-25 16:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with scrape type 2
2026-03-25 16:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with scrape type 2
2026-03-25 16:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62a7b97e-d9e3-5a04-a48f-0fa89576b454, identifier: 6583408stock
2026-03-25 16:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock
2026-03-25 16:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock
2026-03-25 16:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock to the API
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6583408>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '62a7b97e-d9e3-5a04-a48f-0fa89576b454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6583408',
'listing': 'auction',
'location': 'France - "DVTA"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 87468,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes GLB 200d Progressive 7PL Aut. LED-Xenon Widescreen '
'Burmester Ambient Navi 1/2 Sport-Leather KeylessGo Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'd Progressive 7PL Aut. LED-Xenon Widescreen Burmester Ambient Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276583408stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:25 [ecarstrade.be] INFO: Saving data for 6583408stock: {'created_time': 1772611639.102046, 'last_price_update_time': 1774456345.487279}
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6583408stock') HTTP/1.1" 204 0
2026-03-25 16:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6653096> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:32:25 [ecarstrade.be] INFO: Extracting details for car 6653096stock
2026-03-25 16:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock
2026-03-25 16:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2447d11-6a1d-5e29-9873-79cb0f1486b8 with scrape type 2
2026-03-25 16:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2447d11-6a1d-5e29-9873-79cb0f1486b8 with scrape type 2
2026-03-25 16:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2447d11-6a1d-5e29-9873-79cb0f1486b8, identifier: 6653096stock
2026-03-25 16:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock
2026-03-25 16:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock
2026-03-25 16:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock to the API
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6653096>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a2447d11-6a1d-5e29-9873-79cb0f1486b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6653096',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GLE 300',
'odometer': 267922,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLE 300d AMG Night 4Matic Aut. Pano Widescreen Burmester '
'Navi Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night 4Matic Aut. Pano Widescreen Burmester Navi Sport-Leather '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276653096stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:26 [ecarstrade.be] INFO: Saving data for 6653096stock: {'created_time': 1772611393.874308, 'last_price_update_time': 1774456346.061287}
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6653096stock') HTTP/1.1" 204 0
2026-03-25 16:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6673529> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:26 [ecarstrade.be] INFO: Extracting details for car 6673529stock
2026-03-25 16:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock
2026-03-25 16:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with scrape type 2
2026-03-25 16:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with scrape type 2
2026-03-25 16:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb, identifier: 6673529stock
2026-03-25 16:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock
2026-03-25 16:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock
2026-03-25 16:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock to the API
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6673529>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6673529',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 55751,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 CRDI Business Aut. Navi KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '1.6 CRDI Business Aut. Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:26 [ecarstrade.be] INFO: Saving data for 6673529stock: {'created_time': 1772611635.656451, 'last_price_update_time': 1774456346.575674}
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673529stock') HTTP/1.1" 204 0
2026-03-25 16:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6701935> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:27 [ecarstrade.be] INFO: Extracting details for car 6701935stock
2026-03-25 16:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock
2026-03-25 16:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634fd058-4e32-514b-b66c-59740c4897d2 with scrape type 2
2026-03-25 16:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634fd058-4e32-514b-b66c-59740c4897d2 with scrape type 2
2026-03-25 16:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 634fd058-4e32-514b-b66c-59740c4897d2, identifier: 6701935stock
2026-03-25 16:32:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock
2026-03-25 16:32:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock
2026-03-25 16:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock to the API
2026-03-25 16:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6701935>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '634fd058-4e32-514b-b66c-59740c4897d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6701935',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Proceed',
'odometer': 225600,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Proceed 1.6 CRDI Mind Navi Klima PDC ...',
'transmission': 'manual',
'trim': 'KIA 1.6 CRDI Mind Navi Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-25 16:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701935stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:27 [ecarstrade.be] INFO: Saving data for 6701935stock: {'created_time': 1773931378.396757, 'last_price_update_time': 1774456347.805013}
2026-03-25 16:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6701935stock') HTTP/1.1" 204 0
2026-03-25 16:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6715853> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:32:31 [ecarstrade.be] INFO: Extracting details for car 6715853stock
2026-03-25 16:32:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock
2026-03-25 16:32:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with scrape type 2
2026-03-25 16:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with scrape type 2
2026-03-25 16:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad, identifier: 6715853stock
2026-03-25 16:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock
2026-03-25 16:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock
2026-03-25 16:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock to the API
2026-03-25 16:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6715853>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '03e3f5c0-e20b-5648-bee5-7eb4e34184ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6715853',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 155263,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T3 Momentum LED Virtual ACC Navi Leather KeylessGo '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 T3 Momentum LED Virtual ACC Navi Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:31 [ecarstrade.be] INFO: Saving data for 6715853stock: {'created_time': 1772613039.170247, 'last_price_update_time': 1774456351.846402}
2026-03-25 16:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6715853stock') HTTP/1.1" 204 0
2026-03-25 16:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:32:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276820657stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6820657stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276834681stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6834681stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276836054stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6836054stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276843336stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6843336stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276851391stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6851391stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276855220stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6855220stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276855255stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6855255stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276857670stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6857670stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276863023stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6863023stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276866954stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6866954stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276867688stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6867688stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276867987stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6867987stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6878554stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276878554stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6878554stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276890954stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6890954stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276891458stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6891458stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276902391stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6902391stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906274stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906336stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6906336stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276915092stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6915092stock: 0
2026-03-25 16:32:32 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276915132stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Scrape type for 6915132stock: 0
2026-03-25 16:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6765282> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:32:32 [ecarstrade.be] INFO: Extracting details for car 6765282stock
2026-03-25 16:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1209e570-9e46-5409-89d5-b16a642ad051 with identifier: 6765282stock
2026-03-25 16:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1209e570-9e46-5409-89d5-b16a642ad051 with scrape type 2
2026-03-25 16:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1209e570-9e46-5409-89d5-b16a642ad051 with scrape type 2
2026-03-25 16:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1209e570-9e46-5409-89d5-b16a642ad051, identifier: 6765282stock
2026-03-25 16:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1209e570-9e46-5409-89d5-b16a642ad051 with identifier: 6765282stock
2026-03-25 16:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1209e570-9e46-5409-89d5-b16a642ad051 with identifier: 6765282stock
2026-03-25 16:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1209e570-9e46-5409-89d5-b16a642ad051 with identifier: 6765282stock to the API
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:32:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6765282>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1209e570-9e46-5409-89d5-b16a642ad051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6765282',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 127841,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 2.0 B4 D Aut. LED-Xenon Virtual Navi KeylessGo Klima PDC '
'...',
'transmission': 'automatic',
'trim': '2.0 B4 D Aut. LED-Xenon Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276765282stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:32 [ecarstrade.be] INFO: Saving data for 6765282stock: {'created_time': 1772611423.05602, 'last_price_update_time': 1774456352.86389}
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6765282stock') HTTP/1.1" 204 0
2026-03-25 16:32:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6765575> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:36 [ecarstrade.be] INFO: Extracting details for car 6765575stock
2026-03-25 16:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock
2026-03-25 16:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df4aafcf-85d8-5e65-8d9a-2db49427f190 with scrape type 2
2026-03-25 16:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df4aafcf-85d8-5e65-8d9a-2db49427f190 with scrape type 2
2026-03-25 16:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df4aafcf-85d8-5e65-8d9a-2db49427f190, identifier: 6765575stock
2026-03-25 16:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock
2026-03-25 16:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock
2026-03-25 16:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock to the API
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6765575>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'df4aafcf-85d8-5e65-8d9a-2db49427f190',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6765575',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'V60 Cross Country',
'odometer': 140765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 Cross Country 2.0 D3 AWD Aut. LED-Xenon Virtual ACC Navi '
'1/2 Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D3 AWD Aut. LED-Xenon Virtual ACC Navi 1/2 Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765575stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:37 [ecarstrade.be] INFO: Saving data for 6765575stock: {'created_time': 1772611460.892407, 'last_price_update_time': 1774456357.366125}
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6765575stock') HTTP/1.1" 204 0
2026-03-25 16:32:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779573> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:37 [ecarstrade.be] INFO: Extracting details for car 6779573stock
2026-03-25 16:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock
2026-03-25 16:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21cac815-d431-5d8c-919e-073748e8373f with scrape type 2
2026-03-25 16:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21cac815-d431-5d8c-919e-073748e8373f with scrape type 2
2026-03-25 16:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21cac815-d431-5d8c-919e-073748e8373f, identifier: 6779573stock
2026-03-25 16:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock
2026-03-25 16:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock
2026-03-25 16:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock to the API
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6779573>
{'auction_title': '',
'c_o_2_emission_value': 51,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21cac815-d431-5d8c-919e-073748e8373f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6779573',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q5',
'odometer': 97204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q5 2.0 50 TFSI e Quattro Aut. LED-Matrix Navi Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 50 TFSI e Quattro Aut. LED-Matrix Navi Leather KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779573stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:37 [ecarstrade.be] INFO: Saving data for 6779573stock: {'created_time': 1772611572.636277, 'last_price_update_time': 1774456357.849619}
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779573stock') HTTP/1.1" 204 0
2026-03-25 16:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978801> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:38 [ecarstrade.be] INFO: Extracting details for car 6978801stock
2026-03-25 16:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock
2026-03-25 16:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7535e73a-5a01-5c95-9422-42a7cd228f67 with scrape type 2
2026-03-25 16:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7535e73a-5a01-5c95-9422-42a7cd228f67 with scrape type 2
2026-03-25 16:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7535e73a-5a01-5c95-9422-42a7cd228f67, identifier: 6978801stock
2026-03-25 16:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock
2026-03-25 16:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock
2026-03-25 16:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock to the API
2026-03-25 16:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978801>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7535e73a-5a01-5c95-9422-42a7cd228f67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978801',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Captur',
'odometer': 56205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.0 TCe Techno LED Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TCe Techno LED Virtual Navi 1/2 Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2024}
2026-03-25 16:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978801stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:38 [ecarstrade.be] INFO: Saving data for 6978801stock: {'created_time': 1774276495.066932, 'last_price_update_time': 1774456358.974761}
2026-03-25 16:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978801stock') HTTP/1.1" 204 0
2026-03-25 16:32:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915444stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6915444stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922030stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6922030stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925462stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6925462stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6928167stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6933400stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934382stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6934382stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938490stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6938490stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6938545stock: 2
2026-03-25 16:32:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939768stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6939768stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942877stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6942877stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6945655stock: 2
2026-03-25 16:32:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666216> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948741stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6948741stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957412stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6957412stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 3742479stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276472747stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6472747stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589495stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6589495stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6596836stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6617796stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631679stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:39 [ecarstrade.be] INFO: Scrape type for 6631679stock: 0
2026-03-25 16:32:39 [ecarstrade.be] INFO: Extracting details for car 6666216stock
2026-03-25 16:32:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock
2026-03-25 16:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af3d5741-d17a-5628-a1e8-9970ea659490 with scrape type 2
2026-03-25 16:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af3d5741-d17a-5628-a1e8-9970ea659490 with scrape type 2
2026-03-25 16:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af3d5741-d17a-5628-a1e8-9970ea659490, identifier: 6666216stock
2026-03-25 16:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock
2026-03-25 16:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock
2026-03-25 16:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock to the API
2026-03-25 16:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6666216>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'af3d5741-d17a-5628-a1e8-9970ea659490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6666216',
'listing': 'auction',
'location': 'Belgium',
'make': 'Saab',
'model': '9-5',
'odometer': 177016,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'Saab 9-5 1.9 TID 150Hp Griffin Navi Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.9 TID 150Hp Griffin Navi Leather Klima PDC ...',
'vin': None,
'year': 2010}
2026-03-25 16:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666216stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:40 [ecarstrade.be] INFO: Saving data for 6666216stock: {'created_time': 1772611746.733933, 'last_price_update_time': 1774456360.377149}
2026-03-25 16:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666216stock') HTTP/1.1" 204 0
2026-03-25 16:32:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938545> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:47 [ecarstrade.be] INFO: Extracting details for car 6938545stock
2026-03-25 16:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock
2026-03-25 16:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c66153-7a67-5e8a-9092-a98505ff6ab1 with scrape type 2
2026-03-25 16:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c66153-7a67-5e8a-9092-a98505ff6ab1 with scrape type 2
2026-03-25 16:32:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2c66153-7a67-5e8a-9092-a98505ff6ab1, identifier: 6938545stock
2026-03-25 16:32:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock
2026-03-25 16:32:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock
2026-03-25 16:32:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock to the API
2026-03-25 16:32:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938545>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b2c66153-7a67-5e8a-9092-a98505ff6ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938545',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 140023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 xDrive25e Plug-In Hybrid X-Line Aut. LED-Xenon Head-Up '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 xDrive25e Plug-In Hybrid X-Line Aut. LED-Xenon Head-Up Navi-Pro '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 16:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:47 [ecarstrade.be] INFO: Saving data for 6938545stock: {'created_time': 1773672138.906582, 'last_price_update_time': 1774456367.450019}
2026-03-25 16:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938545stock') HTTP/1.1" 204 0
2026-03-25 16:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6945655> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:48 [ecarstrade.be] INFO: Extracting details for car 6945655stock
2026-03-25 16:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock
2026-03-25 16:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77bd0970-adc4-5e79-921e-85947fab9cad with scrape type 2
2026-03-25 16:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77bd0970-adc4-5e79-921e-85947fab9cad with scrape type 2
2026-03-25 16:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77bd0970-adc4-5e79-921e-85947fab9cad, identifier: 6945655stock
2026-03-25 16:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock
2026-03-25 16:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock
2026-03-25 16:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock to the API
2026-03-25 16:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6945655>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '77bd0970-adc4-5e79-921e-85947fab9cad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6945655',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 90084,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Scala 1.6 TDI Ambition Aut. Virtual Navi Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 TDI Ambition Aut. Virtual Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 16:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:48 [ecarstrade.be] INFO: Saving data for 6945655stock: {'created_time': 1773452113.602816, 'last_price_update_time': 1774456368.638857}
2026-03-25 16:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6945655stock') HTTP/1.1" 204 0
2026-03-25 16:32:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933348> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:54 [ecarstrade.be] INFO: Extracting details for car 6933348stock
2026-03-25 16:32:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock
2026-03-25 16:32:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10597c17-5037-56f2-be55-68170daccd26 with scrape type 2
2026-03-25 16:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10597c17-5037-56f2-be55-68170daccd26 with scrape type 2
2026-03-25 16:32:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10597c17-5037-56f2-be55-68170daccd26, identifier: 6933348stock
2026-03-25 16:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock
2026-03-25 16:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock
2026-03-25 16:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock to the API
2026-03-25 16:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:32:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933348>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '10597c17-5037-56f2-be55-68170daccd26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933348',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 91179,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes B 250e Plug-In Hybrid Aut. LED-Multibeam Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Multibeam Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 16:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:55 [ecarstrade.be] INFO: Saving data for 6933348stock: {'created_time': 1773351789.564389, 'last_price_update_time': 1774456375.045441}
2026-03-25 16:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933348stock') HTTP/1.1" 204 0
2026-03-25 16:32:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276631720stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6631720stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276663716stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6663716stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276685729stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276708827stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6708827stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276879839stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6879839stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276883830stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6883830stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276885853stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6885853stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276885954stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6885954stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276885975stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6885975stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276890910stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6890910stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276890939stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6890939stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276893001stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6893001stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276893405stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6893405stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276899424stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6899424stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276901506stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6901506stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276901822stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6901822stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276904901stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6904901stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276905414stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6905414stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906386stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6906386stock: 0
2026-03-25 16:32:56 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-25 16:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276908834stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:56 [ecarstrade.be] INFO: Scrape type for 6908834stock: 0
2026-03-25 16: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-25 16:32:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6678770> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:32:56 [ecarstrade.be] INFO: Extracting details for car 6678770stock
2026-03-25 16:32:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock
2026-03-25 16:32:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97aee9c6-96f0-5842-8268-d74a26be0c9b with scrape type 2
2026-03-25 16:32:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97aee9c6-96f0-5842-8268-d74a26be0c9b with scrape type 2
2026-03-25 16:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97aee9c6-96f0-5842-8268-d74a26be0c9b, identifier: 6678770stock
2026-03-25 16:32:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock
2026-03-25 16:32:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock
2026-03-25 16:32:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock to the API
2026-03-25 16:32:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:32:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6678770>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '97aee9c6-96f0-5842-8268-d74a26be0c9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6678770',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q7',
'odometer': 227919,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q7 3.0 TDI Quattro Aut. LED-Xenon Bose Navi Leather KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro Aut. LED-Xenon Bose Navi Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-25 16:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276678770stock%27 HTTP/1.1" 200 None
2026-03-25 16:32:57 [ecarstrade.be] INFO: Saving data for 6678770stock: {'created_time': 1772613021.291385, 'last_price_update_time': 1774456377.544835}
2026-03-25 16:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6678770stock') HTTP/1.1" 204 0
2026-03-25 16:33:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909294stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6909294stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909316stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6909316stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910038stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6910038stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910043stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6910043stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910519stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6910519stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914005stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6914005stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914013stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6914013stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914030stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6914030stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6916395stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919152stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6919152stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6919213stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925476stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6925476stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925486stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6925486stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927538stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6927538stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927545stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6927545stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6934491stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934491stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6934491stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937858stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6937858stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939583stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6939583stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941303stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6941303stock: 0
2026-03-25 16:33:03 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942623stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:03 [ecarstrade.be] INFO: Scrape type for 6942623stock: 0
2026-03-25 16:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:33:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6701770> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:04 [ecarstrade.be] INFO: Extracting details for car 6701770stock
2026-03-25 16:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock
2026-03-25 16:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78c547e7-b224-5cdc-8bf4-55a353866dbd with scrape type 2
2026-03-25 16:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78c547e7-b224-5cdc-8bf4-55a353866dbd with scrape type 2
2026-03-25 16:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78c547e7-b224-5cdc-8bf4-55a353866dbd, identifier: 6701770stock
2026-03-25 16:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock
2026-03-25 16:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock
2026-03-25 16:33:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock to the API
2026-03-25 16:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:33:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6701770>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '78c547e7-b224-5cdc-8bf4-55a353866dbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6701770',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 217802,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota RAV4 2.5 Hybrid Dynamic Aut. LED Navi KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'RAV4 2.5 Hybrid Dynamic Aut. LED Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 16:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701770stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:05 [ecarstrade.be] INFO: Saving data for 6701770stock: {'created_time': 1772611455.624538, 'last_price_update_time': 1774456385.290628}
2026-03-25 16:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6701770stock') HTTP/1.1" 204 0
2026-03-25 16:33:06 [scrapy.extensions.logstats] INFO: Crawled 53 pages (at 28 pages/min), scraped 43 items (at 22 items/min)
2026-03-25 16:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 244MiB
2026-03-25 16:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276679102stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6679102stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276688226stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6688226stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276694083stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6694083stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276696769stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6696769stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276701130stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6701130stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276702277stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6702277stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276723640stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6723640stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276728384stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6728384stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276728664stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6728664stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276746262stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6746262stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6762760stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276762760stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6762760stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276764578stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6764578stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276772786stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6772786stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276773433stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6773433stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276776417stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6776417stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276779599stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6779599stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276787688stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6787688stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276788600stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6788600stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276791039stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6791039stock: 0
2026-03-25 16:33:09 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-25 16:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276792164stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:09 [ecarstrade.be] INFO: Scrape type for 6792164stock: 0
2026-03-25 16: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-25 16:33:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792189stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6792189stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6792686stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797653stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6797653stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6798215stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798215stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6798215stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6802683stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802683stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6802683stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802754stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6802754stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6804641stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808563stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6808563stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812574stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6812574stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276817744stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6817744stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6818863stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824257stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6824257stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824278stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6824278stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824325stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6824325stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835922stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6835922stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843034stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6843034stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844715stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6844715stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6845529stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6847587stock: 0
2026-03-25 16:33:15 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853022stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:15 [ecarstrade.be] INFO: Scrape type for 6853022stock: 0
2026-03-25 16:33:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:33:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6857978stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857978stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6857978stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6859947stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859947stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6859947stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862902stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6862902stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866821stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6866821stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867142stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6867142stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276868001stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6868001stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869050stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6869050stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870475stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6870475stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870633stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6870633stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875341stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6875341stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276876338stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6876338stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275790258stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 5790258stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276380489stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6380489stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276492226stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6492226stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276565827stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6565827stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276568211stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6568211stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276572320stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6572320stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276588028stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6588028stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589936stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6589936stock: 0
2026-03-25 16:33:23 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612228stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:23 [ecarstrade.be] INFO: Scrape type for 6612228stock: 0
2026-03-25 16:33:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:33:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:30 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-25 16:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276629462stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:30 [ecarstrade.be] INFO: Scrape type for 6629462stock: 0
2026-03-25 16:33:30 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-25 16:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276635088stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:30 [ecarstrade.be] INFO: Scrape type for 6635088stock: 0
2026-03-25 16:33:30 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-25 16:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656157stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6656157stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276668929stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6668929stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276672443stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6672443stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6915770stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917674stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6917674stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922141stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6922141stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6928287stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276641568stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6641568stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6642494stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276664136stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6664136stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666900stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6666900stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686133stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6686133stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690601stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6690601stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276709582stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6709582stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722712stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6722712stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723860stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6723860stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764985stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6764985stock: 0
2026-03-25 16:33:31 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764996stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:31 [ecarstrade.be] INFO: Scrape type for 6764996stock: 0
2026-03-25 16:33:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:33:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6769298stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6769393stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784515stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6784515stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276795176stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6795176stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6842457stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842457stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6842457stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276854164stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6854164stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855416stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878513stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6878513stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883181stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6883181stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886947stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6886947stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890019stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6890019stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6890677stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6890893stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890893stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6890893stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890920stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6890920stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891450stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-25 16:33:37 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897903stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:37 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-25 16: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-25 16:33:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906305stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276910287stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276910288stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6835919stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276835919stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6835919stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276843094stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6843094stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6893692stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276893692stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6893692stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276434642stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6434642stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276882517stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6882517stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276769282stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6769282stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276287267stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6287267stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276821040stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276462698stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6462698stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276478353stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6478353stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276644566stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6644566stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6674391stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276674391stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6674391stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276675809stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6675809stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276700653stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6700653stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276706350stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6706350stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276708816stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6708816stock: 0
2026-03-25 16:33:44 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-25 16:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276719179stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:44 [ecarstrade.be] INFO: Scrape type for 6719179stock: 0
2026-03-25 16: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-25 16: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-25 16:33:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276740077stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6740077stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276752714stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6752714stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276761356stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6761356stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276778069stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6778069stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276781448stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6781448stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276797160stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276801102stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6801102stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276808931stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6808931stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276811286stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276816472stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276821306stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6821306stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276828925stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6828925stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276835650stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6835650stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276863207stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6863207stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276865470stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6865470stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276867096stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6867096stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6883239stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276883239stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6883239stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276884277stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276886254stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:52 [ecarstrade.be] INFO: Scrape type for 6886254stock: 0
2026-03-25 16:33:52 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-25 16:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886825stock%27 HTTP/1.1" 200 None
2026-03-25 16:33:53 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-25 16:33:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:33:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276888967stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6888967stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276897644stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6897644stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6900393stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276900393stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6900393stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276902393stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6902393stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276903066stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6903066stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906584stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6906584stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906853stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6906853stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276906917stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276912515stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276915596stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276916489stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6916489stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276919009stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6919009stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276921709stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6921709stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276928196stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276929239stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6929239stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276929377stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6929377stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6929379stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276929379stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6929379stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933323stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6933323stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933343stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-25 16:34:00 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-25 16:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933344stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:00 [ecarstrade.be] INFO: Scrape type for 6933344stock: 0
2026-03-25 16:34:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:06 [scrapy.extensions.logstats] INFO: Crawled 62 pages (at 9 pages/min), scraped 43 items (at 0 items/min)
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6933640stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933640stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6933640stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933657stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6933657stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6933658stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933658stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6933658stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276933662stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6933662stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276934437stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6934437stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6934462stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934462stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6934462stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6934463stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934463stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6934463stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935000stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:06 [ecarstrade.be] INFO: Scrape type for 6935000stock: 0
2026-03-25 16:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-25 16:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938498stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6938498stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938520stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6938520stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938580stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6938580stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938597stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6938597stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938612stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6938612stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6938631stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938631stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6938631stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939443stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6939443stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6939506stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939506stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6939506stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939659stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6939659stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939660stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6939660stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939662stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6939662stock: 0
2026-03-25 16:34:07 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939689stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:07 [ecarstrade.be] INFO: Scrape type for 6939689stock: 0
2026-03-25 16:34:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 265MiB
2026-03-25 16:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940180stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6940180stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940842stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6940842stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941160stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6941160stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942252stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6942252stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942267stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6942267stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945449stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6945449stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945574stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6945574stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945582stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945629stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946051stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6946051stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947046stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6947046stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947972stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6947972stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947973stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6947973stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948423stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6948423stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948679stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6948679stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948764stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6948764stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949801stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6949801stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953550stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953591stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6953591stock: 0
2026-03-25 16:34:14 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953602stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:14 [ecarstrade.be] INFO: Scrape type for 6953602stock: 0
2026-03-25 16:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34: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-25 16:34:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957434stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957436stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957438stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957970stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6957970stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957987stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6957987stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6959946stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959946stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6959946stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6959948stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959948stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6959948stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6960190stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960190stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6960190stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6960191stock
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960191stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:20 [ecarstrade.be] INFO: Scrape type for 6960191stock: 0
2026-03-25 16:34:20 [ecarstrade.be] INFO: Found listing with ID: 6960193stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276960193stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6960193stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6960213stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276960213stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6960213stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6960227stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276960227stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6960227stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276960259stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6960259stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6960485stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276960485stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6960485stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6960670stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276960670stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6960670stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6961602stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276961602stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6961602stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6961606stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276961606stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6961606stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6961671stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276961671stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6961671stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6961696stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276961696stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6961696stock: 0
2026-03-25 16:34:21 [ecarstrade.be] INFO: Found listing with ID: 6961796stock
2026-03-25 16:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276961796stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:21 [ecarstrade.be] INFO: Scrape type for 6961796stock: 0
2026-03-25 16:34:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6961827stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961827stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6961827stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6961844stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961844stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6961844stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6961905stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961905stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6961905stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6961958stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961958stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6961958stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6961962stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961962stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6961962stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6961977stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961977stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6961977stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962711stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962711stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962713stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962713stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962714stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962716stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962716stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962808stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962808stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962808stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962855stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962855stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962855stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962934stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962934stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962938stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962938stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962938stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962942stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6962942stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963005stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6963005stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963006stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6963006stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963075stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963092stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6963092stock: 0
2026-03-25 16:34:27 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963160stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:27 [ecarstrade.be] INFO: Scrape type for 6963160stock: 0
2026-03-25 16:34:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:34 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-25 16:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963175stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:34 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-25 16:34:34 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276963226stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276964823stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276964893stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276964895stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276964902stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6964902stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276964903stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6964903stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276965180stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6965180stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276965186stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6965186stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276965209stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6965209stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276965334stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6965334stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276966110stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6966110stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276966336stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6966336stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276969573stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6969573stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276969942stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6969942stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276970021stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6970021stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6971189stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276971189stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6971189stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6971207stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276971207stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6971207stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276972124stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6972124stock: 0
2026-03-25 16:34:35 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-25 16:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276972165stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:35 [ecarstrade.be] INFO: Scrape type for 6972165stock: 0
2026-03-25 16:34:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276974836stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6974836stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276976163stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6976163stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6976559stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276976559stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6976559stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6976648stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276976648stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6976648stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6976731stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276976731stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6976731stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276977964stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6977964stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-25 16:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276978744stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:42 [ecarstrade.be] INFO: Scrape type for 6978744stock: 0
2026-03-25 16:34:42 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276978760stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6978760stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276978774stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6978774stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6979306stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276979306stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6979306stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6980294stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276980294stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6980294stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276980640stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6980640stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6981993stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276981993stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6981993stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6983670stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276983670stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6983670stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6983700stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276983700stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6983700stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6983705stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276983705stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6983705stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6987316stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276987316stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6987316stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276861328stock%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6861328stock: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6990755auction110893
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990755auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6990755auction110893: 0
2026-03-25 16:34:43 [ecarstrade.be] INFO: Found listing with ID: 6990757auction110893
2026-03-25 16:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990757auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:43 [ecarstrade.be] INFO: Scrape type for 6990757auction110893: 0
2026-03-25 16:34:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990808auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990808auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990808auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990821auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990821auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990821auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990822auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990822auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990822auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990847auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990847auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990847auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990848auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990848auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990848auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990913auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990913auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990913auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6990966auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990966auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6990966auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991130auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991130auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991130auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991133auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991133auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991133auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991134auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991134auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991134auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991145auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991145auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991145auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991213auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991213auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991213auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991214auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991214auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991214auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991215auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991215auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991215auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991216auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991216auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991216auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991217auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991217auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:50 [ecarstrade.be] INFO: Scrape type for 6991217auction110893: 0
2026-03-25 16:34:50 [ecarstrade.be] INFO: Found listing with ID: 6991223auction110893
2026-03-25 16:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991223auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:51 [ecarstrade.be] INFO: Scrape type for 6991223auction110893: 0
2026-03-25 16:34:51 [ecarstrade.be] INFO: Found listing with ID: 6991225auction110893
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991225auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:51 [ecarstrade.be] INFO: Scrape type for 6991225auction110893: 0
2026-03-25 16:34:51 [ecarstrade.be] INFO: Found listing with ID: 6991227auction110893
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991227auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:51 [ecarstrade.be] INFO: Scrape type for 6991227auction110893: 0
2026-03-25 16:34:51 [ecarstrade.be] INFO: Found listing with ID: 6991613auction110893
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991613auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:51 [ecarstrade.be] INFO: Scrape type for 6991613auction110893: 0
2026-03-25 16:34:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:34:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992185auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992185auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992185auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992186auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992186auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992186auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992187auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992187auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992187auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992188auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992188auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992188auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992189auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992189auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992189auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992190auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992190auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992190auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992191auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992191auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992191auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992224auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992224auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992224auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992227auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992227auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992227auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992229auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992229auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992229auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992530auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992530auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992530auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992532auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992532auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992532auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992533auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992533auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992533auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992534auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992534auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992534auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992536auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992536auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992536auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992778auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992778auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992778auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992975auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992975auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992975auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992976auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992976auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992976auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992977auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992977auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992977auction110893: 0
2026-03-25 16:34:58 [ecarstrade.be] INFO: Found listing with ID: 6992978auction110893
2026-03-25 16:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276992978auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:34:58 [ecarstrade.be] INFO: Scrape type for 6992978auction110893: 0
2026-03-25 16:34:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6992979auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992979auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6992979auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6992984auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992984auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6992984auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6992985auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992985auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6992985auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6992986auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992986auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6992986auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993036auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993036auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993036auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993037auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993037auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993037auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993339auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993339auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993339auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993629auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993629auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993629auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993631auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993631auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993631auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993781auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993781auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993781auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6993785auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993785auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6993785auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6994021auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994021auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6994021auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6994023auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994023auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6994023auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6994024auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994024auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6994024auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6994745auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994745auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6994745auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6994768auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994768auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6994768auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6994814auction110893
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994814auction110893%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6994814auction110893: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6988574auction110871
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988574auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6988574auction110871: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6988857auction110871
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988857auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6988857auction110871: 0
2026-03-25 16:35:05 [ecarstrade.be] INFO: Found listing with ID: 6988877auction110871
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988877auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:05 [ecarstrade.be] INFO: Scrape type for 6988877auction110871: 0
2026-03-25 16:35:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:06 [scrapy.extensions.logstats] INFO: Crawled 70 pages (at 8 pages/min), scraped 43 items (at 0 items/min)
2026-03-25 16:35:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-25 16:35:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6988860auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988860auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6988860auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6988866auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988866auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6988866auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6988521auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988521auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6988521auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6990054auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990054auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6990054auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6988649auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988649auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6988649auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6990040auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990040auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6990040auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6988871auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988871auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6988871auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6990051auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990051auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6990051auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6990052auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990052auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:11 [ecarstrade.be] INFO: Scrape type for 6990052auction110871: 0
2026-03-25 16:35:11 [ecarstrade.be] INFO: Found listing with ID: 6990071auction110871
2026-03-25 16:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990071auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6990071auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6988551auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988551auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6988551auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6988592auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988592auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6988592auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6990068auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990068auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6990068auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6988583auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988583auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6988583auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6990065auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990065auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6990065auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6988581auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988581auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6988581auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6988644auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988644auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6988644auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6990066auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990066auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6990066auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6988562auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988562auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6988562auction110871: 0
2026-03-25 16:35:12 [ecarstrade.be] INFO: Found listing with ID: 6990049auction110871
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990049auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:12 [ecarstrade.be] INFO: Scrape type for 6990049auction110871: 0
2026-03-25 16:35:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:20 [ecarstrade.be] INFO: Found listing with ID: 6990053auction110871
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990053auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:20 [ecarstrade.be] INFO: Scrape type for 6990053auction110871: 0
2026-03-25 16:35:20 [ecarstrade.be] INFO: Found listing with ID: 6990055auction110871
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990055auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:20 [ecarstrade.be] INFO: Scrape type for 6990055auction110871: 0
2026-03-25 16:35:20 [ecarstrade.be] INFO: Found listing with ID: 6990034auction110871
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990034auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:20 [ecarstrade.be] INFO: Scrape type for 6990034auction110871: 0
2026-03-25 16:35:20 [ecarstrade.be] INFO: Found listing with ID: 6990067auction110871
2026-03-25 16:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990067auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6990067auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6990070auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990070auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6990070auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988854auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988854auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988854auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988885auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988885auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988885auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988587auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988587auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988587auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988543auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988543auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988543auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988883auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988883auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988883auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988555auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988555auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988555auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988576auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988576auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988576auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988741auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988741auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988741auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6990069auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990069auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6990069auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988655auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988655auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988655auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6990050auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990050auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6990050auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988879auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988879auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988879auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988835auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988835auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988835auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6990028auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990028auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6990028auction110871: 0
2026-03-25 16:35:21 [ecarstrade.be] INFO: Found listing with ID: 6988809auction110871
2026-03-25 16:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988809auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:21 [ecarstrade.be] INFO: Scrape type for 6988809auction110871: 0
2026-03-25 16:35:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988886auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988886auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988886auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988888auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988888auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988888auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6990073auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990073auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6990073auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988872auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988872auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988872auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6990074auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990074auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6990074auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988542auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988542auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988542auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988565auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988565auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988565auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988588auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988588auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988588auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988708auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988708auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988708auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988876auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988876auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988876auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6990037auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990037auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6990037auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988561auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988561auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988561auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988569auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988569auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988569auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6990046auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990046auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6990046auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988882auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988882auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988882auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988873auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988873auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988873auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988878auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988878auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988878auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988627auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988627auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988627auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6988659auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988659auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6988659auction110871: 0
2026-03-25 16:35:28 [ecarstrade.be] INFO: Found listing with ID: 6990060auction110871
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990060auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:28 [ecarstrade.be] INFO: Scrape type for 6990060auction110871: 0
2026-03-25 16:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988540auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988540auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988540auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988632auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988632auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988632auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988874auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988874auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988874auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988620auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988620auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988620auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990041auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990041auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990041auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988863auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988863auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988863auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990062auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990062auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990062auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990061auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990061auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990061auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990072auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990072auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990072auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988598auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988598auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988598auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988677auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988677auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988677auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988682auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988682auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988682auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990059auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990059auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990059auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988607auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988607auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988607auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988881auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988881auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988881auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988613auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988613auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988613auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990030auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990030auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990030auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990063auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990063auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990063auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6990043auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990043auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6990043auction110871: 0
2026-03-25 16:35:36 [ecarstrade.be] INFO: Found listing with ID: 6988533auction110871
2026-03-25 16:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988533auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:36 [ecarstrade.be] INFO: Scrape type for 6988533auction110871: 0
2026-03-25 16: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-25 16:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988689auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988689auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988689auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6990029auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990029auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6990029auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6990058auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990058auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6990058auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988884auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988884auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988884auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6990044auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990044auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6990044auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988513auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988513auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988513auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988639auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988639auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988639auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6990042auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990042auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6990042auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988865auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988865auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988865auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988567auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988567auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988567auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6990027auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990027auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6990027auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988520auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988520auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988520auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988868auction110871
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988868auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:42 [ecarstrade.be] INFO: Scrape type for 6988868auction110871: 0
2026-03-25 16:35:42 [ecarstrade.be] INFO: Found listing with ID: 6988880auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988880auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6988880auction110871: 0
2026-03-25 16:35:43 [ecarstrade.be] INFO: Found listing with ID: 6990038auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990038auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6990038auction110871: 0
2026-03-25 16:35:43 [ecarstrade.be] INFO: Found listing with ID: 6990056auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990056auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6990056auction110871: 0
2026-03-25 16:35:43 [ecarstrade.be] INFO: Found listing with ID: 6988597auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988597auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6988597auction110871: 0
2026-03-25 16:35:43 [ecarstrade.be] INFO: Found listing with ID: 6988895auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988895auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6988895auction110871: 0
2026-03-25 16:35:43 [ecarstrade.be] INFO: Found listing with ID: 6990031auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990031auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6990031auction110871: 0
2026-03-25 16:35:43 [ecarstrade.be] INFO: Found listing with ID: 6988890auction110871
2026-03-25 16:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988890auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:43 [ecarstrade.be] INFO: Scrape type for 6988890auction110871: 0
2026-03-25 16:35:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988870auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988870auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988870auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990064auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990064auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990064auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988875auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988875auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988875auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988892auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988892auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988892auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988893auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988893auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988893auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990033auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990033auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990033auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988891auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988891auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988891auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990045auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990045auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990045auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988859auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988859auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988859auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990032auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990032auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990032auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988896auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988896auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988896auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990035auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990035auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990035auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990036auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990036auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990036auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988887auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988887auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988887auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988862auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988862auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988862auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990039auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990039auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990039auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990048auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990048auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990048auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990047auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990047auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990047auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990057auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276990057auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6990057auction110871: 0
2026-03-25 16:35:50 [ecarstrade.be] INFO: Found listing with ID: 6988861auction110871
2026-03-25 16:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276988861auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:50 [ecarstrade.be] INFO: Scrape type for 6988861auction110871: 0
2026-03-25 16:35:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6988864auction110871
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988864auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6988864auction110871: 0
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6988528auction110871
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988528auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6988528auction110871: 0
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6988858auction110871
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988858auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6988858auction110871: 0
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6988894auction110871
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988894auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6988894auction110871: 0
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6988889auction110871
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988889auction110871%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6988889auction110871: 0
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996953auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996953auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996953auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996954auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996954auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996954auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996955auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996955auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996955auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996957auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996957auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996957auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996958auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996958auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996958auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996959auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996959auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996959auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996960auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996960auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996960auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996961auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996961auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996961auction110979: 2
2026-03-25 16:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996962auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996962auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996962auction110979: 2
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996963auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996963auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996963auction110979: 2
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996964auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996964auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996964auction110979: 2
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996965auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996965auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996965auction110979: 2
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996966auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996966auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996966auction110979: 2
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996967auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996967auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996967auction110979: 2
2026-03-25 16:35:58 [ecarstrade.be] INFO: Found listing with ID: 6996968auction110979
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996968auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:35:58 [ecarstrade.be] INFO: Scrape type for 6996968auction110979: 2
2026-03-25 16:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996953> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:03 [ecarstrade.be] INFO: Extracting details for car 6996953auction110979
2026-03-25 16:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 6996953auction110979
2026-03-25 16:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 with scrape type 2
2026-03-25 16:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 with scrape type 2
2026-03-25 16:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cd5b791-3407-5592-a00b-56687ce0d6f2, identifier: 6996953auction110979
2026-03-25 16:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 6996953auction110979
2026-03-25 16:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 6996953auction110979
2026-03-25 16:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 6996953auction110979 to the API
2026-03-25 16:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996953>
{'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-26T10:30:00Z',
'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/6996953',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 95000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A3 SB '20, Audi A3 Sportback 1.0 30 TFSi 81kW S tron. S Line",
'transmission': 'automatic',
'trim': ", SB '20, Sportback 1.0 30 TFSi 81kW S tron. S Line",
'vin': None,
'year': 2022}
2026-03-25 16:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996953auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:04 [ecarstrade.be] INFO: Saving data for 6996953auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364532.334679, 'last_price_update_time': 1774456564.786952}
2026-03-25 16:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996953auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996957> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996958> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996960> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996959> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:05 [ecarstrade.be] INFO: Extracting details for car 6996957auction110979
2026-03-25 16:36:05 [ecarstrade.be] INFO: Extracting details for car 6996958auction110979
2026-03-25 16:36:05 [ecarstrade.be] INFO: Extracting details for car 6996960auction110979
2026-03-25 16:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 6996957auction110979
2026-03-25 16:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a28a346-2eee-5c3c-8367-8c1e711b425f with scrape type 2
2026-03-25 16:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a28a346-2eee-5c3c-8367-8c1e711b425f with scrape type 2
2026-03-25 16:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a28a346-2eee-5c3c-8367-8c1e711b425f, identifier: 6996957auction110979
2026-03-25 16:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 6996958auction110979
2026-03-25 16:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with scrape type 2
2026-03-25 16:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with scrape type 2
2026-03-25 16:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e7a69f2-0cc6-59cb-af14-67239d1bc076, identifier: 6996958auction110979
2026-03-25 16:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 6996960auction110979
2026-03-25 16:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d860410a-1ad8-567b-b7b1-32b98edb1431 with scrape type 2
2026-03-25 16:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d860410a-1ad8-567b-b7b1-32b98edb1431 with scrape type 2
2026-03-25 16:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d860410a-1ad8-567b-b7b1-32b98edb1431, identifier: 6996960auction110979
2026-03-25 16:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 6996957auction110979
2026-03-25 16:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 6996957auction110979
2026-03-25 16:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 6996957auction110979 to the API
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996957>
{'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-26T10:30:00Z',
'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/6996957',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '118',
'odometer': 150652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '15, BMW 1 Reeks Hatch 118d (110 kW) Aut. 5d",
'transmission': 'automatic',
'trim': ", 1-serie '15, 1 Reeks Hatch d (110 kW) Aut. 5d",
'vin': None,
'year': 2018}
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996957auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:05 [ecarstrade.be] INFO: Saving data for 6996957auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364601.318121, 'last_price_update_time': 1774456565.715652}
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996957auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 6996958auction110979
2026-03-25 16:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 6996958auction110979
2026-03-25 16:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 6996958auction110979 to the API
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996958>
{'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-26T10:30:00Z',
'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/6996958',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 66061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 GRAN COUPE 218iA 136hp OPF 4d',
'transmission': 'automatic',
'trim': '2 GRAN COUPE 218iA 136hp OPF 4d',
'vin': None,
'year': 2023}
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996958auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:05 [ecarstrade.be] INFO: Saving data for 6996958auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364600.37056, 'last_price_update_time': 1774456565.980746}
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996958auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 6996960auction110979
2026-03-25 16:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 6996960auction110979
2026-03-25 16:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 6996960auction110979 to the API
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996960>
{'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-26T10:30:00Z',
'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/6996960',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '320',
'odometer': 78357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 3-serie Touring '18, BMW 3 Reeks Touring 320d xDrive (140 kW) "
'5d',
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring d xDrive (140 kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996960auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:06 [ecarstrade.be] INFO: Saving data for 6996960auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364582.24848, 'last_price_update_time': 1774456566.243178}
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996960auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:06 [ecarstrade.be] INFO: Extracting details for car 6996959auction110979
2026-03-25 16:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996955> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 6996959auction110979
2026-03-25 16:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with scrape type 2
2026-03-25 16:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with scrape type 2
2026-03-25 16:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72, identifier: 6996959auction110979
2026-03-25 16:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 6996959auction110979
2026-03-25 16:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 6996959auction110979
2026-03-25 16:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 6996959auction110979 to the API
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996959>
{'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-26T10:30:00Z',
'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/6996959',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 131959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q3 SB '19, Audi Q3 Sportback 35 TDI S tronic S Line Business",
'transmission': 'automatic',
'trim': ", SB '19, Sportback 35 TDI S tronic S Line Business",
'vin': None,
'year': 2021}
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996959auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:06 [ecarstrade.be] INFO: Saving data for 6996959auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364579.369073, 'last_price_update_time': 1774456566.760222}
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996959auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:06 [ecarstrade.be] INFO: Extracting details for car 6996955auction110979
2026-03-25 16:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996954> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 6996955auction110979
2026-03-25 16:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 170b7232-e45f-55c3-80e7-a18645400e19 with scrape type 2
2026-03-25 16:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 170b7232-e45f-55c3-80e7-a18645400e19 with scrape type 2
2026-03-25 16:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 170b7232-e45f-55c3-80e7-a18645400e19, identifier: 6996955auction110979
2026-03-25 16:36:06 [scrapy.extensions.logstats] INFO: Crawled 84 pages (at 14 pages/min), scraped 48 items (at 5 items/min)
2026-03-25 16:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-25 16:36:06 [ecarstrade.be] INFO: Extracting details for car 6996954auction110979
2026-03-25 16:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 6996955auction110979
2026-03-25 16:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 6996955auction110979
2026-03-25 16:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 6996955auction110979 to the API
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996955>
{'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-26T10:30:00Z',
'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/6996955',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 273940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 100kW S tr S line Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tr S line Business Ed 5d',
'vin': None,
'year': 2022}
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996955auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:07 [ecarstrade.be] INFO: Saving data for 6996955auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364599.108319, 'last_price_update_time': 1774456567.185988}
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996955auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 6996954auction110979
2026-03-25 16:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with scrape type 2
2026-03-25 16:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with scrape type 2
2026-03-25 16:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0, identifier: 6996954auction110979
2026-03-25 16:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 6996954auction110979
2026-03-25 16:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 6996954auction110979
2026-03-25 16:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 6996954auction110979 to the API
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996954>
{'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-26T10:30:00Z',
'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/6996954',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 72613,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q3 '18 PHEV, Audi Q3 45 TFSI e S tronic S Line 5d",
'transmission': 'automatic',
'trim': ", '18 PHEV, 45 TFSI e S tronic S Line 5d",
'vin': None,
'year': 2021}
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996954auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:07 [ecarstrade.be] INFO: Saving data for 6996954auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364540.67879, 'last_price_update_time': 1774456567.557037}
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996954auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996962> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:12 [ecarstrade.be] INFO: Extracting details for car 6996962auction110979
2026-03-25 16:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 6996962auction110979
2026-03-25 16:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4928483-b1d0-51b3-b0ce-e75898f78126 with scrape type 2
2026-03-25 16:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4928483-b1d0-51b3-b0ce-e75898f78126 with scrape type 2
2026-03-25 16:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4928483-b1d0-51b3-b0ce-e75898f78126, identifier: 6996962auction110979
2026-03-25 16:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 6996962auction110979
2026-03-25 16:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 6996962auction110979
2026-03-25 16:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 6996962auction110979 to the API
2026-03-25 16:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996962>
{'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-26T10:30:00Z',
'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/6996962',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 111566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996962auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:13 [ecarstrade.be] INFO: Saving data for 6996962auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364598.326507, 'last_price_update_time': 1774456573.10627}
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996962auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996963> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996965> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996961> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:13 [ecarstrade.be] INFO: Extracting details for car 6996963auction110979
2026-03-25 16:36:13 [ecarstrade.be] INFO: Extracting details for car 6996965auction110979
2026-03-25 16:36:13 [ecarstrade.be] INFO: Extracting details for car 6996961auction110979
2026-03-25 16:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 6996963auction110979
2026-03-25 16:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7265a61-08c9-5933-b9c0-fd93b4f68422 with scrape type 2
2026-03-25 16:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7265a61-08c9-5933-b9c0-fd93b4f68422 with scrape type 2
2026-03-25 16:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7265a61-08c9-5933-b9c0-fd93b4f68422, identifier: 6996963auction110979
2026-03-25 16:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 6996965auction110979
2026-03-25 16:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56036f51-68f1-5e70-b2e4-746fff95ca7e with scrape type 2
2026-03-25 16:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56036f51-68f1-5e70-b2e4-746fff95ca7e with scrape type 2
2026-03-25 16:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56036f51-68f1-5e70-b2e4-746fff95ca7e, identifier: 6996965auction110979
2026-03-25 16:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 6996961auction110979
2026-03-25 16:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe20c9aa-950a-556e-b9f5-1475501e3f40 with scrape type 2
2026-03-25 16:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe20c9aa-950a-556e-b9f5-1475501e3f40 with scrape type 2
2026-03-25 16:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe20c9aa-950a-556e-b9f5-1475501e3f40, identifier: 6996961auction110979
2026-03-25 16:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 6996963auction110979
2026-03-25 16:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 6996963auction110979
2026-03-25 16:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 6996963auction110979 to the API
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996963>
{'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-26T10:30:00Z',
'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/6996963',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X3',
'odometer': 42045,
'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 '17, BMW X3 xDrive30e (120 kW) 5d",
'transmission': 'automatic',
'trim': ", '17, xDrive30e (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996963auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:13 [ecarstrade.be] INFO: Saving data for 6996963auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364554.810387, 'last_price_update_time': 1774456573.787519}
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996963auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 6996965auction110979
2026-03-25 16:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 6996965auction110979
2026-03-25 16:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 6996965auction110979 to the API
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996965>
{'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-26T10:30:00Z',
'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/6996965',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 76622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 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-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996965auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:14 [ecarstrade.be] INFO: Saving data for 6996965auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364578.217063, 'last_price_update_time': 1774456574.040239}
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996965auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 6996961auction110979
2026-03-25 16:36:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 6996961auction110979
2026-03-25 16:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 6996961auction110979 to the API
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996961>
{'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-26T10:30:00Z',
'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/6996961',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 152184,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Gran Tourer 216d (85kW) Aut. 5d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Tourer 216d (85kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996961auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:14 [ecarstrade.be] INFO: Saving data for 6996961auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364597.633153, 'last_price_update_time': 1774456574.323827}
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996961auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996964> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996966> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996967> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:14 [ecarstrade.be] INFO: Extracting details for car 6996964auction110979
2026-03-25 16:36:14 [ecarstrade.be] INFO: Extracting details for car 6996966auction110979
2026-03-25 16:36:14 [ecarstrade.be] INFO: Extracting details for car 6996967auction110979
2026-03-25 16:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 6996964auction110979
2026-03-25 16:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cced92-3f35-51dc-8de5-a5ac875b3719 with scrape type 2
2026-03-25 16:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97cced92-3f35-51dc-8de5-a5ac875b3719 with scrape type 2
2026-03-25 16:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97cced92-3f35-51dc-8de5-a5ac875b3719, identifier: 6996964auction110979
2026-03-25 16:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 6996966auction110979
2026-03-25 16:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with scrape type 2
2026-03-25 16:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with scrape type 2
2026-03-25 16:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3, identifier: 6996966auction110979
2026-03-25 16:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 6996967auction110979
2026-03-25 16:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1059b0-0354-509e-954a-dc62e6357bc9 with scrape type 2
2026-03-25 16:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee1059b0-0354-509e-954a-dc62e6357bc9 with scrape type 2
2026-03-25 16:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee1059b0-0354-509e-954a-dc62e6357bc9, identifier: 6996967auction110979
2026-03-25 16:36:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 6996964auction110979
2026-03-25 16:36:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 6996964auction110979
2026-03-25 16:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 6996964auction110979 to the API
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996964>
{'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-26T10:30:00Z',
'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/6996964',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 112315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS 7 Crossback 1.6 PureTech 180 Auto PERFORMANCE Line 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.6 PureTech 180 Auto PERFORMANCE Line 5d',
'vin': None,
'year': 2020}
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996964auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:15 [ecarstrade.be] INFO: Saving data for 6996964auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364554.066498, 'last_price_update_time': 1774456575.049845}
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996964auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 6996966auction110979
2026-03-25 16:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 6996966auction110979
2026-03-25 16:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 6996966auction110979 to the API
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996966>
{'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-26T10:30:00Z',
'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/6996966',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 94214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Dacia, Sandero '21, Dacia Sandero TCe 90 Stepway Plus 5d",
'transmission': 'manual',
'trim': "Dacia, Sandero '21, TCe 90 Stepway Plus 5d",
'vin': None,
'year': 2022}
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996966auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:15 [ecarstrade.be] INFO: Saving data for 6996966auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364550.764534, 'last_price_update_time': 1774456575.351284}
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996966auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 6996967auction110979
2026-03-25 16:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 6996967auction110979
2026-03-25 16:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 6996967auction110979 to the API
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996967>
{'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-26T10:30:00Z',
'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/6996967',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 66995,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 sDrive16dA 85kW DCT 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA 85kW DCT 5d',
'vin': None,
'year': 2020}
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996967auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:15 [ecarstrade.be] INFO: Saving data for 6996967auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364552.387129, 'last_price_update_time': 1774456575.601721}
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996967auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996968> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:20 [ecarstrade.be] INFO: Extracting details for car 6996968auction110979
2026-03-25 16:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 6996968auction110979
2026-03-25 16:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a57cbf54-529c-59d0-a325-e62737cbe742 with scrape type 2
2026-03-25 16:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a57cbf54-529c-59d0-a325-e62737cbe742 with scrape type 2
2026-03-25 16:36:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a57cbf54-529c-59d0-a325-e62737cbe742, identifier: 6996968auction110979
2026-03-25 16:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 6996968auction110979
2026-03-25 16:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 6996968auction110979
2026-03-25 16:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 6996968auction110979 to the API
2026-03-25 16:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996968>
{'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-26T10:30:00Z',
'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/6996968',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 147122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 3,
'seller_name': None,
'title': "Fiat, _Ducato '14, Fiat Ducato 3.0 NP 136 Euro 6D-temp Maxi 35 LH2 "
'4d',
'transmission': 'manual',
'trim': ", _ '14, 3.0 NP 136 Euro 6D-temp Maxi 35 LH2 4d",
'vin': None,
'year': 2021}
2026-03-25 16:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996968auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:20 [ecarstrade.be] INFO: Saving data for 6996968auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364621.690085, 'last_price_update_time': 1774456580.436048}
2026-03-25 16:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996968auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996969auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996969auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996969auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996970auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996970auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996970auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996971auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996971auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996971auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996972auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996972auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996972auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996973auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996973auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996973auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996974auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996974auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996974auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996975auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996975auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996975auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996976auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996976auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996976auction110979: 2
2026-03-25 16:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996977auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996977auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996977auction110979: 2
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996978auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996978auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996978auction110979: 2
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996979auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996979auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996979auction110979: 2
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996980auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996980auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996980auction110979: 2
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996981auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996981auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:32 [ecarstrade.be] INFO: Scrape type for 6996981auction110979: 2
2026-03-25 16:36:32 [ecarstrade.be] INFO: Found listing with ID: 6996982auction110979
2026-03-25 16:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996982auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996982auction110979: 2
2026-03-25 16:36:33 [ecarstrade.be] INFO: Found listing with ID: 6996983auction110979
2026-03-25 16:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996983auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996983auction110979: 2
2026-03-25 16:36:33 [ecarstrade.be] INFO: Found listing with ID: 6996984auction110979
2026-03-25 16:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996984auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996984auction110979: 2
2026-03-25 16:36:33 [ecarstrade.be] INFO: Found listing with ID: 6996985auction110979
2026-03-25 16:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996985auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996985auction110979: 2
2026-03-25 16:36:33 [ecarstrade.be] INFO: Found listing with ID: 6996986auction110979
2026-03-25 16:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996986auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996986auction110979: 2
2026-03-25 16:36:33 [ecarstrade.be] INFO: Found listing with ID: 6996987auction110979
2026-03-25 16:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996987auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996987auction110979: 2
2026-03-25 16:36:33 [ecarstrade.be] INFO: Found listing with ID: 6996988auction110979
2026-03-25 16:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996988auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:33 [ecarstrade.be] INFO: Scrape type for 6996988auction110979: 2
2026-03-25 16:36:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996973> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996974> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996975> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:39 [ecarstrade.be] INFO: Extracting details for car 6996973auction110979
2026-03-25 16:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 6996973auction110979
2026-03-25 16:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with scrape type 2
2026-03-25 16:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with scrape type 2
2026-03-25 16:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404, identifier: 6996973auction110979
2026-03-25 16:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 6996973auction110979
2026-03-25 16:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 6996973auction110979
2026-03-25 16:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 6996973auction110979 to the API
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996973>
{'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-26T10:30:00Z',
'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/6996973',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Puma',
'odometer': 60321,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Puma 1.0i Ecoboost MHEV 92kW Aut. Titanium 5d',
'transmission': 'automatic',
'trim': '1.0i Ecoboost MHEV 92kW Aut. Titanium 5d',
'vin': None,
'year': 2023}
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996973auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:39 [ecarstrade.be] INFO: Saving data for 6996973auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364581.743501, 'last_price_update_time': 1774456599.482067}
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996973auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:39 [ecarstrade.be] INFO: Extracting details for car 6996974auction110979
2026-03-25 16:36:39 [ecarstrade.be] INFO: Extracting details for car 6996975auction110979
2026-03-25 16:36:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996969> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996970> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 6996974auction110979
2026-03-25 16:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344bc160-80f7-5d48-be5e-546d964eeb04 with scrape type 2
2026-03-25 16:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 344bc160-80f7-5d48-be5e-546d964eeb04 with scrape type 2
2026-03-25 16:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 344bc160-80f7-5d48-be5e-546d964eeb04, identifier: 6996974auction110979
2026-03-25 16:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 6996975auction110979
2026-03-25 16:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 with scrape type 2
2026-03-25 16:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 with scrape type 2
2026-03-25 16:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec1ea0b1-a120-5319-ba7e-471023ab74f9, identifier: 6996975auction110979
2026-03-25 16:36:39 [ecarstrade.be] INFO: Extracting details for car 6996969auction110979
2026-03-25 16:36:39 [ecarstrade.be] INFO: Extracting details for car 6996970auction110979
2026-03-25 16:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 6996974auction110979
2026-03-25 16:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 6996974auction110979
2026-03-25 16:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 6996974auction110979 to the API
2026-03-25 16:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996974>
{'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-26T10:30:00Z',
'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/6996974',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 207172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-25 16:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996974auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:40 [ecarstrade.be] INFO: Saving data for 6996974auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364582.866421, 'last_price_update_time': 1774456600.998268}
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996974auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 6996975auction110979
2026-03-25 16:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 6996975auction110979
2026-03-25 16:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 6996975auction110979 to the API
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996975>
{'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-26T10:30:00Z',
'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/6996975',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MG',
'model': 'EHS',
'odometer': 54187,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "MG, EHS '20 PHEV, MG EHS 1.5T Luxury 5d",
'transmission': 'automatic',
'trim': ", '20 PHEV, 1.5T Luxury 5d",
'vin': None,
'year': 2022}
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996975auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:41 [ecarstrade.be] INFO: Saving data for 6996975auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364592.600147, 'last_price_update_time': 1774456601.25154}
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996975auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 6996969auction110979
2026-03-25 16:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e99b927-8720-5558-b8f0-5c613560a9be with scrape type 2
2026-03-25 16:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e99b927-8720-5558-b8f0-5c613560a9be with scrape type 2
2026-03-25 16:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e99b927-8720-5558-b8f0-5c613560a9be, identifier: 6996969auction110979
2026-03-25 16:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 6996970auction110979
2026-03-25 16:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with scrape type 2
2026-03-25 16:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with scrape type 2
2026-03-25 16:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc22b898-5ce2-50a9-b1ed-6386fbe87f83, identifier: 6996970auction110979
2026-03-25 16:36:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996972> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 6996969auction110979
2026-03-25 16:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 6996969auction110979
2026-03-25 16:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 6996969auction110979 to the API
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996969>
{'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-26T10:30:00Z',
'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/6996969',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Puma',
'odometer': 11189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Puma '19, Ford Puma 1.0i Ecoboost mHEV 92kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.0i Ecoboost mHEV 92kW Titanium 5d",
'vin': None,
'year': 2020}
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996969auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:41 [ecarstrade.be] INFO: Saving data for 6996969auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364553.284248, 'last_price_update_time': 1774456601.763206}
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996969auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 6996970auction110979
2026-03-25 16:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 6996970auction110979
2026-03-25 16:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 6996970auction110979 to the API
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996970>
{'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-26T10:30:00Z',
'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/6996970',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'H-1',
'odometer': 43959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 8,
'seller_name': None,
'title': 'Hyundai, H-1, Hyundai H-1 People 2.5 CRDi 100kW Executive 5d',
'transmission': 'manual',
'trim': ', , People 2.5 CRDi 100kW Executive 5d',
'vin': None,
'year': 2020}
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996970auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:42 [ecarstrade.be] INFO: Saving data for 6996970auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364611.926302, 'last_price_update_time': 1774456602.028219}
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996970auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:42 [ecarstrade.be] INFO: Extracting details for car 6996972auction110979
2026-03-25 16:36:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 6996972auction110979
2026-03-25 16:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with scrape type 2
2026-03-25 16:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with scrape type 2
2026-03-25 16:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64ccea2f-44a9-5a18-82a7-1e92b567fd12, identifier: 6996972auction110979
2026-03-25 16:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 6996972auction110979
2026-03-25 16:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 6996972auction110979
2026-03-25 16:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 6996972auction110979 to the API
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996972>
{'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-26T10:30:00Z',
'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/6996972',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Picanto',
'odometer': 57791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 MPI 67 Pure 5d',
'transmission': 'manual',
'trim': 'KIA 1.0 MPI 67 Pure 5d',
'vin': None,
'year': 2020}
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996972auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:42 [ecarstrade.be] INFO: Saving data for 6996972auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364613.093307, 'last_price_update_time': 1774456602.467431}
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996972auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996989auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996989auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996989auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996990auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996990auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996990auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996991auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996991auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996991auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996992auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996992auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996992auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996993auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996993auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996993auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996994auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996994auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996994auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996995auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996995auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996995auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996996auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996996auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996996auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996997auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996997auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996997auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6996999auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996999auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6996999auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997000auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997000auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997000auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997001auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997001auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997001auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997002auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997002auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997002auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997003auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997003auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997003auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997004auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997004auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997004auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997006auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997006auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997006auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997007auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997007auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997007auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997008auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997008auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997008auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997009auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997009auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997009auction110979: 2
2026-03-25 16:36:43 [ecarstrade.be] INFO: Found listing with ID: 6997010auction110979
2026-03-25 16:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997010auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:43 [ecarstrade.be] INFO: Scrape type for 6997010auction110979: 2
2026-03-25 16:36:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996976> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:45 [ecarstrade.be] INFO: Extracting details for car 6996976auction110979
2026-03-25 16:36:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 6996976auction110979
2026-03-25 16:36:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d5ec08-283e-5df3-b035-aa9632c54b80 with scrape type 2
2026-03-25 16:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6d5ec08-283e-5df3-b035-aa9632c54b80 with scrape type 2
2026-03-25 16:36:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6d5ec08-283e-5df3-b035-aa9632c54b80, identifier: 6996976auction110979
2026-03-25 16:36:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 6996976auction110979
2026-03-25 16:36:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 6996976auction110979
2026-03-25 16:36:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 6996976auction110979 to the API
2026-03-25 16:36:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996976>
{'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-26T10:30:00Z',
'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/6996976',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 112967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 250 e Business "
'Solution 5',
'transmission': 'automatic',
'trim': ", '18, -Benz A-Klasse A 250 e Business Solution 5",
'vin': None,
'year': 2021}
2026-03-25 16:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996976auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:46 [ecarstrade.be] INFO: Saving data for 6996976auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364610.770265, 'last_price_update_time': 1774456606.707541}
2026-03-25 16:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996976auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996979> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996978> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:48 [ecarstrade.be] INFO: Extracting details for car 6996979auction110979
2026-03-25 16:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 6996979auction110979
2026-03-25 16:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with scrape type 2
2026-03-25 16:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with scrape type 2
2026-03-25 16:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b4304e3-cdbf-505c-b54f-fb332fdcf391, identifier: 6996979auction110979
2026-03-25 16:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 6996979auction110979
2026-03-25 16:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 6996979auction110979
2026-03-25 16:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 6996979auction110979 to the API
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996979>
{'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-26T10:30:00Z',
'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/6996979',
'listing': 'auction',
'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': 0,
'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-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996979auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:48 [ecarstrade.be] INFO: Saving data for 6996979auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364599.893953, 'last_price_update_time': 1774456608.532511}
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996979auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:48 [ecarstrade.be] INFO: Extracting details for car 6996978auction110979
2026-03-25 16:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 6996978auction110979
2026-03-25 16:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 with scrape type 2
2026-03-25 16:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 with scrape type 2
2026-03-25 16:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb84fa4d-d983-5217-8073-e0d39a6e0c36, identifier: 6996978auction110979
2026-03-25 16:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 6996978auction110979
2026-03-25 16:36:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 6996978auction110979
2026-03-25 16:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 6996978auction110979 to the API
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996978>
{'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-26T10:30:00Z',
'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/6996978',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 151114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz E-Klasse Break E 300de Business Solution Limited 5d',
'transmission': 'automatic',
'trim': '-Benz E-Klasse Break de Business Solution Limited 5d',
'vin': None,
'year': 2021}
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996978auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:48 [ecarstrade.be] INFO: Saving data for 6996978auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364613.695563, 'last_price_update_time': 1774456608.916479}
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996978auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996980> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:49 [ecarstrade.be] INFO: Extracting details for car 6996980auction110979
2026-03-25 16:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 6996980auction110979
2026-03-25 16:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16fac07a-ea84-54ba-91de-81c43be6f206 with scrape type 2
2026-03-25 16:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16fac07a-ea84-54ba-91de-81c43be6f206 with scrape type 2
2026-03-25 16:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16fac07a-ea84-54ba-91de-81c43be6f206, identifier: 6996980auction110979
2026-03-25 16:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 6996980auction110979
2026-03-25 16:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 6996980auction110979
2026-03-25 16:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 6996980auction110979 to the API
2026-03-25 16:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:36:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996980>
{'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-26T10:30:00Z',
'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/6996980',
'listing': 'auction',
'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': 0,
'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-25 16:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996980auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:51 [ecarstrade.be] INFO: Saving data for 6996980auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364593.91455, 'last_price_update_time': 1774456611.724094}
2026-03-25 16:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996980auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996981> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:51 [ecarstrade.be] INFO: Extracting details for car 6996981auction110979
2026-03-25 16:36:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 6996981auction110979
2026-03-25 16:36:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e635b931-71f4-5804-8fa4-15cd93fcc97f with scrape type 2
2026-03-25 16:36:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e635b931-71f4-5804-8fa4-15cd93fcc97f with scrape type 2
2026-03-25 16:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e635b931-71f4-5804-8fa4-15cd93fcc97f, identifier: 6996981auction110979
2026-03-25 16:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 6996981auction110979
2026-03-25 16:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 6996981auction110979
2026-03-25 16:36:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 6996981auction110979 to the API
2026-03-25 16:36:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996981>
{'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-26T10:30:00Z',
'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/6996981',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 44214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE GLC DIESEL (X254) GLC 220 d 197hp 4-Matic AMG Line '
'5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X254) d 197hp 4-Matic AMG Line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996981auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:53 [ecarstrade.be] INFO: Saving data for 6996981auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364596.684331, 'last_price_update_time': 1774456613.04039}
2026-03-25 16:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996981auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996971> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996977> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:53 [ecarstrade.be] INFO: Extracting details for car 6996971auction110979
2026-03-25 16:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 6996971auction110979
2026-03-25 16:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a649e3-bb16-571a-82be-3ae93ece22d0 with scrape type 2
2026-03-25 16:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34a649e3-bb16-571a-82be-3ae93ece22d0 with scrape type 2
2026-03-25 16:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34a649e3-bb16-571a-82be-3ae93ece22d0, identifier: 6996971auction110979
2026-03-25 16:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 6996971auction110979
2026-03-25 16:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 6996971auction110979
2026-03-25 16:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 6996971auction110979 to the API
2026-03-25 16:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996971>
{'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-26T10:30:00Z',
'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/6996971',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Niro',
'odometer': 38079,
'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': "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-25 16:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996971auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:54 [ecarstrade.be] INFO: Saving data for 6996971auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364612.466774, 'last_price_update_time': 1774456614.458947}
2026-03-25 16:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996971auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:54 [ecarstrade.be] INFO: Extracting details for car 6996977auction110979
2026-03-25 16:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 042bcfcd-b191-5167-a4f4-6ae13b9164ee with identifier: 6996977auction110979
2026-03-25 16:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 042bcfcd-b191-5167-a4f4-6ae13b9164ee with scrape type 2
2026-03-25 16:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 042bcfcd-b191-5167-a4f4-6ae13b9164ee with scrape type 2
2026-03-25 16:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 042bcfcd-b191-5167-a4f4-6ae13b9164ee, identifier: 6996977auction110979
2026-03-25 16:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 042bcfcd-b191-5167-a4f4-6ae13b9164ee with identifier: 6996977auction110979
2026-03-25 16:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 042bcfcd-b191-5167-a4f4-6ae13b9164ee with identifier: 6996977auction110979
2026-03-25 16:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 042bcfcd-b191-5167-a4f4-6ae13b9164ee with identifier: 6996977auction110979 to the API
2026-03-25 16:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996977>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': '042bcfcd-b191-5167-a4f4-6ae13b9164ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996977',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 60975,
'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 CLASSE A SEDAN DIESEL (V177) A 180 d 116hp AMG Line 4d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A SEDAN DIESEL (V177) d 116hp AMG Line 4d',
'vin': None,
'year': 2023}
2026-03-25 16:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996977auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:55 [ecarstrade.be] INFO: Saving data for 6996977auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364605.341835, 'last_price_update_time': 1774456615.850996}
2026-03-25 16:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996977auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996988> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996983> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996987> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:55 [ecarstrade.be] INFO: Extracting details for car 6996988auction110979
2026-03-25 16:36:56 [ecarstrade.be] INFO: Extracting details for car 6996983auction110979
2026-03-25 16:36:56 [ecarstrade.be] INFO: Extracting details for car 6996987auction110979
2026-03-25 16:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 6996988auction110979
2026-03-25 16:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c112d1-86db-5ab9-8661-0559d5746c53 with scrape type 2
2026-03-25 16:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c112d1-86db-5ab9-8661-0559d5746c53 with scrape type 2
2026-03-25 16:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16c112d1-86db-5ab9-8661-0559d5746c53, identifier: 6996988auction110979
2026-03-25 16:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 6996983auction110979
2026-03-25 16:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with scrape type 2
2026-03-25 16:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with scrape type 2
2026-03-25 16:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711, identifier: 6996983auction110979
2026-03-25 16:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 6996987auction110979
2026-03-25 16:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6fe849b-330e-5994-b95c-7146f8c9580a with scrape type 2
2026-03-25 16:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6fe849b-330e-5994-b95c-7146f8c9580a with scrape type 2
2026-03-25 16:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6fe849b-330e-5994-b95c-7146f8c9580a, identifier: 6996987auction110979
2026-03-25 16:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 6996988auction110979
2026-03-25 16:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 6996988auction110979
2026-03-25 16:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 6996988auction110979 to the API
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996988>
{'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-26T10:30:00Z',
'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/6996988',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 75912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Crossland X 1.2 96kW Turbo S/S Auto Innovation 5d',
'transmission': 'automatic',
'trim': '1.2 96kW Turbo S/S Auto Innovation 5d',
'vin': None,
'year': 2020}
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996988auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:56 [ecarstrade.be] INFO: Saving data for 6996988auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364576.781086, 'last_price_update_time': 1774456616.555058}
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996988auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 6996983auction110979
2026-03-25 16:36:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 6996983auction110979
2026-03-25 16:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 6996983auction110979 to the API
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996983>
{'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-26T10:30:00Z',
'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/6996983',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini Cooper S Countryman',
'odometer': 44189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2023}
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996983auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:56 [ecarstrade.be] INFO: Saving data for 6996983auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364597.11257, 'last_price_update_time': 1774456616.844754}
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996983auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 6996987auction110979
2026-03-25 16:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 6996987auction110979
2026-03-25 16:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 6996987auction110979 to the API
2026-03-25 16:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996987>
{'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-26T10:30:00Z',
'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/6996987',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 98997,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Grandland X '17, Opel Grandland X 1.5 Turbo D D S/S AT8 "
'Edition 5d',
'transmission': 'automatic',
'trim': ", '17, 1.5 Turbo D D S/S AT8 Edition 5d",
'vin': None,
'year': 2021}
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996987auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:57 [ecarstrade.be] INFO: Saving data for 6996987auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364576.106476, 'last_price_update_time': 1774456617.125921}
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996987auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996982> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:36:57 [ecarstrade.be] INFO: Extracting details for car 6996982auction110979
2026-03-25 16:36:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 6996982auction110979
2026-03-25 16:36:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88588de2-4be5-57bd-9954-d64ee998141e with scrape type 2
2026-03-25 16:36:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88588de2-4be5-57bd-9954-d64ee998141e with scrape type 2
2026-03-25 16:36:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88588de2-4be5-57bd-9954-d64ee998141e, identifier: 6996982auction110979
2026-03-25 16:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 6996982auction110979
2026-03-25 16:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 6996982auction110979
2026-03-25 16:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 6996982auction110979 to the API
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996982>
{'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-26T10:30:00Z',
'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/6996982',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 147465,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 3,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996982auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:36:57 [ecarstrade.be] INFO: Saving data for 6996982auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364595.983086, 'last_price_update_time': 1774456617.614132}
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996982auction110979') HTTP/1.1" 204 0
2026-03-25 16:36:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996986> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:36:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:00 [ecarstrade.be] INFO: Extracting details for car 6996986auction110979
2026-03-25 16:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 6996986auction110979
2026-03-25 16:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with scrape type 2
2026-03-25 16:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with scrape type 2
2026-03-25 16:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6fc3769-7760-58b0-9bb4-de1f6d6d1399, identifier: 6996986auction110979
2026-03-25 16:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 6996986auction110979
2026-03-25 16:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 6996986auction110979
2026-03-25 16:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 6996986auction110979 to the API
2026-03-25 16:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996986>
{'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-26T10:30:00Z',
'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/6996986',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 28923,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996986auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:00 [ecarstrade.be] INFO: Saving data for 6996986auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364614.359808, 'last_price_update_time': 1774456620.826009}
2026-03-25 16:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996986auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996985> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:00 [ecarstrade.be] INFO: Extracting details for car 6996985auction110979
2026-03-25 16:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 6996985auction110979
2026-03-25 16:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9c6072-9c23-54d5-af03-c42239654124 with scrape type 2
2026-03-25 16:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c9c6072-9c23-54d5-af03-c42239654124 with scrape type 2
2026-03-25 16:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c9c6072-9c23-54d5-af03-c42239654124, identifier: 6996985auction110979
2026-03-25 16:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 6996985auction110979
2026-03-25 16:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 6996985auction110979
2026-03-25 16:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 6996985auction110979 to the API
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996985>
{'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-26T10:30:00Z',
'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/6996985',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 46636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'transmission': 'manual',
'trim': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996985auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Saving data for 6996985auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364583.427591, 'last_price_update_time': 1774456621.42896}
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996985auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:37:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6997011auction110979
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997011auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6997011auction110979: 2
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6997012auction110979
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997012auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6997012auction110979: 2
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6997013auction110979
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997013auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6997013auction110979: 2
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6997014auction110979
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997014auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6997014auction110979: 2
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999513auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999513auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999513auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999530auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999530auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999530auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999509auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999509auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999509auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999529auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999529auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999529auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999525auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999525auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999525auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999517auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999517auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999517auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999526auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999526auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999526auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999531auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999531auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999531auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999518auction111013
2026-03-25 16:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999518auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:01 [ecarstrade.be] INFO: Scrape type for 6999518auction111013: 0
2026-03-25 16:37:01 [ecarstrade.be] INFO: Found listing with ID: 6999528auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999528auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999528auction111013: 0
2026-03-25 16:37:02 [ecarstrade.be] INFO: Found listing with ID: 6999533auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999533auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999533auction111013: 0
2026-03-25 16:37:02 [ecarstrade.be] INFO: Found listing with ID: 6999514auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999514auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999514auction111013: 0
2026-03-25 16:37:02 [ecarstrade.be] INFO: Found listing with ID: 6999527auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999527auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999527auction111013: 0
2026-03-25 16:37:02 [ecarstrade.be] INFO: Found listing with ID: 6999507auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999507auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999507auction111013: 0
2026-03-25 16:37:02 [ecarstrade.be] INFO: Found listing with ID: 6999508auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999508auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999508auction111013: 0
2026-03-25 16:37:02 [ecarstrade.be] INFO: Found listing with ID: 6999522auction111013
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999522auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:02 [ecarstrade.be] INFO: Scrape type for 6999522auction111013: 0
2026-03-25 16:37:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996984> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:02 [ecarstrade.be] INFO: Extracting details for car 6996984auction110979
2026-03-25 16:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 6996984auction110979
2026-03-25 16:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b43b5148-0842-56fb-9938-023ea188ee78 with scrape type 2
2026-03-25 16:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b43b5148-0842-56fb-9938-023ea188ee78 with scrape type 2
2026-03-25 16:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b43b5148-0842-56fb-9938-023ea188ee78, identifier: 6996984auction110979
2026-03-25 16:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 6996984auction110979
2026-03-25 16:37:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 6996984auction110979
2026-03-25 16:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 6996984auction110979 to the API
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996984>
{'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-26T10:30:00Z',
'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/6996984',
'listing': 'auction',
'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': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLE '18, Mercedes-Benz GLE GLE 350 de 4MATIC Business "
'Solut',
'transmission': 'automatic',
'trim': ", GLE '18, -Benz GLE de 4MATIC Business Solut",
'vin': None,
'year': 2021}
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996984auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:03 [ecarstrade.be] INFO: Saving data for 6996984auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364618.361287, 'last_price_update_time': 1774456623.08087}
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996984auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996989> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:03 [ecarstrade.be] INFO: Extracting details for car 6996989auction110979
2026-03-25 16:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8050320c-f8d0-5239-9a93-431bcd5f1485 with identifier: 6996989auction110979
2026-03-25 16:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8050320c-f8d0-5239-9a93-431bcd5f1485 with scrape type 2
2026-03-25 16:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8050320c-f8d0-5239-9a93-431bcd5f1485 with scrape type 2
2026-03-25 16:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8050320c-f8d0-5239-9a93-431bcd5f1485, identifier: 6996989auction110979
2026-03-25 16:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8050320c-f8d0-5239-9a93-431bcd5f1485 with identifier: 6996989auction110979
2026-03-25 16:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8050320c-f8d0-5239-9a93-431bcd5f1485 with identifier: 6996989auction110979
2026-03-25 16:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8050320c-f8d0-5239-9a93-431bcd5f1485 with identifier: 6996989auction110979 to the API
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996989>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': '8050320c-f8d0-5239-9a93-431bcd5f1485',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996989',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '208',
'odometer': 24782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 208 '19, Peugeot 208 1.5 BlueHDi 100 MAN6 S&S GT 5d",
'transmission': 'manual',
'trim': ", '19, 1.5 BlueHDi 100 MAN6 S&S GT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996989auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:03 [ecarstrade.be] INFO: Saving data for 6996989auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364578.796493, 'last_price_update_time': 1774456623.611004}
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996989auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997010> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:03 [ecarstrade.be] INFO: Extracting details for car 6997010auction110979
2026-03-25 16:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 6997010auction110979
2026-03-25 16:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 with scrape type 2
2026-03-25 16:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 with scrape type 2
2026-03-25 16:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e8ad296-cdd9-571a-bcac-3cf173e78602, identifier: 6997010auction110979
2026-03-25 16:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 6997010auction110979
2026-03-25 16:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 6997010auction110979
2026-03-25 16:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 6997010auction110979 to the API
2026-03-25 16:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997010>
{'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-26T10:30:00Z',
'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/6997010',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 35685,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 - 2020 ID.3 58kWh 204 Family 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN - 2020 58kWh 204 Family 5d',
'vin': None,
'year': 2021}
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997010auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:04 [ecarstrade.be] INFO: Saving data for 6997010auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364752.640563, 'last_price_update_time': 1774456624.101817}
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997010auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997008> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:04 [ecarstrade.be] INFO: Extracting details for car 6997008auction110979
2026-03-25 16:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 6997008auction110979
2026-03-25 16:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 with scrape type 2
2026-03-25 16:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 with scrape type 2
2026-03-25 16:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfe07976-d0b2-5daf-8b49-8d538c3cf254, identifier: 6997008auction110979
2026-03-25 16:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 6997008auction110979
2026-03-25 16:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 6997008auction110979
2026-03-25 16:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 6997008auction110979 to the API
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997008>
{'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-26T10:30:00Z',
'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/6997008',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 64393,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 eTSI 81kW Life Business DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 1.0 eTSI 81kW Life Business DSG 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997008auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:04 [ecarstrade.be] INFO: Saving data for 6997008auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364679.899262, 'last_price_update_time': 1774456624.551441}
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997008auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997009> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:04 [ecarstrade.be] INFO: Extracting details for car 6997009auction110979
2026-03-25 16:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 6997009auction110979
2026-03-25 16:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49356698-3f41-5e3a-8325-18309b3246a0 with scrape type 2
2026-03-25 16:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49356698-3f41-5e3a-8325-18309b3246a0 with scrape type 2
2026-03-25 16:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49356698-3f41-5e3a-8325-18309b3246a0, identifier: 6997009auction110979
2026-03-25 16:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 6997009auction110979
2026-03-25 16:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 6997009auction110979
2026-03-25 16:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 6997009auction110979 to the API
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997009>
{'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-26T10:30:00Z',
'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/6997009',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 41666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': 'Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 16:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997009auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:05 [ecarstrade.be] INFO: Saving data for 6997009auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364759.476658, 'last_price_update_time': 1774456625.11724}
2026-03-25 16:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997009auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:06 [scrapy.extensions.logstats] INFO: Crawled 119 pages (at 35 pages/min), scraped 82 items (at 34 items/min)
2026-03-25 16:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-25 16:37:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997007> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:07 [ecarstrade.be] INFO: Extracting details for car 6997007auction110979
2026-03-25 16:37:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 6997007auction110979
2026-03-25 16:37:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 with scrape type 2
2026-03-25 16:37:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 with scrape type 2
2026-03-25 16:37:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbe29d06-7f74-508e-9844-0b8c46a72bb2, identifier: 6997007auction110979
2026-03-25 16:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 6997007auction110979
2026-03-25 16:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 6997007auction110979
2026-03-25 16:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 6997007auction110979 to the API
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997007>
{'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-26T10:30:00Z',
'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/6997007',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 28886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, Yaris '20, Toyota Yaris 1.5 VVT-i Hybrid Iconic e-CVT 5d",
'transmission': 'automatic',
'trim': ", '20, 1.5 VVT-i Hybrid Iconic e-CVT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997007auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:07 [ecarstrade.be] INFO: Saving data for 6997007auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364761.008841, 'last_price_update_time': 1774456627.470818}
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997007auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997006> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:07 [ecarstrade.be] INFO: Extracting details for car 6997006auction110979
2026-03-25 16:37:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3269d01-8018-5a6d-bc4e-dbfc1ce379b3 with identifier: 6997006auction110979
2026-03-25 16:37:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3269d01-8018-5a6d-bc4e-dbfc1ce379b3 with scrape type 2
2026-03-25 16:37:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3269d01-8018-5a6d-bc4e-dbfc1ce379b3 with scrape type 2
2026-03-25 16:37:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3269d01-8018-5a6d-bc4e-dbfc1ce379b3, identifier: 6997006auction110979
2026-03-25 16:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3269d01-8018-5a6d-bc4e-dbfc1ce379b3 with identifier: 6997006auction110979
2026-03-25 16:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3269d01-8018-5a6d-bc4e-dbfc1ce379b3 with identifier: 6997006auction110979
2026-03-25 16:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3269d01-8018-5a6d-bc4e-dbfc1ce379b3 with identifier: 6997006auction110979 to the API
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997006>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'c3269d01-8018-5a6d-bc4e-dbfc1ce379b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997006',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 134622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Superb Combi FL'19, Skoda Superb Combi 1.4 TSI iV 160kW DSG6 "
'Style 5d',
'transmission': 'automatic',
'trim': ", Combi FL'19, Combi 1.4 TSI iV 160kW DSG6 Style 5d",
'vin': None,
'year': 2021}
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997006auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:07 [ecarstrade.be] INFO: Saving data for 6997006auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364709.500586, 'last_price_update_time': 1774456627.94104}
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997006auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997004> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:09 [ecarstrade.be] INFO: Extracting details for car 6997004auction110979
2026-03-25 16:37:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 6997004auction110979
2026-03-25 16:37:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with scrape type 2
2026-03-25 16:37:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with scrape type 2
2026-03-25 16:37:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939, identifier: 6997004auction110979
2026-03-25 16:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 6997004auction110979
2026-03-25 16:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 6997004auction110979
2026-03-25 16:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 6997004auction110979 to the API
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997004>
{'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-26T10:30:00Z',
'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/6997004',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 71548,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia '20, Skoda Octavia 2.0 CRTDI 85kW DSG7 Clever 5d",
'transmission': 'automatic',
'trim': ", '20, 2.0 CRTDI 85kW DSG7 Clever 5d",
'vin': None,
'year': 2023}
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997004auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:09 [ecarstrade.be] INFO: Saving data for 6997004auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364764.438952, 'last_price_update_time': 1774456629.364484}
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997004auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997002> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:09 [ecarstrade.be] INFO: Extracting details for car 6997002auction110979
2026-03-25 16:37:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 6997002auction110979
2026-03-25 16:37:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with scrape type 2
2026-03-25 16:37:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with scrape type 2
2026-03-25 16:37:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bcd612b-f771-52c1-ac80-bcaadb2375a1, identifier: 6997002auction110979
2026-03-25 16:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 6997002auction110979
2026-03-25 16:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 6997002auction110979
2026-03-25 16:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 6997002auction110979 to the API
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997002>
{'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-26T10:30:00Z',
'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/6997002',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Express',
'odometer': 9542,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Express Blue dCi 95 Confort 4d',
'transmission': 'manual',
'trim': 'Blue dCi 95 Confort 4d',
'vin': None,
'year': 2023}
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997002auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:09 [ecarstrade.be] INFO: Saving data for 6997002auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364761.954718, 'last_price_update_time': 1774456629.916676}
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997002auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997001> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:12 [ecarstrade.be] INFO: Extracting details for car 6997001auction110979
2026-03-25 16:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 6997001auction110979
2026-03-25 16:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1b9231-8824-505b-8111-9ed9968ac9ca with scrape type 2
2026-03-25 16:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1b9231-8824-505b-8111-9ed9968ac9ca with scrape type 2
2026-03-25 16:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1b9231-8824-505b-8111-9ed9968ac9ca, identifier: 6997001auction110979
2026-03-25 16:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 6997001auction110979
2026-03-25 16:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 6997001auction110979
2026-03-25 16:37:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 6997001auction110979 to the API
2026-03-25 16:37:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997001>
{'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-26T10:30:00Z',
'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/6997001',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 149460,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAMIQ 1.0 TSI 110hp Ambition 5d',
'transmission': 'manual',
'trim': 'SKODA KAMIQ 1.0 TSI 110hp Ambition 5d',
'vin': None,
'year': 2022}
2026-03-25 16:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997001auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:12 [ecarstrade.be] INFO: Saving data for 6997001auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364761.515384, 'last_price_update_time': 1774456632.558711}
2026-03-25 16:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997001auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996999> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997000> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:12 [ecarstrade.be] INFO: Extracting details for car 6996999auction110979
2026-03-25 16:37:12 [ecarstrade.be] INFO: Extracting details for car 6997000auction110979
2026-03-25 16:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 6996999auction110979
2026-03-25 16:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with scrape type 2
2026-03-25 16:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with scrape type 2
2026-03-25 16:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77b72e3b-69ca-5e87-a29a-56ecec77fca1, identifier: 6996999auction110979
2026-03-25 16:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 6997000auction110979
2026-03-25 16:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with scrape type 2
2026-03-25 16:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with scrape type 2
2026-03-25 16:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5, identifier: 6997000auction110979
2026-03-25 16:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 6996999auction110979
2026-03-25 16:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 6996999auction110979
2026-03-25 16:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 6996999auction110979 to the API
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996999>
{'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-26T10:30:00Z',
'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/6996999',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Porsche',
'model': 'Taycan',
'odometer': 80213,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Taycan Cross Turismo Taycan 4 Cross Turismo 5d',
'transmission': 'automatic',
'trim': 'Cross Turismo 4 Cross Turismo 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996999auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:13 [ecarstrade.be] INFO: Saving data for 6996999auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364616.977011, 'last_price_update_time': 1774456633.189783}
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996999auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 6997000auction110979
2026-03-25 16:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 6997000auction110979
2026-03-25 16:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 6997000auction110979 to the API
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997000>
{'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-26T10:30:00Z',
'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/6997000',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 84299,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 2,
'seller_name': None,
'title': "Renault, _Kangoo Express '13, Renault Kangoo Express Blue dCi 80 "
'Grand Confort 4',
'transmission': 'manual',
'trim': ", _ Express '13, Express Blue dCi 80 Grand Confort 4",
'vin': None,
'year': 2020}
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997000auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:13 [ecarstrade.be] INFO: Saving data for 6997000auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364639.153173, 'last_price_update_time': 1774456633.444691}
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997000auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996997> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:14 [ecarstrade.be] INFO: Extracting details for car 6996997auction110979
2026-03-25 16:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 6996997auction110979
2026-03-25 16:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac366a70-b8bb-534d-b08c-340a99579ef9 with scrape type 2
2026-03-25 16:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac366a70-b8bb-534d-b08c-340a99579ef9 with scrape type 2
2026-03-25 16:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac366a70-b8bb-534d-b08c-340a99579ef9, identifier: 6996997auction110979
2026-03-25 16:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 6996997auction110979
2026-03-25 16:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 6996997auction110979
2026-03-25 16:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 6996997auction110979 to the API
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996997>
{'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-26T10:30:00Z',
'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/6996997',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 94975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure "
'Pack',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 Allure Pack",
'vin': None,
'year': 2021}
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996997auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:14 [ecarstrade.be] INFO: Saving data for 6996997auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364622.315983, 'last_price_update_time': 1774456634.4795}
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996997auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996996> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:14 [ecarstrade.be] INFO: Extracting details for car 6996996auction110979
2026-03-25 16:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 6996996auction110979
2026-03-25 16:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with scrape type 2
2026-03-25 16:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with scrape type 2
2026-03-25 16:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1, identifier: 6996996auction110979
2026-03-25 16:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 6996996auction110979
2026-03-25 16:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 6996996auction110979
2026-03-25 16:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 6996996auction110979 to the API
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996996>
{'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-26T10:30:00Z',
'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/6996996',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 109459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2021}
2026-03-25 16:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996996auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:15 [ecarstrade.be] INFO: Saving data for 6996996auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364619.363097, 'last_price_update_time': 1774456635.015698}
2026-03-25 16:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996996auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996995> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:37:15 [ecarstrade.be] INFO: Extracting details for car 6996995auction110979
2026-03-25 16:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4ca00bb-2055-51c7-8aca-2214cd280ba5 with identifier: 6996995auction110979
2026-03-25 16:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4ca00bb-2055-51c7-8aca-2214cd280ba5 with scrape type 2
2026-03-25 16:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4ca00bb-2055-51c7-8aca-2214cd280ba5 with scrape type 2
2026-03-25 16:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4ca00bb-2055-51c7-8aca-2214cd280ba5, identifier: 6996995auction110979
2026-03-25 16:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4ca00bb-2055-51c7-8aca-2214cd280ba5 with identifier: 6996995auction110979
2026-03-25 16:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4ca00bb-2055-51c7-8aca-2214cd280ba5 with identifier: 6996995auction110979
2026-03-25 16:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4ca00bb-2055-51c7-8aca-2214cd280ba5 with identifier: 6996995auction110979 to the API
2026-03-25 16:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996995>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'd4ca00bb-2055-51c7-8aca-2214cd280ba5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996995',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 148829,
'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': 'Peugeot 5008 2.0 BlueHDi 132kW S&S EAT8 GT Pack 5d',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 132kW S&S EAT8 GT Pack 5d',
'vin': None,
'year': 2022}
2026-03-25 16:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996995auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:16 [ecarstrade.be] INFO: Saving data for 6996995auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364580.517009, 'last_price_update_time': 1774456636.097531}
2026-03-25 16:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996995auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997014> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:17 [ecarstrade.be] INFO: Extracting details for car 6997014auction110979
2026-03-25 16:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 6997014auction110979
2026-03-25 16:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95572c9-2430-54ea-8de4-a459d424d5a4 with scrape type 2
2026-03-25 16:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a95572c9-2430-54ea-8de4-a459d424d5a4 with scrape type 2
2026-03-25 16:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a95572c9-2430-54ea-8de4-a459d424d5a4, identifier: 6997014auction110979
2026-03-25 16:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 6997014auction110979
2026-03-25 16:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 6997014auction110979
2026-03-25 16:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 6997014auction110979 to the API
2026-03-25 16:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997014>
{'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-26T10:30:00Z',
'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/6997014',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'V60',
'odometer': 178438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 DIESEL - 2022 2.0 B4 197hp Plus Bright 5d',
'transmission': 'automatic',
'trim': 'VOLVO DIESEL - 2022 2.0 B4 197hp Plus Bright 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997014auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:17 [ecarstrade.be] INFO: Saving data for 6997014auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364661.432315, 'last_price_update_time': 1774456637.523209}
2026-03-25 16:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997014auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997013> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:18 [ecarstrade.be] INFO: Extracting details for car 6997013auction110979
2026-03-25 16:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 6997013auction110979
2026-03-25 16:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99523950-a1df-5519-985e-faa4c184ae6d with scrape type 2
2026-03-25 16:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99523950-a1df-5519-985e-faa4c184ae6d with scrape type 2
2026-03-25 16:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99523950-a1df-5519-985e-faa4c184ae6d, identifier: 6997013auction110979
2026-03-25 16:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 6997013auction110979
2026-03-25 16:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 6997013auction110979
2026-03-25 16:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 6997013auction110979 to the API
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997013>
{'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-26T10:30:00Z',
'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/6997013',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 197873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2015 2.0 TDi SCR BMT 5d',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2015 2.0 TDi SCR BMT 5d',
'vin': None,
'year': 2019}
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997013auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:19 [ecarstrade.be] INFO: Saving data for 6997013auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364758.425397, 'last_price_update_time': 1774456639.45395}
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997013auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997011> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:19 [ecarstrade.be] INFO: Extracting details for car 6997011auction110979
2026-03-25 16:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 6997011auction110979
2026-03-25 16:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c226e509-27b8-5556-b436-fd4125ab253a with scrape type 2
2026-03-25 16:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c226e509-27b8-5556-b436-fd4125ab253a with scrape type 2
2026-03-25 16:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c226e509-27b8-5556-b436-fd4125ab253a, identifier: 6997011auction110979
2026-03-25 16:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 6997011auction110979
2026-03-25 16:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 6997011auction110979
2026-03-25 16:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 6997011auction110979 to the API
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997011>
{'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-26T10:30:00Z',
'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/6997011',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 93386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, T-Roc '17, Volkswagen T-Roc 1.5 TSI United 5d",
'transmission': 'manual',
'trim': "VW, '17, 1.5 TSI United 5d",
'vin': None,
'year': 2021}
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997011auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:20 [ecarstrade.be] INFO: Saving data for 6997011auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364758.968447, 'last_price_update_time': 1774456640.017705}
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997011auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997012> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:20 [ecarstrade.be] INFO: Extracting details for car 6997012auction110979
2026-03-25 16:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 6997012auction110979
2026-03-25 16:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c79d998-bd27-5b4d-932c-457d50f9c276 with scrape type 2
2026-03-25 16:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c79d998-bd27-5b4d-932c-457d50f9c276 with scrape type 2
2026-03-25 16:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c79d998-bd27-5b4d-932c-457d50f9c276, identifier: 6997012auction110979
2026-03-25 16:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 6997012auction110979
2026-03-25 16:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 6997012auction110979
2026-03-25 16:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 6997012auction110979 to the API
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997012>
{'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-26T10:30:00Z',
'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/6997012',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 96342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII VARIANT DIESEL 2.0 SCR 110 TDi Life DSG 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII VARIANT DIESEL 2.0 SCR 110 TDi Life DSG 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997012auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:20 [ecarstrade.be] INFO: Saving data for 6997012auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364711.728637, 'last_price_update_time': 1774456640.478351}
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997012auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996994> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:21 [ecarstrade.be] INFO: Extracting details for car 6996994auction110979
2026-03-25 16:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 6996994auction110979
2026-03-25 16:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78911527-f395-5cbe-a777-f3ab5557e5e8 with scrape type 2
2026-03-25 16:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78911527-f395-5cbe-a777-f3ab5557e5e8 with scrape type 2
2026-03-25 16:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78911527-f395-5cbe-a777-f3ab5557e5e8, identifier: 6996994auction110979
2026-03-25 16:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 6996994auction110979
2026-03-25 16:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 6996994auction110979
2026-03-25 16:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 6996994auction110979 to the API
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996994>
{'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-26T10:30:00Z',
'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/6996994',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 85660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Pack "
'5d',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT Pack 5d",
'vin': None,
'year': 2021}
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996994auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Saving data for 6996994auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364595.15176, 'last_price_update_time': 1774456641.42666}
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996994auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999524auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999524auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999524auction111013: 1
2026-03-25 16:37:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999516auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999516auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999516auction111013: 1
2026-03-25 16:37:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999511auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999511auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999511auction111013: 1
2026-03-25 16:37:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999506auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999506auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999506auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999515auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999515auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999515auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999512auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999512auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999512auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999532auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999532auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999532auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999519auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999519auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999519auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999505auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999505auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999505auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999523auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999523auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999523auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999521auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999521auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999521auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999520auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999520auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999520auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 6999510auction111013
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999510auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 6999510auction111013: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001216auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001216auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001216auction99101: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001225auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001225auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001225auction99101: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001241auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001241auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001241auction99101: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001244auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001244auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001244auction99101: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001246auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001246auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001246auction99101: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001247auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001247auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001247auction99101: 1
2026-03-25 16:37:21 [ecarstrade.be] INFO: Found listing with ID: 7001248auction99101
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001248auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:21 [ecarstrade.be] INFO: Scrape type for 7001248auction99101: 1
2026-03-25 16:37:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996993> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:37:22 [ecarstrade.be] INFO: Extracting details for car 6996993auction110979
2026-03-25 16:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 270a8029-a672-56d8-9f06-32e4f83f0152 with identifier: 6996993auction110979
2026-03-25 16:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 270a8029-a672-56d8-9f06-32e4f83f0152 with scrape type 2
2026-03-25 16:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 270a8029-a672-56d8-9f06-32e4f83f0152 with scrape type 2
2026-03-25 16:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 270a8029-a672-56d8-9f06-32e4f83f0152, identifier: 6996993auction110979
2026-03-25 16:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 270a8029-a672-56d8-9f06-32e4f83f0152 with identifier: 6996993auction110979
2026-03-25 16:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 270a8029-a672-56d8-9f06-32e4f83f0152 with identifier: 6996993auction110979
2026-03-25 16:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 270a8029-a672-56d8-9f06-32e4f83f0152 with identifier: 6996993auction110979 to the API
2026-03-25 16:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996993>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': '270a8029-a672-56d8-9f06-32e4f83f0152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996993',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 98986,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d',
'vin': None,
'year': 2022}
2026-03-25 16:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996993auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:22 [ecarstrade.be] INFO: Saving data for 6996993auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364594.491097, 'last_price_update_time': 1774456642.648684}
2026-03-25 16:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996993auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996992> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:23 [ecarstrade.be] INFO: Extracting details for car 6996992auction110979
2026-03-25 16:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 6996992auction110979
2026-03-25 16:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with scrape type 2
2026-03-25 16:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with scrape type 2
2026-03-25 16:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cd4c891-5dd7-55bf-83bb-39c4af536be0, identifier: 6996992auction110979
2026-03-25 16:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 6996992auction110979
2026-03-25 16:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 6996992auction110979
2026-03-25 16:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 6996992auction110979 to the API
2026-03-25 16:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996992>
{'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-26T10:30:00Z',
'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/6996992',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 18836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2024}
2026-03-25 16:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996992auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:23 [ecarstrade.be] INFO: Saving data for 6996992auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364581.173518, 'last_price_update_time': 1774456643.796716}
2026-03-25 16:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996992auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996991> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:25 [ecarstrade.be] INFO: Extracting details for car 6996991auction110979
2026-03-25 16:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 6996991auction110979
2026-03-25 16:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with scrape type 2
2026-03-25 16:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with scrape type 2
2026-03-25 16:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7, identifier: 6996991auction110979
2026-03-25 16:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 6996991auction110979
2026-03-25 16:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 6996991auction110979
2026-03-25 16:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 6996991auction110979 to the API
2026-03-25 16:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996991>
{'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-26T10:30:00Z',
'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/6996991',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 39256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 16:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996991auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:26 [ecarstrade.be] INFO: Saving data for 6996991auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364579.925433, 'last_price_update_time': 1774456646.355664}
2026-03-25 16:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996991auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999524> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:28 [ecarstrade.be] INFO: Extracting details for car 6999524auction111013
2026-03-25 16:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f45b5016-4bb7-575f-95d0-326876cebec2 with identifier: 6999524auction111013
2026-03-25 16:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45b5016-4bb7-575f-95d0-326876cebec2 with scrape type 1
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999524%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432975%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_001/780x0__r.jpg?hash=1774432975 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999524%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432975%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_002/780x0__r.jpg?hash=1774432975 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999524%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432975%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_003/780x0__r.jpg?hash=1774432975 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999524%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432976%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_004/780x0__r.jpg?hash=1774432976 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999524%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432975%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_005/780x0__r.jpg?hash=1774432975 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999524%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432976%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_006/780x0__r.jpg?hash=1774432976 not downloaded yet
2026-03-25 16:37:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999516> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:28 [ecarstrade.be] INFO: Extracting details for car 6999516auction111013
2026-03-25 16:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2fd1285-8b73-5155-a371-345ef08d19ec with identifier: 6999516auction111013
2026-03-25 16:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fd1285-8b73-5155-a371-345ef08d19ec with scrape type 1
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999516%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432961%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_001/780x0__r.jpg?hash=1774432961 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999516%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432963%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_002/780x0__r.jpg?hash=1774432963 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999516%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432962%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_003/780x0__r.jpg?hash=1774432962 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999516%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432963%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_004/780x0__r.jpg?hash=1774432963 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999516%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432962%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_005/780x0__r.jpg?hash=1774432962 not downloaded yet
2026-03-25 16:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999516%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432962%27 HTTP/1.1" 200 None
2026-03-25 16:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_006/780x0__r.jpg?hash=1774432962 not downloaded yet
2026-03-25 16:37:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001249auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001249auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001249auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001250auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001250auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001250auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001251auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001251auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001251auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001252auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001252auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001252auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001253auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001253auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001253auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001255auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001255auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001255auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001256auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001256auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001256auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001257auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001257auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001257auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001258auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001258auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001258auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001259auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001259auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001259auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001260auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001260auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001260auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001261auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001261auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001261auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001262auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001262auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001262auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001263auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001263auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001263auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001264auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001264auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001264auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 7001265auction99101
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001265auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 7001265auction99101: 0
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 6999769auction111018
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999769auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 6999769auction111018: 1
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 6999770auction111018
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999770auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 6999770auction111018: 1
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 6999771auction111018
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999771auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 6999771auction111018: 1
2026-03-25 16:37:29 [ecarstrade.be] INFO: Found listing with ID: 6999772auction111018
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999772auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:29 [ecarstrade.be] INFO: Scrape type for 6999772auction111018: 1
2026-03-25 16:37:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999511> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:30 [ecarstrade.be] INFO: Extracting details for car 6999511auction111013
2026-03-25 16:37:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 with identifier: 6999511auction111013
2026-03-25 16:37:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 with scrape type 1
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999511%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432954%27 HTTP/1.1" 200 None
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_001/780x0__r.jpg?hash=1774432954 not downloaded yet
2026-03-25 16:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999511%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432954%27 HTTP/1.1" 200 None
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_002/780x0__r.jpg?hash=1774432954 not downloaded yet
2026-03-25 16:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999511%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432954%27 HTTP/1.1" 200 None
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_003/780x0__r.jpg?hash=1774432954 not downloaded yet
2026-03-25 16:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999511%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432954%27 HTTP/1.1" 200 None
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_004/780x0__r.jpg?hash=1774432954 not downloaded yet
2026-03-25 16:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999511%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432954%27 HTTP/1.1" 200 None
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_005/780x0__r.jpg?hash=1774432954 not downloaded yet
2026-03-25 16:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999511%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432954%27 HTTP/1.1" 200 None
2026-03-25 16:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_006/780x0__r.jpg?hash=1774432954 not downloaded yet
2026-03-25 16:37:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999506> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:32 [ecarstrade.be] INFO: Extracting details for car 6999506auction111013
2026-03-25 16:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e with identifier: 6999506auction111013
2026-03-25 16:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e with scrape type 1
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999506%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432945%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_001/780x0__r.jpg?hash=1774432945 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999506%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432945%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_002/780x0__r.jpg?hash=1774432945 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999506%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432945%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_003/780x0__r.jpg?hash=1774432945 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999506%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432945%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_004/780x0__r.jpg?hash=1774432945 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999506%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432945%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_005/780x0__r.jpg?hash=1774432945 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999506%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432945%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_006/780x0__r.jpg?hash=1774432945 not downloaded yet
2026-03-25 16:37:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999515> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:32 [ecarstrade.be] INFO: Extracting details for car 6999515auction111013
2026-03-25 16:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f208dae4-be46-5f7d-8b49-d67a1e4fbe90 with identifier: 6999515auction111013
2026-03-25 16:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f208dae4-be46-5f7d-8b49-d67a1e4fbe90 with scrape type 1
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999515%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432959%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_001/780x0__r.jpg?hash=1774432959 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999515%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432959%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_002/780x0__r.jpg?hash=1774432959 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999515%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432959%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_003/780x0__r.jpg?hash=1774432959 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999515%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432959%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_004/780x0__r.jpg?hash=1774432959 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999515%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432959%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_005/780x0__r.jpg?hash=1774432959 not downloaded yet
2026-03-25 16:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999515%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432959%27 HTTP/1.1" 200 None
2026-03-25 16:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_006/780x0__r.jpg?hash=1774432959 not downloaded yet
2026-03-25 16:37:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999512> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:34 [ecarstrade.be] INFO: Extracting details for car 6999512auction111013
2026-03-25 16:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67bbc4bf-494e-584a-b6b3-9a955446e31a with identifier: 6999512auction111013
2026-03-25 16:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67bbc4bf-494e-584a-b6b3-9a955446e31a with scrape type 1
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999512%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432950%27 HTTP/1.1" 200 None
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_001/780x0__r.jpg?hash=1774432950 not downloaded yet
2026-03-25 16:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999512%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432950%27 HTTP/1.1" 200 None
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_002/780x0__r.jpg?hash=1774432950 not downloaded yet
2026-03-25 16:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999512%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432951%27 HTTP/1.1" 200 None
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_003/780x0__r.jpg?hash=1774432951 not downloaded yet
2026-03-25 16:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999512%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432950%27 HTTP/1.1" 200 None
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_004/780x0__r.jpg?hash=1774432950 not downloaded yet
2026-03-25 16:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999512%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432950%27 HTTP/1.1" 200 None
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_005/780x0__r.jpg?hash=1774432950 not downloaded yet
2026-03-25 16:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999512%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432951%27 HTTP/1.1" 200 None
2026-03-25 16:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_006/780x0__r.jpg?hash=1774432951 not downloaded yet
2026-03-25 16:37:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999519> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:35 [ecarstrade.be] INFO: Extracting details for car 6999519auction111013
2026-03-25 16:37:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e6f2664-657e-5356-b954-12a8f89aaf2c with identifier: 6999519auction111013
2026-03-25 16:37:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e6f2664-657e-5356-b954-12a8f89aaf2c with scrape type 1
2026-03-25 16:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999519%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432964%27 HTTP/1.1" 200 None
2026-03-25 16:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_001/780x0__r.jpg?hash=1774432964 not downloaded yet
2026-03-25 16:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999519%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432964%27 HTTP/1.1" 200 None
2026-03-25 16:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_002/780x0__r.jpg?hash=1774432964 not downloaded yet
2026-03-25 16:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999519%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432964%27 HTTP/1.1" 200 None
2026-03-25 16:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_003/780x0__r.jpg?hash=1774432964 not downloaded yet
2026-03-25 16:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999519%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432964%27 HTTP/1.1" 200 None
2026-03-25 16:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_004/780x0__r.jpg?hash=1774432964 not downloaded yet
2026-03-25 16:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999519%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432964%27 HTTP/1.1" 200 None
2026-03-25 16:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_005/780x0__r.jpg?hash=1774432964 not downloaded yet
2026-03-25 16:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999519%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432964%27 HTTP/1.1" 200 None
2026-03-25 16:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_006/780x0__r.jpg?hash=1774432964 not downloaded yet
2026-03-25 16:37:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999505> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:37 [ecarstrade.be] INFO: Extracting details for car 6999505auction111013
2026-03-25 16:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 with identifier: 6999505auction111013
2026-03-25 16:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 with scrape type 1
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999505%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432947%27 HTTP/1.1" 200 None
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_001/780x0__r.jpg?hash=1774432947 not downloaded yet
2026-03-25 16:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999505%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432946%27 HTTP/1.1" 200 None
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_002/780x0__r.jpg?hash=1774432946 not downloaded yet
2026-03-25 16:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999505%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432946%27 HTTP/1.1" 200 None
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_003/780x0__r.jpg?hash=1774432946 not downloaded yet
2026-03-25 16:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999505%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432946%27 HTTP/1.1" 200 None
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_004/780x0__r.jpg?hash=1774432946 not downloaded yet
2026-03-25 16:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999505%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432946%27 HTTP/1.1" 200 None
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_005/780x0__r.jpg?hash=1774432946 not downloaded yet
2026-03-25 16:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999505%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432947%27 HTTP/1.1" 200 None
2026-03-25 16:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_006/780x0__r.jpg?hash=1774432947 not downloaded yet
2026-03-25 16:37:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001248> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:38 [ecarstrade.be] INFO: Extracting details for car 7001248auction99101
2026-03-25 16:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1751388b-0a5c-5bc8-b683-79e54ef9158f with identifier: 7001248auction99101
2026-03-25 16:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1751388b-0a5c-5bc8-b683-79e54ef9158f with scrape type 1
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001248%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447474%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_000/780x0__r.jpg?hash=1774447474 not downloaded yet
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001248%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447474%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_001/780x0__r.jpg?hash=1774447474 not downloaded yet
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001248%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447474%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_002/780x0__r.jpg?hash=1774447474 not downloaded yet
2026-03-25 16:37:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999523> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001248%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447474%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_003/780x0__r.jpg?hash=1774447474 not downloaded yet
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001248%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447474%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_004/780x0__r.jpg?hash=1774447474 not downloaded yet
2026-03-25 16:37:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_006/780x0__r.jpg?hash=1774432976> (referer: https://ecarstrade.com/cars/6999524)
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001248%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447475%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_005/780x0__r.jpg?hash=1774447475 not downloaded yet
2026-03-25 16:37:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:38 [ecarstrade.be] INFO: Extracting details for car 6999523auction111013
2026-03-25 16:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba8d8e24-e060-5411-8ff5-1ffa00ac333d with identifier: 6999523auction111013
2026-03-25 16:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba8d8e24-e060-5411-8ff5-1ffa00ac333d with scrape type 1
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999523%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432974%27 HTTP/1.1" 200 None
2026-03-25 16:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_001/780x0__r.jpg?hash=1774432974 not downloaded yet
2026-03-25 16:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999523%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432975%27 HTTP/1.1" 200 None
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_002/780x0__r.jpg?hash=1774432975 not downloaded yet
2026-03-25 16:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999523%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432974%27 HTTP/1.1" 200 None
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_003/780x0__r.jpg?hash=1774432974 not downloaded yet
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999523%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432974%27 HTTP/1.1" 200 None
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_004/780x0__r.jpg?hash=1774432974 not downloaded yet
2026-03-25 16:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999523%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432974%27 HTTP/1.1" 200 None
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_005/780x0__r.jpg?hash=1774432974 not downloaded yet
2026-03-25 16:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999523%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432975%27 HTTP/1.1" 200 None
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_006/780x0__r.jpg?hash=1774432975 not downloaded yet
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_006/780x0__r.jpg?hash=1774432962> (referer: https://ecarstrade.com/cars/6999516)
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_006/780x0__r.jpg?hash=1774432954> (referer: https://ecarstrade.com/cars/6999511)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_006/780x0__r.jpg?hash=1774432945> (referer: https://ecarstrade.com/cars/6999506)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_006/780x0__r.jpg?hash=1774432959> (referer: https://ecarstrade.com/cars/6999515)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_006/780x0__r.jpg?hash=1774432951> (referer: https://ecarstrade.com/cars/6999512)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_006/780x0__r.jpg?hash=1774432964> (referer: https://ecarstrade.com/cars/6999519)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_006/780x0__r.jpg?hash=1774432947> (referer: https://ecarstrade.com/cars/6999505)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_002/780x0__r.jpg?hash=1774447474> (referer: https://ecarstrade.com/cars/7001248)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_004/780x0__r.jpg?hash=1774447474> (referer: https://ecarstrade.com/cars/7001248)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_006/780x0__r.jpg?hash=1774432975> (referer: https://ecarstrade.com/cars/6999523)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_005/780x0__r.jpg?hash=1774432974> (referer: https://ecarstrade.com/cars/6999523)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_004/780x0__r.jpg?hash=1774432974> (referer: https://ecarstrade.com/cars/6999523)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_003/780x0__r.jpg?hash=1774432974> (referer: https://ecarstrade.com/cars/6999523)
2026-03-25 16:37:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_002/780x0__r.jpg?hash=1774432975> (referer: https://ecarstrade.com/cars/6999523)
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_001/780x0__r.jpg?hash=1774432974> (referer: https://ecarstrade.com/cars/6999523)
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_005/780x0__r.jpg?hash=1774447475> (referer: https://ecarstrade.com/cars/7001248)
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ba8d8e24-e060-5411-8ff5-1ffa00ac333d
2026-03-25 16:37:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba8d8e24-e060-5411-8ff5-1ffa00ac333d, skipping ID generation
2026-03-25 16:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba8d8e24-e060-5411-8ff5-1ffa00ac333d with scrape type 1
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba8d8e24-e060-5411-8ff5-1ffa00ac333d sending to next pipeline
2026-03-25 16:37:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba8d8e24-e060-5411-8ff5-1ffa00ac333d, identifier: 6999523auction111013
2026-03-25 16:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba8d8e24-e060-5411-8ff5-1ffa00ac333d with identifier: 6999523auction111013
2026-03-25 16:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba8d8e24-e060-5411-8ff5-1ffa00ac333d with identifier: 6999523auction111013
2026-03-25 16:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba8d8e24-e060-5411-8ff5-1ffa00ac333d with identifier: 6999523auction111013 to the API
2026-03-25 16:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999523/photo_001/780x0__r.jpg?hash=1774432974>
{'auction_title': '',
'c_o_2_emission_value': 58,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba8d8e24-e060-5411-8ff5-1ffa00ac333d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999523',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 112164,
'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': 'MERCEDES-BENZ GLC Coupe / 2019 / 5P / Coupé GLC 300 e AMG Line '
'4Matic',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC Coupe / 2019 / 5P / Coupé e AMG Line 4Matic',
'vin': None,
'year': 2020}
2026-03-25 16:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999523auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:40 [ecarstrade.be] INFO: Saving data for 6999523auction111013: {'created_time': 1774456660.660789, 'last_price_update_time': 1774456660.660804, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999523auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_003/780x0__r.jpg?hash=1774447474> (referer: https://ecarstrade.com/cars/7001248)
2026-03-25 16:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997003> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_001/780x0__r.jpg?hash=1774447474> (referer: https://ecarstrade.com/cars/7001248)
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:40 [ecarstrade.be] INFO: Extracting details for car 6997003auction110979
2026-03-25 16:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_000/780x0__r.jpg?hash=1774447474> (referer: https://ecarstrade.com/cars/7001248)
2026-03-25 16:37:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04852ac1-d309-5c23-bd9a-7e95861f9c35 with identifier: 6997003auction110979
2026-03-25 16:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04852ac1-d309-5c23-bd9a-7e95861f9c35 with scrape type 2
2026-03-25 16:37:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04852ac1-d309-5c23-bd9a-7e95861f9c35 with scrape type 2
2026-03-25 16:37:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04852ac1-d309-5c23-bd9a-7e95861f9c35, identifier: 6997003auction110979
2026-03-25 16:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04852ac1-d309-5c23-bd9a-7e95861f9c35 with identifier: 6997003auction110979
2026-03-25 16:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04852ac1-d309-5c23-bd9a-7e95861f9c35 with identifier: 6997003auction110979
2026-03-25 16:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04852ac1-d309-5c23-bd9a-7e95861f9c35 with identifier: 6997003auction110979 to the API
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997003>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': '04852ac1-d309-5c23-bd9a-7e95861f9c35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997003',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 39117,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 3,
'seller_name': None,
'title': "Renault, _Trafic '21, Renault Trafic L1H1 dCi 130 Confort 2.7T 5d",
'transmission': 'manual',
'trim': ", _ '21, L1H1 dCi 130 Confort 2.7T 5d",
'vin': None,
'year': 2022}
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997003auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:41 [ecarstrade.be] INFO: Saving data for 6997003auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364764.900996, 'last_price_update_time': 1774456661.205165}
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997003auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_005/780x0__r.jpg?hash=1774432946> (referer: https://ecarstrade.com/cars/6999505)
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_004/780x0__r.jpg?hash=1774432946> (referer: https://ecarstrade.com/cars/6999505)
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1751388b-0a5c-5bc8-b683-79e54ef9158f
2026-03-25 16:37:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1751388b-0a5c-5bc8-b683-79e54ef9158f, skipping ID generation
2026-03-25 16:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1751388b-0a5c-5bc8-b683-79e54ef9158f with scrape type 1
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1751388b-0a5c-5bc8-b683-79e54ef9158f sending to next pipeline
2026-03-25 16:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1751388b-0a5c-5bc8-b683-79e54ef9158f, identifier: 7001248auction99101
2026-03-25 16:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1751388b-0a5c-5bc8-b683-79e54ef9158f with identifier: 7001248auction99101
2026-03-25 16:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1751388b-0a5c-5bc8-b683-79e54ef9158f with identifier: 7001248auction99101
2026-03-25 16:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1751388b-0a5c-5bc8-b683-79e54ef9158f with identifier: 7001248auction99101 to the API
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001248/photo_000/780x0__r.jpg?hash=1774447474>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1751388b-0a5c-5bc8-b683-79e54ef9158f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001248',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Clio',
'odometer': 56518,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCe 90 Techno',
'transmission': 'manual',
'trim': 'TCe 90 Techno',
'vin': None,
'year': 2024}
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001248auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:41 [ecarstrade.be] INFO: Saving data for 7001248auction99101: {'created_time': 1774456661.651789, 'last_price_update_time': 1774456661.6518, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001248auction99101') HTTP/1.1" 204 0
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_002/780x0__r.jpg?hash=1774432946> (referer: https://ecarstrade.com/cars/6999505)
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_003/780x0__r.jpg?hash=1774432946> (referer: https://ecarstrade.com/cars/6999505)
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_005/780x0__r.jpg?hash=1774432964> (referer: https://ecarstrade.com/cars/6999519)
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_001/780x0__r.jpg?hash=1774432947> (referer: https://ecarstrade.com/cars/6999505)
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_004/780x0__r.jpg?hash=1774432964> (referer: https://ecarstrade.com/cars/6999519)
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_003/780x0__r.jpg?hash=1774432964> (referer: https://ecarstrade.com/cars/6999519)
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_002/780x0__r.jpg?hash=1774432964> (referer: https://ecarstrade.com/cars/6999519)
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8
2026-03-25 16:37:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04eda73b-2bb5-58a9-95f1-94e03c8cadf8, skipping ID generation
2026-03-25 16:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 with scrape type 1
2026-03-25 16:37:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 sending to next pipeline
2026-03-25 16:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04eda73b-2bb5-58a9-95f1-94e03c8cadf8, identifier: 6999505auction111013
2026-03-25 16:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 with identifier: 6999505auction111013
2026-03-25 16:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 with identifier: 6999505auction111013
2026-03-25 16:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04eda73b-2bb5-58a9-95f1-94e03c8cadf8 with identifier: 6999505auction111013 to the API
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999505/photo_001/780x0__r.jpg?hash=1774432947>
{'auction_title': '',
'c_o_2_emission_value': 56,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '04eda73b-2bb5-58a9-95f1-94e03c8cadf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999505',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q5',
'odometer': 55818,
'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': 'AUDI Q5 / 2018 / 5P / SUV 55 TFSI e 367 QTT S TRONIC 7 S LINE',
'transmission': 'automatic',
'trim': 'AUDI / 2018 / 5P / SUV 55 TFSI e 367 QTT S TRONIC 7 S LINE',
'vin': None,
'year': 2020}
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999505auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [ecarstrade.be] INFO: Saving data for 6999505auction111013: {'created_time': 1774456662.30741, 'last_price_update_time': 1774456662.30742, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999505auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_001/780x0__r.jpg?hash=1774432964> (referer: https://ecarstrade.com/cars/6999519)
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_005/780x0__r.jpg?hash=1774432950> (referer: https://ecarstrade.com/cars/6999512)
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001247> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_003/780x0__r.jpg?hash=1774432951> (referer: https://ecarstrade.com/cars/6999512)
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_004/780x0__r.jpg?hash=1774432950> (referer: https://ecarstrade.com/cars/6999512)
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e6f2664-657e-5356-b954-12a8f89aaf2c
2026-03-25 16:37:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e6f2664-657e-5356-b954-12a8f89aaf2c, skipping ID generation
2026-03-25 16:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e6f2664-657e-5356-b954-12a8f89aaf2c with scrape type 1
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e6f2664-657e-5356-b954-12a8f89aaf2c sending to next pipeline
2026-03-25 16:37:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e6f2664-657e-5356-b954-12a8f89aaf2c, identifier: 6999519auction111013
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e6f2664-657e-5356-b954-12a8f89aaf2c with identifier: 6999519auction111013
2026-03-25 16:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e6f2664-657e-5356-b954-12a8f89aaf2c with identifier: 6999519auction111013
2026-03-25 16:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e6f2664-657e-5356-b954-12a8f89aaf2c with identifier: 6999519auction111013 to the API
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999519/photo_001/780x0__r.jpg?hash=1774432964>
{'auction_title': '',
'c_o_2_emission_value': 57,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1e6f2664-657e-5356-b954-12a8f89aaf2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999519',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 68315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Range Rover Velar / 2017 / 5P / SUV 2.0 P400e PHEV BVA '
'R-Dynamic SE',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2017 / 5P / SUV 2.0 P400e PHEV BVA R-Dynamic SE',
'vin': None,
'year': 2021}
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999519auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [ecarstrade.be] INFO: Saving data for 6999519auction111013: {'created_time': 1774456662.768052, 'last_price_update_time': 1774456662.768063, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999519auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_005/780x0__r.jpg?hash=1774432959> (referer: https://ecarstrade.com/cars/6999515)
2026-03-25 16:37:42 [ecarstrade.be] INFO: Extracting details for car 7001247auction99101
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_001/780x0__r.jpg?hash=1774432950> (referer: https://ecarstrade.com/cars/6999512)
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_002/780x0__r.jpg?hash=1774432950> (referer: https://ecarstrade.com/cars/6999512)
2026-03-25 16:37:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee with identifier: 7001247auction99101
2026-03-25 16:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee with scrape type 1
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001247%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447470%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_000/780x0__r.jpg?hash=1774447470 not downloaded yet
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001247%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447470%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_001/780x0__r.jpg?hash=1774447470 not downloaded yet
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001247%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447470%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_002/780x0__r.jpg?hash=1774447470 not downloaded yet
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001247%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447470%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_003/780x0__r.jpg?hash=1774447470 not downloaded yet
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_002/780x0__r.jpg?hash=1774432959> (referer: https://ecarstrade.com/cars/6999515)
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_003/780x0__r.jpg?hash=1774432959> (referer: https://ecarstrade.com/cars/6999515)
2026-03-25 16:37:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_004/780x0__r.jpg?hash=1774432959> (referer: https://ecarstrade.com/cars/6999515)
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001247%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447470%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_004/780x0__r.jpg?hash=1774447470 not downloaded yet
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001247%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447470%27 HTTP/1.1" 200 None
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_005/780x0__r.jpg?hash=1774447470 not downloaded yet
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67bbc4bf-494e-584a-b6b3-9a955446e31a
2026-03-25 16:37:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67bbc4bf-494e-584a-b6b3-9a955446e31a, skipping ID generation
2026-03-25 16:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67bbc4bf-494e-584a-b6b3-9a955446e31a with scrape type 1
2026-03-25 16:37:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67bbc4bf-494e-584a-b6b3-9a955446e31a sending to next pipeline
2026-03-25 16:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67bbc4bf-494e-584a-b6b3-9a955446e31a, identifier: 6999512auction111013
2026-03-25 16:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67bbc4bf-494e-584a-b6b3-9a955446e31a with identifier: 6999512auction111013
2026-03-25 16:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67bbc4bf-494e-584a-b6b3-9a955446e31a with identifier: 6999512auction111013
2026-03-25 16:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67bbc4bf-494e-584a-b6b3-9a955446e31a with identifier: 6999512auction111013 to the API
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999512/photo_002/780x0__r.jpg?hash=1774432950>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '67bbc4bf-494e-584a-b6b3-9a955446e31a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999512',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'Q5',
'odometer': 37682,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Q5 50 TFSI e Quattro Business Executive 2.0 TFSI 300CV BVA7 E6d',
'transmission': 'automatic',
'trim': '50 TFSI e Quattro Business Executive 2.0 TFSI 300CV BVA7 E6d',
'vin': None,
'year': 2024}
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999512auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:43 [ecarstrade.be] INFO: Saving data for 6999512auction111013: {'created_time': 1774456663.307789, 'last_price_update_time': 1774456663.3078, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999512auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_005/780x0__r.jpg?hash=1774432945> (referer: https://ecarstrade.com/cars/6999506)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_004/780x0__r.jpg?hash=1774432945> (referer: https://ecarstrade.com/cars/6999506)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001246> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_001/780x0__r.jpg?hash=1774432959> (referer: https://ecarstrade.com/cars/6999515)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001244> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_005/780x0__r.jpg?hash=1774432954> (referer: https://ecarstrade.com/cars/6999511)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_003/780x0__r.jpg?hash=1774432945> (referer: https://ecarstrade.com/cars/6999506)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_002/780x0__r.jpg?hash=1774432945> (referer: https://ecarstrade.com/cars/6999506)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_003/780x0__r.jpg?hash=1774447470> (referer: https://ecarstrade.com/cars/7001247)
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:43 [ecarstrade.be] INFO: Extracting details for car 7001246auction99101
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:43 [ecarstrade.be] INFO: Extracting details for car 7001244auction99101
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_005/780x0__r.jpg?hash=1774447470> (referer: https://ecarstrade.com/cars/7001247)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_001/780x0__r.jpg?hash=1774447470> (referer: https://ecarstrade.com/cars/7001247)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_002/780x0__r.jpg?hash=1774447470> (referer: https://ecarstrade.com/cars/7001247)
2026-03-25 16:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 with identifier: 7001246auction99101
2026-03-25 16:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 with scrape type 1
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001246%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447466%27 HTTP/1.1" 200 None
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_000/780x0__r.jpg?hash=1774447466 not downloaded yet
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f208dae4-be46-5f7d-8b49-d67a1e4fbe90
2026-03-25 16:37:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f208dae4-be46-5f7d-8b49-d67a1e4fbe90, skipping ID generation
2026-03-25 16:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f208dae4-be46-5f7d-8b49-d67a1e4fbe90 with scrape type 1
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f208dae4-be46-5f7d-8b49-d67a1e4fbe90 sending to next pipeline
2026-03-25 16:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f208dae4-be46-5f7d-8b49-d67a1e4fbe90, identifier: 6999515auction111013
2026-03-25 16:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16d70f7e-fee2-5afd-a4cf-704e81969de6 with identifier: 7001244auction99101
2026-03-25 16:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16d70f7e-fee2-5afd-a4cf-704e81969de6 with scrape type 1
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001244%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447456%27 HTTP/1.1" 200 None
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_000/780x0__r.jpg?hash=1774447456 not downloaded yet
2026-03-25 16:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f208dae4-be46-5f7d-8b49-d67a1e4fbe90 with identifier: 6999515auction111013
2026-03-25 16:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f208dae4-be46-5f7d-8b49-d67a1e4fbe90 with identifier: 6999515auction111013
2026-03-25 16:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f208dae4-be46-5f7d-8b49-d67a1e4fbe90 with identifier: 6999515auction111013 to the API
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999515/photo_001/780x0__r.jpg?hash=1774432959>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f208dae4-be46-5f7d-8b49-d67a1e4fbe90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999515',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X5',
'odometer': 90166,
'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': 'BMW X5 / 2018 / 5P / SUV xDrive45e 394ch M Sport BVA8 Hybride',
'transmission': 'automatic',
'trim': '/ 2018 / 5P / SUV xDrive45e 394ch M Sport BVA8 Hybride',
'vin': None,
'year': 2020}
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999515auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:43 [ecarstrade.be] INFO: Saving data for 6999515auction111013: {'created_time': 1774456663.939876, 'last_price_update_time': 1774456663.939887, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999515auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_004/780x0__r.jpg?hash=1774432954> (referer: https://ecarstrade.com/cars/6999511)
2026-03-25 16:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_001/780x0__r.jpg?hash=1774432945> (referer: https://ecarstrade.com/cars/6999506)
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001246%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447466%27 HTTP/1.1" 200 None
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_001/780x0__r.jpg?hash=1774447466 not downloaded yet
2026-03-25 16:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001244%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447456%27 HTTP/1.1" 200 None
2026-03-25 16:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_001/780x0__r.jpg?hash=1774447456 not downloaded yet
2026-03-25 16:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_004/780x0__r.jpg?hash=1774447470> (referer: https://ecarstrade.com/cars/7001247)
2026-03-25 16:37:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_003/780x0__r.jpg?hash=1774432954> (referer: https://ecarstrade.com/cars/6999511)
2026-03-25 16:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_000/780x0__r.jpg?hash=1774447470> (referer: https://ecarstrade.com/cars/7001247)
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001246%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447466%27 HTTP/1.1" 200 None
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_002/780x0__r.jpg?hash=1774447466 not downloaded yet
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001244%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447456%27 HTTP/1.1" 200 None
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_002/780x0__r.jpg?hash=1774447456 not downloaded yet
2026-03-25 16:37:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_001/780x0__r.jpg?hash=1774432954> (referer: https://ecarstrade.com/cars/6999511)
2026-03-25 16:37:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_002/780x0__r.jpg?hash=1774432954> (referer: https://ecarstrade.com/cars/6999511)
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001246%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447466%27 HTTP/1.1" 200 None
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_003/780x0__r.jpg?hash=1774447466 not downloaded yet
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001244%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447456%27 HTTP/1.1" 200 None
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_003/780x0__r.jpg?hash=1774447456 not downloaded yet
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e
2026-03-25 16:37:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e, skipping ID generation
2026-03-25 16:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e with scrape type 1
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e sending to next pipeline
2026-03-25 16:37:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e, identifier: 6999506auction111013
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001246%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447467%27 HTTP/1.1" 200 None
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_004/780x0__r.jpg?hash=1774447467 not downloaded yet
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001244%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447456%27 HTTP/1.1" 200 None
2026-03-25 16:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_004/780x0__r.jpg?hash=1774447456 not downloaded yet
2026-03-25 16:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e with identifier: 6999506auction111013
2026-03-25 16:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e with identifier: 6999506auction111013
2026-03-25 16:37:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a6d667e-8f4e-53dc-ac88-1ff00e8f160e with identifier: 6999506auction111013 to the API
2026-03-25 16:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999506/photo_001/780x0__r.jpg?hash=1774432945>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3a6d667e-8f4e-53dc-ac88-1ff00e8f160e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999506',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q5',
'odometer': 55650,
'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': 'AUDI Q5 Sportback / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 '
'AVUS',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 AVUS',
'vin': None,
'year': 2023}
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999506auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:45 [ecarstrade.be] INFO: Saving data for 6999506auction111013: {'created_time': 1774456665.542716, 'last_price_update_time': 1774456665.542726, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999506auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_005/780x0__r.jpg?hash=1774432962> (referer: https://ecarstrade.com/cars/6999516)
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001246%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447467%27 HTTP/1.1" 200 None
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_005/780x0__r.jpg?hash=1774447467 not downloaded yet
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001244%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447456%27 HTTP/1.1" 200 None
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_005/780x0__r.jpg?hash=1774447456 not downloaded yet
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee
2026-03-25 16:37:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee, skipping ID generation
2026-03-25 16:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee with scrape type 1
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee sending to next pipeline
2026-03-25 16:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee, identifier: 7001247auction99101
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01
2026-03-25 16:37:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f162d23-4f20-5ebe-ae50-ff0a2c21db01, skipping ID generation
2026-03-25 16:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 with scrape type 1
2026-03-25 16:37:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 sending to next pipeline
2026-03-25 16:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f162d23-4f20-5ebe-ae50-ff0a2c21db01, identifier: 6999511auction111013
2026-03-25 16:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee with identifier: 7001247auction99101
2026-03-25 16:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee with identifier: 7001247auction99101
2026-03-25 16:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d7a16e3-e804-529d-a3e1-e1ee5ed24eee with identifier: 7001247auction99101 to the API
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001247/photo_000/780x0__r.jpg?hash=1774447470>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '6d7a16e3-e804-529d-a3e1-e1ee5ed24eee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001247',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Clio',
'odometer': 41878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCe 90 Techno',
'transmission': 'manual',
'trim': 'TCe 90 Techno',
'vin': None,
'year': 2024}
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001247auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [ecarstrade.be] INFO: Saving data for 7001247auction99101: {'created_time': 1774456666.056191, 'last_price_update_time': 1774456666.056204, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001247auction99101') HTTP/1.1" 204 0
2026-03-25 16:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 with identifier: 6999511auction111013
2026-03-25 16:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 with identifier: 6999511auction111013
2026-03-25 16:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f162d23-4f20-5ebe-ae50-ff0a2c21db01 with identifier: 6999511auction111013 to the API
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999511/photo_002/780x0__r.jpg?hash=1774432954>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Other',
'id': '3f162d23-4f20-5ebe-ae50-ff0a2c21db01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999511',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '5 Series',
'odometer': 51178,
'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': 5,
'seller_name': None,
'title': 'BMW Série 5 / 2020 / 4P / Berline 545e xDrive 394ch Luxury BVA8',
'transmission': 'automatic',
'trim': 'Série 5 / 2020 / 4P / Berline 545e xDrive 394ch Luxury BVA8',
'vin': None,
'year': 2022}
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999511auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [ecarstrade.be] INFO: Saving data for 6999511auction111013: {'created_time': 1774456666.495066, 'last_price_update_time': 1774456666.495076, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999511auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_004/780x0__r.jpg?hash=1774432963> (referer: https://ecarstrade.com/cars/6999516)
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999772> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_000/780x0__r.jpg?hash=1774447456> (referer: https://ecarstrade.com/cars/7001244)
2026-03-25 16:37:46 [ecarstrade.be] INFO: Extracting details for car 6999772auction111018
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_000/780x0__r.jpg?hash=1774447466> (referer: https://ecarstrade.com/cars/7001246)
2026-03-25 16:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 with identifier: 6999772auction111018
2026-03-25 16:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 with scrape type 1
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999772%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436633%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_001/780x0__r.jpg?hash=1774436633 not downloaded yet
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_001/780x0__r.jpg?hash=1774447456> (referer: https://ecarstrade.com/cars/7001244)
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999772%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436633%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_002/780x0__r.jpg?hash=1774436633 not downloaded yet
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999772%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436632%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_003/780x0__r.jpg?hash=1774436632 not downloaded yet
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999772%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436632%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_004/780x0__r.jpg?hash=1774436632 not downloaded yet
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_001/780x0__r.jpg?hash=1774447466> (referer: https://ecarstrade.com/cars/7001246)
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999772%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436632%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_005/780x0__r.jpg?hash=1774436632 not downloaded yet
2026-03-25 16:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999772%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436632%27 HTTP/1.1" 200 None
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_006/780x0__r.jpg?hash=1774436632 not downloaded yet
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_003/780x0__r.jpg?hash=1774432962> (referer: https://ecarstrade.com/cars/6999516)
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_002/780x0__r.jpg?hash=1774432963> (referer: https://ecarstrade.com/cars/6999516)
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_002/780x0__r.jpg?hash=1774447456> (referer: https://ecarstrade.com/cars/7001244)
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_004/780x0__r.jpg?hash=1774447456> (referer: https://ecarstrade.com/cars/7001244)
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_005/780x0__r.jpg?hash=1774447456> (referer: https://ecarstrade.com/cars/7001244)
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_005/780x0__r.jpg?hash=1774447467> (referer: https://ecarstrade.com/cars/7001246)
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_004/780x0__r.jpg?hash=1774447467> (referer: https://ecarstrade.com/cars/7001246)
2026-03-25 16:37:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_001/780x0__r.jpg?hash=1774436633> (referer: https://ecarstrade.com/cars/6999772)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_003/780x0__r.jpg?hash=1774447456> (referer: https://ecarstrade.com/cars/7001244)
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_004/780x0__r.jpg?hash=1774436632> (referer: https://ecarstrade.com/cars/6999772)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_006/780x0__r.jpg?hash=1774436632> (referer: https://ecarstrade.com/cars/6999772)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_005/780x0__r.jpg?hash=1774436632> (referer: https://ecarstrade.com/cars/6999772)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_003/780x0__r.jpg?hash=1774436632> (referer: https://ecarstrade.com/cars/6999772)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16d70f7e-fee2-5afd-a4cf-704e81969de6
2026-03-25 16:37:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16d70f7e-fee2-5afd-a4cf-704e81969de6, skipping ID generation
2026-03-25 16:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16d70f7e-fee2-5afd-a4cf-704e81969de6 with scrape type 1
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16d70f7e-fee2-5afd-a4cf-704e81969de6 sending to next pipeline
2026-03-25 16:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16d70f7e-fee2-5afd-a4cf-704e81969de6, identifier: 7001244auction99101
2026-03-25 16:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16d70f7e-fee2-5afd-a4cf-704e81969de6 with identifier: 7001244auction99101
2026-03-25 16:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16d70f7e-fee2-5afd-a4cf-704e81969de6 with identifier: 7001244auction99101
2026-03-25 16:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16d70f7e-fee2-5afd-a4cf-704e81969de6 with identifier: 7001244auction99101 to the API
2026-03-25 16:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001244/photo_003/780x0__r.jpg?hash=1774447456>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '16d70f7e-fee2-5afd-a4cf-704e81969de6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001244',
'listing': 'auction',
'location': 'France - "2ndMove Nice"',
'make': 'Renault',
'model': 'Clio',
'odometer': 44329,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCe 90 Techno',
'transmission': 'manual',
'trim': 'TCe 90 Techno',
'vin': None,
'year': 2024}
2026-03-25 16:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001244auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:47 [ecarstrade.be] INFO: Saving data for 7001244auction99101: {'created_time': 1774456667.536813, 'last_price_update_time': 1774456667.536824, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001244auction99101') HTTP/1.1" 204 0
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_002/780x0__r.jpg?hash=1774436633> (referer: https://ecarstrade.com/cars/6999772)
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_003/780x0__r.jpg?hash=1774447466> (referer: https://ecarstrade.com/cars/7001246)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_002/780x0__r.jpg?hash=1774447466> (referer: https://ecarstrade.com/cars/7001246)
2026-03-25 16:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_001/780x0__r.jpg?hash=1774432961> (referer: https://ecarstrade.com/cars/6999516)
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27
2026-03-25 16:37:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27, skipping ID generation
2026-03-25 16:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 with scrape type 1
2026-03-25 16:37:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 sending to next pipeline
2026-03-25 16:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27, identifier: 6999772auction111018
2026-03-25 16:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 with identifier: 6999772auction111018
2026-03-25 16:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 with identifier: 6999772auction111018
2026-03-25 16:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d3be9b8-7bc7-57c3-82f5-8757daf5ce27 with identifier: 6999772auction111018 to the API
2026-03-25 16:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999772/photo_002/780x0__r.jpg?hash=1774436633>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': '9d3be9b8-7bc7-57c3-82f5-8757daf5ce27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999772',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 92426,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 / 2022 / 5P / SUV xDrive23i M Sport DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV xDrive23i M Sport DKG7',
'vin': None,
'year': 2024}
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999772auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:48 [ecarstrade.be] INFO: Saving data for 6999772auction111018: {'created_time': 1774456668.053822, 'last_price_update_time': 1774456668.053837, 'auction_closing_time': 1774525200.0}
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999772auction111018') HTTP/1.1" 204 0
2026-03-25 16:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_005/780x0__r.jpg?hash=1774432975> (referer: https://ecarstrade.com/cars/6999524)
2026-03-25 16:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_004/780x0__r.jpg?hash=1774432976> (referer: https://ecarstrade.com/cars/6999524)
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72
2026-03-25 16:37:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72, skipping ID generation
2026-03-25 16:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 with scrape type 1
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 sending to next pipeline
2026-03-25 16:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72, identifier: 7001246auction99101
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f2fd1285-8b73-5155-a371-345ef08d19ec
2026-03-25 16:37:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2fd1285-8b73-5155-a371-345ef08d19ec, skipping ID generation
2026-03-25 16:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fd1285-8b73-5155-a371-345ef08d19ec with scrape type 1
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2fd1285-8b73-5155-a371-345ef08d19ec sending to next pipeline
2026-03-25 16:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2fd1285-8b73-5155-a371-345ef08d19ec, identifier: 6999516auction111013
2026-03-25 16:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 with identifier: 7001246auction99101
2026-03-25 16:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 with identifier: 7001246auction99101
2026-03-25 16:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65f5ba1e-bb33-5dda-ad09-ddb3468a0a72 with identifier: 7001246auction99101 to the API
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001246/photo_002/780x0__r.jpg?hash=1774447466>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '65f5ba1e-bb33-5dda-ad09-ddb3468a0a72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001246',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Renault',
'model': 'Clio',
'odometer': 47700,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCe 90 Techno',
'transmission': 'manual',
'trim': 'TCe 90 Techno',
'vin': None,
'year': 2024}
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001246auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:37:48 [ecarstrade.be] INFO: Saving data for 7001246auction99101: {'created_time': 1774456668.550598, 'last_price_update_time': 1774456668.550609, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001246auction99101') HTTP/1.1" 204 0
2026-03-25 16:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2fd1285-8b73-5155-a371-345ef08d19ec with identifier: 6999516auction111013
2026-03-25 16:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2fd1285-8b73-5155-a371-345ef08d19ec with identifier: 6999516auction111013
2026-03-25 16:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2fd1285-8b73-5155-a371-345ef08d19ec with identifier: 6999516auction111013 to the API
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999516/photo_001/780x0__r.jpg?hash=1774432961>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f2fd1285-8b73-5155-a371-345ef08d19ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999516',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X3',
'odometer': 98343,
'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': 'Série X3 xDrive 30d M Sport 3.0 285CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Série xDrive 30d M Sport 3.0 285CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999516auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:48 [ecarstrade.be] INFO: Saving data for 6999516auction111013: {'created_time': 1774456668.846127, 'last_price_update_time': 1774456668.846144, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999516auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_003/780x0__r.jpg?hash=1774432975> (referer: https://ecarstrade.com/cars/6999524)
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_002/780x0__r.jpg?hash=1774432975> (referer: https://ecarstrade.com/cars/6999524)
2026-03-25 16: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-25 16:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_001/780x0__r.jpg?hash=1774432975> (referer: https://ecarstrade.com/cars/6999524)
2026-03-25 16: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-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f45b5016-4bb7-575f-95d0-326876cebec2
2026-03-25 16:37:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f45b5016-4bb7-575f-95d0-326876cebec2, skipping ID generation
2026-03-25 16:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45b5016-4bb7-575f-95d0-326876cebec2 with scrape type 1
2026-03-25 16:37:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f45b5016-4bb7-575f-95d0-326876cebec2 sending to next pipeline
2026-03-25 16:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f45b5016-4bb7-575f-95d0-326876cebec2, identifier: 6999524auction111013
2026-03-25 16:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f45b5016-4bb7-575f-95d0-326876cebec2 with identifier: 6999524auction111013
2026-03-25 16:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f45b5016-4bb7-575f-95d0-326876cebec2 with identifier: 6999524auction111013
2026-03-25 16:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f45b5016-4bb7-575f-95d0-326876cebec2 with identifier: 6999524auction111013 to the API
2026-03-25 16:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999524/photo_001/780x0__r.jpg?hash=1774432975>
{'auction_title': '',
'c_o_2_emission_value': 55,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f45b5016-4bb7-575f-95d0-326876cebec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999524',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 33898,
'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': 'MERCEDES-BENZ GLC Coupe / 2019 / 5P / Coupé GLC 300 e Business Line '
'4Matic',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC Coupe / 2019 / 5P / Coupé e Business Line 4Matic',
'vin': None,
'year': 2022}
2026-03-25 16:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999524auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:37:49 [ecarstrade.be] INFO: Saving data for 6999524auction111013: {'created_time': 1774456669.409337, 'last_price_update_time': 1774456669.409348, 'auction_closing_time': 1774521600.0}
2026-03-25 16:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999524auction111013') HTTP/1.1" 204 0
2026-03-25 16:37:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999771> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:52 [ecarstrade.be] INFO: Extracting details for car 6999771auction111018
2026-03-25 16:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2643341-51a7-5a57-ad5a-51a60054548a with identifier: 6999771auction111018
2026-03-25 16:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2643341-51a7-5a57-ad5a-51a60054548a with scrape type 1
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999771%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436632%27 HTTP/1.1" 200 None
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_001/780x0__r.jpg?hash=1774436632 not downloaded yet
2026-03-25 16:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999771%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436631%27 HTTP/1.1" 200 None
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_002/780x0__r.jpg?hash=1774436631 not downloaded yet
2026-03-25 16:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999771%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436631%27 HTTP/1.1" 200 None
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_003/780x0__r.jpg?hash=1774436631 not downloaded yet
2026-03-25 16:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999771%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436631%27 HTTP/1.1" 200 None
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_004/780x0__r.jpg?hash=1774436631 not downloaded yet
2026-03-25 16:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999771%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436631%27 HTTP/1.1" 200 None
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_005/780x0__r.jpg?hash=1774436631 not downloaded yet
2026-03-25 16:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999771%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436631%27 HTTP/1.1" 200 None
2026-03-25 16:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_006/780x0__r.jpg?hash=1774436631 not downloaded yet
2026-03-25 16:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999769> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:53 [ecarstrade.be] INFO: Extracting details for car 6999769auction111018
2026-03-25 16:37:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29a4a5d5-2715-544c-8b3e-61afb53a5585 with identifier: 6999769auction111018
2026-03-25 16:37:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29a4a5d5-2715-544c-8b3e-61afb53a5585 with scrape type 1
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999769%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436629%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_001/780x0__r.jpg?hash=1774436629 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999769%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436629%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_002/780x0__r.jpg?hash=1774436629 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999769%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436629%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_003/780x0__r.jpg?hash=1774436629 not downloaded yet
2026-03-25 16:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999770> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999769%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436629%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_004/780x0__r.jpg?hash=1774436629 not downloaded yet
2026-03-25 16:37:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999769%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436629%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_005/780x0__r.jpg?hash=1774436629 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999769%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436629%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_006/780x0__r.jpg?hash=1774436629 not downloaded yet
2026-03-25 16:37:53 [ecarstrade.be] INFO: Extracting details for car 6999770auction111018
2026-03-25 16:37:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7003d59-91a8-55ad-92a6-ec176851dae0 with identifier: 6999770auction111018
2026-03-25 16:37:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7003d59-91a8-55ad-92a6-ec176851dae0 with scrape type 1
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999770%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436630%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_001/780x0__r.jpg?hash=1774436630 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999770%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436631%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_002/780x0__r.jpg?hash=1774436631 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999770%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436630%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_003/780x0__r.jpg?hash=1774436630 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999770%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436630%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_004/780x0__r.jpg?hash=1774436630 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999770%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436630%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_005/780x0__r.jpg?hash=1774436630 not downloaded yet
2026-03-25 16:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F6990001-7000000%252F6999770%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436630%27 HTTP/1.1" 200 None
2026-03-25 16:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_006/780x0__r.jpg?hash=1774436630 not downloaded yet
2026-03-25 16:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996990> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:54 [ecarstrade.be] INFO: Extracting details for car 6996990auction110979
2026-03-25 16:37:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 6996990auction110979
2026-03-25 16:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with scrape type 2
2026-03-25 16:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with scrape type 2
2026-03-25 16:37:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60, identifier: 6996990auction110979
2026-03-25 16:37:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 6996990auction110979
2026-03-25 16:37:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 6996990auction110979
2026-03-25 16:37:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 6996990auction110979 to the API
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996990>
{'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-26T10:30:00Z',
'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/6996990',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 159782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 Allure "
'Pack',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 Allure Pack",
'vin': None,
'year': 2022}
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996990auction110979%27 HTTP/1.1" 200 None
2026-03-25 16:37:54 [ecarstrade.be] INFO: Saving data for 6996990auction110979: {'auction_closing_time': 1774521000.0, 'created_time': 1774364577.764254, 'last_price_update_time': 1774456674.811129}
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996990auction110979') HTTP/1.1" 204 0
2026-03-25 16:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_001/780x0__r.jpg?hash=1774436632> (referer: https://ecarstrade.com/cars/6999771)
2026-03-25 16:37:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_002/780x0__r.jpg?hash=1774436631> (referer: https://ecarstrade.com/cars/6999771)
2026-03-25 16:37:54 [ecarstrade.be] INFO: Found listing with ID: 6999773auction111018
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999773auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:54 [ecarstrade.be] INFO: Scrape type for 6999773auction111018: 1
2026-03-25 16:37:54 [ecarstrade.be] INFO: Found listing with ID: 6999774auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999774auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999774auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999775auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999775auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999775auction111018: 1
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999776auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999776auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999776auction111018: 1
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_003/780x0__r.jpg?hash=1774436631> (referer: https://ecarstrade.com/cars/6999771)
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999777auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999777auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999777auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999778auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999778auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999778auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999779auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999779auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999779auction111018: 1
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999780auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999780auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999780auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999781auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999781auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999781auction111018: 1
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_004/780x0__r.jpg?hash=1774436631> (referer: https://ecarstrade.com/cars/6999771)
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999782auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999782auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999782auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999783auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999783auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999783auction111018: 1
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999784auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999784auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999784auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999785auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999785auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999785auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999786auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999786auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999786auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999787auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999787auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999787auction111018: 1
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_005/780x0__r.jpg?hash=1774436631> (referer: https://ecarstrade.com/cars/6999771)
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999788auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999788auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999788auction111018: 1
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999789auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999789auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999789auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999790auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999790auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999790auction111018: 1
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999791auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999791auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999791auction111018: 1
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_006/780x0__r.jpg?hash=1774436631> (referer: https://ecarstrade.com/cars/6999771)
2026-03-25 16:37:55 [ecarstrade.be] INFO: Found listing with ID: 6999792auction111018
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999792auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Scrape type for 6999792auction111018: 1
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_003/780x0__r.jpg?hash=1774436629> (referer: https://ecarstrade.com/cars/6999769)
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c2643341-51a7-5a57-ad5a-51a60054548a
2026-03-25 16:37:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c2643341-51a7-5a57-ad5a-51a60054548a, skipping ID generation
2026-03-25 16:37:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2643341-51a7-5a57-ad5a-51a60054548a with scrape type 1
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c2643341-51a7-5a57-ad5a-51a60054548a sending to next pipeline
2026-03-25 16:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2643341-51a7-5a57-ad5a-51a60054548a, identifier: 6999771auction111018
2026-03-25 16:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2643341-51a7-5a57-ad5a-51a60054548a with identifier: 6999771auction111018
2026-03-25 16:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2643341-51a7-5a57-ad5a-51a60054548a with identifier: 6999771auction111018
2026-03-25 16:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2643341-51a7-5a57-ad5a-51a60054548a with identifier: 6999771auction111018 to the API
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999771/photo_006/780x0__r.jpg?hash=1774436631>
{'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-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c2643341-51a7-5a57-ad5a-51a60054548a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999771',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': '118',
'odometer': 45502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': '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-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999771auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:37:55 [ecarstrade.be] INFO: Saving data for 6999771auction111018: {'created_time': 1774456675.840327, 'last_price_update_time': 1774456675.840339, 'auction_closing_time': 1774525200.0}
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999771auction111018') HTTP/1.1" 204 0
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_006/780x0__r.jpg?hash=1774436630> (referer: https://ecarstrade.com/cars/6999770)
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001225> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001241> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:37:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_005/780x0__r.jpg?hash=1774436630> (referer: https://ecarstrade.com/cars/6999770)
2026-03-25 16:37:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:37:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_004/780x0__r.jpg?hash=1774436630> (referer: https://ecarstrade.com/cars/6999770)
2026-03-25 16:37:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:56 [ecarstrade.be] INFO: Extracting details for car 7001225auction99101
2026-03-25 16:37:56 [ecarstrade.be] INFO: Extracting details for car 7001241auction99101
2026-03-25 16:37:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce1dc6ef-7760-517e-8be6-b56ac10f8c58 with identifier: 7001225auction99101
2026-03-25 16:37:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1dc6ef-7760-517e-8be6-b56ac10f8c58 with scrape type 1
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001225%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447443%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_000/780x0__r.jpg?hash=1774447443 not downloaded yet
2026-03-25 16:37:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 284f604c-86ab-5c2b-8ee5-556cb9675f51 with identifier: 7001241auction99101
2026-03-25 16:37:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 284f604c-86ab-5c2b-8ee5-556cb9675f51 with scrape type 1
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001241%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447452%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_000/780x0__r.jpg?hash=1774447452 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001225%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447443%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_001/780x0__r.jpg?hash=1774447443 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001241%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447452%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_001/780x0__r.jpg?hash=1774447452 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001225%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447443%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_002/780x0__r.jpg?hash=1774447443 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001241%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447452%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_002/780x0__r.jpg?hash=1774447452 not downloaded yet
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001225%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447443%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_003/780x0__r.jpg?hash=1774447443 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001241%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447453%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_003/780x0__r.jpg?hash=1774447453 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001225%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447444%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_004/780x0__r.jpg?hash=1774447444 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001241%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447453%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_004/780x0__r.jpg?hash=1774447453 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001225%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447444%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_005/780x0__r.jpg?hash=1774447444 not downloaded yet
2026-03-25 16:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001241%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447453%27 HTTP/1.1" 200 None
2026-03-25 16:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_005/780x0__r.jpg?hash=1774447453 not downloaded yet
2026-03-25 16:37:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001216> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:37:59 [ecarstrade.be] INFO: Extracting details for car 7001216auction99101
2026-03-25 16:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc02eef5-0ad0-5c2d-af77-849302663f46 with identifier: 7001216auction99101
2026-03-25 16:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc02eef5-0ad0-5c2d-af77-849302663f46 with scrape type 1
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001216%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774447437%27 HTTP/1.1" 200 None
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_000/780x0__r.jpg?hash=1774447437 not downloaded yet
2026-03-25 16:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001216%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774447437%27 HTTP/1.1" 200 None
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_001/780x0__r.jpg?hash=1774447437 not downloaded yet
2026-03-25 16:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001216%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774447437%27 HTTP/1.1" 200 None
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_002/780x0__r.jpg?hash=1774447437 not downloaded yet
2026-03-25 16:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001216%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774447437%27 HTTP/1.1" 200 None
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_003/780x0__r.jpg?hash=1774447437 not downloaded yet
2026-03-25 16:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001216%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774447437%27 HTTP/1.1" 200 None
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_004/780x0__r.jpg?hash=1774447437 not downloaded yet
2026-03-25 16:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:37: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%252F7001216%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774447437%27 HTTP/1.1" 200 None
2026-03-25 16:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_005/780x0__r.jpg?hash=1774447437 not downloaded yet
2026-03-25 16:37:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999520> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:37:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:00 [ecarstrade.be] INFO: Extracting details for car 6999520auction111013
2026-03-25 16:38:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c81faf7-9ae6-58c5-b2df-be6b13d71961 with identifier: 6999520auction111013
2026-03-25 16:38:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c81faf7-9ae6-58c5-b2df-be6b13d71961 with scrape type 1
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999520%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432967%27 HTTP/1.1" 200 None
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_001/780x0__r.jpg?hash=1774432967 not downloaded yet
2026-03-25 16:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999520%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432967%27 HTTP/1.1" 200 None
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_002/780x0__r.jpg?hash=1774432967 not downloaded yet
2026-03-25 16:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999520%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432967%27 HTTP/1.1" 200 None
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_003/780x0__r.jpg?hash=1774432967 not downloaded yet
2026-03-25 16:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999520%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432967%27 HTTP/1.1" 200 None
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_004/780x0__r.jpg?hash=1774432967 not downloaded yet
2026-03-25 16:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999520%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432967%27 HTTP/1.1" 200 None
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_005/780x0__r.jpg?hash=1774432967 not downloaded yet
2026-03-25 16:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999520%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432967%27 HTTP/1.1" 200 None
2026-03-25 16:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_006/780x0__r.jpg?hash=1774432967 not downloaded yet
2026-03-25 16:38:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999510> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:01 [ecarstrade.be] INFO: Extracting details for car 6999510auction111013
2026-03-25 16:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d6532d-817f-59bd-94ea-e8b4f337b8b6 with identifier: 6999510auction111013
2026-03-25 16:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d6532d-817f-59bd-94ea-e8b4f337b8b6 with scrape type 1
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999510%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432952%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_001/780x0__r.jpg?hash=1774432952 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999510%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432952%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_002/780x0__r.jpg?hash=1774432952 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999510%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432952%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_003/780x0__r.jpg?hash=1774432952 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999510%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432952%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_004/780x0__r.jpg?hash=1774432952 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999510%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432953%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_005/780x0__r.jpg?hash=1774432953 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999510%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432953%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_006/780x0__r.jpg?hash=1774432953 not downloaded yet
2026-03-25 16:38:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999521> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:01 [ecarstrade.be] INFO: Extracting details for car 6999521auction111013
2026-03-25 16:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6afff70f-57af-527d-ae2b-93311c1a4d7e with identifier: 6999521auction111013
2026-03-25 16:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6afff70f-57af-527d-ae2b-93311c1a4d7e with scrape type 1
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999521%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432971%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_001/780x0__r.jpg?hash=1774432971 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999521%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432971%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_002/780x0__r.jpg?hash=1774432971 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999521%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432971%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_003/780x0__r.jpg?hash=1774432971 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999521%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432971%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_004/780x0__r.jpg?hash=1774432971 not downloaded yet
2026-03-25 16:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999521%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432971%27 HTTP/1.1" 200 None
2026-03-25 16:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_005/780x0__r.jpg?hash=1774432971 not downloaded yet
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999521%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432971%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_006/780x0__r.jpg?hash=1774432971 not downloaded yet
2026-03-25 16:38:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999793auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999793auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999793auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999794auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999794auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999794auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999795auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999795auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999795auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999796auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999796auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999796auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999797auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999797auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999797auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999798auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999798auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999798auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999799auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999799auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999799auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999800auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999800auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999800auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999801auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999801auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999801auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999802auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999802auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999802auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999803auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999803auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999803auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999804auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999804auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999804auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999805auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999805auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999805auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999806auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999806auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999806auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999807auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999807auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999807auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999808auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999808auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999808auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999809auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999809auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999809auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999810auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999810auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999810auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999811auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999811auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999811auction111018: 0
2026-03-25 16:38:02 [ecarstrade.be] INFO: Found listing with ID: 6999812auction111018
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999812auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [ecarstrade.be] INFO: Scrape type for 6999812auction111018: 0
2026-03-25 16:38:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999532> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:02 [ecarstrade.be] INFO: Extracting details for car 6999532auction111013
2026-03-25 16:38:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f42560b9-6b8b-57df-ba8c-7a2a09e1903f with identifier: 6999532auction111013
2026-03-25 16:38:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f42560b9-6b8b-57df-ba8c-7a2a09e1903f with scrape type 1
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999532%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432987%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_001/780x0__r.jpg?hash=1774432987 not downloaded yet
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999532%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432987%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_002/780x0__r.jpg?hash=1774432987 not downloaded yet
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999532%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432987%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_003/780x0__r.jpg?hash=1774432987 not downloaded yet
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999532%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432987%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_004/780x0__r.jpg?hash=1774432987 not downloaded yet
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999532%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432987%27 HTTP/1.1" 200 None
2026-03-25 16:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_005/780x0__r.jpg?hash=1774432987 not downloaded yet
2026-03-25 16:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999532%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432987%27 HTTP/1.1" 200 None
2026-03-25 16:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_006/780x0__r.jpg?hash=1774432987 not downloaded yet
2026-03-25 16:38:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999776> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:04 [ecarstrade.be] INFO: Extracting details for car 6999776auction111018
2026-03-25 16:38:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dbca320-243a-5adb-b1ff-61d01ca83dee with identifier: 6999776auction111018
2026-03-25 16:38:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dbca320-243a-5adb-b1ff-61d01ca83dee with scrape type 1
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999776%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436638%27 HTTP/1.1" 200 None
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_001/780x0__r.jpg?hash=1774436638 not downloaded yet
2026-03-25 16:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999776%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436638%27 HTTP/1.1" 200 None
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_002/780x0__r.jpg?hash=1774436638 not downloaded yet
2026-03-25 16:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999776%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436638%27 HTTP/1.1" 200 None
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_003/780x0__r.jpg?hash=1774436638 not downloaded yet
2026-03-25 16:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999776%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436638%27 HTTP/1.1" 200 None
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_004/780x0__r.jpg?hash=1774436638 not downloaded yet
2026-03-25 16:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999776%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436639%27 HTTP/1.1" 200 None
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_005/780x0__r.jpg?hash=1774436639 not downloaded yet
2026-03-25 16:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999776%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436638%27 HTTP/1.1" 200 None
2026-03-25 16:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_006/780x0__r.jpg?hash=1774436638 not downloaded yet
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999791> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:06 [ecarstrade.be] INFO: Extracting details for car 6999791auction111018
2026-03-25 16:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68963864-9902-5982-9ad5-07ae1794f428 with identifier: 6999791auction111018
2026-03-25 16:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68963864-9902-5982-9ad5-07ae1794f428 with scrape type 1
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999791%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436666%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_001/780x0__r.jpg?hash=1774436666 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999791%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436666%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_002/780x0__r.jpg?hash=1774436666 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999791%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436665%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_003/780x0__r.jpg?hash=1774436665 not downloaded yet
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999787> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999791%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436665%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_004/780x0__r.jpg?hash=1774436665 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999791%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436665%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_005/780x0__r.jpg?hash=1774436665 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999791%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436665%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_006/780x0__r.jpg?hash=1774436665 not downloaded yet
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_005/780x0__r.jpg?hash=1774447453> (referer: https://ecarstrade.com/cars/7001241)
2026-03-25 16:38:06 [ecarstrade.be] INFO: Extracting details for car 6999787auction111018
2026-03-25 16:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c7ea8a2-b356-5aba-b42d-3508a3195a59 with identifier: 6999787auction111018
2026-03-25 16:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c7ea8a2-b356-5aba-b42d-3508a3195a59 with scrape type 1
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999787%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436658%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_001/780x0__r.jpg?hash=1774436658 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999787%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436658%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_002/780x0__r.jpg?hash=1774436658 not downloaded yet
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_005/780x0__r.jpg?hash=1774447437> (referer: https://ecarstrade.com/cars/7001216)
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999787%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436658%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_003/780x0__r.jpg?hash=1774436658 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999787%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436658%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_004/780x0__r.jpg?hash=1774436658 not downloaded yet
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999787%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436658%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_005/780x0__r.jpg?hash=1774436658 not downloaded yet
2026-03-25 16:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999787%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436658%27 HTTP/1.1" 200 None
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_006/780x0__r.jpg?hash=1774436658 not downloaded yet
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_006/780x0__r.jpg?hash=1774432967> (referer: https://ecarstrade.com/cars/6999520)
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_006/780x0__r.jpg?hash=1774432953> (referer: https://ecarstrade.com/cars/6999510)
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_006/780x0__r.jpg?hash=1774432971> (referer: https://ecarstrade.com/cars/6999521)
2026-03-25 16:38:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:06 [scrapy.extensions.logstats] INFO: Crawled 170 pages (at 51 pages/min), scraped 117 items (at 35 items/min)
2026-03-25 16:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-25 16:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999790> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_006/780x0__r.jpg?hash=1774432987> (referer: https://ecarstrade.com/cars/6999532)
2026-03-25 16:38:07 [ecarstrade.be] INFO: Extracting details for car 6999790auction111018
2026-03-25 16:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c88c730-6548-5fec-9444-b28efac5f0ec with identifier: 6999790auction111018
2026-03-25 16:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c88c730-6548-5fec-9444-b28efac5f0ec with scrape type 1
2026-03-25 16:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F6990001-7000000%252F6999790%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436663%27 HTTP/1.1" 200 None
2026-03-25 16:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_001/780x0__r.jpg?hash=1774436663 not downloaded yet
2026-03-25 16:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_006/780x0__r.jpg?hash=1774436638> (referer: https://ecarstrade.com/cars/6999776)
2026-03-25 16:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F6990001-7000000%252F6999790%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436663%27 HTTP/1.1" 200 None
2026-03-25 16:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_002/780x0__r.jpg?hash=1774436663 not downloaded yet
2026-03-25 16:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F6990001-7000000%252F6999790%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436663%27 HTTP/1.1" 200 None
2026-03-25 16:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_003/780x0__r.jpg?hash=1774436663 not downloaded yet
2026-03-25 16:38:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999790%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436663%27 HTTP/1.1" 200 None
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_004/780x0__r.jpg?hash=1774436663 not downloaded yet
2026-03-25 16:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999790%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436663%27 HTTP/1.1" 200 None
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_005/780x0__r.jpg?hash=1774436663 not downloaded yet
2026-03-25 16:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999790%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436663%27 HTTP/1.1" 200 None
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_006/780x0__r.jpg?hash=1774436663 not downloaded yet
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_002/780x0__r.jpg?hash=1774436666> (referer: https://ecarstrade.com/cars/6999791)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_006/780x0__r.jpg?hash=1774436665> (referer: https://ecarstrade.com/cars/6999791)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_002/780x0__r.jpg?hash=1774436658> (referer: https://ecarstrade.com/cars/6999787)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_006/780x0__r.jpg?hash=1774436658> (referer: https://ecarstrade.com/cars/6999787)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_005/780x0__r.jpg?hash=1774436658> (referer: https://ecarstrade.com/cars/6999787)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_004/780x0__r.jpg?hash=1774436658> (referer: https://ecarstrade.com/cars/6999787)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_003/780x0__r.jpg?hash=1774436658> (referer: https://ecarstrade.com/cars/6999787)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_001/780x0__r.jpg?hash=1774436658> (referer: https://ecarstrade.com/cars/6999787)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_001/780x0__r.jpg?hash=1774436663> (referer: https://ecarstrade.com/cars/6999790)
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c7ea8a2-b356-5aba-b42d-3508a3195a59
2026-03-25 16:38:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c7ea8a2-b356-5aba-b42d-3508a3195a59, skipping ID generation
2026-03-25 16:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c7ea8a2-b356-5aba-b42d-3508a3195a59 with scrape type 1
2026-03-25 16:38:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c7ea8a2-b356-5aba-b42d-3508a3195a59 sending to next pipeline
2026-03-25 16:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c7ea8a2-b356-5aba-b42d-3508a3195a59, identifier: 6999787auction111018
2026-03-25 16:38:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c7ea8a2-b356-5aba-b42d-3508a3195a59 with identifier: 6999787auction111018
2026-03-25 16:38:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c7ea8a2-b356-5aba-b42d-3508a3195a59 with identifier: 6999787auction111018
2026-03-25 16:38:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c7ea8a2-b356-5aba-b42d-3508a3195a59 with identifier: 6999787auction111018 to the API
2026-03-25 16:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999787/photo_001/780x0__r.jpg?hash=1774436658>
{'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-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '7c7ea8a2-b356-5aba-b42d-3508a3195a59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999787',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 21512,
'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': 7,
'seller_name': None,
'title': 'Grand C4 Picasso/Spacetourer Business Class 1.5 BlueHDi 130CV BVA8 '
'7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Grand C4 Picasso/Spacetourer Business Class 1.5 BlueHDi 130CV BVA8 7 '
'Sieges E6d',
'vin': None,
'year': 2022}
2026-03-25 16:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999787auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:09 [ecarstrade.be] INFO: Saving data for 6999787auction111018: {'created_time': 1774456689.176791, 'last_price_update_time': 1774456689.176801, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999787auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_006/780x0__r.jpg?hash=1774436663> (referer: https://ecarstrade.com/cars/6999790)
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_005/780x0__r.jpg?hash=1774436663> (referer: https://ecarstrade.com/cars/6999790)
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_004/780x0__r.jpg?hash=1774436663> (referer: https://ecarstrade.com/cars/6999790)
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_003/780x0__r.jpg?hash=1774436663> (referer: https://ecarstrade.com/cars/6999790)
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_002/780x0__r.jpg?hash=1774436663> (referer: https://ecarstrade.com/cars/6999790)
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_005/780x0__r.jpg?hash=1774436665> (referer: https://ecarstrade.com/cars/6999791)
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9c88c730-6548-5fec-9444-b28efac5f0ec
2026-03-25 16:38:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c88c730-6548-5fec-9444-b28efac5f0ec, skipping ID generation
2026-03-25 16:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c88c730-6548-5fec-9444-b28efac5f0ec with scrape type 1
2026-03-25 16:38:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c88c730-6548-5fec-9444-b28efac5f0ec sending to next pipeline
2026-03-25 16:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c88c730-6548-5fec-9444-b28efac5f0ec, identifier: 6999790auction111018
2026-03-25 16:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c88c730-6548-5fec-9444-b28efac5f0ec with identifier: 6999790auction111018
2026-03-25 16:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c88c730-6548-5fec-9444-b28efac5f0ec with identifier: 6999790auction111018
2026-03-25 16:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c88c730-6548-5fec-9444-b28efac5f0ec with identifier: 6999790auction111018 to the API
2026-03-25 16:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999790/photo_002/780x0__r.jpg?hash=1774436663>
{'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-26T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9c88c730-6548-5fec-9444-b28efac5f0ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999790',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 121455,
'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': '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': 2021}
2026-03-25 16:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999790auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:10 [ecarstrade.be] INFO: Saving data for 6999790auction111018: {'created_time': 1774456690.797512, 'last_price_update_time': 1774456690.797523, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999790auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_004/780x0__r.jpg?hash=1774436665> (referer: https://ecarstrade.com/cars/6999791)
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999788> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999786> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999792> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_005/780x0__r.jpg?hash=1774436639> (referer: https://ecarstrade.com/cars/6999776)
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_003/780x0__r.jpg?hash=1774436665> (referer: https://ecarstrade.com/cars/6999791)
2026-03-25 16:38:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_004/780x0__r.jpg?hash=1774436638> (referer: https://ecarstrade.com/cars/6999776)
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_001/780x0__r.jpg?hash=1774436666> (referer: https://ecarstrade.com/cars/6999791)
2026-03-25 16:38:10 [ecarstrade.be] INFO: Extracting details for car 6999788auction111018
2026-03-25 16:38:10 [ecarstrade.be] INFO: Extracting details for car 6999786auction111018
2026-03-25 16:38:10 [ecarstrade.be] INFO: Extracting details for car 6999792auction111018
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_003/780x0__r.jpg?hash=1774436638> (referer: https://ecarstrade.com/cars/6999776)
2026-03-25 16:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_002/780x0__r.jpg?hash=1774436638> (referer: https://ecarstrade.com/cars/6999776)
2026-03-25 16:38:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0938f325-34eb-5d4c-9ac3-1fca696d9f23 with identifier: 6999788auction111018
2026-03-25 16:38:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0938f325-34eb-5d4c-9ac3-1fca696d9f23 with scrape type 1
2026-03-25 16:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999788%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436659%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_001/780x0__r.jpg?hash=1774436659 not downloaded yet
2026-03-25 16:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab0b8395-5e4f-5504-aa75-0c709d37f90a with identifier: 6999786auction111018
2026-03-25 16:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab0b8395-5e4f-5504-aa75-0c709d37f90a with scrape type 1
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999786%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_001/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a7e7105-d35f-580a-84bb-3250e039d156 with identifier: 6999792auction111018
2026-03-25 16:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a7e7105-d35f-580a-84bb-3250e039d156 with scrape type 1
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999792%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436668%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_001/780x0__r.jpg?hash=1774436668 not downloaded yet
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_001/780x0__r.jpg?hash=1774436638> (referer: https://ecarstrade.com/cars/6999776)
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_005/780x0__r.jpg?hash=1774432987> (referer: https://ecarstrade.com/cars/6999532)
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999788%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436659%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_002/780x0__r.jpg?hash=1774436659 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999786%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_002/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999792%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436668%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_002/780x0__r.jpg?hash=1774436668 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999788%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436659%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_003/780x0__r.jpg?hash=1774436659 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999786%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_003/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999792%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436668%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_003/780x0__r.jpg?hash=1774436668 not downloaded yet
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 68963864-9902-5982-9ad5-07ae1794f428
2026-03-25 16:38:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68963864-9902-5982-9ad5-07ae1794f428, skipping ID generation
2026-03-25 16:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68963864-9902-5982-9ad5-07ae1794f428 with scrape type 1
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68963864-9902-5982-9ad5-07ae1794f428 sending to next pipeline
2026-03-25 16:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68963864-9902-5982-9ad5-07ae1794f428, identifier: 6999791auction111018
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_003/780x0__r.jpg?hash=1774432987> (referer: https://ecarstrade.com/cars/6999532)
2026-03-25 16:38:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68963864-9902-5982-9ad5-07ae1794f428 with identifier: 6999791auction111018
2026-03-25 16:38:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68963864-9902-5982-9ad5-07ae1794f428 with identifier: 6999791auction111018
2026-03-25 16:38:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68963864-9902-5982-9ad5-07ae1794f428 with identifier: 6999791auction111018 to the API
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999791/photo_001/780x0__r.jpg?hash=1774436666>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '68963864-9902-5982-9ad5-07ae1794f428',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999791',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 83030,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'Ranger Super Cabine 4x4 XL Pack 2.2 TDCi 160CV BVM6 E6',
'transmission': 'manual',
'trim': 'Super Cabine 4x4 XL Pack 2.2 TDCi 160CV BVM6 E6',
'vin': None,
'year': 2017}
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999791auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [ecarstrade.be] INFO: Saving data for 6999791auction111018: {'created_time': 1774456691.754928, 'last_price_update_time': 1774456691.754938, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999791auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_004/780x0__r.jpg?hash=1774432987> (referer: https://ecarstrade.com/cars/6999532)
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_001/780x0__r.jpg?hash=1774432987> (referer: https://ecarstrade.com/cars/6999532)
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999788%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436659%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_004/780x0__r.jpg?hash=1774436659 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999786%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_004/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999792%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436669%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_004/780x0__r.jpg?hash=1774436669 not downloaded yet
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_002/780x0__r.jpg?hash=1774432987> (referer: https://ecarstrade.com/cars/6999532)
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999788%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436659%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_005/780x0__r.jpg?hash=1774436659 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999786%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_005/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999792%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436668%27 HTTP/1.1" 200 None
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_005/780x0__r.jpg?hash=1774436668 not downloaded yet
2026-03-25 16:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999789> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2dbca320-243a-5adb-b1ff-61d01ca83dee
2026-03-25 16:38:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2dbca320-243a-5adb-b1ff-61d01ca83dee, skipping ID generation
2026-03-25 16:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dbca320-243a-5adb-b1ff-61d01ca83dee with scrape type 1
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2dbca320-243a-5adb-b1ff-61d01ca83dee sending to next pipeline
2026-03-25 16:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2dbca320-243a-5adb-b1ff-61d01ca83dee, identifier: 6999776auction111018
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2dbca320-243a-5adb-b1ff-61d01ca83dee with identifier: 6999776auction111018
2026-03-25 16:38:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2dbca320-243a-5adb-b1ff-61d01ca83dee with identifier: 6999776auction111018
2026-03-25 16:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2dbca320-243a-5adb-b1ff-61d01ca83dee with identifier: 6999776auction111018 to the API
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999776/photo_001/780x0__r.jpg?hash=1774436638>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '2dbca320-243a-5adb-b1ff-61d01ca83dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999776',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 79881,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999776auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:12 [ecarstrade.be] INFO: Saving data for 6999776auction111018: {'created_time': 1774456692.340434, 'last_price_update_time': 1774456692.340445, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999776auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_004/780x0__r.jpg?hash=1774432971> (referer: https://ecarstrade.com/cars/6999521)
2026-03-25 16:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_002/780x0__r.jpg?hash=1774432971> (referer: https://ecarstrade.com/cars/6999521)
2026-03-25 16:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_003/780x0__r.jpg?hash=1774432971> (referer: https://ecarstrade.com/cars/6999521)
2026-03-25 16:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_005/780x0__r.jpg?hash=1774432971> (referer: https://ecarstrade.com/cars/6999521)
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999788%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436659%27 HTTP/1.1" 200 None
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_006/780x0__r.jpg?hash=1774436659 not downloaded yet
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999786%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_006/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999792%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436668%27 HTTP/1.1" 200 None
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_006/780x0__r.jpg?hash=1774436668 not downloaded yet
2026-03-25 16:38:12 [ecarstrade.be] INFO: Extracting details for car 6999789auction111018
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f42560b9-6b8b-57df-ba8c-7a2a09e1903f
2026-03-25 16:38:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f42560b9-6b8b-57df-ba8c-7a2a09e1903f, skipping ID generation
2026-03-25 16:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f42560b9-6b8b-57df-ba8c-7a2a09e1903f with scrape type 1
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f42560b9-6b8b-57df-ba8c-7a2a09e1903f sending to next pipeline
2026-03-25 16:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f42560b9-6b8b-57df-ba8c-7a2a09e1903f, identifier: 6999532auction111013
2026-03-25 16:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_001/780x0__r.jpg?hash=1774432971> (referer: https://ecarstrade.com/cars/6999521)
2026-03-25 16:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f42560b9-6b8b-57df-ba8c-7a2a09e1903f with identifier: 6999532auction111013
2026-03-25 16:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f42560b9-6b8b-57df-ba8c-7a2a09e1903f with identifier: 6999532auction111013
2026-03-25 16:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f42560b9-6b8b-57df-ba8c-7a2a09e1903f with identifier: 6999532auction111013 to the API
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999532/photo_002/780x0__r.jpg?hash=1774432987>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f42560b9-6b8b-57df-ba8c-7a2a09e1903f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999532',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 91429,
'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': 7,
'seller_name': None,
'title': 'XC90 Inscription Recharge Plug-In Hybrid AWD 2.0 T8 Twin Engine',
'transmission': 'automatic',
'trim': 'Inscription Recharge Plug-In Hybrid AWD 2.0 T8 Twin Engine',
'vin': None,
'year': 2022}
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999532auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:38:12 [ecarstrade.be] INFO: Saving data for 6999532auction111013: {'created_time': 1774456692.962642, 'last_price_update_time': 1774456692.962654, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999532auction111013') HTTP/1.1" 204 0
2026-03-25 16:38:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31612122-8bc4-592d-b1db-02d06c316c5b with identifier: 6999789auction111018
2026-03-25 16:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31612122-8bc4-592d-b1db-02d06c316c5b with scrape type 1
2026-03-25 16:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999789%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436661%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_001/780x0__r.jpg?hash=1774436661 not downloaded yet
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_005/780x0__r.jpg?hash=1774432953> (referer: https://ecarstrade.com/cars/6999510)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_001/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999786)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_001/780x0__r.jpg?hash=1774436668> (referer: https://ecarstrade.com/cars/6999792)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_003/780x0__r.jpg?hash=1774436668> (referer: https://ecarstrade.com/cars/6999792)
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999789%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436661%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_002/780x0__r.jpg?hash=1774436661 not downloaded yet
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6afff70f-57af-527d-ae2b-93311c1a4d7e
2026-03-25 16:38:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6afff70f-57af-527d-ae2b-93311c1a4d7e, skipping ID generation
2026-03-25 16:38:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6afff70f-57af-527d-ae2b-93311c1a4d7e with scrape type 1
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6afff70f-57af-527d-ae2b-93311c1a4d7e sending to next pipeline
2026-03-25 16:38:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6afff70f-57af-527d-ae2b-93311c1a4d7e, identifier: 6999521auction111013
2026-03-25 16:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6afff70f-57af-527d-ae2b-93311c1a4d7e with identifier: 6999521auction111013
2026-03-25 16:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6afff70f-57af-527d-ae2b-93311c1a4d7e with identifier: 6999521auction111013
2026-03-25 16:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6afff70f-57af-527d-ae2b-93311c1a4d7e with identifier: 6999521auction111013 to the API
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999521/photo_001/780x0__r.jpg?hash=1774432971>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Electric',
'id': '6afff70f-57af-527d-ae2b-93311c1a4d7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999521',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'E 350',
'odometer': 83653,
'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': 'MERCEDES-BENZ EQE / 2022 / 4P / Berline EQE 350 AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ EQE / 2022 / 4P / Berline EQ AMG Line',
'vin': None,
'year': 2023}
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999521auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [ecarstrade.be] INFO: Saving data for 6999521auction111013: {'created_time': 1774456693.717922, 'last_price_update_time': 1774456693.717932, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999521auction111013') HTTP/1.1" 204 0
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_003/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999786)
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999789%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436661%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_003/780x0__r.jpg?hash=1774436661 not downloaded yet
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_005/780x0__r.jpg?hash=1774436668> (referer: https://ecarstrade.com/cars/6999792)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_003/780x0__r.jpg?hash=1774436659> (referer: https://ecarstrade.com/cars/6999788)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_002/780x0__r.jpg?hash=1774436668> (referer: https://ecarstrade.com/cars/6999792)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_004/780x0__r.jpg?hash=1774436669> (referer: https://ecarstrade.com/cars/6999792)
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999789%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436661%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_004/780x0__r.jpg?hash=1774436661 not downloaded yet
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999789%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436661%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_005/780x0__r.jpg?hash=1774436661 not downloaded yet
2026-03-25 16:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999789%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436661%27 HTTP/1.1" 200 None
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_006/780x0__r.jpg?hash=1774436661 not downloaded yet
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_005/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999786)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_004/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999786)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_006/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999786)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_006/780x0__r.jpg?hash=1774436668> (referer: https://ecarstrade.com/cars/6999792)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_006/780x0__r.jpg?hash=1774436659> (referer: https://ecarstrade.com/cars/6999788)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_005/780x0__r.jpg?hash=1774436659> (referer: https://ecarstrade.com/cars/6999788)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_001/780x0__r.jpg?hash=1774436661> (referer: https://ecarstrade.com/cars/6999789)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_003/780x0__r.jpg?hash=1774436661> (referer: https://ecarstrade.com/cars/6999789)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_004/780x0__r.jpg?hash=1774436659> (referer: https://ecarstrade.com/cars/6999788)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_002/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999786)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_002/780x0__r.jpg?hash=1774436659> (referer: https://ecarstrade.com/cars/6999788)
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_002/780x0__r.jpg?hash=1774436661> (referer: https://ecarstrade.com/cars/6999789)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_001/780x0__r.jpg?hash=1774436659> (referer: https://ecarstrade.com/cars/6999788)
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a7e7105-d35f-580a-84bb-3250e039d156
2026-03-25 16:38:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a7e7105-d35f-580a-84bb-3250e039d156, skipping ID generation
2026-03-25 16:38:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a7e7105-d35f-580a-84bb-3250e039d156 with scrape type 1
2026-03-25 16:38:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a7e7105-d35f-580a-84bb-3250e039d156 sending to next pipeline
2026-03-25 16:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a7e7105-d35f-580a-84bb-3250e039d156, identifier: 6999792auction111018
2026-03-25 16:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a7e7105-d35f-580a-84bb-3250e039d156 with identifier: 6999792auction111018
2026-03-25 16:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a7e7105-d35f-580a-84bb-3250e039d156 with identifier: 6999792auction111018
2026-03-25 16:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a7e7105-d35f-580a-84bb-3250e039d156 with identifier: 6999792auction111018 to the API
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999792/photo_006/780x0__r.jpg?hash=1774436668>
{'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-26T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0a7e7105-d35f-580a-84bb-3250e039d156',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999792',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 53865,
'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': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU '
'4WD AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU 4WD AUTO',
'vin': None,
'year': 2023}
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999792auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:14 [ecarstrade.be] INFO: Saving data for 6999792auction111018: {'created_time': 1774456694.562873, 'last_price_update_time': 1774456694.562884, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999792auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_004/780x0__r.jpg?hash=1774436661> (referer: https://ecarstrade.com/cars/6999789)
2026-03-25 16:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_006/780x0__r.jpg?hash=1774436661> (referer: https://ecarstrade.com/cars/6999789)
2026-03-25 16:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_005/780x0__r.jpg?hash=1774436661> (referer: https://ecarstrade.com/cars/6999789)
2026-03-25 16:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_004/780x0__r.jpg?hash=1774432952> (referer: https://ecarstrade.com/cars/6999510)
2026-03-25 16:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_003/780x0__r.jpg?hash=1774432952> (referer: https://ecarstrade.com/cars/6999510)
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab0b8395-5e4f-5504-aa75-0c709d37f90a
2026-03-25 16:38:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab0b8395-5e4f-5504-aa75-0c709d37f90a, skipping ID generation
2026-03-25 16:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab0b8395-5e4f-5504-aa75-0c709d37f90a with scrape type 1
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab0b8395-5e4f-5504-aa75-0c709d37f90a sending to next pipeline
2026-03-25 16:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab0b8395-5e4f-5504-aa75-0c709d37f90a, identifier: 6999786auction111018
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0938f325-34eb-5d4c-9ac3-1fca696d9f23
2026-03-25 16:38:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0938f325-34eb-5d4c-9ac3-1fca696d9f23, skipping ID generation
2026-03-25 16:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0938f325-34eb-5d4c-9ac3-1fca696d9f23 with scrape type 1
2026-03-25 16:38:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0938f325-34eb-5d4c-9ac3-1fca696d9f23 sending to next pipeline
2026-03-25 16:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0938f325-34eb-5d4c-9ac3-1fca696d9f23, identifier: 6999788auction111018
2026-03-25 16:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab0b8395-5e4f-5504-aa75-0c709d37f90a with identifier: 6999786auction111018
2026-03-25 16:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab0b8395-5e4f-5504-aa75-0c709d37f90a with identifier: 6999786auction111018
2026-03-25 16:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab0b8395-5e4f-5504-aa75-0c709d37f90a with identifier: 6999786auction111018 to the API
2026-03-25 16:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999786/photo_002/780x0__r.jpg?hash=1774436655>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ab0b8395-5e4f-5504-aa75-0c709d37f90a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999786',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 128657,
'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': '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-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999786auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:15 [ecarstrade.be] INFO: Saving data for 6999786auction111018: {'created_time': 1774456695.237906, 'last_price_update_time': 1774456695.237921, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999786auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0938f325-34eb-5d4c-9ac3-1fca696d9f23 with identifier: 6999788auction111018
2026-03-25 16:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0938f325-34eb-5d4c-9ac3-1fca696d9f23 with identifier: 6999788auction111018
2026-03-25 16:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0938f325-34eb-5d4c-9ac3-1fca696d9f23 with identifier: 6999788auction111018 to the API
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999788/photo_001/780x0__r.jpg?hash=1774436659>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0938f325-34eb-5d4c-9ac3-1fca696d9f23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999788',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': '500C',
'odometer': 66946,
'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': 4,
'seller_name': None,
'title': 'FIAT 500C 2015 2P Cabriolet 10 70ch BSG Dolcevita',
'transmission': 'manual',
'trim': 'FIAT 2015 2P Cabriolet 10 70ch BSG Dolcevita',
'vin': None,
'year': 2021}
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999788auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:15 [ecarstrade.be] INFO: Saving data for 6999788auction111018: {'created_time': 1774456695.545772, 'last_price_update_time': 1774456695.545782, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999788auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_002/780x0__r.jpg?hash=1774432952> (referer: https://ecarstrade.com/cars/6999510)
2026-03-25 16:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_003/780x0__r.jpg?hash=1774432967> (referer: https://ecarstrade.com/cars/6999520)
2026-03-25 16:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_001/780x0__r.jpg?hash=1774432952> (referer: https://ecarstrade.com/cars/6999510)
2026-03-25 16:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_005/780x0__r.jpg?hash=1774432967> (referer: https://ecarstrade.com/cars/6999520)
2026-03-25 16:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_004/780x0__r.jpg?hash=1774432967> (referer: https://ecarstrade.com/cars/6999520)
2026-03-25 16:38:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 31612122-8bc4-592d-b1db-02d06c316c5b
2026-03-25 16:38:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31612122-8bc4-592d-b1db-02d06c316c5b, skipping ID generation
2026-03-25 16:38:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31612122-8bc4-592d-b1db-02d06c316c5b with scrape type 1
2026-03-25 16:38:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31612122-8bc4-592d-b1db-02d06c316c5b sending to next pipeline
2026-03-25 16:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31612122-8bc4-592d-b1db-02d06c316c5b, identifier: 6999789auction111018
2026-03-25 16:38:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31612122-8bc4-592d-b1db-02d06c316c5b with identifier: 6999789auction111018
2026-03-25 16:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31612122-8bc4-592d-b1db-02d06c316c5b with identifier: 6999789auction111018
2026-03-25 16:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31612122-8bc4-592d-b1db-02d06c316c5b with identifier: 6999789auction111018 to the API
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999789/photo_005/780x0__r.jpg?hash=1774436661>
{'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-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '31612122-8bc4-592d-b1db-02d06c316c5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999789',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 121051,
'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': 'C5 Aircross Shine 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Shine 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999789auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:15 [ecarstrade.be] INFO: Saving data for 6999789auction111018: {'created_time': 1774456695.992179, 'last_price_update_time': 1774456695.99219, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999789auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_002/780x0__r.jpg?hash=1774432967> (referer: https://ecarstrade.com/cars/6999520)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_001/780x0__r.jpg?hash=1774432967> (referer: https://ecarstrade.com/cars/6999520)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_004/780x0__r.jpg?hash=1774447437> (referer: https://ecarstrade.com/cars/7001216)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_002/780x0__r.jpg?hash=1774447437> (referer: https://ecarstrade.com/cars/7001216)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_003/780x0__r.jpg?hash=1774447437> (referer: https://ecarstrade.com/cars/7001216)
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d8d6532d-817f-59bd-94ea-e8b4f337b8b6
2026-03-25 16:38:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d8d6532d-817f-59bd-94ea-e8b4f337b8b6, skipping ID generation
2026-03-25 16:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d6532d-817f-59bd-94ea-e8b4f337b8b6 with scrape type 1
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d8d6532d-817f-59bd-94ea-e8b4f337b8b6 sending to next pipeline
2026-03-25 16:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8d6532d-817f-59bd-94ea-e8b4f337b8b6, identifier: 6999510auction111013
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8d6532d-817f-59bd-94ea-e8b4f337b8b6 with identifier: 6999510auction111013
2026-03-25 16:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8d6532d-817f-59bd-94ea-e8b4f337b8b6 with identifier: 6999510auction111013
2026-03-25 16:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8d6532d-817f-59bd-94ea-e8b4f337b8b6 with identifier: 6999510auction111013 to the API
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999510/photo_001/780x0__r.jpg?hash=1774432952>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd8d6532d-817f-59bd-94ea-e8b4f337b8b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999510',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'Other',
'odometer': 82589,
'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': 'Série 1 Berline 128 ti Edition M Sport Pro',
'transmission': 'automatic',
'trim': 'Série 1 Berline 128 ti Edition M Sport Pro',
'vin': None,
'year': 2023}
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999510auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:38:16 [ecarstrade.be] INFO: Saving data for 6999510auction111013: {'created_time': 1774456696.518113, 'last_price_update_time': 1774456696.518126, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999510auction111013') HTTP/1.1" 204 0
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_005/780x0__r.jpg?hash=1774447444> (referer: https://ecarstrade.com/cars/7001225)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_004/780x0__r.jpg?hash=1774447453> (referer: https://ecarstrade.com/cars/7001241)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_004/780x0__r.jpg?hash=1774447444> (referer: https://ecarstrade.com/cars/7001225)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_001/780x0__r.jpg?hash=1774447437> (referer: https://ecarstrade.com/cars/7001216)
2026-03-25 16:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_000/780x0__r.jpg?hash=1774447437> (referer: https://ecarstrade.com/cars/7001216)
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0c81faf7-9ae6-58c5-b2df-be6b13d71961
2026-03-25 16:38:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c81faf7-9ae6-58c5-b2df-be6b13d71961, skipping ID generation
2026-03-25 16:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c81faf7-9ae6-58c5-b2df-be6b13d71961 with scrape type 1
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c81faf7-9ae6-58c5-b2df-be6b13d71961 sending to next pipeline
2026-03-25 16:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c81faf7-9ae6-58c5-b2df-be6b13d71961, identifier: 6999520auction111013
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:38:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c81faf7-9ae6-58c5-b2df-be6b13d71961 with identifier: 6999520auction111013
2026-03-25 16:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c81faf7-9ae6-58c5-b2df-be6b13d71961 with identifier: 6999520auction111013
2026-03-25 16:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c81faf7-9ae6-58c5-b2df-be6b13d71961 with identifier: 6999520auction111013 to the API
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999520/photo_001/780x0__r.jpg?hash=1774432967>
{'auction_title': '',
'c_o_2_emission_value': 71,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0c81faf7-9ae6-58c5-b2df-be6b13d71961',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999520',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 81125,
'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': 5,
'seller_name': None,
'title': 'LAND ROVER Range Rover Sport 5p SUV P400e 2.0 PHEV 404ch HSE Auto',
'transmission': 'automatic',
'trim': 'LAND ROVER 5p SUV P400e 2.0 PHEV 404ch HSE Auto',
'vin': None,
'year': 2019}
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999520auction111013%27 HTTP/1.1" 200 None
2026-03-25 16:38:16 [ecarstrade.be] INFO: Saving data for 6999520auction111013: {'created_time': 1774456696.98657, 'last_price_update_time': 1774456696.986581, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999520auction111013') HTTP/1.1" 204 0
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_001/780x0__r.jpg?hash=1774447452> (referer: https://ecarstrade.com/cars/7001241)
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_002/780x0__r.jpg?hash=1774447443> (referer: https://ecarstrade.com/cars/7001225)
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_002/780x0__r.jpg?hash=1774447452> (referer: https://ecarstrade.com/cars/7001241)
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_003/780x0__r.jpg?hash=1774447453> (referer: https://ecarstrade.com/cars/7001241)
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_003/780x0__r.jpg?hash=1774447443> (referer: https://ecarstrade.com/cars/7001225)
2026-03-25 16:38:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc02eef5-0ad0-5c2d-af77-849302663f46
2026-03-25 16:38:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc02eef5-0ad0-5c2d-af77-849302663f46, skipping ID generation
2026-03-25 16:38:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc02eef5-0ad0-5c2d-af77-849302663f46 with scrape type 1
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc02eef5-0ad0-5c2d-af77-849302663f46 sending to next pipeline
2026-03-25 16:38:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc02eef5-0ad0-5c2d-af77-849302663f46, identifier: 7001216auction99101
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_000/780x0__r.jpg?hash=1774447443> (referer: https://ecarstrade.com/cars/7001225)
2026-03-25 16:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc02eef5-0ad0-5c2d-af77-849302663f46 with identifier: 7001216auction99101
2026-03-25 16:38:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc02eef5-0ad0-5c2d-af77-849302663f46 with identifier: 7001216auction99101
2026-03-25 16:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc02eef5-0ad0-5c2d-af77-849302663f46 with identifier: 7001216auction99101 to the API
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001216/photo_000/780x0__r.jpg?hash=1774447437>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fc02eef5-0ad0-5c2d-af77-849302663f46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001216',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'MG',
'model': 'MG5',
'odometer': 57705,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'MG ZS 1.5L VTI-Tech 106ch 2WD Comfort',
'transmission': 'manual',
'trim': 'ZS 1.5L VTI-Tech 106ch 2WD Comfort',
'vin': None,
'year': 2023}
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001216auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:38:17 [ecarstrade.be] INFO: Saving data for 7001216auction99101: {'created_time': 1774456697.548332, 'last_price_update_time': 1774456697.548349, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001216auction99101') HTTP/1.1" 204 0
2026-03-25 16:38:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_001/780x0__r.jpg?hash=1774447443> (referer: https://ecarstrade.com/cars/7001225)
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_000/780x0__r.jpg?hash=1774447452> (referer: https://ecarstrade.com/cars/7001241)
2026-03-25 16:38:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ce1dc6ef-7760-517e-8be6-b56ac10f8c58
2026-03-25 16:38:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce1dc6ef-7760-517e-8be6-b56ac10f8c58, skipping ID generation
2026-03-25 16:38:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1dc6ef-7760-517e-8be6-b56ac10f8c58 with scrape type 1
2026-03-25 16:38:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce1dc6ef-7760-517e-8be6-b56ac10f8c58 sending to next pipeline
2026-03-25 16:38:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce1dc6ef-7760-517e-8be6-b56ac10f8c58, identifier: 7001225auction99101
2026-03-25 16:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce1dc6ef-7760-517e-8be6-b56ac10f8c58 with identifier: 7001225auction99101
2026-03-25 16:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce1dc6ef-7760-517e-8be6-b56ac10f8c58 with identifier: 7001225auction99101
2026-03-25 16:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce1dc6ef-7760-517e-8be6-b56ac10f8c58 with identifier: 7001225auction99101 to the API
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001225/photo_001/780x0__r.jpg?hash=1774447443>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ce1dc6ef-7760-517e-8be6-b56ac10f8c58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001225',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Renault',
'model': 'Clio',
'odometer': 46256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCe 90 Techno',
'transmission': 'manual',
'trim': 'TCe 90 Techno',
'vin': None,
'year': 2024}
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001225auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Saving data for 7001225auction99101: {'created_time': 1774456698.039849, 'last_price_update_time': 1774456698.039859, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001225auction99101') HTTP/1.1" 204 0
2026-03-25 16:38:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 284f604c-86ab-5c2b-8ee5-556cb9675f51
2026-03-25 16:38:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 284f604c-86ab-5c2b-8ee5-556cb9675f51, skipping ID generation
2026-03-25 16:38:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 284f604c-86ab-5c2b-8ee5-556cb9675f51 with scrape type 1
2026-03-25 16:38:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 284f604c-86ab-5c2b-8ee5-556cb9675f51 sending to next pipeline
2026-03-25 16:38:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 284f604c-86ab-5c2b-8ee5-556cb9675f51, identifier: 7001241auction99101
2026-03-25 16:38:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 284f604c-86ab-5c2b-8ee5-556cb9675f51 with identifier: 7001241auction99101
2026-03-25 16:38:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 284f604c-86ab-5c2b-8ee5-556cb9675f51 with identifier: 7001241auction99101
2026-03-25 16:38:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 284f604c-86ab-5c2b-8ee5-556cb9675f51 with identifier: 7001241auction99101 to the API
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001241/photo_000/780x0__r.jpg?hash=1774447452>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '284f604c-86ab-5c2b-8ee5-556cb9675f51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001241',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Clio',
'odometer': 53494,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCe 90 Techno',
'transmission': 'manual',
'trim': 'TCe 90 Techno',
'vin': None,
'year': 2024}
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001241auction99101%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Saving data for 7001241auction99101: {'created_time': 1774456698.529025, 'last_price_update_time': 1774456698.529037, 'auction_closing_time': 1774521600.0}
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001241auction99101') HTTP/1.1" 204 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999813auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999813auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999813auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999814auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999814auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999814auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999815auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999815auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999815auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999816auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999816auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999816auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999817auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999817auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999817auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999818auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999818auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999818auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999819auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999819auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999819auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999820auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999820auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999820auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999821auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999821auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999821auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999822auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999822auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999822auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999823auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999823auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999823auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999824auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999824auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999824auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999825auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999825auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999825auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999826auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999826auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999826auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999827auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999827auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999827auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999828auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999828auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999828auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999829auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999829auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999829auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999830auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999830auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999830auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999831auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999831auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999831auction111018: 0
2026-03-25 16:38:18 [ecarstrade.be] INFO: Found listing with ID: 6999832auction111018
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999832auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:18 [ecarstrade.be] INFO: Scrape type for 6999832auction111018: 0
2026-03-25 16:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999784> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999783> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:38:24 [ecarstrade.be] INFO: Extracting details for car 6999784auction111018
2026-03-25 16:38:24 [ecarstrade.be] INFO: Extracting details for car 6999783auction111018
2026-03-25 16:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c68d7aa-41fc-5995-a8ee-b083188db4be with identifier: 6999784auction111018
2026-03-25 16:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c68d7aa-41fc-5995-a8ee-b083188db4be with scrape type 1
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999784%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436651%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_001/780x0__r.jpg?hash=1774436651 not downloaded yet
2026-03-25 16:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d72793c-55f4-5ad7-966d-72ad83a3f321 with identifier: 6999783auction111018
2026-03-25 16:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d72793c-55f4-5ad7-966d-72ad83a3f321 with scrape type 1
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999783%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436653%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_001/780x0__r.jpg?hash=1774436653 not downloaded yet
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999784%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436651%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_002/780x0__r.jpg?hash=1774436651 not downloaded yet
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999783%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436654%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_002/780x0__r.jpg?hash=1774436654 not downloaded yet
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999784%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436651%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_003/780x0__r.jpg?hash=1774436651 not downloaded yet
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999783%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436653%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_003/780x0__r.jpg?hash=1774436653 not downloaded yet
2026-03-25 16:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999778> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999780> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999784%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436652%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_004/780x0__r.jpg?hash=1774436652 not downloaded yet
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999783%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436654%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_004/780x0__r.jpg?hash=1774436654 not downloaded yet
2026-03-25 16: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-25 16: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-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999784%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436651%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_005/780x0__r.jpg?hash=1774436651 not downloaded yet
2026-03-25 16:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999783%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436654%27 HTTP/1.1" 200 None
2026-03-25 16:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_005/780x0__r.jpg?hash=1774436654 not downloaded yet
2026-03-25 16:38:24 [ecarstrade.be] INFO: Extracting details for car 6999778auction111018
2026-03-25 16:38:25 [ecarstrade.be] INFO: Extracting details for car 6999780auction111018
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999784%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436651%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_006/780x0__r.jpg?hash=1774436651 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999783%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436654%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_006/780x0__r.jpg?hash=1774436654 not downloaded yet
2026-03-25 16:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 575efc2b-7dde-5084-a575-54704057f4be with identifier: 6999778auction111018
2026-03-25 16:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 575efc2b-7dde-5084-a575-54704057f4be with scrape type 1
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999778%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_001/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e with identifier: 6999780auction111018
2026-03-25 16:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e with scrape type 1
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999780%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_001/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999778%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_002/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999780%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_002/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999778%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_003/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999780%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_003/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999778%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_004/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999780%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_004/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999778%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436647%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_005/780x0__r.jpg?hash=1774436647 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999780%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_005/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999778%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_006/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999780%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436645%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_006/780x0__r.jpg?hash=1774436645 not downloaded yet
2026-03-25 16:38:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999782> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_003/780x0__r.jpg?hash=1774436630> (referer: https://ecarstrade.com/cars/6999770)
2026-03-25 16:38:25 [ecarstrade.be] INFO: Extracting details for car 6999782auction111018
2026-03-25 16:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17790dd5-6093-5b56-8b8f-ceee0f87bf07 with identifier: 6999782auction111018
2026-03-25 16:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17790dd5-6093-5b56-8b8f-ceee0f87bf07 with scrape type 1
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999782%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436652%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_001/780x0__r.jpg?hash=1774436652 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999782%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436652%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_002/780x0__r.jpg?hash=1774436652 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999782%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436652%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_003/780x0__r.jpg?hash=1774436652 not downloaded yet
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999782%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436653%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_004/780x0__r.jpg?hash=1774436653 not downloaded yet
2026-03-25 16:38:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_002/780x0__r.jpg?hash=1774436631> (referer: https://ecarstrade.com/cars/6999770)
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999782%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436652%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_005/780x0__r.jpg?hash=1774436652 not downloaded yet
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999782%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436652%27 HTTP/1.1" 200 None
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_006/780x0__r.jpg?hash=1774436652 not downloaded yet
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:38:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_001/780x0__r.jpg?hash=1774436630> (referer: https://ecarstrade.com/cars/6999770)
2026-03-25 16:38:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999779> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_006/780x0__r.jpg?hash=1774436629> (referer: https://ecarstrade.com/cars/6999769)
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7003d59-91a8-55ad-92a6-ec176851dae0
2026-03-25 16:38:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7003d59-91a8-55ad-92a6-ec176851dae0, skipping ID generation
2026-03-25 16:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7003d59-91a8-55ad-92a6-ec176851dae0 with scrape type 1
2026-03-25 16:38:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7003d59-91a8-55ad-92a6-ec176851dae0 sending to next pipeline
2026-03-25 16:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7003d59-91a8-55ad-92a6-ec176851dae0, identifier: 6999770auction111018
2026-03-25 16:38:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7003d59-91a8-55ad-92a6-ec176851dae0 with identifier: 6999770auction111018
2026-03-25 16:38:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7003d59-91a8-55ad-92a6-ec176851dae0 with identifier: 6999770auction111018
2026-03-25 16:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7003d59-91a8-55ad-92a6-ec176851dae0 with identifier: 6999770auction111018 to the API
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999770/photo_001/780x0__r.jpg?hash=1774436630>
{'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-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'e7003d59-91a8-55ad-92a6-ec176851dae0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999770',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '116',
'odometer': 46464,
'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': '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': 2023}
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999770auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [ecarstrade.be] INFO: Saving data for 6999770auction111018: {'created_time': 1774456706.512099, 'last_price_update_time': 1774456706.51211, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999770auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_005/780x0__r.jpg?hash=1774436629> (referer: https://ecarstrade.com/cars/6999769)
2026-03-25 16:38:26 [ecarstrade.be] INFO: Extracting details for car 6999779auction111018
2026-03-25 16:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db9b4a4d-51a9-53df-9906-e5c9abb0f29a with identifier: 6999779auction111018
2026-03-25 16:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db9b4a4d-51a9-53df-9906-e5c9abb0f29a with scrape type 1
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999779%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_001/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999779%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_002/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999779%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_003/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999779%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_004/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999779%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_005/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_003/780x0__r.jpg?hash=1774436653> (referer: https://ecarstrade.com/cars/6999783)
2026-03-25 16:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999779%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_006/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_003/780x0__r.jpg?hash=1774436651> (referer: https://ecarstrade.com/cars/6999784)
2026-03-25 16:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_006/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999780)
2026-03-25 16:38:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_006/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999778)
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_004/780x0__r.jpg?hash=1774436653> (referer: https://ecarstrade.com/cars/6999782)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_006/780x0__r.jpg?hash=1774436652> (referer: https://ecarstrade.com/cars/6999782)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_005/780x0__r.jpg?hash=1774436652> (referer: https://ecarstrade.com/cars/6999782)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_003/780x0__r.jpg?hash=1774436652> (referer: https://ecarstrade.com/cars/6999782)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_002/780x0__r.jpg?hash=1774436652> (referer: https://ecarstrade.com/cars/6999782)
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_005/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999779)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_006/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999779)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_004/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999779)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_003/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999779)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_002/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999779)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_001/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999779)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_001/780x0__r.jpg?hash=1774436652> (referer: https://ecarstrade.com/cars/6999782)
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item db9b4a4d-51a9-53df-9906-e5c9abb0f29a
2026-03-25 16:38:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: db9b4a4d-51a9-53df-9906-e5c9abb0f29a, skipping ID generation
2026-03-25 16:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db9b4a4d-51a9-53df-9906-e5c9abb0f29a with scrape type 1
2026-03-25 16:38:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item db9b4a4d-51a9-53df-9906-e5c9abb0f29a sending to next pipeline
2026-03-25 16:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db9b4a4d-51a9-53df-9906-e5c9abb0f29a, identifier: 6999779auction111018
2026-03-25 16:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db9b4a4d-51a9-53df-9906-e5c9abb0f29a with identifier: 6999779auction111018
2026-03-25 16:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db9b4a4d-51a9-53df-9906-e5c9abb0f29a with identifier: 6999779auction111018
2026-03-25 16:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db9b4a4d-51a9-53df-9906-e5c9abb0f29a with identifier: 6999779auction111018 to the API
2026-03-25 16:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999779/photo_001/780x0__r.jpg?hash=1774436643>
{'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-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'db9b4a4d-51a9-53df-9906-e5c9abb0f29a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999779',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 73047,
'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-25 16:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999779auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:28 [ecarstrade.be] INFO: Saving data for 6999779auction111018: {'created_time': 1774456708.204557, 'last_price_update_time': 1774456708.20457, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999779auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_005/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999780)
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 17790dd5-6093-5b56-8b8f-ceee0f87bf07
2026-03-25 16:38:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17790dd5-6093-5b56-8b8f-ceee0f87bf07, skipping ID generation
2026-03-25 16:38:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17790dd5-6093-5b56-8b8f-ceee0f87bf07 with scrape type 1
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17790dd5-6093-5b56-8b8f-ceee0f87bf07 sending to next pipeline
2026-03-25 16:38:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17790dd5-6093-5b56-8b8f-ceee0f87bf07, identifier: 6999782auction111018
2026-03-25 16:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17790dd5-6093-5b56-8b8f-ceee0f87bf07 with identifier: 6999782auction111018
2026-03-25 16:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17790dd5-6093-5b56-8b8f-ceee0f87bf07 with identifier: 6999782auction111018
2026-03-25 16:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17790dd5-6093-5b56-8b8f-ceee0f87bf07 with identifier: 6999782auction111018 to the API
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999782/photo_001/780x0__r.jpg?hash=1774436652>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': '17790dd5-6093-5b56-8b8f-ceee0f87bf07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999782',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C4',
'odometer': 94896,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': None,
'seller_name': None,
'title': '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-25 16:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999782auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:28 [ecarstrade.be] INFO: Saving data for 6999782auction111018: {'created_time': 1774456708.62561, 'last_price_update_time': 1774456708.62562, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999782auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_005/780x0__r.jpg?hash=1774436647> (referer: https://ecarstrade.com/cars/6999778)
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_004/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999780)
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_004/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999778)
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_003/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999780)
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_003/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999778)
2026-03-25 16:38:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_002/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999780)
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_002/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999778)
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_001/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999780)
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_001/780x0__r.jpg?hash=1774436645> (referer: https://ecarstrade.com/cars/6999778)
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e
2026-03-25 16:38:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e, skipping ID generation
2026-03-25 16:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e with scrape type 1
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e sending to next pipeline
2026-03-25 16:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e, identifier: 6999780auction111018
2026-03-25 16:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e with identifier: 6999780auction111018
2026-03-25 16:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e with identifier: 6999780auction111018
2026-03-25 16:38:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e with identifier: 6999780auction111018 to the API
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999780/photo_001/780x0__r.jpg?hash=1774436645>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'ee7a25ea-865e-5a9f-aaaa-bf5457dbff4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999780',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3',
'odometer': 87846,
'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': 'C3 Shine Pack 1.2 PureTech 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine Pack 1.2 PureTech 110CV BVM6 6E',
'vin': None,
'year': 2022}
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999780auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:29 [ecarstrade.be] INFO: Saving data for 6999780auction111018: {'created_time': 1774456709.596259, 'last_price_update_time': 1774456709.596269, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999780auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_006/780x0__r.jpg?hash=1774436654> (referer: https://ecarstrade.com/cars/6999783)
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 575efc2b-7dde-5084-a575-54704057f4be
2026-03-25 16:38:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 575efc2b-7dde-5084-a575-54704057f4be, skipping ID generation
2026-03-25 16:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 575efc2b-7dde-5084-a575-54704057f4be with scrape type 1
2026-03-25 16:38:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 575efc2b-7dde-5084-a575-54704057f4be sending to next pipeline
2026-03-25 16:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 575efc2b-7dde-5084-a575-54704057f4be, identifier: 6999778auction111018
2026-03-25 16:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 575efc2b-7dde-5084-a575-54704057f4be with identifier: 6999778auction111018
2026-03-25 16:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 575efc2b-7dde-5084-a575-54704057f4be with identifier: 6999778auction111018
2026-03-25 16:38:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 575efc2b-7dde-5084-a575-54704057f4be with identifier: 6999778auction111018 to the API
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999778/photo_001/780x0__r.jpg?hash=1774436645>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': '575efc2b-7dde-5084-a575-54704057f4be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999778',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C1',
'odometer': 70694,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 4,
'seller_name': None,
'title': 'C1 FEEL 1.0 70CV BVM5 E6',
'transmission': 'manual',
'trim': 'FEEL 1.0 70CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999778auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:29 [ecarstrade.be] INFO: Saving data for 6999778auction111018: {'created_time': 1774456709.987621, 'last_price_update_time': 1774456709.987632, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999778auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_006/780x0__r.jpg?hash=1774436651> (referer: https://ecarstrade.com/cars/6999784)
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_005/780x0__r.jpg?hash=1774436654> (referer: https://ecarstrade.com/cars/6999783)
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999781> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_005/780x0__r.jpg?hash=1774436651> (referer: https://ecarstrade.com/cars/6999784)
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_004/780x0__r.jpg?hash=1774436654> (referer: https://ecarstrade.com/cars/6999783)
2026-03-25 16:38:30 [ecarstrade.be] INFO: Extracting details for car 6999781auction111018
2026-03-25 16:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 with identifier: 6999781auction111018
2026-03-25 16:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 with scrape type 1
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999781%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436648%27 HTTP/1.1" 200 None
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_001/780x0__r.jpg?hash=1774436648 not downloaded yet
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_004/780x0__r.jpg?hash=1774436652> (referer: https://ecarstrade.com/cars/6999784)
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999781%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436649%27 HTTP/1.1" 200 None
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_002/780x0__r.jpg?hash=1774436649 not downloaded yet
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999781%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436650%27 HTTP/1.1" 200 None
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_003/780x0__r.jpg?hash=1774436650 not downloaded yet
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999781%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436648%27 HTTP/1.1" 200 None
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_004/780x0__r.jpg?hash=1774436648 not downloaded yet
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_002/780x0__r.jpg?hash=1774436654> (referer: https://ecarstrade.com/cars/6999783)
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999781%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436648%27 HTTP/1.1" 200 None
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_005/780x0__r.jpg?hash=1774436648 not downloaded yet
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_002/780x0__r.jpg?hash=1774436651> (referer: https://ecarstrade.com/cars/6999784)
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999781%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436649%27 HTTP/1.1" 200 None
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_006/780x0__r.jpg?hash=1774436649 not downloaded yet
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_001/780x0__r.jpg?hash=1774436653> (referer: https://ecarstrade.com/cars/6999783)
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_001/780x0__r.jpg?hash=1774436651> (referer: https://ecarstrade.com/cars/6999784)
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_002/780x0__r.jpg?hash=1774436629> (referer: https://ecarstrade.com/cars/6999769)
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_004/780x0__r.jpg?hash=1774436629> (referer: https://ecarstrade.com/cars/6999769)
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_001/780x0__r.jpg?hash=1774436629> (referer: https://ecarstrade.com/cars/6999769)
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d72793c-55f4-5ad7-966d-72ad83a3f321
2026-03-25 16:38:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d72793c-55f4-5ad7-966d-72ad83a3f321, skipping ID generation
2026-03-25 16:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d72793c-55f4-5ad7-966d-72ad83a3f321 with scrape type 1
2026-03-25 16:38:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d72793c-55f4-5ad7-966d-72ad83a3f321 sending to next pipeline
2026-03-25 16:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d72793c-55f4-5ad7-966d-72ad83a3f321, identifier: 6999783auction111018
2026-03-25 16:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_001/780x0__r.jpg?hash=1774436648> (referer: https://ecarstrade.com/cars/6999781)
2026-03-25 16:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d72793c-55f4-5ad7-966d-72ad83a3f321 with identifier: 6999783auction111018
2026-03-25 16:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d72793c-55f4-5ad7-966d-72ad83a3f321 with identifier: 6999783auction111018
2026-03-25 16:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d72793c-55f4-5ad7-966d-72ad83a3f321 with identifier: 6999783auction111018 to the API
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999783/photo_001/780x0__r.jpg?hash=1774436653>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': '9d72793c-55f4-5ad7-966d-72ad83a3f321',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999783',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 80118,
'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': 'CITROEN C4 X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Feel Pack',
'transmission': 'automatic',
'trim': 'CITROEN X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Feel Pack',
'vin': None,
'year': 2023}
2026-03-25 16:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999783auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:31 [ecarstrade.be] INFO: Saving data for 6999783auction111018: {'created_time': 1774456711.005703, 'last_price_update_time': 1774456711.005712, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999783auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_002/780x0__r.jpg?hash=1774436649> (referer: https://ecarstrade.com/cars/6999781)
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9c68d7aa-41fc-5995-a8ee-b083188db4be
2026-03-25 16:38:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c68d7aa-41fc-5995-a8ee-b083188db4be, skipping ID generation
2026-03-25 16:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c68d7aa-41fc-5995-a8ee-b083188db4be with scrape type 1
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c68d7aa-41fc-5995-a8ee-b083188db4be sending to next pipeline
2026-03-25 16:38:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c68d7aa-41fc-5995-a8ee-b083188db4be, identifier: 6999784auction111018
2026-03-25 16:38:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c68d7aa-41fc-5995-a8ee-b083188db4be with identifier: 6999784auction111018
2026-03-25 16:38:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c68d7aa-41fc-5995-a8ee-b083188db4be with identifier: 6999784auction111018
2026-03-25 16:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c68d7aa-41fc-5995-a8ee-b083188db4be with identifier: 6999784auction111018 to the API
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999784/photo_001/780x0__r.jpg?hash=1774436651>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '9c68d7aa-41fc-5995-a8ee-b083188db4be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999784',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 78046,
'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': 'C3 Aircross Shine Business 1.5 BlueHDi 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Shine Business 1.5 BlueHDi 100CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999784auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:31 [ecarstrade.be] INFO: Saving data for 6999784auction111018: {'created_time': 1774456711.724949, 'last_price_update_time': 1774456711.724962, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999784auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 29a4a5d5-2715-544c-8b3e-61afb53a5585
2026-03-25 16:38:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29a4a5d5-2715-544c-8b3e-61afb53a5585, skipping ID generation
2026-03-25 16:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29a4a5d5-2715-544c-8b3e-61afb53a5585 with scrape type 1
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29a4a5d5-2715-544c-8b3e-61afb53a5585 sending to next pipeline
2026-03-25 16:38:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29a4a5d5-2715-544c-8b3e-61afb53a5585, identifier: 6999769auction111018
2026-03-25 16:38:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_004/780x0__r.jpg?hash=1774436648> (referer: https://ecarstrade.com/cars/6999781)
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_003/780x0__r.jpg?hash=1774436650> (referer: https://ecarstrade.com/cars/6999781)
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999777> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999775> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999774> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999773> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29a4a5d5-2715-544c-8b3e-61afb53a5585 with identifier: 6999769auction111018
2026-03-25 16:38:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29a4a5d5-2715-544c-8b3e-61afb53a5585 with identifier: 6999769auction111018
2026-03-25 16:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29a4a5d5-2715-544c-8b3e-61afb53a5585 with identifier: 6999769auction111018 to the API
2026-03-25 16:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999769/photo_001/780x0__r.jpg?hash=1774436629>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '29a4a5d5-2715-544c-8b3e-61afb53a5585',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999769',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 48641,
'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': 5,
'seller_name': None,
'title': 'BMW Série 1 / 2019 / 5P / Berline 116d DKG7 Business Design',
'transmission': 'automatic',
'trim': 'Série 1 / 2019 / 5P / Berline d DKG7 Business Design',
'vin': None,
'year': 2022}
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999769auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [ecarstrade.be] INFO: Saving data for 6999769auction111018: {'created_time': 1774456712.24182, 'last_price_update_time': 1774456712.24183, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999769auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:32 [ecarstrade.be] INFO: Extracting details for car 6999777auction111018
2026-03-25 16:38:32 [ecarstrade.be] INFO: Extracting details for car 6999775auction111018
2026-03-25 16:38:32 [ecarstrade.be] INFO: Extracting details for car 6999774auction111018
2026-03-25 16:38:32 [ecarstrade.be] INFO: Extracting details for car 6999773auction111018
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_005/780x0__r.jpg?hash=1774436648> (referer: https://ecarstrade.com/cars/6999781)
2026-03-25 16:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_006/780x0__r.jpg?hash=1774436649> (referer: https://ecarstrade.com/cars/6999781)
2026-03-25 16:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe87d50-a553-56d1-b80e-c40b64034c54 with identifier: 6999777auction111018
2026-03-25 16:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe87d50-a553-56d1-b80e-c40b64034c54 with scrape type 1
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999777%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436642%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_001/780x0__r.jpg?hash=1774436642 not downloaded yet
2026-03-25 16:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59099873-2eee-5c73-8f73-57ce6707a258 with identifier: 6999775auction111018
2026-03-25 16:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59099873-2eee-5c73-8f73-57ce6707a258 with scrape type 1
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999775%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436639%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_001/780x0__r.jpg?hash=1774436639 not downloaded yet
2026-03-25 16:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da5dce35-dee4-53db-a3c1-7919a9de59cc with identifier: 6999774auction111018
2026-03-25 16:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5dce35-dee4-53db-a3c1-7919a9de59cc with scrape type 1
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999774%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436637%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_001/780x0__r.jpg?hash=1774436637 not downloaded yet
2026-03-25 16:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc10166-54fb-5fbd-8b5b-171e8cf32034 with identifier: 6999773auction111018
2026-03-25 16:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc10166-54fb-5fbd-8b5b-171e8cf32034 with scrape type 1
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999773%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436635%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_001/780x0__r.jpg?hash=1774436635 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999777%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436642%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_002/780x0__r.jpg?hash=1774436642 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999775%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436639%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_002/780x0__r.jpg?hash=1774436639 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999774%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436637%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_002/780x0__r.jpg?hash=1774436637 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999773%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436635%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_002/780x0__r.jpg?hash=1774436635 not downloaded yet
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7
2026-03-25 16:38:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7, skipping ID generation
2026-03-25 16:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 with scrape type 1
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 sending to next pipeline
2026-03-25 16:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7, identifier: 6999781auction111018
2026-03-25 16:38:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999777%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_003/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999775%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436639%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_003/780x0__r.jpg?hash=1774436639 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999774%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436637%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_003/780x0__r.jpg?hash=1774436637 not downloaded yet
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999773%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436635%27 HTTP/1.1" 200 None
2026-03-25 16:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_003/780x0__r.jpg?hash=1774436635 not downloaded yet
2026-03-25 16:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 with identifier: 6999781auction111018
2026-03-25 16:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 with identifier: 6999781auction111018
2026-03-25 16:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7 with identifier: 6999781auction111018 to the API
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999781/photo_006/780x0__r.jpg?hash=1774436649>
{'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-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'c8c2c6bb-d532-5aaa-b6cf-43eba66ce1d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999781',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 84390,
'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-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999781auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Saving data for 6999781auction111018: {'created_time': 1774456713.041556, 'last_price_update_time': 1774456713.041567, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999781auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999833auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999833auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999833auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999834auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999834auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999834auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999835auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999835auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999835auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999836auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999836auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999836auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999837auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999837auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999837auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999838auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999838auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999838auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999839auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999839auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999839auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999840auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999840auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999840auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999841auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999841auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999841auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 6999843auction111018
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999843auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 6999843auction111018: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000572auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000572auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000572auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000607auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000607auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000607auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000609auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000609auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000609auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000573auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000573auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000573auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000562auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000562auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000562auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000687auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000687auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000687auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000681auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000681auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000681auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000604auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000604auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000604auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000606auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000606auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000606auction111026: 0
2026-03-25 16:38:33 [ecarstrade.be] INFO: Found listing with ID: 7000605auction111026
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000605auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [ecarstrade.be] INFO: Scrape type for 7000605auction111026: 0
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999777%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_004/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999775%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436641%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_004/780x0__r.jpg?hash=1774436641 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999774%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436637%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_004/780x0__r.jpg?hash=1774436637 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999773%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436635%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_004/780x0__r.jpg?hash=1774436635 not downloaded yet
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_001/780x0__r.jpg?hash=1774436642> (referer: https://ecarstrade.com/cars/6999777)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_001/780x0__r.jpg?hash=1774436635> (referer: https://ecarstrade.com/cars/6999773)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_001/780x0__r.jpg?hash=1774436639> (referer: https://ecarstrade.com/cars/6999775)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_001/780x0__r.jpg?hash=1774436637> (referer: https://ecarstrade.com/cars/6999774)
2026-03-25 16:38:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_002/780x0__r.jpg?hash=1774436635> (referer: https://ecarstrade.com/cars/6999773)
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999777%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436642%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_005/780x0__r.jpg?hash=1774436642 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999775%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436639%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_005/780x0__r.jpg?hash=1774436639 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999774%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436637%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_005/780x0__r.jpg?hash=1774436637 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999773%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436635%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_005/780x0__r.jpg?hash=1774436635 not downloaded yet
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_002/780x0__r.jpg?hash=1774436642> (referer: https://ecarstrade.com/cars/6999777)
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999777%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436643%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_006/780x0__r.jpg?hash=1774436643 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999775%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436639%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_006/780x0__r.jpg?hash=1774436639 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999774%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436638%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_006/780x0__r.jpg?hash=1774436638 not downloaded yet
2026-03-25 16:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38: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%252F6990001-7000000%252F6999773%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436636%27 HTTP/1.1" 200 None
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_006/780x0__r.jpg?hash=1774436636 not downloaded yet
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_003/780x0__r.jpg?hash=1774436637> (referer: https://ecarstrade.com/cars/6999774)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_003/780x0__r.jpg?hash=1774436635> (referer: https://ecarstrade.com/cars/6999773)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_003/780x0__r.jpg?hash=1774436639> (referer: https://ecarstrade.com/cars/6999775)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_004/780x0__r.jpg?hash=1774436635> (referer: https://ecarstrade.com/cars/6999773)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_003/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999777)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_004/780x0__r.jpg?hash=1774436641> (referer: https://ecarstrade.com/cars/6999775)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_004/780x0__r.jpg?hash=1774436637> (referer: https://ecarstrade.com/cars/6999774)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_005/780x0__r.jpg?hash=1774436635> (referer: https://ecarstrade.com/cars/6999773)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_002/780x0__r.jpg?hash=1774436637> (referer: https://ecarstrade.com/cars/6999774)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_002/780x0__r.jpg?hash=1774436639> (referer: https://ecarstrade.com/cars/6999775)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_004/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999777)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_005/780x0__r.jpg?hash=1774436637> (referer: https://ecarstrade.com/cars/6999774)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_005/780x0__r.jpg?hash=1774436639> (referer: https://ecarstrade.com/cars/6999775)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_006/780x0__r.jpg?hash=1774436636> (referer: https://ecarstrade.com/cars/6999773)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_005/780x0__r.jpg?hash=1774436642> (referer: https://ecarstrade.com/cars/6999777)
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_006/780x0__r.jpg?hash=1774436639> (referer: https://ecarstrade.com/cars/6999775)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_006/780x0__r.jpg?hash=1774436638> (referer: https://ecarstrade.com/cars/6999774)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_006/780x0__r.jpg?hash=1774436643> (referer: https://ecarstrade.com/cars/6999777)
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6dc10166-54fb-5fbd-8b5b-171e8cf32034
2026-03-25 16:38:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6dc10166-54fb-5fbd-8b5b-171e8cf32034, skipping ID generation
2026-03-25 16:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc10166-54fb-5fbd-8b5b-171e8cf32034 with scrape type 1
2026-03-25 16:38:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6dc10166-54fb-5fbd-8b5b-171e8cf32034 sending to next pipeline
2026-03-25 16:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6dc10166-54fb-5fbd-8b5b-171e8cf32034, identifier: 6999773auction111018
2026-03-25 16:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6dc10166-54fb-5fbd-8b5b-171e8cf32034 with identifier: 6999773auction111018
2026-03-25 16:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6dc10166-54fb-5fbd-8b5b-171e8cf32034 with identifier: 6999773auction111018
2026-03-25 16:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6dc10166-54fb-5fbd-8b5b-171e8cf32034 with identifier: 6999773auction111018 to the API
2026-03-25 16:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999773/photo_006/780x0__r.jpg?hash=1774436636>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6dc10166-54fb-5fbd-8b5b-171e8cf32034',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999773',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 93670,
'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': 'BMW X1 / 2019 / 5P / SUV xDrive25e Business Design BVA6',
'transmission': 'automatic',
'trim': '/ 2019 / 5P / SUV xDrive25e Business Design BVA6',
'vin': None,
'year': 2022}
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999773auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:35 [ecarstrade.be] INFO: Saving data for 6999773auction111018: {'created_time': 1774456715.132164, 'last_price_update_time': 1774456715.132175, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999773auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 59099873-2eee-5c73-8f73-57ce6707a258
2026-03-25 16:38:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59099873-2eee-5c73-8f73-57ce6707a258, skipping ID generation
2026-03-25 16:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59099873-2eee-5c73-8f73-57ce6707a258 with scrape type 1
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59099873-2eee-5c73-8f73-57ce6707a258 sending to next pipeline
2026-03-25 16:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59099873-2eee-5c73-8f73-57ce6707a258, identifier: 6999775auction111018
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da5dce35-dee4-53db-a3c1-7919a9de59cc
2026-03-25 16:38:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da5dce35-dee4-53db-a3c1-7919a9de59cc, skipping ID generation
2026-03-25 16:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5dce35-dee4-53db-a3c1-7919a9de59cc with scrape type 1
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da5dce35-dee4-53db-a3c1-7919a9de59cc sending to next pipeline
2026-03-25 16:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da5dce35-dee4-53db-a3c1-7919a9de59cc, identifier: 6999774auction111018
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfe87d50-a553-56d1-b80e-c40b64034c54
2026-03-25 16:38:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfe87d50-a553-56d1-b80e-c40b64034c54, skipping ID generation
2026-03-25 16:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe87d50-a553-56d1-b80e-c40b64034c54 with scrape type 1
2026-03-25 16:38:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfe87d50-a553-56d1-b80e-c40b64034c54 sending to next pipeline
2026-03-25 16:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfe87d50-a553-56d1-b80e-c40b64034c54, identifier: 6999777auction111018
2026-03-25 16:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59099873-2eee-5c73-8f73-57ce6707a258 with identifier: 6999775auction111018
2026-03-25 16:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59099873-2eee-5c73-8f73-57ce6707a258 with identifier: 6999775auction111018
2026-03-25 16:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59099873-2eee-5c73-8f73-57ce6707a258 with identifier: 6999775auction111018 to the API
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999775/photo_006/780x0__r.jpg?hash=1774436639>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': '59099873-2eee-5c73-8f73-57ce6707a258',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999775',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 108708,
'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 650 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999775auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:35 [ecarstrade.be] INFO: Saving data for 6999775auction111018: {'created_time': 1774456715.826062, 'last_price_update_time': 1774456715.826072, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999775auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da5dce35-dee4-53db-a3c1-7919a9de59cc with identifier: 6999774auction111018
2026-03-25 16:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da5dce35-dee4-53db-a3c1-7919a9de59cc with identifier: 6999774auction111018
2026-03-25 16:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da5dce35-dee4-53db-a3c1-7919a9de59cc with identifier: 6999774auction111018 to the API
2026-03-25 16:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999774/photo_006/780x0__r.jpg?hash=1774436638>
{'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-26T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'da5dce35-dee4-53db-a3c1-7919a9de59cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999774',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 107045,
'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': '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-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999774auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:36 [ecarstrade.be] INFO: Saving data for 6999774auction111018: {'created_time': 1774456716.264308, 'last_price_update_time': 1774456716.264318, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999774auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfe87d50-a553-56d1-b80e-c40b64034c54 with identifier: 6999777auction111018
2026-03-25 16:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfe87d50-a553-56d1-b80e-c40b64034c54 with identifier: 6999777auction111018
2026-03-25 16:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfe87d50-a553-56d1-b80e-c40b64034c54 with identifier: 6999777auction111018 to the API
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999777/photo_006/780x0__r.jpg?hash=1774436643>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'dfe87d50-a553-56d1-b80e-c40b64034c54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999777',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 84715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'C3 Société Feel 1.2 PureTech 80CV BVM5 E6',
'transmission': 'manual',
'trim': 'Société Feel 1.2 PureTech 80CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999777auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:36 [ecarstrade.be] INFO: Saving data for 6999777auction111018: {'created_time': 1774456716.684194, 'last_price_update_time': 1774456716.684205, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999777auction111018') HTTP/1.1" 204 0
2026-03-25 16:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999785> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:38:42 [ecarstrade.be] INFO: Extracting details for car 6999785auction111018
2026-03-25 16:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9e2607c-4a3f-544d-b814-78d3884d31b3 with identifier: 6999785auction111018
2026-03-25 16:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9e2607c-4a3f-544d-b814-78d3884d31b3 with scrape type 1
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999785%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_001/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999785%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_002/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999785%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_003/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999785%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_004/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999785%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_005/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999785%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774436655%27 HTTP/1.1" 200 None
2026-03-25 16:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_006/780x0__r.jpg?hash=1774436655 not downloaded yet
2026-03-25 16:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_001/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999785)
2026-03-25 16:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_002/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999785)
2026-03-25 16:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_003/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999785)
2026-03-25 16:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_005/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999785)
2026-03-25 16:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_004/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999785)
2026-03-25 16:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_006/780x0__r.jpg?hash=1774436655> (referer: https://ecarstrade.com/cars/6999785)
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d9e2607c-4a3f-544d-b814-78d3884d31b3
2026-03-25 16:38:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9e2607c-4a3f-544d-b814-78d3884d31b3, skipping ID generation
2026-03-25 16:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9e2607c-4a3f-544d-b814-78d3884d31b3 with scrape type 1
2026-03-25 16:38:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9e2607c-4a3f-544d-b814-78d3884d31b3 sending to next pipeline
2026-03-25 16:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9e2607c-4a3f-544d-b814-78d3884d31b3, identifier: 6999785auction111018
2026-03-25 16:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9e2607c-4a3f-544d-b814-78d3884d31b3 with identifier: 6999785auction111018
2026-03-25 16:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9e2607c-4a3f-544d-b814-78d3884d31b3 with identifier: 6999785auction111018
2026-03-25 16:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9e2607c-4a3f-544d-b814-78d3884d31b3 with identifier: 6999785auction111018 to the API
2026-03-25 16:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:38:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999785/photo_006/780x0__r.jpg?hash=1774436655>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-26T11:40:00Z',
'fuel_type': 'Other',
'id': 'd9e2607c-4a3f-544d-b814-78d3884d31b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999785',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 127926,
'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': 'CITROEN C5 Aircross / 2022 / 5P / SUV Hybrid rechargeable 225 '
'e-EAT8 Feel Pack',
'transmission': 'automatic',
'trim': 'CITROEN / 2022 / 5P / SUV Hybrid rechargeable 225 e-EAT8 Feel Pack',
'vin': None,
'year': 2023}
2026-03-25 16:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999785auction111018%27 HTTP/1.1" 200 None
2026-03-25 16:38:43 [ecarstrade.be] INFO: Saving data for 6999785auction111018: {'created_time': 1774456723.885444, 'last_price_update_time': 1774456723.885455, 'auction_closing_time': 1774525200.0}
2026-03-25 16:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999785auction111018') HTTP/1.1" 204 0
2026-03-25 16:39:06 [scrapy.extensions.logstats] INFO: Crawled 189 pages (at 19 pages/min), scraped 146 items (at 29 items/min)
2026-03-25 16:39:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-25 16:39:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000608auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000608auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000608auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000601auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000601auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000601auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000850auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000850auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000850auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000596auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000596auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000596auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000857auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000857auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000857auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000696auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000696auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000696auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000676auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000676auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000676auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000854auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000854auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000854auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000685auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000685auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000685auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000563auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000563auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000563auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000587auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000587auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000587auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000682auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000682auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000682auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000560auction111025
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000560auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000560auction111025: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000593auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000593auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000593auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000570auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000570auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000570auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000603auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000603auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000603auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000677auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000677auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000677auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000595auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000595auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000595auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000684auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000684auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000684auction111026: 0
2026-03-25 16:39:09 [ecarstrade.be] INFO: Found listing with ID: 7000843auction111026
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000843auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:09 [ecarstrade.be] INFO: Scrape type for 7000843auction111026: 0
2026-03-25 16:39:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:39:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000585auction111026
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000585auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000585auction111026: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000592auction111026
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000592auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000592auction111026: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000568auction111026
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000568auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000568auction111026: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000654auction111026
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000654auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000654auction111026: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000842auction111026
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000842auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000842auction111026: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000852auction111026
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000852auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000852auction111026: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000527auction111025
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000527auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:16 [ecarstrade.be] INFO: Scrape type for 7000527auction111025: 0
2026-03-25 16:39:16 [ecarstrade.be] INFO: Found listing with ID: 7000651auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000651auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000651auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000557auction111025
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000557auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000557auction111025: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000598auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000598auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000598auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000640auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000640auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000640auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000691auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000691auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000691auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000602auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000602auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000602auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000663auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000663auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000663auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000564auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000564auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000564auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000664auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000664auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000664auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000516auction111025
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000516auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000516auction111025: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000559auction111025
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000559auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000559auction111025: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000680auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000680auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000680auction111026: 0
2026-03-25 16:39:17 [ecarstrade.be] INFO: Found listing with ID: 7000692auction111026
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000692auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:17 [ecarstrade.be] INFO: Scrape type for 7000692auction111026: 0
2026-03-25 16:39:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:39:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000529auction111025
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000529auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000529auction111025: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000690auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000690auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000690auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000518auction111025
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000518auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000518auction111025: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000567auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000567auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000567auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000584auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000584auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000584auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000620auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000620auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000620auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000628auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000628auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000628auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000635auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000635auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000635auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000679auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000679auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000679auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000686auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000686auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000686auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000853auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000853auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000853auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000526auction111025
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000526auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000526auction111025: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000622auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000622auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000622auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000600auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000600auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000600auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000688auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000688auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000688auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000580auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000580auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000580auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000623auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000623auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000623auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000626auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000626auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000626auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000655auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000655auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000655auction111026: 0
2026-03-25 16:39:23 [ecarstrade.be] INFO: Found listing with ID: 7000671auction111026
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000671auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:23 [ecarstrade.be] INFO: Scrape type for 7000671auction111026: 0
2026-03-25 16:39:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:39:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000594auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000594auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000594auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000586auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000586auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000586auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000625auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000625auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000625auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000627auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000627auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000627auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000612auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000612auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000612auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000621auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000621auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000621auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000657auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000657auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000657auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000548auction111025
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000548auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000548auction111025: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000636auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000636auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000636auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000588auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000588auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000588auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000561auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000561auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000561auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000675auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000675auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000675auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000683auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000683auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000683auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000846auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000846auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000846auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000569auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000569auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000569auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000610auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000610auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000610auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000633auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000633auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000633auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000624auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000624auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000624auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000851auction111026
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000851auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000851auction111026: 0
2026-03-25 16:39:30 [ecarstrade.be] INFO: Found listing with ID: 7000521auction111025
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000521auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:30 [ecarstrade.be] INFO: Scrape type for 7000521auction111025: 0
2026-03-25 16:39:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:39:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:37 [ecarstrade.be] INFO: Found listing with ID: 7000556auction111025
2026-03-25 16:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000556auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:37 [ecarstrade.be] INFO: Scrape type for 7000556auction111025: 0
2026-03-25 16:39:37 [ecarstrade.be] INFO: Found listing with ID: 7000565auction111026
2026-03-25 16:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000565auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:37 [ecarstrade.be] INFO: Scrape type for 7000565auction111026: 0
2026-03-25 16:39:37 [ecarstrade.be] INFO: Found listing with ID: 7000614auction111026
2026-03-25 16:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000614auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000614auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000673auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000673auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000673auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000689auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000689auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000689auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000649auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000649auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000649auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000678auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000678auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000678auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000514auction111025
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000514auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000514auction111025: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000554auction111025
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000554auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000554auction111025: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000566auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000566auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000566auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000613auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000613auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000613auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000630auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000630auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000630auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000658auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000658auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000658auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000617auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000617auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000617auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000656auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000656auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000656auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000844auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000844auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000844auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000571auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000571auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000571auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000845auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000845auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000845auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000667auction111026
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000667auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000667auction111026: 0
2026-03-25 16:39:38 [ecarstrade.be] INFO: Found listing with ID: 7000551auction111025
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000551auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:38 [ecarstrade.be] INFO: Scrape type for 7000551auction111025: 0
2026-03-25 16: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-25 16:39:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000599auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000599auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000599auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000643auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000643auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000643auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000660auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000660auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000660auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000668auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000668auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000668auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000672auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000672auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000672auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000647auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000647auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000647auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000670auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000670auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000670auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000522auction111025
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000522auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000522auction111025: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000576auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000576auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000576auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000590auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000590auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000590auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000619auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000619auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000619auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000632auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000632auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000632auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000661auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000661auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000661auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000597auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000597auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000597auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000646auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000646auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000646auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000648auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000648auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000648auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000637auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000637auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000637auction111026: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000525auction111025
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000525auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000525auction111025: 0
2026-03-25 16:39:45 [ecarstrade.be] INFO: Found listing with ID: 7000589auction111026
2026-03-25 16:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000589auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:45 [ecarstrade.be] INFO: Scrape type for 7000589auction111026: 0
2026-03-25 16:39:46 [ecarstrade.be] INFO: Found listing with ID: 7000662auction111026
2026-03-25 16:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000662auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:46 [ecarstrade.be] INFO: Scrape type for 7000662auction111026: 0
2026-03-25 16: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-25 16:39:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000849auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000849auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000849auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000524auction111025
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000524auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000524auction111025: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000847auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000847auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000847auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000520auction111025
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000520auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000520auction111025: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000577auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000577auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000577auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000618auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000618auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000618auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000528auction111025
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000528auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000528auction111025: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000629auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000629auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000629auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000517auction111025
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000517auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000517auction111025: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000645auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000645auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000645auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000547auction111025
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000547auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000547auction111025: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000578auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000578auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000578auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000579auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000579auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000579auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000591auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000591auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000591auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000665auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000665auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000665auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000574auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000574auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000574auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000575auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000575auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000575auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000616auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000616auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000616auction111026: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000519auction111025
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000519auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000519auction111025: 0
2026-03-25 16:39:51 [ecarstrade.be] INFO: Found listing with ID: 7000611auction111026
2026-03-25 16:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000611auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:51 [ecarstrade.be] INFO: Scrape type for 7000611auction111026: 0
2026-03-25 16: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-25 16:39:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000581auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000581auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000581auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000615auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000615auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000615auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000669auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000669auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000669auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000553auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000553auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000553auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000582auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000582auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000582auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000634auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000634auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000634auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000650auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000650auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000650auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000550auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000550auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000550auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000558auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000558auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000558auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000652auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000652auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000652auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000659auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000659auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000659auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000531auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000531auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000531auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000539auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000539auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000539auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000583auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000583auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000583auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000641auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000641auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000641auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000510auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000510auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000510auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000523auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000523auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000523auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000532auction111025
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000532auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000532auction111025: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000848auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000848auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000848auction111026: 0
2026-03-25 16:39:58 [ecarstrade.be] INFO: Found listing with ID: 7000642auction111026
2026-03-25 16:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000642auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:39:58 [ecarstrade.be] INFO: Scrape type for 7000642auction111026: 0
2026-03-25 16: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-25 16:40:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000546auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000546auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000546auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000509auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000509auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000509auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000534auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000534auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000534auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000537auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000537auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000537auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000512auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000512auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000512auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000544auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000544auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000544auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000549auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000549auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000549auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000543auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000543auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000543auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000545auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000545auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000545auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000513auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000513auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000513auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000555auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000555auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000555auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000638auction111026
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000638auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000638auction111026: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000639auction111026
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000639auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000639auction111026: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000533auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000533auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000533auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000535auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000535auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000535auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000644auction111026
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000644auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000644auction111026: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000541auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000541auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000541auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000530auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000530auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000530auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000542auction111025
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000542auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000542auction111025: 0
2026-03-25 16:40:05 [ecarstrade.be] INFO: Found listing with ID: 7000666auction111026
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000666auction111026%27 HTTP/1.1" 200 None
2026-03-25 16:40:05 [ecarstrade.be] INFO: Scrape type for 7000666auction111026: 0
2026-03-25 16:40:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:40:06 [scrapy.extensions.logstats] INFO: Crawled 198 pages (at 9 pages/min), scraped 146 items (at 0 items/min)
2026-03-25 16:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-25 16:40:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000511auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000511auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000511auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000540auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000540auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000540auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000508auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000508auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000508auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000536auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000536auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000536auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000538auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000538auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000538auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000552auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000552auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000552auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 7000515auction111025
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000515auction111025%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 7000515auction111025: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997922auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997922auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997922auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997923auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997923auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997923auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997924auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997924auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997924auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997925auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997925auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997925auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997926auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997926auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997926auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997927auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997927auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997927auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997928auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997928auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997928auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997929auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997929auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997929auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997930auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997930auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997930auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997931auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997931auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997931auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997932auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997932auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997932auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997933auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997933auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997933auction110988: 0
2026-03-25 16:40:12 [ecarstrade.be] INFO: Found listing with ID: 6997934auction110988
2026-03-25 16:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997934auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:12 [ecarstrade.be] INFO: Scrape type for 6997934auction110988: 0
2026-03-25 16: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-25 16:40:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997936auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997936auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997936auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997937auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997937auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997937auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997939auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997939auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997939auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997940auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997940auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997940auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997941auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997941auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997941auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997942auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997942auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997942auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997943auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997943auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997943auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997944auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997944auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997944auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997945auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997945auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997945auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997946auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997946auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997946auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997947auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997947auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997947auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997948auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997948auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997948auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997949auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997949auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997949auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997950auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997950auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997950auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997951auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997951auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997951auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997952auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997952auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997952auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997953auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997953auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997953auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997954auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997954auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997954auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997955auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997955auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997955auction110988: 0
2026-03-25 16:40:19 [ecarstrade.be] INFO: Found listing with ID: 6997956auction110988
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997956auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:19 [ecarstrade.be] INFO: Scrape type for 6997956auction110988: 0
2026-03-25 16:40:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:40:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6997957auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997957auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6997957auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6997958auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997958auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6997958auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998006auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998006auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998006auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998039auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998039auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998039auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998042auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998042auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998042auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998043auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998043auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998043auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998046auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998046auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998046auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998047auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998047auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998047auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998048auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998048auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998048auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998049auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998049auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998049auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998051auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998051auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998051auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998052auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998052auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998052auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998053auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998053auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998053auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998054auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998054auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998054auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998055auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998055auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998055auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998056auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998056auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998056auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998057auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998057auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998057auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998058auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998058auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998058auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998059auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998059auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998059auction110988: 0
2026-03-25 16:40:26 [ecarstrade.be] INFO: Found listing with ID: 6998060auction110988
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998060auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:26 [ecarstrade.be] INFO: Scrape type for 6998060auction110988: 0
2026-03-25 16:40:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:40:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998061auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998061auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998061auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998062auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998062auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998062auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998063auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998063auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998063auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998064auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998064auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998064auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998065auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998065auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998065auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998066auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998066auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998066auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998067auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998067auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998067auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998068auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998068auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998068auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998069auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998069auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998069auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998070auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998070auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998070auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998071auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998071auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998071auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998072auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998072auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998072auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998073auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998073auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998073auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998075auction110988
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998075auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:32 [ecarstrade.be] INFO: Scrape type for 6998075auction110988: 0
2026-03-25 16:40:32 [ecarstrade.be] INFO: Found listing with ID: 6998076auction110988
2026-03-25 16:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998076auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:33 [ecarstrade.be] INFO: Scrape type for 6998076auction110988: 0
2026-03-25 16:40:33 [ecarstrade.be] INFO: Found listing with ID: 6998077auction110988
2026-03-25 16:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998077auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:33 [ecarstrade.be] INFO: Scrape type for 6998077auction110988: 0
2026-03-25 16:40:33 [ecarstrade.be] INFO: Found listing with ID: 6998078auction110988
2026-03-25 16:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998078auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:33 [ecarstrade.be] INFO: Scrape type for 6998078auction110988: 0
2026-03-25 16:40:33 [ecarstrade.be] INFO: Found listing with ID: 6998082auction110988
2026-03-25 16:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998082auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:33 [ecarstrade.be] INFO: Scrape type for 6998082auction110988: 0
2026-03-25 16:40:33 [ecarstrade.be] INFO: Found listing with ID: 6998115auction110988
2026-03-25 16:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998115auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:33 [ecarstrade.be] INFO: Scrape type for 6998115auction110988: 0
2026-03-25 16:40:33 [ecarstrade.be] INFO: Found listing with ID: 6998116auction110988
2026-03-25 16:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998116auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:33 [ecarstrade.be] INFO: Scrape type for 6998116auction110988: 0
2026-03-25 16: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-25 16:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998117auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998117auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998117auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998118auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998118auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998118auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998119auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998119auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998119auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998121auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998121auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998121auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998122auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998122auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998122auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998123auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998123auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998123auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998124auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998124auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998124auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998125auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998125auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998125auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998126auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998126auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998126auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998127auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998127auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998127auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998128auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998128auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998128auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998129auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998129auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998129auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998130auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998130auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998130auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998131auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998131auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998131auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998132auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998132auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998132auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998134auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998134auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998134auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998136auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998136auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998136auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998137auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998137auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998137auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998139auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998139auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998139auction110988: 0
2026-03-25 16:40:39 [ecarstrade.be] INFO: Found listing with ID: 6998140auction110988
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998140auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:39 [ecarstrade.be] INFO: Scrape type for 6998140auction110988: 0
2026-03-25 16:40:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998141auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998141auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998141auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998142auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998142auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998142auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998143auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998143auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998143auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998144auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998144auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998144auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998145auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998145auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998145auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998146auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998146auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998146auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998147auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998147auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998147auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998149auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998149auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998149auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998151auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998151auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998151auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998200auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998200auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998200auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998237auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998237auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998237auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998238auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998238auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998238auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998239auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998239auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998239auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998240auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998240auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998240auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998241auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998241auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998241auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998242auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998242auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998242auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998243auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998243auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998243auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998244auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998244auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998244auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998245auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998245auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998245auction110988: 0
2026-03-25 16:40:46 [ecarstrade.be] INFO: Found listing with ID: 6998246auction110988
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998246auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:46 [ecarstrade.be] INFO: Scrape type for 6998246auction110988: 0
2026-03-25 16:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998247auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998247auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998247auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998248auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998248auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998248auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998249auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998249auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998249auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998250auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998250auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998250auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998251auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998251auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998251auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998252auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998252auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998252auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998253auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998253auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998253auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998254auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998254auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998254auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998256auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998256auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998256auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998258auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998258auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998258auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998260auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998260auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998260auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998263auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998263auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998263auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998268auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998268auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998268auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998271auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998271auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998271auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998274auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998274auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998274auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998275auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998275auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998275auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998276auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998276auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998276auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998278auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998278auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998278auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998282auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998282auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998282auction110988: 0
2026-03-25 16:40:54 [ecarstrade.be] INFO: Found listing with ID: 6998286auction110988
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998286auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:40:54 [ecarstrade.be] INFO: Scrape type for 6998286auction110988: 0
2026-03-25 16:40:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998287auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998287auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998287auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998290auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998290auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998290auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998292auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998292auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998292auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998295auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998295auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998295auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998298auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998298auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998298auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998300auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998300auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998300auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998303auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998303auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998303auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998305auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998305auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998305auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998306auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998306auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998306auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998307auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998307auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998307auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998309auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998309auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998309auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998312auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998312auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998312auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998314auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998314auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998314auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998316auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998316auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998316auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998324auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998324auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998324auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998326auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998326auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998326auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998329auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998329auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998329auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998331auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998331auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998331auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998337auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998337auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998337auction110988: 0
2026-03-25 16:41:03 [ecarstrade.be] INFO: Found listing with ID: 6998343auction110988
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998343auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:03 [ecarstrade.be] INFO: Scrape type for 6998343auction110988: 0
2026-03-25 16:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:41:06 [scrapy.extensions.logstats] INFO: Crawled 206 pages (at 8 pages/min), scraped 146 items (at 0 items/min)
2026-03-25 16:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 16:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998345auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998345auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998345auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998348auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998348auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998348auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998351auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998351auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998351auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998352auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998352auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998352auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998353auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998353auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998353auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998356auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998356auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998356auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998360auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998360auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998360auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998361auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998361auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998361auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998365auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998365auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998365auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998367auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998367auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998367auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998370auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998370auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998370auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998379auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998379auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998379auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998381auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998381auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998381auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998384auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998384auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998384auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998387auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998387auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998387auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998389auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998389auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998389auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998400auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998400auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998400auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998412auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998412auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998412auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998417auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998417auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998417auction110988: 0
2026-03-25 16:41:11 [ecarstrade.be] INFO: Found listing with ID: 6998447auction110988
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998447auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:11 [ecarstrade.be] INFO: Scrape type for 6998447auction110988: 0
2026-03-25 16:41:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998475auction110988
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998475auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:17 [ecarstrade.be] INFO: Scrape type for 6998475auction110988: 0
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998512auction110988
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998512auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:17 [ecarstrade.be] INFO: Scrape type for 6998512auction110988: 0
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998532auction110988
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998532auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:17 [ecarstrade.be] INFO: Scrape type for 6998532auction110988: 0
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998567auction110988
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998567auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:17 [ecarstrade.be] INFO: Scrape type for 6998567auction110988: 0
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998600auction110988
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998600auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:17 [ecarstrade.be] INFO: Scrape type for 6998600auction110988: 0
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998603auction110988
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998603auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:17 [ecarstrade.be] INFO: Scrape type for 6998603auction110988: 0
2026-03-25 16:41:17 [ecarstrade.be] INFO: Found listing with ID: 6998610auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998610auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998610auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998612auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998612auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998612auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998616auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998616auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998616auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998621auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998621auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998621auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998632auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998632auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998632auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998638auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998638auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998638auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998642auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998642auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998642auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998646auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998646auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998646auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998651auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998651auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998651auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998657auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998657auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998657auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998660auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998660auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998660auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998665auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998665auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998665auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998666auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998666auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998666auction110988: 0
2026-03-25 16:41:18 [ecarstrade.be] INFO: Found listing with ID: 6998671auction110988
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998671auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:18 [ecarstrade.be] INFO: Scrape type for 6998671auction110988: 0
2026-03-25 16:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998675auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998675auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998675auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998680auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998680auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998680auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998684auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998684auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998684auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998688auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998688auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998688auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998696auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998696auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998696auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998700auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998700auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998700auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998703auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998703auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998703auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998706auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998706auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998706auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998709auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998709auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998709auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998710auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998710auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998710auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998723auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998723auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998723auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998725auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998725auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998725auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998728auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998728auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998728auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998730auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998730auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998730auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998731auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998731auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998731auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998734auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998734auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998734auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998737auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998737auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998737auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998739auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998739auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998739auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998743auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998743auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998743auction110988: 0
2026-03-25 16:41:25 [ecarstrade.be] INFO: Found listing with ID: 6998746auction110988
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998746auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:25 [ecarstrade.be] INFO: Scrape type for 6998746auction110988: 0
2026-03-25 16:41:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998749auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998749auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998749auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998751auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998751auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998751auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998753auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998753auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998753auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998757auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998757auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998757auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998758auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998758auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998758auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998761auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998761auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998761auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998762auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998762auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998762auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998764auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998764auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998764auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998765auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998765auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998765auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998769auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998769auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998769auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998770auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998770auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998770auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998771auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998771auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998771auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998773auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998773auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998773auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998774auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998774auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998774auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998776auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998776auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998776auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998778auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998778auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998778auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998779auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998779auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998779auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998781auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998781auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998781auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998783auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998783auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998783auction110988: 0
2026-03-25 16:41:31 [ecarstrade.be] INFO: Found listing with ID: 6998786auction110988
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998786auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:41:31 [ecarstrade.be] INFO: Scrape type for 6998786auction110988: 0
2026-03-25 16:41:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998790auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998790auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998790auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998792auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998792auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998792auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998794auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998794auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998794auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998798auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998798auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998798auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998799auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998799auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998799auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998803auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998803auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998803auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998806auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998806auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998806auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998809auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998809auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998809auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998811auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998811auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998811auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998812auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998812auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998812auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998813auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998813auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998813auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998814auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998814auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998814auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998816auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998816auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998816auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998817auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998817auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998817auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998821auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998821auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998821auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998823auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998823auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998823auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998825auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998825auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998825auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998826auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998826auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998826auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998828auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998828auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998828auction110988: 0
2026-03-25 16:42:06 [ecarstrade.be] INFO: Found listing with ID: 6998832auction110988
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998832auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:06 [ecarstrade.be] INFO: Scrape type for 6998832auction110988: 0
2026-03-25 16: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-25 16:42:06 [scrapy.extensions.logstats] INFO: Crawled 211 pages (at 5 pages/min), scraped 146 items (at 0 items/min)
2026-03-25 16:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 315MiB
2026-03-25 16:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998839auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998839auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998839auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998842auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998842auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998842auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998843auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998843auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998843auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998848auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998848auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998848auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998851auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998851auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998851auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998852auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998852auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998852auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998855auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998855auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998855auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998857auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998857auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998857auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998859auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998859auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998859auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998868auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998868auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998868auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998871auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998871auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998871auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998874auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998874auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998874auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998876auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998876auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998876auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998880auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998880auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998880auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998884auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998884auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998884auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998890auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998890auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998890auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998894auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998894auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998894auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998906auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998906auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998906auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998913auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998913auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998913auction110988: 0
2026-03-25 16:42:12 [ecarstrade.be] INFO: Found listing with ID: 6998915auction110988
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998915auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:12 [ecarstrade.be] INFO: Scrape type for 6998915auction110988: 0
2026-03-25 16:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998918auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998918auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998918auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998921auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998921auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998921auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998923auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998923auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998923auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998925auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998925auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998925auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998927auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998927auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998927auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998928auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998928auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998928auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998931auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998931auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998931auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998934auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998934auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998934auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998936auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998936auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998936auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998939auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998939auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998939auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998941auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998941auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998941auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998942auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998942auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998942auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998945auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998945auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998945auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998947auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998947auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998947auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998949auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998949auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998949auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998952auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998952auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:22 [ecarstrade.be] INFO: Scrape type for 6998952auction110988: 0
2026-03-25 16:42:22 [ecarstrade.be] INFO: Found listing with ID: 6998955auction110988
2026-03-25 16:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998955auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:23 [ecarstrade.be] INFO: Scrape type for 6998955auction110988: 0
2026-03-25 16:42:23 [ecarstrade.be] INFO: Found listing with ID: 6998957auction110988
2026-03-25 16:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998957auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:23 [ecarstrade.be] INFO: Scrape type for 6998957auction110988: 0
2026-03-25 16:42:23 [ecarstrade.be] INFO: Found listing with ID: 6998959auction110988
2026-03-25 16:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998959auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:23 [ecarstrade.be] INFO: Scrape type for 6998959auction110988: 0
2026-03-25 16:42:23 [ecarstrade.be] INFO: Found listing with ID: 6998960auction110988
2026-03-25 16:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998960auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:23 [ecarstrade.be] INFO: Scrape type for 6998960auction110988: 0
2026-03-25 16:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998963auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998963auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:32 [ecarstrade.be] INFO: Scrape type for 6998963auction110988: 0
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998965auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998965auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:32 [ecarstrade.be] INFO: Scrape type for 6998965auction110988: 0
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998967auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998967auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:32 [ecarstrade.be] INFO: Scrape type for 6998967auction110988: 0
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998969auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998969auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:32 [ecarstrade.be] INFO: Scrape type for 6998969auction110988: 0
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998971auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998971auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:32 [ecarstrade.be] INFO: Scrape type for 6998971auction110988: 0
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998972auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998972auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:32 [ecarstrade.be] INFO: Scrape type for 6998972auction110988: 0
2026-03-25 16:42:32 [ecarstrade.be] INFO: Found listing with ID: 6998973auction110988
2026-03-25 16:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998973auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998973auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998975auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998975auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998975auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998976auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998976auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998976auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998977auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998977auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998977auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998981auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998981auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998981auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998985auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998985auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998985auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998989auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998989auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998989auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6998992auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998992auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6998992auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6999000auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999000auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6999000auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6999002auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999002auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6999002auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6999005auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999005auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6999005auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6999008auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999008auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6999008auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6999011auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999011auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6999011auction110988: 0
2026-03-25 16:42:33 [ecarstrade.be] INFO: Found listing with ID: 6999013auction110988
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999013auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:33 [ecarstrade.be] INFO: Scrape type for 6999013auction110988: 0
2026-03-25 16: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-25 16:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999015auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999015auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999015auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999018auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999018auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999018auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999024auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999024auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999024auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999028auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999028auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999028auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999031auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999031auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999031auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999033auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999033auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999033auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999035auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999035auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999035auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999036auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999036auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999036auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999037auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999037auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999037auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999038auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999038auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999038auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999039auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999039auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999039auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999040auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999040auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999040auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999041auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999041auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999041auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999043auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999043auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999043auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999044auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999044auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999044auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999045auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999045auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999045auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999046auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999046auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999046auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999048auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999048auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999048auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999049auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999049auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999049auction110988: 0
2026-03-25 16:42:40 [ecarstrade.be] INFO: Found listing with ID: 6999050auction110988
2026-03-25 16:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999050auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:40 [ecarstrade.be] INFO: Scrape type for 6999050auction110988: 0
2026-03-25 16: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-25 16:42:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:42:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:42:56 [ecarstrade.be] INFO: Found listing with ID: 6999052auction110988
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999052auction110988%27 HTTP/1.1" 200 None
2026-03-25 16:42:56 [ecarstrade.be] INFO: Scrape type for 6999052auction110988: 0
2026-03-25 16:42:56 [ecarstrade.be] INFO: Found listing with ID: 6999915auction111020
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999915auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:56 [ecarstrade.be] INFO: Scrape type for 6999915auction111020: 0
2026-03-25 16:42:56 [ecarstrade.be] INFO: Found listing with ID: 6999916auction111020
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999916auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:56 [ecarstrade.be] INFO: Scrape type for 6999916auction111020: 0
2026-03-25 16:42:56 [ecarstrade.be] INFO: Found listing with ID: 6999918auction111020
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999918auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:56 [ecarstrade.be] INFO: Scrape type for 6999918auction111020: 0
2026-03-25 16:42:56 [ecarstrade.be] INFO: Found listing with ID: 6999919auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999919auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999919auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999920auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999920auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999920auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999921auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999921auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999921auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999923auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999923auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999923auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999925auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999925auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999925auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999926auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999926auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999926auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999929auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999929auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999929auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999930auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999930auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999930auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6999932auction111020
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999932auction111020%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6999932auction111020: 0
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997015auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997015auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997015auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997016auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997016auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997016auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997017auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997017auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997017auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997018auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997018auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997018auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997019auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997019auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997019auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997021auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997021auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997021auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [ecarstrade.be] INFO: Found listing with ID: 6997022auction110980
2026-03-25 16:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997022auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:42:57 [ecarstrade.be] INFO: Scrape type for 6997022auction110980: 2
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997023auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997023auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997023auction110980: 2
2026-03-25 16:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997021> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997024auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997024auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997024auction110980: 2
2026-03-25 16: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-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997025auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997025auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997025auction110980: 2
2026-03-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997026auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997026auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997026auction110980: 2
2026-03-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997027auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997027auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997027auction110980: 2
2026-03-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997028auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997028auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997028auction110980: 2
2026-03-25 16:43:03 [ecarstrade.be] INFO: Extracting details for car 6997021auction110980
2026-03-25 16:43:03 [ecarstrade.be] INFO: Found listing with ID: 6997030auction110980
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997030auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:03 [ecarstrade.be] INFO: Scrape type for 6997030auction110980: 2
2026-03-25 16:43:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 6997021auction110980
2026-03-25 16:43:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with scrape type 2
2026-03-25 16:43:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with scrape type 2
2026-03-25 16:43:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690, identifier: 6997021auction110980
2026-03-25 16:43:04 [ecarstrade.be] INFO: Found listing with ID: 6997031auction110980
2026-03-25 16:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997031auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:04 [ecarstrade.be] INFO: Scrape type for 6997031auction110980: 2
2026-03-25 16:43:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 6997021auction110980
2026-03-25 16:43:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 6997021auction110980
2026-03-25 16:43:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 6997021auction110980 to the API
2026-03-25 16:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997021>
{'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-26T15:30:00Z',
'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/6997021',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 50589,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 GRAN COUPE 218iA 136hp OPF 4d',
'transmission': 'automatic',
'trim': '2 GRAN COUPE 218iA 136hp OPF 4d',
'vin': None,
'year': 2023}
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997021auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Saving data for 6997021auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364777.78764, 'last_price_update_time': 1774456985.095471}
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997021auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997032auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997032auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997032auction110980: 2
2026-03-25 16:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997015> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997018> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997022> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997017> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997016> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997033auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997033auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997033auction110980: 2
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997034auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997034auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997034auction110980: 2
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997035auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997035auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997035auction110980: 2
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997036auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997036auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997036auction110980: 2
2026-03-25 16:43:05 [ecarstrade.be] INFO: Extracting details for car 6997015auction110980
2026-03-25 16:43:05 [ecarstrade.be] INFO: Extracting details for car 6997018auction110980
2026-03-25 16:43:05 [ecarstrade.be] INFO: Extracting details for car 6997022auction110980
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997037auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997037auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997037auction110980: 2
2026-03-25 16:43:05 [ecarstrade.be] INFO: Extracting details for car 6997017auction110980
2026-03-25 16:43:05 [ecarstrade.be] INFO: Extracting details for car 6997016auction110980
2026-03-25 16:43:05 [ecarstrade.be] INFO: Found listing with ID: 6997038auction110980
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997038auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:05 [ecarstrade.be] INFO: Scrape type for 6997038auction110980: 2
2026-03-25 16:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 571bc969-120b-501e-a2b4-8e94c9432ab6 with identifier: 6997015auction110980
2026-03-25 16:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 571bc969-120b-501e-a2b4-8e94c9432ab6 with scrape type 2
2026-03-25 16:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 571bc969-120b-501e-a2b4-8e94c9432ab6 with scrape type 2
2026-03-25 16:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 571bc969-120b-501e-a2b4-8e94c9432ab6, identifier: 6997015auction110980
2026-03-25 16:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 6997018auction110980
2026-03-25 16:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with scrape type 2
2026-03-25 16:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with scrape type 2
2026-03-25 16:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed, identifier: 6997018auction110980
2026-03-25 16:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 6997022auction110980
2026-03-25 16:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c with scrape type 2
2026-03-25 16:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c with scrape type 2
2026-03-25 16:43:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbe00beb-e24d-56ef-a805-1bf4d4ac985c, identifier: 6997022auction110980
2026-03-25 16:43:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 6997017auction110980
2026-03-25 16:43:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with scrape type 2
2026-03-25 16:43:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with scrape type 2
2026-03-25 16:43:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1, identifier: 6997017auction110980
2026-03-25 16:43:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 6997016auction110980
2026-03-25 16:43:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 669fcb9e-bb42-52bf-ba42-0362730df330 with scrape type 2
2026-03-25 16:43:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 669fcb9e-bb42-52bf-ba42-0362730df330 with scrape type 2
2026-03-25 16:43:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 669fcb9e-bb42-52bf-ba42-0362730df330, identifier: 6997016auction110980
2026-03-25 16:43:06 [ecarstrade.be] INFO: Found listing with ID: 6997039auction110980
2026-03-25 16:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997039auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:06 [ecarstrade.be] INFO: Scrape type for 6997039auction110980: 2
2026-03-25 16:43:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 571bc969-120b-501e-a2b4-8e94c9432ab6 with identifier: 6997015auction110980
2026-03-25 16:43:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 571bc969-120b-501e-a2b4-8e94c9432ab6 with identifier: 6997015auction110980
2026-03-25 16:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 571bc969-120b-501e-a2b4-8e94c9432ab6 with identifier: 6997015auction110980 to the API
2026-03-25 16:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997015>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': '571bc969-120b-501e-a2b4-8e94c9432ab6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997015',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A6',
'odometer': 147856,
'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, A6 Berline '18, Audi A6 Business Edition Sport 40 TDI S tr "
'Quat 4d',
'transmission': 'automatic',
'trim': ", Berline '18, Business Edition Sport 40 TDI S tr Quat 4d",
'vin': None,
'year': 2022}
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997015auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:07 [ecarstrade.be] INFO: Saving data for 6997015auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364743.778801, 'last_price_update_time': 1774456987.325277}
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997015auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 6997018auction110980
2026-03-25 16:43:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 6997018auction110980
2026-03-25 16:43:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 6997018auction110980 to the API
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997018>
{'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-26T15:30:00Z',
'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/6997018',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 110328,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116d (85 kW) 5d",
'transmission': 'manual',
'trim': ", 1-serie '19, 1 Reeks Hatch d (85 kW) 5d",
'vin': None,
'year': 2020}
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997018auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:07 [ecarstrade.be] INFO: Saving data for 6997018auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364772.436133, 'last_price_update_time': 1774456987.580908}
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997018auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 6997022auction110980
2026-03-25 16:43:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 6997022auction110980
2026-03-25 16:43:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 6997022auction110980 to the API
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997022>
{'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-26T15:30:00Z',
'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/6997022',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 56641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997022auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Saving data for 6997022auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364736.389322, 'last_price_update_time': 1774456988.020585}
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997022auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 6997017auction110980
2026-03-25 16:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 6997017auction110980
2026-03-25 16:43:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 6997017auction110980 to the API
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997017>
{'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-26T15:30:00Z',
'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/6997017',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 74787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997017auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Saving data for 6997017auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364774.455425, 'last_price_update_time': 1774456988.331588}
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997017auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 6997016auction110980
2026-03-25 16:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 6997016auction110980
2026-03-25 16:43:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 6997016auction110980 to the API
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997016>
{'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-26T15:30:00Z',
'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/6997016',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 215375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 100kW S 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-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997016auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Saving data for 6997016auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364743.436645, 'last_price_update_time': 1774456988.783171}
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997016auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:08 [scrapy.extensions.logstats] INFO: Crawled 223 pages (at 12 pages/min), scraped 152 items (at 6 items/min)
2026-03-25 16:43:08 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:43:08 [ecarstrade.be] INFO: Found listing with ID: 6997040auction110980
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997040auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Scrape type for 6997040auction110980: 2
2026-03-25 16:43:08 [ecarstrade.be] INFO: Found listing with ID: 6997041auction110980
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997041auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Scrape type for 6997041auction110980: 2
2026-03-25 16:43:08 [ecarstrade.be] INFO: Found listing with ID: 6997042auction110980
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997042auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Scrape type for 6997042auction110980: 2
2026-03-25 16:43:08 [ecarstrade.be] INFO: Found listing with ID: 6997043auction110980
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997043auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:08 [ecarstrade.be] INFO: Scrape type for 6997043auction110980: 2
2026-03-25 16:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997044auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997044auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997044auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997045auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997045auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997045auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997046auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997046auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997046auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997047auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997047auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997047auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997048auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997048auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997048auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997049auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997049auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997049auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997050auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997050auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997050auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997052auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997052auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997052auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997053auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997053auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997053auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997054auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997054auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997054auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997055auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997055auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997055auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997056auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997056auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997056auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997057auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997057auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997057auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997058auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997058auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997058auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997059auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997059auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997059auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997060auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997060auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997060auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997062auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997062auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997062auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997063auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997063auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997063auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997064auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997064auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997064auction110980: 2
2026-03-25 16:43:12 [ecarstrade.be] INFO: Found listing with ID: 6997065auction110980
2026-03-25 16:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997065auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:12 [ecarstrade.be] INFO: Scrape type for 6997065auction110980: 2
2026-03-25 16:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997023> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:13 [ecarstrade.be] INFO: Extracting details for car 6997023auction110980
2026-03-25 16:43:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 6997023auction110980
2026-03-25 16:43:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with scrape type 2
2026-03-25 16:43:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with scrape type 2
2026-03-25 16:43:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d, identifier: 6997023auction110980
2026-03-25 16:43:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 6997023auction110980
2026-03-25 16:43:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 6997023auction110980
2026-03-25 16:43:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 6997023auction110980 to the API
2026-03-25 16:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997023>
{'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-26T15:30:00Z',
'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/6997023',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 36509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997023auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:13 [ecarstrade.be] INFO: Saving data for 6997023auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364677.246251, 'last_price_update_time': 1774456993.954574}
2026-03-25 16:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997023auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997026> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997027> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:15 [ecarstrade.be] INFO: Extracting details for car 6997026auction110980
2026-03-25 16:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 6997026auction110980
2026-03-25 16:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904b2821-b122-51b6-a7c4-fde02df36743 with scrape type 2
2026-03-25 16:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904b2821-b122-51b6-a7c4-fde02df36743 with scrape type 2
2026-03-25 16:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 904b2821-b122-51b6-a7c4-fde02df36743, identifier: 6997026auction110980
2026-03-25 16:43:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 6997026auction110980
2026-03-25 16:43:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 6997026auction110980
2026-03-25 16:43:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 6997026auction110980 to the API
2026-03-25 16:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997026>
{'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-26T15:30:00Z',
'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/6997026',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C4',
'odometer': 59902,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, C4 '20, Citroën C4 1.5 BlueHDi 110 S&S MAN6 Feel 5d",
'transmission': 'manual',
'trim': "Citroën, '20, Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997026auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:15 [ecarstrade.be] INFO: Saving data for 6997026auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364676.171552, 'last_price_update_time': 1774456995.720354}
2026-03-25 16:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997026auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:15 [ecarstrade.be] INFO: Extracting details for car 6997027auction110980
2026-03-25 16:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc46c755-7453-5bc0-a99f-40437fb1bae7 with identifier: 6997027auction110980
2026-03-25 16:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc46c755-7453-5bc0-a99f-40437fb1bae7 with scrape type 2
2026-03-25 16:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc46c755-7453-5bc0-a99f-40437fb1bae7 with scrape type 2
2026-03-25 16:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc46c755-7453-5bc0-a99f-40437fb1bae7, identifier: 6997027auction110980
2026-03-25 16:43:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc46c755-7453-5bc0-a99f-40437fb1bae7 with identifier: 6997027auction110980
2026-03-25 16:43:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc46c755-7453-5bc0-a99f-40437fb1bae7 with identifier: 6997027auction110980
2026-03-25 16:43:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc46c755-7453-5bc0-a99f-40437fb1bae7 with identifier: 6997027auction110980 to the API
2026-03-25 16:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997027>
{'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-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'bc46c755-7453-5bc0-a99f-40437fb1bae7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997027',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 83200,
'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 X1 - 2023 1.5iA 136hp sDrive18 5d',
'transmission': 'automatic',
'trim': '- 2023 1.5iA 136hp sDrive18 5d',
'vin': None,
'year': 2023}
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997027auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:16 [ecarstrade.be] INFO: Saving data for 6997027auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364676.771322, 'last_price_update_time': 1774456996.072222}
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997027auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997028> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:16 [ecarstrade.be] INFO: Extracting details for car 6997028auction110980
2026-03-25 16:43:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a67c4939-36e5-506e-9b4a-1872d3fb2b85 with identifier: 6997028auction110980
2026-03-25 16:43:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a67c4939-36e5-506e-9b4a-1872d3fb2b85 with scrape type 2
2026-03-25 16:43:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a67c4939-36e5-506e-9b4a-1872d3fb2b85 with scrape type 2
2026-03-25 16:43:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a67c4939-36e5-506e-9b4a-1872d3fb2b85, identifier: 6997028auction110980
2026-03-25 16:43:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a67c4939-36e5-506e-9b4a-1872d3fb2b85 with identifier: 6997028auction110980
2026-03-25 16:43:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:43:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a67c4939-36e5-506e-9b4a-1872d3fb2b85 with identifier: 6997028auction110980
2026-03-25 16:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a67c4939-36e5-506e-9b4a-1872d3fb2b85 with identifier: 6997028auction110980 to the API
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997028>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Gold',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'a67c4939-36e5-506e-9b4a-1872d3fb2b85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997028',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 82543,
'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': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic Be Chic 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic Be Chic 5d',
'vin': None,
'year': 2020}
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997028auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:16 [ecarstrade.be] INFO: Saving data for 6997028auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364762.553191, 'last_price_update_time': 1774456996.551792}
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997028auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997025> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:16 [ecarstrade.be] INFO: Extracting details for car 6997025auction110980
2026-03-25 16:43:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 6997025auction110980
2026-03-25 16:43:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a51c40-752a-5404-8b77-68d74c54ebcd with scrape type 2
2026-03-25 16:43:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3a51c40-752a-5404-8b77-68d74c54ebcd with scrape type 2
2026-03-25 16:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3a51c40-752a-5404-8b77-68d74c54ebcd, identifier: 6997025auction110980
2026-03-25 16:43:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 6997025auction110980
2026-03-25 16:43:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 6997025auction110980
2026-03-25 16:43:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 6997025auction110980 to the API
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997025>
{'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-26T15:30:00Z',
'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/6997025',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '520',
'odometer': 173632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-serie FL'20 PHEV, BMW 5 Reeks Berline 520e 150kW 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20 PHEV, 5 Reeks Berline e 150kW 4d",
'vin': None,
'year': 2022}
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997025auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:17 [ecarstrade.be] INFO: Saving data for 6997025auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364763.333629, 'last_price_update_time': 1774456997.490851}
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997025auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997024> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:17 [ecarstrade.be] INFO: Extracting details for car 6997024auction110980
2026-03-25 16:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 6997024auction110980
2026-03-25 16:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with scrape type 2
2026-03-25 16:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with scrape type 2
2026-03-25 16:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01b4f20a-427a-54ef-9613-c1f9abfbeec6, identifier: 6997024auction110980
2026-03-25 16:43:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 6997024auction110980
2026-03-25 16:43:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 6997024auction110980
2026-03-25 16:43:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 6997024auction110980 to the API
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997024>
{'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-26T15:30:00Z',
'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/6997024',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X3',
'odometer': 163198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 DIESEL - 2018 2.0 dA 190 xDrive20 (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2018 2.0 dA 190 xDrive20 (EU6d-TEMP) 5d',
'vin': None,
'year': 2019}
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997024auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:17 [ecarstrade.be] INFO: Saving data for 6997024auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364763.668671, 'last_price_update_time': 1774456997.978781}
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997024auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997030> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:19 [ecarstrade.be] INFO: Extracting details for car 6997030auction110980
2026-03-25 16:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 6997030auction110980
2026-03-25 16:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa3cafb-94fd-58e0-8d25-c842f2710865 with scrape type 2
2026-03-25 16:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daa3cafb-94fd-58e0-8d25-c842f2710865 with scrape type 2
2026-03-25 16:43:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: daa3cafb-94fd-58e0-8d25-c842f2710865, identifier: 6997030auction110980
2026-03-25 16:43:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 6997030auction110980
2026-03-25 16:43:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 6997030auction110980
2026-03-25 16:43:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 6997030auction110980 to the API
2026-03-25 16:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997030>
{'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-26T15:30:00Z',
'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/6997030',
'listing': 'auction',
'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': 0,
'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-25 16:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997030auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:20 [ecarstrade.be] INFO: Saving data for 6997030auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364760.66219, 'last_price_update_time': 1774457000.127451}
2026-03-25 16:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997030auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997031> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:21 [ecarstrade.be] INFO: Extracting details for car 6997031auction110980
2026-03-25 16:43:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b51a568-c6ba-507c-b739-bf88e2aa1d0b with identifier: 6997031auction110980
2026-03-25 16:43:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b51a568-c6ba-507c-b739-bf88e2aa1d0b with scrape type 2
2026-03-25 16:43:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b51a568-c6ba-507c-b739-bf88e2aa1d0b with scrape type 2
2026-03-25 16:43:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b51a568-c6ba-507c-b739-bf88e2aa1d0b, identifier: 6997031auction110980
2026-03-25 16:43:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b51a568-c6ba-507c-b739-bf88e2aa1d0b with identifier: 6997031auction110980
2026-03-25 16:43:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b51a568-c6ba-507c-b739-bf88e2aa1d0b with identifier: 6997031auction110980
2026-03-25 16:43:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b51a568-c6ba-507c-b739-bf88e2aa1d0b with identifier: 6997031auction110980 to the API
2026-03-25 16:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997031>
{'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-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': '6b51a568-c6ba-507c-b739-bf88e2aa1d0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997031',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 160880,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-25 16:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997031auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:22 [ecarstrade.be] INFO: Saving data for 6997031auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364755.352464, 'last_price_update_time': 1774457002.065976}
2026-03-25 16:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997031auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997033> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:22 [ecarstrade.be] INFO: Extracting details for car 6997033auction110980
2026-03-25 16:43:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 6997033auction110980
2026-03-25 16:43:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65afc31b-bf68-5491-b302-d9c72375c9b3 with scrape type 2
2026-03-25 16:43:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65afc31b-bf68-5491-b302-d9c72375c9b3 with scrape type 2
2026-03-25 16:43:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65afc31b-bf68-5491-b302-d9c72375c9b3, identifier: 6997033auction110980
2026-03-25 16:43:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 6997033auction110980
2026-03-25 16:43:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 6997033auction110980
2026-03-25 16:43:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 6997033auction110980 to the API
2026-03-25 16:43:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997033>
{'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-26T15:30:00Z',
'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/6997033',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 88462,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-25 16:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997033auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:23 [ecarstrade.be] INFO: Saving data for 6997033auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364754.40848, 'last_price_update_time': 1774457003.103927}
2026-03-25 16:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997033auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997036> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:24 [ecarstrade.be] INFO: Extracting details for car 6997036auction110980
2026-03-25 16:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d41ed8-5293-507c-a546-7e9c144b5a9d with identifier: 6997036auction110980
2026-03-25 16:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d41ed8-5293-507c-a546-7e9c144b5a9d with scrape type 2
2026-03-25 16:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7d41ed8-5293-507c-a546-7e9c144b5a9d with scrape type 2
2026-03-25 16:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7d41ed8-5293-507c-a546-7e9c144b5a9d, identifier: 6997036auction110980
2026-03-25 16:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7d41ed8-5293-507c-a546-7e9c144b5a9d with identifier: 6997036auction110980
2026-03-25 16:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7d41ed8-5293-507c-a546-7e9c144b5a9d with identifier: 6997036auction110980
2026-03-25 16:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7d41ed8-5293-507c-a546-7e9c144b5a9d with identifier: 6997036auction110980 to the API
2026-03-25 16:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997036>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'e7d41ed8-5293-507c-a546-7e9c144b5a9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997036',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Niro',
'odometer': 100224,
'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': "Kia, Niro '22, KIA Niro Pace 1.6 GDi HEV 6DCT 5d",
'transmission': 'automatic',
'trim': ", '22, KIA Pace 1.6 GDi HEV 6DCT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997036auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:24 [ecarstrade.be] INFO: Saving data for 6997036auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364753.871795, 'last_price_update_time': 1774457004.768476}
2026-03-25 16:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997036auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997035> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:25 [ecarstrade.be] INFO: Extracting details for car 6997035auction110980
2026-03-25 16:43:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 6997035auction110980
2026-03-25 16:43:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de8b0b24-60ba-5528-a7b5-c393824ef16d with scrape type 2
2026-03-25 16:43:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de8b0b24-60ba-5528-a7b5-c393824ef16d with scrape type 2
2026-03-25 16:43:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de8b0b24-60ba-5528-a7b5-c393824ef16d, identifier: 6997035auction110980
2026-03-25 16:43:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 6997035auction110980
2026-03-25 16:43:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 6997035auction110980
2026-03-25 16:43:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 6997035auction110980 to the API
2026-03-25 16:43:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997035>
{'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-26T15:30:00Z',
'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/6997035',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 190765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT SWB DSL - 2021 200 1.5 TDCi 100 Trend 5d',
'transmission': 'manual',
'trim': 'FORD TRANSIT CONNECT SWB DSL - 2021 200 1.5 TDCi 100 Trend 5d',
'vin': None,
'year': 2022}
2026-03-25 16:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997035auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:25 [ecarstrade.be] INFO: Saving data for 6997035auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364757.111497, 'last_price_update_time': 1774457005.977911}
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997035auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997037> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:26 [ecarstrade.be] INFO: Extracting details for car 6997037auction110980
2026-03-25 16:43:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 6997037auction110980
2026-03-25 16:43:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with scrape type 2
2026-03-25 16:43:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with scrape type 2
2026-03-25 16:43:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3, identifier: 6997037auction110980
2026-03-25 16:43:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 6997037auction110980
2026-03-25 16:43:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 6997037auction110980
2026-03-25 16:43:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 6997037auction110980 to the API
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997037>
{'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-26T15:30:00Z',
'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/6997037',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 55088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz Classe A A 180 Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz Classe A Business Line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997037auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:26 [ecarstrade.be] INFO: Saving data for 6997037auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364675.484651, 'last_price_update_time': 1774457006.746885}
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997037auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997043> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:28 [ecarstrade.be] INFO: Extracting details for car 6997043auction110980
2026-03-25 16:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 6997043auction110980
2026-03-25 16:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dedae53-3c59-5edc-a606-f743bce18b58 with scrape type 2
2026-03-25 16:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dedae53-3c59-5edc-a606-f743bce18b58 with scrape type 2
2026-03-25 16:43:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6dedae53-3c59-5edc-a606-f743bce18b58, identifier: 6997043auction110980
2026-03-25 16:43:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 6997043auction110980
2026-03-25 16:43:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 6997043auction110980
2026-03-25 16:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 6997043auction110980 to the API
2026-03-25 16:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997043>
{'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-26T15:30:00Z',
'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/6997043',
'listing': 'auction',
'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': 0,
'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-25 16:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997043auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:31 [ecarstrade.be] INFO: Saving data for 6997043auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364678.070456, 'last_price_update_time': 1774457011.534673}
2026-03-25 16:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997043auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997065> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:31 [ecarstrade.be] INFO: Extracting details for car 6997065auction110980
2026-03-25 16:43:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 6997065auction110980
2026-03-25 16:43:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a78500c8-6f51-5c17-ac2a-48b73de8685c with scrape type 2
2026-03-25 16:43:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a78500c8-6f51-5c17-ac2a-48b73de8685c with scrape type 2
2026-03-25 16:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a78500c8-6f51-5c17-ac2a-48b73de8685c, identifier: 6997065auction110980
2026-03-25 16:43:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 6997065auction110980
2026-03-25 16:43:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 6997065auction110980
2026-03-25 16:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 6997065auction110980 to the API
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997065>
{'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-26T15:30:00Z',
'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/6997065',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 42566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Arkana E-TECH Hybrid Engineered 5d',
'transmission': 'automatic',
'trim': 'E-TECH Hybrid Engineered 5d',
'vin': None,
'year': 2023}
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997065auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:32 [ecarstrade.be] INFO: Saving data for 6997065auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364692.267435, 'last_price_update_time': 1774457012.435982}
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997065auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997063> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:32 [ecarstrade.be] INFO: Extracting details for car 6997063auction110980
2026-03-25 16:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 6997063auction110980
2026-03-25 16:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with scrape type 2
2026-03-25 16:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with scrape type 2
2026-03-25 16:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c, identifier: 6997063auction110980
2026-03-25 16:43:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 6997063auction110980
2026-03-25 16:43:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 6997063auction110980
2026-03-25 16:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 6997063auction110980 to the API
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997063>
{'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-26T15:30:00Z',
'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/6997063',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Express',
'odometer': 39388,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Express Blue dCi 95 Confort 4d',
'transmission': 'manual',
'trim': 'Blue dCi 95 Confort 4d',
'vin': None,
'year': 2023}
2026-03-25 16:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997063auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:33 [ecarstrade.be] INFO: Saving data for 6997063auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364691.687541, 'last_price_update_time': 1774457013.004818}
2026-03-25 16:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997063auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997062> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:33 [ecarstrade.be] INFO: Extracting details for car 6997062auction110980
2026-03-25 16:43:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 6997062auction110980
2026-03-25 16:43:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05173552-5cd8-5cb1-a601-b58d336a0aef with scrape type 2
2026-03-25 16:43:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05173552-5cd8-5cb1-a601-b58d336a0aef with scrape type 2
2026-03-25 16:43:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05173552-5cd8-5cb1-a601-b58d336a0aef, identifier: 6997062auction110980
2026-03-25 16:43:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 6997062auction110980
2026-03-25 16:43:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 6997062auction110980
2026-03-25 16:43:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 6997062auction110980 to the API
2026-03-25 16:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997062>
{'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-26T15:30:00Z',
'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/6997062',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 64514,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997062auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:33 [ecarstrade.be] INFO: Saving data for 6997062auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364688.755256, 'last_price_update_time': 1774457013.632038}
2026-03-25 16:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997062auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997019> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:34 [ecarstrade.be] INFO: Extracting details for car 6997019auction110980
2026-03-25 16:43:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 6997019auction110980
2026-03-25 16:43:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f896df4-7340-526a-8270-1ee8e38d299e with scrape type 2
2026-03-25 16:43:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f896df4-7340-526a-8270-1ee8e38d299e with scrape type 2
2026-03-25 16:43:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f896df4-7340-526a-8270-1ee8e38d299e, identifier: 6997019auction110980
2026-03-25 16:43:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 6997019auction110980
2026-03-25 16:43:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 6997019auction110980
2026-03-25 16:43:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 6997019auction110980 to the API
2026-03-25 16:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997019>
{'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-26T15:30:00Z',
'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/6997019',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 87043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q3 SB '19 PHEV, Audi Q3 Sportback 45 TFSI e S tronic 5d",
'transmission': 'automatic',
'trim': ", SB '19 PHEV, Sportback 45 TFSI e S tronic 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997019auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:34 [ecarstrade.be] INFO: Saving data for 6997019auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364773.200867, 'last_price_update_time': 1774457014.946836}
2026-03-25 16:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997019auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997060> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:37 [ecarstrade.be] INFO: Extracting details for car 6997060auction110980
2026-03-25 16:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 6997060auction110980
2026-03-25 16:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 with scrape type 2
2026-03-25 16:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 with scrape type 2
2026-03-25 16:43:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5682c9cc-89aa-5cf0-a469-fb900af9c199, identifier: 6997060auction110980
2026-03-25 16:43:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 6997060auction110980
2026-03-25 16:43:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 6997060auction110980
2026-03-25 16:43:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 6997060auction110980 to the API
2026-03-25 16:43:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997060>
{'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-26T15:30:00Z',
'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/6997060',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 144307,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 508 SW '18, Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure "
'5d',
'transmission': 'automatic',
'trim': ", SW '18, SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d",
'vin': None,
'year': 2021}
2026-03-25 16:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997060auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:38 [ecarstrade.be] INFO: Saving data for 6997060auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364689.268607, 'last_price_update_time': 1774457018.429913}
2026-03-25 16:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997060auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997059> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:38 [ecarstrade.be] INFO: Extracting details for car 6997059auction110980
2026-03-25 16:43:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 6997059auction110980
2026-03-25 16:43:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a with scrape type 2
2026-03-25 16:43:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a with scrape type 2
2026-03-25 16:43:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79ed278a-69c2-5cce-a91e-f47f159b1c8a, identifier: 6997059auction110980
2026-03-25 16:43:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 6997059auction110980
2026-03-25 16:43:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 6997059auction110980
2026-03-25 16:43:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 6997059auction110980 to the API
2026-03-25 16:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997059>
{'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-26T15:30:00Z',
'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/6997059',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 160395,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997059auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:39 [ecarstrade.be] INFO: Saving data for 6997059auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364714.702581, 'last_price_update_time': 1774457019.353495}
2026-03-25 16:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997059auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997057> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997064> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:39 [ecarstrade.be] INFO: Extracting details for car 6997057auction110980
2026-03-25 16:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba1fdbbe-5dce-5325-ba58-fa7d94e3067f with identifier: 6997057auction110980
2026-03-25 16:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba1fdbbe-5dce-5325-ba58-fa7d94e3067f with scrape type 2
2026-03-25 16:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba1fdbbe-5dce-5325-ba58-fa7d94e3067f with scrape type 2
2026-03-25 16:43:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba1fdbbe-5dce-5325-ba58-fa7d94e3067f, identifier: 6997057auction110980
2026-03-25 16:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba1fdbbe-5dce-5325-ba58-fa7d94e3067f with identifier: 6997057auction110980
2026-03-25 16:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba1fdbbe-5dce-5325-ba58-fa7d94e3067f with identifier: 6997057auction110980
2026-03-25 16:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba1fdbbe-5dce-5325-ba58-fa7d94e3067f with identifier: 6997057auction110980 to the API
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997057>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'ba1fdbbe-5dce-5325-ba58-fa7d94e3067f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997057',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 124643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997057auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:40 [ecarstrade.be] INFO: Saving data for 6997057auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364690.39236, 'last_price_update_time': 1774457020.449101}
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997057auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:40 [ecarstrade.be] INFO: Extracting details for car 6997064auction110980
2026-03-25 16:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997058> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d1a6b8a-89af-547c-8b6f-7067ca5a0025 with identifier: 6997064auction110980
2026-03-25 16:43:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d1a6b8a-89af-547c-8b6f-7067ca5a0025 with scrape type 2
2026-03-25 16:43:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d1a6b8a-89af-547c-8b6f-7067ca5a0025 with scrape type 2
2026-03-25 16:43:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d1a6b8a-89af-547c-8b6f-7067ca5a0025, identifier: 6997064auction110980
2026-03-25 16:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d1a6b8a-89af-547c-8b6f-7067ca5a0025 with identifier: 6997064auction110980
2026-03-25 16:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d1a6b8a-89af-547c-8b6f-7067ca5a0025 with identifier: 6997064auction110980
2026-03-25 16:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d1a6b8a-89af-547c-8b6f-7067ca5a0025 with identifier: 6997064auction110980 to the API
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997064>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': '4d1a6b8a-89af-547c-8b6f-7067ca5a0025',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997064',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 30457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 3,
'seller_name': None,
'title': "Renault, _Trafic '21, Renault Trafic L1H1 dCi 130 Confort 2.7T 5d",
'transmission': 'manual',
'trim': ", _ '21, L1H1 dCi 130 Confort 2.7T 5d",
'vin': None,
'year': 2022}
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997064auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:40 [ecarstrade.be] INFO: Saving data for 6997064auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364711.005022, 'last_price_update_time': 1774457020.83104}
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997064auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:40 [ecarstrade.be] INFO: Extracting details for car 6997058auction110980
2026-03-25 16:43:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 6997058auction110980
2026-03-25 16:43:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75351067-1899-58f5-9c83-2b235f712b93 with scrape type 2
2026-03-25 16:43:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75351067-1899-58f5-9c83-2b235f712b93 with scrape type 2
2026-03-25 16:43:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75351067-1899-58f5-9c83-2b235f712b93, identifier: 6997058auction110980
2026-03-25 16:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 6997058auction110980
2026-03-25 16:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 6997058auction110980
2026-03-25 16:43:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 6997058auction110980 to the API
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997058>
{'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-26T15:30:00Z',
'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/6997058',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 116339,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S Active 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 96kW S&S Active 5d',
'vin': None,
'year': 2020}
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997058auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:41 [ecarstrade.be] INFO: Saving data for 6997058auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364689.837456, 'last_price_update_time': 1774457021.233939}
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997058auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997056> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:41 [ecarstrade.be] INFO: Extracting details for car 6997056auction110980
2026-03-25 16:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 6997056auction110980
2026-03-25 16:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336a464c-e752-5484-9e68-8c354ff92c3e with scrape type 2
2026-03-25 16:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 336a464c-e752-5484-9e68-8c354ff92c3e with scrape type 2
2026-03-25 16:43:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 336a464c-e752-5484-9e68-8c354ff92c3e, identifier: 6997056auction110980
2026-03-25 16:43:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 6997056auction110980
2026-03-25 16:43:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 6997056auction110980
2026-03-25 16:43:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 6997056auction110980 to the API
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997056>
{'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-26T15:30:00Z',
'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/6997056',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 23446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2024}
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997056auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:41 [ecarstrade.be] INFO: Saving data for 6997056auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364708.804517, 'last_price_update_time': 1774457021.678004}
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997056auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997055> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:44 [ecarstrade.be] INFO: Extracting details for car 6997055auction110980
2026-03-25 16:43:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 6997055auction110980
2026-03-25 16:43:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with scrape type 2
2026-03-25 16:43:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with scrape type 2
2026-03-25 16:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcbe0ecc-2e15-5c39-99d1-39aa64937d92, identifier: 6997055auction110980
2026-03-25 16:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 6997055auction110980
2026-03-25 16:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 6997055auction110980
2026-03-25 16:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 6997055auction110980 to the API
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997055>
{'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-26T15:30:00Z',
'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/6997055',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 129797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2024}
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997055auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:45 [ecarstrade.be] INFO: Saving data for 6997055auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364708.19519, 'last_price_update_time': 1774457025.437016}
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997055auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997054> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:45 [ecarstrade.be] INFO: Extracting details for car 6997054auction110980
2026-03-25 16:43:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 6997054auction110980
2026-03-25 16:43:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e with scrape type 2
2026-03-25 16:43:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e with scrape type 2
2026-03-25 16:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f13eec96-7ec8-585f-986b-5e6dd2f6e34e, identifier: 6997054auction110980
2026-03-25 16:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 6997054auction110980
2026-03-25 16:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 6997054auction110980
2026-03-25 16:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 6997054auction110980 to the API
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997054>
{'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-26T15:30:00Z',
'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/6997054',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 127327,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 - 2021 1.2 PureTech 130 Active Pack 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT - 2021 1.2 PureTech 130 Active Pack 5d',
'vin': None,
'year': 2022}
2026-03-25 16:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997054auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:45 [ecarstrade.be] INFO: Saving data for 6997054auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364706.821378, 'last_price_update_time': 1774457025.992718}
2026-03-25 16:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997054auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997053> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:47 [ecarstrade.be] INFO: Extracting details for car 6997053auction110980
2026-03-25 16:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 6997053auction110980
2026-03-25 16:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662ca185-a6cf-5249-a103-c216d62fc0df with scrape type 2
2026-03-25 16:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662ca185-a6cf-5249-a103-c216d62fc0df with scrape type 2
2026-03-25 16:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 662ca185-a6cf-5249-a103-c216d62fc0df, identifier: 6997053auction110980
2026-03-25 16:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 6997053auction110980
2026-03-25 16:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 6997053auction110980
2026-03-25 16:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 6997053auction110980 to the API
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997053>
{'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-26T15:30:00Z',
'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/6997053',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 185555,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 3008 '16, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT Line "
'5d',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d",
'vin': None,
'year': 2020}
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997053auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:47 [ecarstrade.be] INFO: Saving data for 6997053auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364707.526748, 'last_price_update_time': 1774457027.489831}
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997053auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997052> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:47 [ecarstrade.be] INFO: Extracting details for car 6997052auction110980
2026-03-25 16:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08a0573-63b4-5031-be35-2243c4b98e5a with identifier: 6997052auction110980
2026-03-25 16:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08a0573-63b4-5031-be35-2243c4b98e5a with scrape type 2
2026-03-25 16:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a08a0573-63b4-5031-be35-2243c4b98e5a with scrape type 2
2026-03-25 16:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a08a0573-63b4-5031-be35-2243c4b98e5a, identifier: 6997052auction110980
2026-03-25 16:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a08a0573-63b4-5031-be35-2243c4b98e5a with identifier: 6997052auction110980
2026-03-25 16:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a08a0573-63b4-5031-be35-2243c4b98e5a with identifier: 6997052auction110980
2026-03-25 16:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a08a0573-63b4-5031-be35-2243c4b98e5a with identifier: 6997052auction110980 to the API
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997052>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'a08a0573-63b4-5031-be35-2243c4b98e5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997052',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 123846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 2008 '19, Peugeot 2008 1.5 BlueHDi 81kW S&S GT 5d",
'transmission': 'manual',
'trim': ", '19, 1.5 BlueHDi 81kW S&S GT 5d",
'vin': None,
'year': 2021}
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997052auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:47 [ecarstrade.be] INFO: Saving data for 6997052auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364705.349974, 'last_price_update_time': 1774457027.923895}
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997052auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997050> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:48 [ecarstrade.be] INFO: Extracting details for car 6997050auction110980
2026-03-25 16:43:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 6997050auction110980
2026-03-25 16:43:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d2566d-7cb8-5185-b494-0abc53f25a38 with scrape type 2
2026-03-25 16:43:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d2566d-7cb8-5185-b494-0abc53f25a38 with scrape type 2
2026-03-25 16:43:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4d2566d-7cb8-5185-b494-0abc53f25a38, identifier: 6997050auction110980
2026-03-25 16:43:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 6997050auction110980
2026-03-25 16:43:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 6997050auction110980
2026-03-25 16:43:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 6997050auction110980 to the API
2026-03-25 16:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997050>
{'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-26T15:30:00Z',
'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/6997050',
'listing': 'auction',
'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': 0,
'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-25 16:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997050auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:48 [ecarstrade.be] INFO: Saving data for 6997050auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364703.127556, 'last_price_update_time': 1774457028.390489}
2026-03-25 16:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997050auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997049> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:43:50 [ecarstrade.be] INFO: Extracting details for car 6997049auction110980
2026-03-25 16:43:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 6997049auction110980
2026-03-25 16:43:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c820dda0-89a3-5231-b199-859e5f1d2d2f with scrape type 2
2026-03-25 16:43:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c820dda0-89a3-5231-b199-859e5f1d2d2f with scrape type 2
2026-03-25 16:43:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c820dda0-89a3-5231-b199-859e5f1d2d2f, identifier: 6997049auction110980
2026-03-25 16:43:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 6997049auction110980
2026-03-25 16:43:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 6997049auction110980
2026-03-25 16:43:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 6997049auction110980 to the API
2026-03-25 16:43:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:43:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997049>
{'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-26T15:30:00Z',
'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/6997049',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 45565,
'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-25 16:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997049auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:50 [ecarstrade.be] INFO: Saving data for 6997049auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364704.729549, 'last_price_update_time': 1774457030.61764}
2026-03-25 16:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997049auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997048> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:51 [ecarstrade.be] INFO: Extracting details for car 6997048auction110980
2026-03-25 16:43:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 6997048auction110980
2026-03-25 16:43:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with scrape type 2
2026-03-25 16:43:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with scrape type 2
2026-03-25 16:43:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2dca2dc-cd0a-57e0-951b-116b9bae56a4, identifier: 6997048auction110980
2026-03-25 16:43:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 6997048auction110980
2026-03-25 16:43:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 6997048auction110980
2026-03-25 16:43:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 6997048auction110980 to the API
2026-03-25 16:43:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997048>
{'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-26T15:30:00Z',
'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/6997048',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'ONE',
'odometer': 52624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "MINI, Mini 5d '14, Mini 5 door One 5d",
'transmission': 'manual',
'trim': "MINI, 5d '14, 5 door One 5d",
'vin': None,
'year': 2021}
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997048auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:52 [ecarstrade.be] INFO: Saving data for 6997048auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364703.876472, 'last_price_update_time': 1774457032.142562}
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997048auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997047> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:52 [ecarstrade.be] INFO: Extracting details for car 6997047auction110980
2026-03-25 16:43:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 6997047auction110980
2026-03-25 16:43:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with scrape type 2
2026-03-25 16:43:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with scrape type 2
2026-03-25 16:43:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b, identifier: 6997047auction110980
2026-03-25 16:43:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 6997047auction110980
2026-03-25 16:43:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 6997047auction110980
2026-03-25 16:43:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 6997047auction110980 to the API
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997047>
{'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-26T15:30:00Z',
'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/6997047',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo',
'odometer': 100972,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 75kW 2.3T L2H1 Edition 4d',
'transmission': 'manual',
'trim': '1.5 Turbo 75kW 2.3T L2H1 Edition 4d',
'vin': None,
'year': 2022}
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997047auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:53 [ecarstrade.be] INFO: Saving data for 6997047auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364702.472415, 'last_price_update_time': 1774457033.098264}
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997047auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997034> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:53 [ecarstrade.be] INFO: Extracting details for car 6997034auction110980
2026-03-25 16:43:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 6997034auction110980
2026-03-25 16:43:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with scrape type 2
2026-03-25 16:43:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with scrape type 2
2026-03-25 16:43:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6, identifier: 6997034auction110980
2026-03-25 16:43:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 6997034auction110980
2026-03-25 16:43:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 6997034auction110980
2026-03-25 16:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 6997034auction110980 to the API
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997034>
{'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-26T15:30:00Z',
'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/6997034',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': "cee'd",
'odometer': 10347,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-01',
'seats_number': 5,
'seller_name': None,
'title': "KIA cee'd Sportswagon Pulse 1.0 T-GDi 100 ISG 5d",
'transmission': 'manual',
'trim': 'KIA Sportswagon Pulse 1.0 T-GDi 100 ISG 5d',
'vin': None,
'year': 2024}
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997034auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:53 [ecarstrade.be] INFO: Saving data for 6997034auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364678.6685, 'last_price_update_time': 1774457033.582815}
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997034auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997046> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:53 [ecarstrade.be] INFO: Extracting details for car 6997046auction110980
2026-03-25 16:43:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdde5c34-1121-578f-ad61-5517b00a3c5d with identifier: 6997046auction110980
2026-03-25 16:43:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdde5c34-1121-578f-ad61-5517b00a3c5d with scrape type 2
2026-03-25 16:43:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdde5c34-1121-578f-ad61-5517b00a3c5d with scrape type 2
2026-03-25 16:43:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdde5c34-1121-578f-ad61-5517b00a3c5d, identifier: 6997046auction110980
2026-03-25 16:43:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdde5c34-1121-578f-ad61-5517b00a3c5d with identifier: 6997046auction110980
2026-03-25 16:43:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdde5c34-1121-578f-ad61-5517b00a3c5d with identifier: 6997046auction110980
2026-03-25 16:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdde5c34-1121-578f-ad61-5517b00a3c5d with identifier: 6997046auction110980 to the API
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997046>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'cdde5c34-1121-578f-ad61-5517b00a3c5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997046',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 31395,
'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': 4,
'seller_name': None,
'title': 'Mercedes-Benz E-Klasse Cabriolet E 300 2d',
'transmission': 'automatic',
'trim': '-Benz E-Klasse Cabriolet 2d',
'vin': None,
'year': 2020}
2026-03-25 16:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997046auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:54 [ecarstrade.be] INFO: Saving data for 6997046auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364705.991882, 'last_price_update_time': 1774457034.030686}
2026-03-25 16:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997046auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997032> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:54 [ecarstrade.be] INFO: Extracting details for car 6997032auction110980
2026-03-25 16:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 6997032auction110980
2026-03-25 16:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84b5e0f-86a6-532c-946e-365ece839c90 with scrape type 2
2026-03-25 16:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f84b5e0f-86a6-532c-946e-365ece839c90 with scrape type 2
2026-03-25 16:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f84b5e0f-86a6-532c-946e-365ece839c90, identifier: 6997032auction110980
2026-03-25 16:43:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 6997032auction110980
2026-03-25 16:43:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 6997032auction110980
2026-03-25 16:43:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 6997032auction110980 to the API
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997032>
{'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-26T15:30:00Z',
'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/6997032',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Puma',
'odometer': 55946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Puma 1.0i Ecoboost MHEV 92kW Aut. Titanium 5d',
'transmission': 'automatic',
'trim': '1.0i Ecoboost MHEV 92kW Aut. Titanium 5d',
'vin': None,
'year': 2023}
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997032auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:55 [ecarstrade.be] INFO: Saving data for 6997032auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364674.46906, 'last_price_update_time': 1774457035.234998}
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997032auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997045> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997044> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:55 [ecarstrade.be] INFO: Extracting details for car 6997045auction110980
2026-03-25 16:43:55 [ecarstrade.be] INFO: Extracting details for car 6997044auction110980
2026-03-25 16:43:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 6997045auction110980
2026-03-25 16:43:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01911db0-cd99-57cc-9e30-1171216e40b5 with scrape type 2
2026-03-25 16:43:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01911db0-cd99-57cc-9e30-1171216e40b5 with scrape type 2
2026-03-25 16:43:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01911db0-cd99-57cc-9e30-1171216e40b5, identifier: 6997045auction110980
2026-03-25 16:43:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02dd564-e7ee-52ff-9f4d-d03778fee0da with identifier: 6997044auction110980
2026-03-25 16:43:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02dd564-e7ee-52ff-9f4d-d03778fee0da with scrape type 2
2026-03-25 16:43:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02dd564-e7ee-52ff-9f4d-d03778fee0da with scrape type 2
2026-03-25 16:43:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a02dd564-e7ee-52ff-9f4d-d03778fee0da, identifier: 6997044auction110980
2026-03-25 16:43:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 6997045auction110980
2026-03-25 16:43:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 6997045auction110980
2026-03-25 16:43:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 6997045auction110980 to the API
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997045>
{'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-26T15:30:00Z',
'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/6997045',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 138601,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Clubman Cooper (100 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman (100 kW) Aut. 5d',
'vin': None,
'year': 2018}
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997045auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:55 [ecarstrade.be] INFO: Saving data for 6997045auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364733.43107, 'last_price_update_time': 1774457035.781487}
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997045auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a02dd564-e7ee-52ff-9f4d-d03778fee0da with identifier: 6997044auction110980
2026-03-25 16:43:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a02dd564-e7ee-52ff-9f4d-d03778fee0da with identifier: 6997044auction110980
2026-03-25 16:43:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a02dd564-e7ee-52ff-9f4d-d03778fee0da with identifier: 6997044auction110980 to the API
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:43:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997044>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'a02dd564-e7ee-52ff-9f4d-d03778fee0da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997044',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 181867,
'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': "Mercedes, GLB '19, Mercedes-Benz GLB GLB 180 d Business Solution "
'Esse',
'transmission': 'automatic',
'trim': ", GLB '19, -Benz GLB d Business Solution Esse",
'vin': None,
'year': 2022}
2026-03-25 16:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997044auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:56 [ecarstrade.be] INFO: Saving data for 6997044auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364713.045861, 'last_price_update_time': 1774457036.063632}
2026-03-25 16:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997044auction110980') HTTP/1.1" 204 0
2026-03-25 16:43:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997066auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997066auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997066auction110980: 2
2026-03-25 16:43:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997067auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997067auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997067auction110980: 2
2026-03-25 16:43:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997069auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997069auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997069auction110980: 2
2026-03-25 16:43:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997070auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997070auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997070auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997071auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997071auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997071auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997072auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997072auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997072auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997073auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997073auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997073auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997074auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997074auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997074auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997075auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997075auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997075auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997076auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997076auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997076auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997077auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997077auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997077auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 6997079auction110980
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997079auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 6997079auction110980: 2
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001587auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001587auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001587auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001588auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001588auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001588auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001589auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001589auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001589auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001591auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001591auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001591auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001593auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001593auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001593auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001594auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001594auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001594auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001595auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001595auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001595auction111038: 1
2026-03-25 16:43:58 [ecarstrade.be] INFO: Found listing with ID: 7001596auction111038
2026-03-25 16:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001596auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:43:58 [ecarstrade.be] INFO: Scrape type for 7001596auction111038: 1
2026-03-25 16:43:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997041> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:43:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:43:59 [ecarstrade.be] INFO: Extracting details for car 6997041auction110980
2026-03-25 16:43:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 6997041auction110980
2026-03-25 16:43:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd4c0b82-1a77-5102-a03a-afb7d7093dde with scrape type 2
2026-03-25 16:43:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd4c0b82-1a77-5102-a03a-afb7d7093dde with scrape type 2
2026-03-25 16:44:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd4c0b82-1a77-5102-a03a-afb7d7093dde, identifier: 6997041auction110980
2026-03-25 16:44:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 6997041auction110980
2026-03-25 16:44:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 6997041auction110980
2026-03-25 16:44:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 6997041auction110980 to the API
2026-03-25 16:44:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997041>
{'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-26T15:30:00Z',
'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/6997041',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 75511,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 250 e Business "
'Solution 5',
'transmission': 'automatic',
'trim': ", '18, -Benz A-Klasse A 250 e Business Solution 5",
'vin': None,
'year': 2021}
2026-03-25 16:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997041auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:00 [ecarstrade.be] INFO: Saving data for 6997041auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364693.052404, 'last_price_update_time': 1774457040.346236}
2026-03-25 16:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997041auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997042> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:00 [ecarstrade.be] INFO: Extracting details for car 6997042auction110980
2026-03-25 16:44:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 6997042auction110980
2026-03-25 16:44:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b040c4e6-9497-52f3-acd8-de074d924fbd with scrape type 2
2026-03-25 16:44:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b040c4e6-9497-52f3-acd8-de074d924fbd with scrape type 2
2026-03-25 16:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b040c4e6-9497-52f3-acd8-de074d924fbd, identifier: 6997042auction110980
2026-03-25 16:44:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 6997042auction110980
2026-03-25 16:44:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 6997042auction110980
2026-03-25 16:44:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 6997042auction110980 to the API
2026-03-25 16:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997042>
{'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-26T15:30:00Z',
'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/6997042',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 32064,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 d DCT Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse d DCT Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-25 16:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997042auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:01 [ecarstrade.be] INFO: Saving data for 6997042auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364690.95053, 'last_price_update_time': 1774457041.973412}
2026-03-25 16:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997042auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997038> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997039> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:02 [ecarstrade.be] INFO: Extracting details for car 6997038auction110980
2026-03-25 16:44:02 [ecarstrade.be] INFO: Extracting details for car 6997039auction110980
2026-03-25 16:44:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 6997038auction110980
2026-03-25 16:44:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bed0d2d-fcfa-5caf-b023-44258f657671 with scrape type 2
2026-03-25 16:44:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bed0d2d-fcfa-5caf-b023-44258f657671 with scrape type 2
2026-03-25 16:44:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2bed0d2d-fcfa-5caf-b023-44258f657671, identifier: 6997038auction110980
2026-03-25 16:44:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 6997039auction110980
2026-03-25 16:44:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with scrape type 2
2026-03-25 16:44:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with scrape type 2
2026-03-25 16:44:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38b61ad1-e11c-5d97-9744-ff0b8fe52018, identifier: 6997039auction110980
2026-03-25 16:44:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 6997038auction110980
2026-03-25 16:44:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 6997038auction110980
2026-03-25 16:44:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 6997038auction110980 to the API
2026-03-25 16:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997038>
{'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-26T15:30:00Z',
'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/6997038',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 60317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE A DIESEL (W177) A 180 d 116hp Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A DIESEL (W177) d 116hp Business Line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997038auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:03 [ecarstrade.be] INFO: Saving data for 6997038auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364754.938642, 'last_price_update_time': 1774457043.49389}
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997038auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 6997039auction110980
2026-03-25 16:44:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 6997039auction110980
2026-03-25 16:44:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 6997039auction110980 to the API
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997039>
{'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-26T15:30:00Z',
'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/6997039',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 71513,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, A-Class '18 PHEV, Mercedes-Benz A-Klasse A 250 e Business "
'Solution 5',
'transmission': 'automatic',
'trim': ", '18 PHEV, -Benz A-Klasse A 250 e Business Solution 5",
'vin': None,
'year': 2022}
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997039auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:03 [ecarstrade.be] INFO: Saving data for 6997039auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364756.519221, 'last_price_update_time': 1774457043.837778}
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997039auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997067> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:04 [ecarstrade.be] INFO: Extracting details for car 6997067auction110980
2026-03-25 16:44:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 6997067auction110980
2026-03-25 16:44:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36859e4-746a-585c-8914-aacb2417da13 with scrape type 2
2026-03-25 16:44:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36859e4-746a-585c-8914-aacb2417da13 with scrape type 2
2026-03-25 16:44:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f36859e4-746a-585c-8914-aacb2417da13, identifier: 6997067auction110980
2026-03-25 16:44:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 6997067auction110980
2026-03-25 16:44:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 6997067auction110980
2026-03-25 16:44:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 6997067auction110980 to the API
2026-03-25 16:44:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997067>
{'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-26T15:30:00Z',
'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/6997067',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 32565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 1.0 TSI eTec 81kW "
'DSG7 Clever+',
'transmission': 'automatic',
'trim': ", Combi '20, Combi 1.0 TSI eTec 81kW DSG7 Clever+",
'vin': None,
'year': 2024}
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997067auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Saving data for 6997067auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364742.760805, 'last_price_update_time': 1774457045.241947}
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997067auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997066> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:44:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:44:05 [ecarstrade.be] INFO: Extracting details for car 6997066auction110980
2026-03-25 16:44:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 6997066auction110980
2026-03-25 16:44:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fcef280-641b-575b-8ba1-4e67c6c2762d with scrape type 2
2026-03-25 16:44:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fcef280-641b-575b-8ba1-4e67c6c2762d with scrape type 2
2026-03-25 16:44:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fcef280-641b-575b-8ba1-4e67c6c2762d, identifier: 6997066auction110980
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:44:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 6997066auction110980
2026-03-25 16:44:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 6997066auction110980
2026-03-25 16:44:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 6997066auction110980 to the API
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997066>
{'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-26T15:30:00Z',
'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/6997066',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 135141,
'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': '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-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997066auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Saving data for 6997066auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364757.632345, 'last_price_update_time': 1774457045.728769}
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997066auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001598auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001598auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001598auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001599auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001599auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001599auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001601auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001601auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001601auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001602auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001602auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001602auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001603auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001603auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001603auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001604auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001604auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001604auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001605auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001605auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001605auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001606auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001606auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001606auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001607auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001607auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001607auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001608auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001608auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001608auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001609auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001609auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001609auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001610auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001610auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001610auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001611auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001611auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001611auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001614auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001614auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:05 [ecarstrade.be] INFO: Scrape type for 7001614auction111038: 1
2026-03-25 16:44:05 [ecarstrade.be] INFO: Found listing with ID: 7001615auction111038
2026-03-25 16:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001615auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:06 [ecarstrade.be] INFO: Scrape type for 7001615auction111038: 1
2026-03-25 16:44:06 [ecarstrade.be] INFO: Found listing with ID: 7001616auction111038
2026-03-25 16:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001616auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:06 [ecarstrade.be] INFO: Scrape type for 7001616auction111038: 1
2026-03-25 16:44:06 [ecarstrade.be] INFO: Found listing with ID: 7001618auction111038
2026-03-25 16:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001618auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:06 [ecarstrade.be] INFO: Scrape type for 7001618auction111038: 1
2026-03-25 16:44:06 [ecarstrade.be] INFO: Found listing with ID: 7001619auction111038
2026-03-25 16:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001619auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:06 [ecarstrade.be] INFO: Scrape type for 7001619auction111038: 1
2026-03-25 16:44:06 [ecarstrade.be] INFO: Found listing with ID: 7001620auction111038
2026-03-25 16:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001620auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:06 [ecarstrade.be] INFO: Scrape type for 7001620auction111038: 1
2026-03-25 16:44:06 [ecarstrade.be] INFO: Found listing with ID: 7001621auction111038
2026-03-25 16:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001621auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:06 [ecarstrade.be] INFO: Scrape type for 7001621auction111038: 1
2026-03-25 16:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997069> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:06 [scrapy.extensions.logstats] INFO: Crawled 269 pages (at 46 pages/min), scraped 194 items (at 42 items/min)
2026-03-25 16:44:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:44:06 [ecarstrade.be] INFO: Extracting details for car 6997069auction110980
2026-03-25 16:44:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6d26924-c6d7-59c7-80ee-8ef73a50d30f with identifier: 6997069auction110980
2026-03-25 16:44:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6d26924-c6d7-59c7-80ee-8ef73a50d30f with scrape type 2
2026-03-25 16:44:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6d26924-c6d7-59c7-80ee-8ef73a50d30f with scrape type 2
2026-03-25 16:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6d26924-c6d7-59c7-80ee-8ef73a50d30f, identifier: 6997069auction110980
2026-03-25 16:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6d26924-c6d7-59c7-80ee-8ef73a50d30f with identifier: 6997069auction110980
2026-03-25 16:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6d26924-c6d7-59c7-80ee-8ef73a50d30f with identifier: 6997069auction110980
2026-03-25 16:44:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6d26924-c6d7-59c7-80ee-8ef73a50d30f with identifier: 6997069auction110980 to the API
2026-03-25 16:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997069>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'b6d26924-c6d7-59c7-80ee-8ef73a50d30f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997069',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 130580,
'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 1.5 TSI 110kW Style 5d',
'transmission': 'manual',
'trim': 'Combi 1.5 TSI 110kW Style 5d',
'vin': None,
'year': 2020}
2026-03-25 16:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997069auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:07 [ecarstrade.be] INFO: Saving data for 6997069auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364741.838373, 'last_price_update_time': 1774457047.286024}
2026-03-25 16:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997069auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997070> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:08 [ecarstrade.be] INFO: Extracting details for car 6997070auction110980
2026-03-25 16:44:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 6997070auction110980
2026-03-25 16:44:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with scrape type 2
2026-03-25 16:44:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with scrape type 2
2026-03-25 16:44:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f, identifier: 6997070auction110980
2026-03-25 16:44:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 6997070auction110980
2026-03-25 16:44:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 6997070auction110980
2026-03-25 16:44:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 6997070auction110980 to the API
2026-03-25 16:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997070>
{'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-26T15:30:00Z',
'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/6997070',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 154414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Arteon 2.0 TDI SCR 110kW DSG 5d',
'transmission': 'automatic',
'trim': '2.0 TDI SCR 110kW DSG 5d',
'vin': None,
'year': 2019}
2026-03-25 16:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997070auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:08 [ecarstrade.be] INFO: Saving data for 6997070auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364742.170724, 'last_price_update_time': 1774457048.595284}
2026-03-25 16:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997070auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997040> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:09 [ecarstrade.be] INFO: Extracting details for car 6997040auction110980
2026-03-25 16:44:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 6997040auction110980
2026-03-25 16:44:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with scrape type 2
2026-03-25 16:44:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with scrape type 2
2026-03-25 16:44:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b, identifier: 6997040auction110980
2026-03-25 16:44:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 6997040auction110980
2026-03-25 16:44:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 6997040auction110980
2026-03-25 16:44:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 6997040auction110980 to the API
2026-03-25 16:44:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997040>
{'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-26T15:30:00Z',
'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/6997040',
'listing': 'auction',
'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': 0,
'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-25 16:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997040auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:09 [ecarstrade.be] INFO: Saving data for 6997040auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364679.532444, 'last_price_update_time': 1774457049.619425}
2026-03-25 16:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997040auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997072> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:10 [ecarstrade.be] INFO: Extracting details for car 6997072auction110980
2026-03-25 16:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa27acdb-cebb-5f43-8ea9-73c1a90920e8 with identifier: 6997072auction110980
2026-03-25 16:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa27acdb-cebb-5f43-8ea9-73c1a90920e8 with scrape type 2
2026-03-25 16:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa27acdb-cebb-5f43-8ea9-73c1a90920e8 with scrape type 2
2026-03-25 16:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa27acdb-cebb-5f43-8ea9-73c1a90920e8, identifier: 6997072auction110980
2026-03-25 16:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa27acdb-cebb-5f43-8ea9-73c1a90920e8 with identifier: 6997072auction110980
2026-03-25 16:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa27acdb-cebb-5f43-8ea9-73c1a90920e8 with identifier: 6997072auction110980
2026-03-25 16:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa27acdb-cebb-5f43-8ea9-73c1a90920e8 with identifier: 6997072auction110980 to the API
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997072>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'aa27acdb-cebb-5f43-8ea9-73c1a90920e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997072',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 74597,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII VARIANT DIESEL 2.0 SCR 150 TDi R-Line DSG 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII VARIANT DIESEL 2.0 SCR 150 TDi R-Line DSG 5d',
'vin': None,
'year': 2022}
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997072auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:10 [ecarstrade.be] INFO: Saving data for 6997072auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364764.013179, 'last_price_update_time': 1774457050.569191}
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997072auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997071> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:10 [ecarstrade.be] INFO: Extracting details for car 6997071auction110980
2026-03-25 16:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 6997071auction110980
2026-03-25 16:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with scrape type 2
2026-03-25 16:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with scrape type 2
2026-03-25 16:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a, identifier: 6997071auction110980
2026-03-25 16:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 6997071auction110980
2026-03-25 16:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 6997071auction110980
2026-03-25 16:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 6997071auction110980 to the API
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997071>
{'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-26T15:30:00Z',
'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/6997071',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 91672,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI 81kW Life Business 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life Business 5d',
'vin': None,
'year': 2022}
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997071auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:11 [ecarstrade.be] INFO: Saving data for 6997071auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364737.555628, 'last_price_update_time': 1774457051.083073}
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997071auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997073> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:44:11 [ecarstrade.be] INFO: Extracting details for car 6997073auction110980
2026-03-25 16:44:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e859327-5445-5002-be82-829446520d49 with identifier: 6997073auction110980
2026-03-25 16:44:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e859327-5445-5002-be82-829446520d49 with scrape type 2
2026-03-25 16:44:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e859327-5445-5002-be82-829446520d49 with scrape type 2
2026-03-25 16:44:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e859327-5445-5002-be82-829446520d49, identifier: 6997073auction110980
2026-03-25 16:44:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e859327-5445-5002-be82-829446520d49 with identifier: 6997073auction110980
2026-03-25 16:44:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e859327-5445-5002-be82-829446520d49 with identifier: 6997073auction110980
2026-03-25 16:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e859327-5445-5002-be82-829446520d49 with identifier: 6997073auction110980 to the API
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997073>
{'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-26T15:30:00Z',
'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/6997073',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 52412,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, C-HR '16, Toyota C-HR 1.8 VVT i-Hybrid C-Lub Bi-Tone E-CVT "
'5',
'transmission': 'automatic',
'trim': ", '16, 1.8 VVT i-Hybrid C-Lub Bi-Tone E-CVT 5",
'vin': None,
'year': 2021}
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997073auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:11 [ecarstrade.be] INFO: Saving data for 6997073auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364740.618353, 'last_price_update_time': 1774457051.928484}
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997073auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997075> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997074> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:44:12 [ecarstrade.be] INFO: Extracting details for car 6997075auction110980
2026-03-25 16:44:12 [ecarstrade.be] INFO: Extracting details for car 6997074auction110980
2026-03-25 16:44:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 6997075auction110980
2026-03-25 16:44:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 with scrape type 2
2026-03-25 16:44:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 with scrape type 2
2026-03-25 16:44:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447b3ac2-a960-5774-96a3-7ede180cb4b7, identifier: 6997075auction110980
2026-03-25 16:44:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 6997074auction110980
2026-03-25 16:44:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with scrape type 2
2026-03-25 16:44:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with scrape type 2
2026-03-25 16:44:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3, identifier: 6997074auction110980
2026-03-25 16:44:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 6997075auction110980
2026-03-25 16:44:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 6997075auction110980
2026-03-25 16:44:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 6997075auction110980 to the API
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997075>
{'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-26T15:30:00Z',
'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/6997075',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 212978,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Transporter 2.0 TDi SCR BMT 81/110 LWB 2.8T 4d',
'transmission': 'manual',
'trim': 'Transporter 2.0 TDi SCR BMT 81/110 LWB 2.8T 4d',
'vin': None,
'year': 2021}
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997075auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:12 [ecarstrade.be] INFO: Saving data for 6997075auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364740.984303, 'last_price_update_time': 1774457052.50529}
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997075auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 6997074auction110980
2026-03-25 16:44:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 6997074auction110980
2026-03-25 16:44:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 6997074auction110980 to the API
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997074>
{'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-26T15:30:00Z',
'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/6997074',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 85667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Superb Combi FL'19, Skoda Superb Combi 2.0 CRTDI 110kW DSG7 "
'Style 5d',
'transmission': 'automatic',
'trim': ", Combi FL'19, Combi 2.0 CRTDI 110kW DSG7 Style 5d",
'vin': None,
'year': 2021}
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997074auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:12 [ecarstrade.be] INFO: Saving data for 6997074auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364739.101386, 'last_price_update_time': 1774457052.770727}
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997074auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997076> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:13 [ecarstrade.be] INFO: Extracting details for car 6997076auction110980
2026-03-25 16:44:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e36055-f6cb-5769-9178-e4186aca1082 with identifier: 6997076auction110980
2026-03-25 16:44:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e36055-f6cb-5769-9178-e4186aca1082 with scrape type 2
2026-03-25 16:44:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83e36055-f6cb-5769-9178-e4186aca1082 with scrape type 2
2026-03-25 16:44:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83e36055-f6cb-5769-9178-e4186aca1082, identifier: 6997076auction110980
2026-03-25 16:44:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83e36055-f6cb-5769-9178-e4186aca1082 with identifier: 6997076auction110980
2026-03-25 16:44:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83e36055-f6cb-5769-9178-e4186aca1082 with identifier: 6997076auction110980
2026-03-25 16:44:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83e36055-f6cb-5769-9178-e4186aca1082 with identifier: 6997076auction110980 to the API
2026-03-25 16:44:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997076>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': '83e36055-f6cb-5769-9178-e4186aca1082',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997076',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 68522,
'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': 'Volkswagen Touran 1.4 TSi 110kW DSG Highline 5d',
'transmission': 'automatic',
'trim': '1.4 TSi 110kW DSG Highline 5d',
'vin': None,
'year': 2019}
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997076auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:14 [ecarstrade.be] INFO: Saving data for 6997076auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364740.139055, 'last_price_update_time': 1774457054.047045}
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997076auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001596> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:14 [ecarstrade.be] INFO: Extracting details for car 7001596auction111038
2026-03-25 16:44:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9358cf8-99da-5b8e-93cc-e61c87759329 with identifier: 7001596auction111038
2026-03-25 16:44:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9358cf8-99da-5b8e-93cc-e61c87759329 with scrape type 1
2026-03-25 16:44:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001596%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_001/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001596%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_002/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001596%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_003/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001596%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_004/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001596%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_005/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001596%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_006/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001595> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:15 [ecarstrade.be] INFO: Extracting details for car 7001595auction111038
2026-03-25 16:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b with identifier: 7001595auction111038
2026-03-25 16:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b with scrape type 1
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001595%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450906%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_001/780x0__r.jpg?hash=1774450906 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001595%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450907%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_002/780x0__r.jpg?hash=1774450907 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001595%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450906%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_003/780x0__r.jpg?hash=1774450906 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001595%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450906%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_004/780x0__r.jpg?hash=1774450906 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001595%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_005/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001595%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450908%27 HTTP/1.1" 200 None
2026-03-25 16:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_006/780x0__r.jpg?hash=1774450908 not downloaded yet
2026-03-25 16:44:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001593> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001594> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:17 [ecarstrade.be] INFO: Extracting details for car 7001593auction111038
2026-03-25 16:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2515490-54e5-5b90-9958-7e5120767648 with identifier: 7001593auction111038
2026-03-25 16:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2515490-54e5-5b90-9958-7e5120767648 with scrape type 1
2026-03-25 16:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001593%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450902%27 HTTP/1.1" 200 None
2026-03-25 16:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_001/780x0__r.jpg?hash=1774450902 not downloaded yet
2026-03-25 16:44:17 [ecarstrade.be] INFO: Extracting details for car 7001594auction111038
2026-03-25 16:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001593%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450902%27 HTTP/1.1" 200 None
2026-03-25 16:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_002/780x0__r.jpg?hash=1774450902 not downloaded yet
2026-03-25 16:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001593%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450902%27 HTTP/1.1" 200 None
2026-03-25 16:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_003/780x0__r.jpg?hash=1774450902 not downloaded yet
2026-03-25 16:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dece9274-a5fa-56c6-a762-a7c616b03d25 with identifier: 7001594auction111038
2026-03-25 16:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dece9274-a5fa-56c6-a762-a7c616b03d25 with scrape type 1
2026-03-25 16:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001594%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450904%27 HTTP/1.1" 200 None
2026-03-25 16:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_001/780x0__r.jpg?hash=1774450904 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001593%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450902%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_004/780x0__r.jpg?hash=1774450902 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001594%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450904%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_002/780x0__r.jpg?hash=1774450904 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001593%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450902%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_005/780x0__r.jpg?hash=1774450902 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001594%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450905%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_003/780x0__r.jpg?hash=1774450905 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001593%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450902%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_006/780x0__r.jpg?hash=1774450902 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001594%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450905%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_004/780x0__r.jpg?hash=1774450905 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001594%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450905%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_005/780x0__r.jpg?hash=1774450905 not downloaded yet
2026-03-25 16:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001594%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450905%27 HTTP/1.1" 200 None
2026-03-25 16:44:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_006/780x0__r.jpg?hash=1774450905 not downloaded yet
2026-03-25 16:44:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001591> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:19 [ecarstrade.be] INFO: Extracting details for car 7001591auction111038
2026-03-25 16:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ca2fbf5-3086-598b-9c5f-5e917f46a43e with identifier: 7001591auction111038
2026-03-25 16:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e with scrape type 1
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001591%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450900%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_001/780x0__r.jpg?hash=1774450900 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001591%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450901%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_002/780x0__r.jpg?hash=1774450901 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001591%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450901%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_003/780x0__r.jpg?hash=1774450901 not downloaded yet
2026-03-25 16:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001588> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001591%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450901%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_004/780x0__r.jpg?hash=1774450901 not downloaded yet
2026-03-25 16:44:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001591%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450901%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_005/780x0__r.jpg?hash=1774450901 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001591%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450901%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_006/780x0__r.jpg?hash=1774450901 not downloaded yet
2026-03-25 16:44:19 [ecarstrade.be] INFO: Extracting details for car 7001588auction111038
2026-03-25 16:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69dc2109-7613-5409-add7-3ffb54b4ee77 with identifier: 7001588auction111038
2026-03-25 16:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69dc2109-7613-5409-add7-3ffb54b4ee77 with scrape type 1
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001588%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_001/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001588%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_002/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001588%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_003/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001588%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_004/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001588%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_005/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001588%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_006/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001621> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:20 [ecarstrade.be] INFO: Extracting details for car 7001621auction111038
2026-03-25 16:44:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d331587-7126-55d2-8cec-e077f51c9789 with identifier: 7001621auction111038
2026-03-25 16:44:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d331587-7126-55d2-8cec-e077f51c9789 with scrape type 1
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001621%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450941%27 HTTP/1.1" 200 None
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_001/780x0__r.jpg?hash=1774450941 not downloaded yet
2026-03-25 16:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001621%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450941%27 HTTP/1.1" 200 None
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_002/780x0__r.jpg?hash=1774450941 not downloaded yet
2026-03-25 16:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001621%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450941%27 HTTP/1.1" 200 None
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_003/780x0__r.jpg?hash=1774450941 not downloaded yet
2026-03-25 16:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001621%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450941%27 HTTP/1.1" 200 None
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_004/780x0__r.jpg?hash=1774450941 not downloaded yet
2026-03-25 16:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001621%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450942%27 HTTP/1.1" 200 None
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_005/780x0__r.jpg?hash=1774450942 not downloaded yet
2026-03-25 16:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001621%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450941%27 HTTP/1.1" 200 None
2026-03-25 16:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_006/780x0__r.jpg?hash=1774450941 not downloaded yet
2026-03-25 16:44:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001620> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:44:21 [ecarstrade.be] INFO: Extracting details for car 7001620auction111038
2026-03-25 16:44:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e06d693-76fc-5a97-b961-8694158acdc0 with identifier: 7001620auction111038
2026-03-25 16:44:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e06d693-76fc-5a97-b961-8694158acdc0 with scrape type 1
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001620%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_001/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001620%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_002/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001620%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_003/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001620%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_004/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001620%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450939%27 HTTP/1.1" 200 None
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_005/780x0__r.jpg?hash=1774450939 not downloaded yet
2026-03-25 16:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001620%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450939%27 HTTP/1.1" 200 None
2026-03-25 16:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_006/780x0__r.jpg?hash=1774450939 not downloaded yet
2026-03-25 16:44:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001619> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:22 [ecarstrade.be] INFO: Extracting details for car 7001619auction111038
2026-03-25 16:44:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbd42526-e735-5190-83c5-1584bcd8344a with identifier: 7001619auction111038
2026-03-25 16:44:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd42526-e735-5190-83c5-1584bcd8344a with scrape type 1
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001619%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_001/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001619%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_002/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001619%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_003/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001619%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_004/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001619%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_005/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001619%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_006/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001589> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:23 [ecarstrade.be] INFO: Extracting details for car 7001589auction111038
2026-03-25 16:44:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 079e25ef-514d-51ee-ad2a-abe229f67f3f with identifier: 7001589auction111038
2026-03-25 16:44:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079e25ef-514d-51ee-ad2a-abe229f67f3f with scrape type 1
2026-03-25 16:44:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001589%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_001/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001589%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450900%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_002/780x0__r.jpg?hash=1774450900 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001589%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450900%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_003/780x0__r.jpg?hash=1774450900 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001589%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450900%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_004/780x0__r.jpg?hash=1774450900 not downloaded yet
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_006/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001596)
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001589%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450899%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_005/780x0__r.jpg?hash=1774450899 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001589%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450900%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_006/780x0__r.jpg?hash=1774450900 not downloaded yet
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_006/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001595)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_005/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001595)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_006/780x0__r.jpg?hash=1774450905> (referer: https://ecarstrade.com/cars/7001594)
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001616> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_003/780x0__r.jpg?hash=1774450901> (referer: https://ecarstrade.com/cars/7001591)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_006/780x0__r.jpg?hash=1774450941> (referer: https://ecarstrade.com/cars/7001621)
2026-03-25 16:44:24 [ecarstrade.be] INFO: Extracting details for car 7001616auction111038
2026-03-25 16:44:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 280b509d-c40f-5b06-9313-f07aea3d13e9 with identifier: 7001616auction111038
2026-03-25 16:44:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 280b509d-c40f-5b06-9313-f07aea3d13e9 with scrape type 1
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001616%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450936%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_001/780x0__r.jpg?hash=1774450936 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001616%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450935%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_002/780x0__r.jpg?hash=1774450935 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001616%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450935%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_003/780x0__r.jpg?hash=1774450935 not downloaded yet
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_006/780x0__r.jpg?hash=1774450939> (referer: https://ecarstrade.com/cars/7001620)
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001616%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450935%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_004/780x0__r.jpg?hash=1774450935 not downloaded yet
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_006/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001588)
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001616%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450935%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_005/780x0__r.jpg?hash=1774450935 not downloaded yet
2026-03-25 16:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001616%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450935%27 HTTP/1.1" 200 None
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_006/780x0__r.jpg?hash=1774450935 not downloaded yet
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_006/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001619)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_004/780x0__r.jpg?hash=1774450900> (referer: https://ecarstrade.com/cars/7001589)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_006/780x0__r.jpg?hash=1774450900> (referer: https://ecarstrade.com/cars/7001589)
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_005/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001589)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_003/780x0__r.jpg?hash=1774450900> (referer: https://ecarstrade.com/cars/7001589)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_002/780x0__r.jpg?hash=1774450900> (referer: https://ecarstrade.com/cars/7001589)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_001/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001589)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_003/780x0__r.jpg?hash=1774450935> (referer: https://ecarstrade.com/cars/7001616)
2026-03-25 16:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_005/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001619)
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 079e25ef-514d-51ee-ad2a-abe229f67f3f
2026-03-25 16:44:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 079e25ef-514d-51ee-ad2a-abe229f67f3f, skipping ID generation
2026-03-25 16:44:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079e25ef-514d-51ee-ad2a-abe229f67f3f with scrape type 1
2026-03-25 16:44:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 079e25ef-514d-51ee-ad2a-abe229f67f3f sending to next pipeline
2026-03-25 16:44:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 079e25ef-514d-51ee-ad2a-abe229f67f3f, identifier: 7001589auction111038
2026-03-25 16:44:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 079e25ef-514d-51ee-ad2a-abe229f67f3f with identifier: 7001589auction111038
2026-03-25 16:44:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 079e25ef-514d-51ee-ad2a-abe229f67f3f with identifier: 7001589auction111038
2026-03-25 16:44:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 079e25ef-514d-51ee-ad2a-abe229f67f3f with identifier: 7001589auction111038 to the API
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_001/780x0__r.jpg?hash=1774450899>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '079e25ef-514d-51ee-ad2a-abe229f67f3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001589',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 58945,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001589auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [ecarstrade.be] INFO: Saving data for 7001589auction111038: {'created_time': 1774457065.696941, 'last_price_update_time': 1774457065.696955, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001589auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_006/780x0__r.jpg?hash=1774450935> (referer: https://ecarstrade.com/cars/7001616)
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_004/780x0__r.jpg?hash=1774450935> (referer: https://ecarstrade.com/cars/7001616)
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001618> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_002/780x0__r.jpg?hash=1774450935> (referer: https://ecarstrade.com/cars/7001616)
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_005/780x0__r.jpg?hash=1774450935> (referer: https://ecarstrade.com/cars/7001616)
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:25 [ecarstrade.be] INFO: Extracting details for car 7001618auction111038
2026-03-25 16:44:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371b2531-adec-5596-84d0-4988da4ae8ec with identifier: 7001618auction111038
2026-03-25 16:44:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371b2531-adec-5596-84d0-4988da4ae8ec with scrape type 1
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001618%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450937%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_001/780x0__r.jpg?hash=1774450937 not downloaded yet
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_004/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001619)
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001618%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450937%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_002/780x0__r.jpg?hash=1774450937 not downloaded yet
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_003/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001619)
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001618%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450937%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_003/780x0__r.jpg?hash=1774450937 not downloaded yet
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_001/780x0__r.jpg?hash=1774450936> (referer: https://ecarstrade.com/cars/7001616)
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001618%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450937%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_004/780x0__r.jpg?hash=1774450937 not downloaded yet
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001614> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001618%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450937%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_005/780x0__r.jpg?hash=1774450937 not downloaded yet
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001618%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450938%27 HTTP/1.1" 200 None
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_006/780x0__r.jpg?hash=1774450938 not downloaded yet
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_002/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001619)
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_001/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001619)
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_005/780x0__r.jpg?hash=1774450939> (referer: https://ecarstrade.com/cars/7001620)
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 280b509d-c40f-5b06-9313-f07aea3d13e9
2026-03-25 16:44:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 280b509d-c40f-5b06-9313-f07aea3d13e9, skipping ID generation
2026-03-25 16:44:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 280b509d-c40f-5b06-9313-f07aea3d13e9 with scrape type 1
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 280b509d-c40f-5b06-9313-f07aea3d13e9 sending to next pipeline
2026-03-25 16:44:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 280b509d-c40f-5b06-9313-f07aea3d13e9, identifier: 7001616auction111038
2026-03-25 16:44:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 280b509d-c40f-5b06-9313-f07aea3d13e9 with identifier: 7001616auction111038
2026-03-25 16:44:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 280b509d-c40f-5b06-9313-f07aea3d13e9 with identifier: 7001616auction111038
2026-03-25 16:44:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 280b509d-c40f-5b06-9313-f07aea3d13e9 with identifier: 7001616auction111038 to the API
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001616/photo_001/780x0__r.jpg?hash=1774450936>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '280b509d-c40f-5b06-9313-f07aea3d13e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001616',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 114339,
'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': None,
'seller_name': None,
'title': 'Jumper Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop '
'BlueHDi 140CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop BlueHDi '
'140CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001616auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:26 [ecarstrade.be] INFO: Saving data for 7001616auction111038: {'created_time': 1774457066.727468, 'last_price_update_time': 1774457066.727486, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001616auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_003/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001620)
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_002/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001620)
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_001/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001620)
2026-03-25 16:44:26 [ecarstrade.be] INFO: Extracting details for car 7001614auction111038
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001615> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_005/780x0__r.jpg?hash=1774450942> (referer: https://ecarstrade.com/cars/7001621)
2026-03-25 16:44:26 [ecarstrade.be] INFO: Extracting details for car 7001615auction111038
2026-03-25 16:44:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca333b06-f8f5-5076-a2dd-f4f92fef24a7 with identifier: 7001614auction111038
2026-03-25 16:44:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca333b06-f8f5-5076-a2dd-f4f92fef24a7 with scrape type 1
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001614%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_001/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cbd42526-e735-5190-83c5-1584bcd8344a
2026-03-25 16:44:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cbd42526-e735-5190-83c5-1584bcd8344a, skipping ID generation
2026-03-25 16:44:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd42526-e735-5190-83c5-1584bcd8344a with scrape type 1
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cbd42526-e735-5190-83c5-1584bcd8344a sending to next pipeline
2026-03-25 16:44:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbd42526-e735-5190-83c5-1584bcd8344a, identifier: 7001619auction111038
2026-03-25 16:44:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_001/780x0__r.jpg?hash=1774450937> (referer: https://ecarstrade.com/cars/7001618)
2026-03-25 16:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_002/780x0__r.jpg?hash=1774450937> (referer: https://ecarstrade.com/cars/7001618)
2026-03-25 16:44:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbd42526-e735-5190-83c5-1584bcd8344a with identifier: 7001619auction111038
2026-03-25 16:44:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbd42526-e735-5190-83c5-1584bcd8344a with identifier: 7001619auction111038
2026-03-25 16:44:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbd42526-e735-5190-83c5-1584bcd8344a with identifier: 7001619auction111038 to the API
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001619/photo_001/780x0__r.jpg?hash=1774450938>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'cbd42526-e735-5190-83c5-1584bcd8344a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001619',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'Citroen C4 Cactus',
'odometer': 109298,
'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': 2,
'seller_name': None,
'title': 'C4 Cactus Feel Nav Société 1.5 BlueHDi 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'C4 Cactus Feel Nav Société 1.5 BlueHDi 100CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001619auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [ecarstrade.be] INFO: Saving data for 7001619auction111038: {'created_time': 1774457067.400897, 'last_price_update_time': 1774457067.400907, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001619auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001614%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_002/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001611> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_004/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001620)
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 440566b6-8712-5c97-9a50-7c34daee068b with identifier: 7001615auction111038
2026-03-25 16:44:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440566b6-8712-5c97-9a50-7c34daee068b with scrape type 1
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001615%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_001/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_004/780x0__r.jpg?hash=1774450937> (referer: https://ecarstrade.com/cars/7001618)
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001614%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_003/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001615%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_002/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_006/780x0__r.jpg?hash=1774450938> (referer: https://ecarstrade.com/cars/7001618)
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_005/780x0__r.jpg?hash=1774450937> (referer: https://ecarstrade.com/cars/7001618)
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001614%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_004/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_003/780x0__r.jpg?hash=1774450941> (referer: https://ecarstrade.com/cars/7001621)
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001615%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_003/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [ecarstrade.be] INFO: Extracting details for car 7001611auction111038
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001614%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_005/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_002/780x0__r.jpg?hash=1774450941> (referer: https://ecarstrade.com/cars/7001621)
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001615%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_004/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001614%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_006/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_001/780x0__r.jpg?hash=1774450941> (referer: https://ecarstrade.com/cars/7001621)
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001615%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_005/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59d985d-bcef-56b9-9da9-6b667a09e576 with identifier: 7001611auction111038
2026-03-25 16:44:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59d985d-bcef-56b9-9da9-6b667a09e576 with scrape type 1
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001611%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_001/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3e06d693-76fc-5a97-b961-8694158acdc0
2026-03-25 16:44:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e06d693-76fc-5a97-b961-8694158acdc0, skipping ID generation
2026-03-25 16:44:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e06d693-76fc-5a97-b961-8694158acdc0 with scrape type 1
2026-03-25 16:44:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e06d693-76fc-5a97-b961-8694158acdc0 sending to next pipeline
2026-03-25 16:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e06d693-76fc-5a97-b961-8694158acdc0, identifier: 7001620auction111038
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_005/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001588)
2026-03-25 16:44:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e06d693-76fc-5a97-b961-8694158acdc0 with identifier: 7001620auction111038
2026-03-25 16:44:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e06d693-76fc-5a97-b961-8694158acdc0 with identifier: 7001620auction111038
2026-03-25 16:44:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e06d693-76fc-5a97-b961-8694158acdc0 with identifier: 7001620auction111038 to the API
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001620/photo_004/780x0__r.jpg?hash=1774450938>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '3e06d693-76fc-5a97-b961-8694158acdc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001620',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 116877,
'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': 'Jumpy Fourgon CityVan XS 1.5 BlueHDi 120CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon CityVan XS 1.5 BlueHDi 120CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001620auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [ecarstrade.be] INFO: Saving data for 7001620auction111038: {'created_time': 1774457068.605959, 'last_price_update_time': 1774457068.60597, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001620auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_003/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001588)
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_003/780x0__r.jpg?hash=1774450937> (referer: https://ecarstrade.com/cars/7001618)
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_004/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001588)
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001615%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450933%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_006/780x0__r.jpg?hash=1774450933 not downloaded yet
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001611%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_002/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_002/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001588)
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001611%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_003/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001610> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001611%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_004/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001611%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_005/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_003/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001614)
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_002/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001614)
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_004/780x0__r.jpg?hash=1774450941> (referer: https://ecarstrade.com/cars/7001621)
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_001/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001614)
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_001/780x0__r.jpg?hash=1774450899> (referer: https://ecarstrade.com/cars/7001588)
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001611%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450932%27 HTTP/1.1" 200 None
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_006/780x0__r.jpg?hash=1774450932 not downloaded yet
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_001/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001615)
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 371b2531-adec-5596-84d0-4988da4ae8ec
2026-03-25 16:44:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 371b2531-adec-5596-84d0-4988da4ae8ec, skipping ID generation
2026-03-25 16:44:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371b2531-adec-5596-84d0-4988da4ae8ec with scrape type 1
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 371b2531-adec-5596-84d0-4988da4ae8ec sending to next pipeline
2026-03-25 16:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 371b2531-adec-5596-84d0-4988da4ae8ec, identifier: 7001618auction111038
2026-03-25 16:44:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:28 [ecarstrade.be] INFO: Extracting details for car 7001610auction111038
2026-03-25 16:44:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 371b2531-adec-5596-84d0-4988da4ae8ec with identifier: 7001618auction111038
2026-03-25 16:44:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 371b2531-adec-5596-84d0-4988da4ae8ec with identifier: 7001618auction111038
2026-03-25 16:44:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 371b2531-adec-5596-84d0-4988da4ae8ec with identifier: 7001618auction111038 to the API
2026-03-25 16:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001618/photo_003/780x0__r.jpg?hash=1774450937>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': '371b2531-adec-5596-84d0-4988da4ae8ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001618',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C3',
'odometer': 52681,
'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': 2,
'seller_name': None,
'title': 'C3 Société Feel Nav 1.2 PureTech 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Société Feel Nav 1.2 PureTech 80CV BVM5 E6d',
'vin': None,
'year': 2020}
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001618auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:29 [ecarstrade.be] INFO: Saving data for 7001618auction111038: {'created_time': 1774457069.294914, 'last_price_update_time': 1774457069.294926, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001618auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_003/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001615)
2026-03-25 16:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_005/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001615)
2026-03-25 16:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_001/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001611)
2026-03-25 16:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_006/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001614)
2026-03-25 16:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_004/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001615)
2026-03-25 16:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_005/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001614)
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01c7cfca-3c7a-5728-92bd-ba5606ba0860 with identifier: 7001610auction111038
2026-03-25 16:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01c7cfca-3c7a-5728-92bd-ba5606ba0860 with scrape type 1
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001610%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450930%27 HTTP/1.1" 200 None
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_001/780x0__r.jpg?hash=1774450930 not downloaded yet
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7d331587-7126-55d2-8cec-e077f51c9789
2026-03-25 16:44:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d331587-7126-55d2-8cec-e077f51c9789, skipping ID generation
2026-03-25 16:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d331587-7126-55d2-8cec-e077f51c9789 with scrape type 1
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d331587-7126-55d2-8cec-e077f51c9789 sending to next pipeline
2026-03-25 16:44:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d331587-7126-55d2-8cec-e077f51c9789, identifier: 7001621auction111038
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 69dc2109-7613-5409-add7-3ffb54b4ee77
2026-03-25 16:44:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69dc2109-7613-5409-add7-3ffb54b4ee77, skipping ID generation
2026-03-25 16:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69dc2109-7613-5409-add7-3ffb54b4ee77 with scrape type 1
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69dc2109-7613-5409-add7-3ffb54b4ee77 sending to next pipeline
2026-03-25 16:44:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69dc2109-7613-5409-add7-3ffb54b4ee77, identifier: 7001588auction111038
2026-03-25 16:44:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d331587-7126-55d2-8cec-e077f51c9789 with identifier: 7001621auction111038
2026-03-25 16:44:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d331587-7126-55d2-8cec-e077f51c9789 with identifier: 7001621auction111038
2026-03-25 16:44:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d331587-7126-55d2-8cec-e077f51c9789 with identifier: 7001621auction111038 to the API
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001621/photo_004/780x0__r.jpg?hash=1774450941>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '7d331587-7126-55d2-8cec-e077f51c9789',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001621',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 122542,
'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': 'Jumpy Fourgon CityVan XS 1.5 BlueHDi 120CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon CityVan XS 1.5 BlueHDi 120CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001621auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:29 [ecarstrade.be] INFO: Saving data for 7001621auction111038: {'created_time': 1774457069.828676, 'last_price_update_time': 1774457069.828689, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001621auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69dc2109-7613-5409-add7-3ffb54b4ee77 with identifier: 7001588auction111038
2026-03-25 16:44:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69dc2109-7613-5409-add7-3ffb54b4ee77 with identifier: 7001588auction111038
2026-03-25 16:44:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69dc2109-7613-5409-add7-3ffb54b4ee77 with identifier: 7001588auction111038 to the API
2026-03-25 16:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_001/780x0__r.jpg?hash=1774450899>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '69dc2109-7613-5409-add7-3ffb54b4ee77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001588',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 110056,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Driver XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Driver XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001588auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:30 [ecarstrade.be] INFO: Saving data for 7001588auction111038: {'created_time': 1774457070.3404, 'last_price_update_time': 1774457070.34041, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001588auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001610%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450931%27 HTTP/1.1" 200 None
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_002/780x0__r.jpg?hash=1774450931 not downloaded yet
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_002/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001611)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_006/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001615)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_002/780x0__r.jpg?hash=1774450933> (referer: https://ecarstrade.com/cars/7001615)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_004/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001611)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_003/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001611)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_005/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001611)
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001610%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450931%27 HTTP/1.1" 200 None
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_003/780x0__r.jpg?hash=1774450931 not downloaded yet
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001610%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450931%27 HTTP/1.1" 200 None
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_004/780x0__r.jpg?hash=1774450931 not downloaded yet
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001610%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450930%27 HTTP/1.1" 200 None
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_005/780x0__r.jpg?hash=1774450930 not downloaded yet
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_004/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001614)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_006/780x0__r.jpg?hash=1774450901> (referer: https://ecarstrade.com/cars/7001591)
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001610%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450931%27 HTTP/1.1" 200 None
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_006/780x0__r.jpg?hash=1774450931 not downloaded yet
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_005/780x0__r.jpg?hash=1774450901> (referer: https://ecarstrade.com/cars/7001591)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_006/780x0__r.jpg?hash=1774450932> (referer: https://ecarstrade.com/cars/7001611)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_004/780x0__r.jpg?hash=1774450901> (referer: https://ecarstrade.com/cars/7001591)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_002/780x0__r.jpg?hash=1774450901> (referer: https://ecarstrade.com/cars/7001591)
2026-03-25 16:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_001/780x0__r.jpg?hash=1774450900> (referer: https://ecarstrade.com/cars/7001591)
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 440566b6-8712-5c97-9a50-7c34daee068b
2026-03-25 16:44:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 440566b6-8712-5c97-9a50-7c34daee068b, skipping ID generation
2026-03-25 16:44:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440566b6-8712-5c97-9a50-7c34daee068b with scrape type 1
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 440566b6-8712-5c97-9a50-7c34daee068b sending to next pipeline
2026-03-25 16:44:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 440566b6-8712-5c97-9a50-7c34daee068b, identifier: 7001615auction111038
2026-03-25 16:44:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 440566b6-8712-5c97-9a50-7c34daee068b with identifier: 7001615auction111038
2026-03-25 16:44:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 440566b6-8712-5c97-9a50-7c34daee068b with identifier: 7001615auction111038
2026-03-25 16:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 440566b6-8712-5c97-9a50-7c34daee068b with identifier: 7001615auction111038 to the API
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001615/photo_002/780x0__r.jpg?hash=1774450933>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '440566b6-8712-5c97-9a50-7c34daee068b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001615',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 90594,
'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': None,
'seller_name': None,
'title': 'Jumper Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop '
'BlueHDi 140CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop BlueHDi '
'140CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001615auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:31 [ecarstrade.be] INFO: Saving data for 7001615auction111038: {'created_time': 1774457071.577799, 'last_price_update_time': 1774457071.577809, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001615auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_005/780x0__r.jpg?hash=1774450905> (referer: https://ecarstrade.com/cars/7001594)
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_004/780x0__r.jpg?hash=1774450905> (referer: https://ecarstrade.com/cars/7001594)
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_006/780x0__r.jpg?hash=1774450902> (referer: https://ecarstrade.com/cars/7001593)
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_001/780x0__r.jpg?hash=1774450930> (referer: https://ecarstrade.com/cars/7001610)
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_002/780x0__r.jpg?hash=1774450904> (referer: https://ecarstrade.com/cars/7001594)
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_005/780x0__r.jpg?hash=1774450902> (referer: https://ecarstrade.com/cars/7001593)
2026-03-25 16:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_003/780x0__r.jpg?hash=1774450905> (referer: https://ecarstrade.com/cars/7001594)
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca333b06-f8f5-5076-a2dd-f4f92fef24a7
2026-03-25 16:44:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca333b06-f8f5-5076-a2dd-f4f92fef24a7, skipping ID generation
2026-03-25 16:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca333b06-f8f5-5076-a2dd-f4f92fef24a7 with scrape type 1
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca333b06-f8f5-5076-a2dd-f4f92fef24a7 sending to next pipeline
2026-03-25 16:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca333b06-f8f5-5076-a2dd-f4f92fef24a7, identifier: 7001614auction111038
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c59d985d-bcef-56b9-9da9-6b667a09e576
2026-03-25 16:44:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c59d985d-bcef-56b9-9da9-6b667a09e576, skipping ID generation
2026-03-25 16:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59d985d-bcef-56b9-9da9-6b667a09e576 with scrape type 1
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c59d985d-bcef-56b9-9da9-6b667a09e576 sending to next pipeline
2026-03-25 16:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c59d985d-bcef-56b9-9da9-6b667a09e576, identifier: 7001611auction111038
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e
2026-03-25 16:44:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ca2fbf5-3086-598b-9c5f-5e917f46a43e, skipping ID generation
2026-03-25 16:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e with scrape type 1
2026-03-25 16:44:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ca2fbf5-3086-598b-9c5f-5e917f46a43e sending to next pipeline
2026-03-25 16:44:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ca2fbf5-3086-598b-9c5f-5e917f46a43e, identifier: 7001591auction111038
2026-03-25 16:44:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001609> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca333b06-f8f5-5076-a2dd-f4f92fef24a7 with identifier: 7001614auction111038
2026-03-25 16:44:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca333b06-f8f5-5076-a2dd-f4f92fef24a7 with identifier: 7001614auction111038
2026-03-25 16:44:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca333b06-f8f5-5076-a2dd-f4f92fef24a7 with identifier: 7001614auction111038 to the API
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001614/photo_004/780x0__r.jpg?hash=1774450932>
{'auction_title': '',
'c_o_2_emission_value': 368,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca333b06-f8f5-5076-a2dd-f4f92fef24a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001614',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 91854,
'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': 3,
'seller_name': None,
'title': 'CITROEN JumperChassisCabine SC / 2014 / 2P / Chassis cab 4-35 L3 '
'BlueHDi 165 S&S BVM6 Control',
'transmission': 'manual',
'trim': 'CITROEN ChassisCabine SC / 2014 / 2P / Chassis cab 4-35 L3 BlueHDi '
'165 S&S BVM6 Control',
'vin': None,
'year': 2021}
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001614auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:32 [ecarstrade.be] INFO: Saving data for 7001614auction111038: {'created_time': 1774457072.416897, 'last_price_update_time': 1774457072.416907, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001614auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c59d985d-bcef-56b9-9da9-6b667a09e576 with identifier: 7001611auction111038
2026-03-25 16:44:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c59d985d-bcef-56b9-9da9-6b667a09e576 with identifier: 7001611auction111038
2026-03-25 16:44:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c59d985d-bcef-56b9-9da9-6b667a09e576 with identifier: 7001611auction111038 to the API
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001611/photo_006/780x0__r.jpg?hash=1774450932>
{'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-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'c59d985d-bcef-56b9-9da9-6b667a09e576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001611',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 55003,
'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': 'C3 Société Feel 1.2 PureTech 80CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.2 PureTech 80CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001611auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:32 [ecarstrade.be] INFO: Saving data for 7001611auction111038: {'created_time': 1774457072.852866, 'last_price_update_time': 1774457072.852879, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001611auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ca2fbf5-3086-598b-9c5f-5e917f46a43e with identifier: 7001591auction111038
2026-03-25 16:44:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ca2fbf5-3086-598b-9c5f-5e917f46a43e with identifier: 7001591auction111038
2026-03-25 16:44:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ca2fbf5-3086-598b-9c5f-5e917f46a43e with identifier: 7001591auction111038 to the API
2026-03-25 16:44:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_001/780x0__r.jpg?hash=1774450900>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '2ca2fbf5-3086-598b-9c5f-5e917f46a43e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001591',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 100459,
'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': 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-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001591auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [ecarstrade.be] INFO: Saving data for 7001591auction111038: {'created_time': 1774457073.500478, 'last_price_update_time': 1774457073.500489, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001591auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:33 [ecarstrade.be] INFO: Extracting details for car 7001609auction111038
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_004/780x0__r.jpg?hash=1774450902> (referer: https://ecarstrade.com/cars/7001593)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_005/780x0__r.jpg?hash=1774450930> (referer: https://ecarstrade.com/cars/7001610)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_001/780x0__r.jpg?hash=1774450904> (referer: https://ecarstrade.com/cars/7001594)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_004/780x0__r.jpg?hash=1774450931> (referer: https://ecarstrade.com/cars/7001610)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_006/780x0__r.jpg?hash=1774450931> (referer: https://ecarstrade.com/cars/7001610)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_002/780x0__r.jpg?hash=1774450931> (referer: https://ecarstrade.com/cars/7001610)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_003/780x0__r.jpg?hash=1774450931> (referer: https://ecarstrade.com/cars/7001610)
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b with identifier: 7001609auction111038
2026-03-25 16:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b with scrape type 1
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001609%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_001/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001609%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_002/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001609%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_003/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_002/780x0__r.jpg?hash=1774450902> (referer: https://ecarstrade.com/cars/7001593)
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001609%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_004/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_001/780x0__r.jpg?hash=1774450902> (referer: https://ecarstrade.com/cars/7001593)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_001/780x0__r.jpg?hash=1774450906> (referer: https://ecarstrade.com/cars/7001595)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_004/780x0__r.jpg?hash=1774450906> (referer: https://ecarstrade.com/cars/7001595)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_002/780x0__r.jpg?hash=1774450907> (referer: https://ecarstrade.com/cars/7001595)
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001609%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_005/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_003/780x0__r.jpg?hash=1774450906> (referer: https://ecarstrade.com/cars/7001595)
2026-03-25 16:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_005/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001596)
2026-03-25 16:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001609%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450930%27 HTTP/1.1" 200 None
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_006/780x0__r.jpg?hash=1774450930 not downloaded yet
2026-03-25 16:44:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dece9274-a5fa-56c6-a762-a7c616b03d25
2026-03-25 16:44:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dece9274-a5fa-56c6-a762-a7c616b03d25, skipping ID generation
2026-03-25 16:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dece9274-a5fa-56c6-a762-a7c616b03d25 with scrape type 1
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dece9274-a5fa-56c6-a762-a7c616b03d25 sending to next pipeline
2026-03-25 16:44:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dece9274-a5fa-56c6-a762-a7c616b03d25, identifier: 7001594auction111038
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01c7cfca-3c7a-5728-92bd-ba5606ba0860
2026-03-25 16:44:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01c7cfca-3c7a-5728-92bd-ba5606ba0860, skipping ID generation
2026-03-25 16:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01c7cfca-3c7a-5728-92bd-ba5606ba0860 with scrape type 1
2026-03-25 16:44:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01c7cfca-3c7a-5728-92bd-ba5606ba0860 sending to next pipeline
2026-03-25 16:44:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01c7cfca-3c7a-5728-92bd-ba5606ba0860, identifier: 7001610auction111038
2026-03-25 16:44:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dece9274-a5fa-56c6-a762-a7c616b03d25 with identifier: 7001594auction111038
2026-03-25 16:44:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dece9274-a5fa-56c6-a762-a7c616b03d25 with identifier: 7001594auction111038
2026-03-25 16:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dece9274-a5fa-56c6-a762-a7c616b03d25 with identifier: 7001594auction111038 to the API
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_001/780x0__r.jpg?hash=1774450904>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'dece9274-a5fa-56c6-a762-a7c616b03d25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001594',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 63590,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Worker M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Worker M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001594auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:34 [ecarstrade.be] INFO: Saving data for 7001594auction111038: {'created_time': 1774457074.365906, 'last_price_update_time': 1774457074.365916, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001594auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01c7cfca-3c7a-5728-92bd-ba5606ba0860 with identifier: 7001610auction111038
2026-03-25 16:44:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01c7cfca-3c7a-5728-92bd-ba5606ba0860 with identifier: 7001610auction111038
2026-03-25 16:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01c7cfca-3c7a-5728-92bd-ba5606ba0860 with identifier: 7001610auction111038 to the API
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001610/photo_003/780x0__r.jpg?hash=1774450931>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '01c7cfca-3c7a-5728-92bd-ba5606ba0860',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001610',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 99121,
'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': 'C3 Société Feel 1.5 BlueHDI 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001610auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:34 [ecarstrade.be] INFO: Saving data for 7001610auction111038: {'created_time': 1774457074.92926, 'last_price_update_time': 1774457074.929273, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001610auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_003/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001596)
2026-03-25 16:44:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_002/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001596)
2026-03-25 16:44:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_001/780x0__r.jpg?hash=1774450908> (referer: https://ecarstrade.com/cars/7001596)
2026-03-25 16:44:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_004/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001596)
2026-03-25 16:44:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b
2026-03-25 16:44:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b, skipping ID generation
2026-03-25 16:44:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b with scrape type 1
2026-03-25 16:44:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b sending to next pipeline
2026-03-25 16:44:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b, identifier: 7001595auction111038
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b with identifier: 7001595auction111038
2026-03-25 16:44:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b with identifier: 7001595auction111038
2026-03-25 16:44:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d8e07d6-7fa5-5d62-92f8-e8dc3376552b with identifier: 7001595auction111038 to the API
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_003/780x0__r.jpg?hash=1774450906>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '2d8e07d6-7fa5-5d62-92f8-e8dc3376552b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001595',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 83345,
'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': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001595auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:35 [ecarstrade.be] INFO: Saving data for 7001595auction111038: {'created_time': 1774457075.365726, 'last_price_update_time': 1774457075.365737, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001595auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_003/780x0__r.jpg?hash=1774450902> (referer: https://ecarstrade.com/cars/7001593)
2026-03-25 16:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_004/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001609)
2026-03-25 16:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_003/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001609)
2026-03-25 16:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_002/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001609)
2026-03-25 16:44:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9358cf8-99da-5b8e-93cc-e61c87759329
2026-03-25 16:44:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9358cf8-99da-5b8e-93cc-e61c87759329, skipping ID generation
2026-03-25 16:44:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9358cf8-99da-5b8e-93cc-e61c87759329 with scrape type 1
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9358cf8-99da-5b8e-93cc-e61c87759329 sending to next pipeline
2026-03-25 16:44:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9358cf8-99da-5b8e-93cc-e61c87759329, identifier: 7001596auction111038
2026-03-25 16:44:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9358cf8-99da-5b8e-93cc-e61c87759329 with identifier: 7001596auction111038
2026-03-25 16:44:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9358cf8-99da-5b8e-93cc-e61c87759329 with identifier: 7001596auction111038
2026-03-25 16:44:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9358cf8-99da-5b8e-93cc-e61c87759329 with identifier: 7001596auction111038 to the API
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_004/780x0__r.jpg?hash=1774450909>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'e9358cf8-99da-5b8e-93cc-e61c87759329',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001596',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 89270,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Worker M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Worker M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001596auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:35 [ecarstrade.be] INFO: Saving data for 7001596auction111038: {'created_time': 1774457075.794209, 'last_price_update_time': 1774457075.79422, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001596auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_001/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001609)
2026-03-25 16:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_005/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001609)
2026-03-25 16:44:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f2515490-54e5-5b90-9958-7e5120767648
2026-03-25 16:44:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2515490-54e5-5b90-9958-7e5120767648, skipping ID generation
2026-03-25 16:44:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2515490-54e5-5b90-9958-7e5120767648 with scrape type 1
2026-03-25 16:44:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2515490-54e5-5b90-9958-7e5120767648 sending to next pipeline
2026-03-25 16:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2515490-54e5-5b90-9958-7e5120767648, identifier: 7001593auction111038
2026-03-25 16:44:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2515490-54e5-5b90-9958-7e5120767648 with identifier: 7001593auction111038
2026-03-25 16:44:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2515490-54e5-5b90-9958-7e5120767648 with identifier: 7001593auction111038
2026-03-25 16:44:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2515490-54e5-5b90-9958-7e5120767648 with identifier: 7001593auction111038 to the API
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_003/780x0__r.jpg?hash=1774450902>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'f2515490-54e5-5b90-9958-7e5120767648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001593',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 78888,
'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': 'Berlingo Fourgon Driver M 1000 1.2 PureTech 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Driver M 1000 1.2 PureTech 110CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001593auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:36 [ecarstrade.be] INFO: Saving data for 7001593auction111038: {'created_time': 1774457076.440624, 'last_price_update_time': 1774457076.440635, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001593auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_006/780x0__r.jpg?hash=1774450930> (referer: https://ecarstrade.com/cars/7001609)
2026-03-25 16:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b
2026-03-25 16:44:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b, skipping ID generation
2026-03-25 16:44:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b with scrape type 1
2026-03-25 16:44:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b sending to next pipeline
2026-03-25 16:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b, identifier: 7001609auction111038
2026-03-25 16:44:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b with identifier: 7001609auction111038
2026-03-25 16:44:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b with identifier: 7001609auction111038
2026-03-25 16:44:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b with identifier: 7001609auction111038 to the API
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001609/photo_006/780x0__r.jpg?hash=1774450930>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'fdfeafd6-d5b5-5a7a-9f00-17b0f098ce6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001609',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 111387,
'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': 2,
'seller_name': None,
'title': 'C3 Société Feel Nav 1.5 BlueHDI 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel Nav 1.5 BlueHDI 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001609auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:36 [ecarstrade.be] INFO: Saving data for 7001609auction111038: {'created_time': 1774457076.937994, 'last_price_update_time': 1774457076.938005, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001609auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001605> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:41 [ecarstrade.be] INFO: Extracting details for car 7001605auction111038
2026-03-25 16:44:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 with identifier: 7001605auction111038
2026-03-25 16:44:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 with scrape type 1
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001605%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450919%27 HTTP/1.1" 200 None
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_001/780x0__r.jpg?hash=1774450919 not downloaded yet
2026-03-25 16:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001605%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450920%27 HTTP/1.1" 200 None
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_002/780x0__r.jpg?hash=1774450920 not downloaded yet
2026-03-25 16:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001605%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450920%27 HTTP/1.1" 200 None
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_003/780x0__r.jpg?hash=1774450920 not downloaded yet
2026-03-25 16:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001605%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450919%27 HTTP/1.1" 200 None
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_004/780x0__r.jpg?hash=1774450919 not downloaded yet
2026-03-25 16:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001605%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450920%27 HTTP/1.1" 200 None
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_005/780x0__r.jpg?hash=1774450920 not downloaded yet
2026-03-25 16:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001605%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450920%27 HTTP/1.1" 200 None
2026-03-25 16:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_006/780x0__r.jpg?hash=1774450920 not downloaded yet
2026-03-25 16:44:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001607> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:42 [ecarstrade.be] INFO: Extracting details for car 7001607auction111038
2026-03-25 16:44:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 921e858d-6e92-5c0e-9ca6-517b70e76799 with identifier: 7001607auction111038
2026-03-25 16:44:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 921e858d-6e92-5c0e-9ca6-517b70e76799 with scrape type 1
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001607%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_001/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001607%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450925%27 HTTP/1.1" 200 None
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_002/780x0__r.jpg?hash=1774450925 not downloaded yet
2026-03-25 16:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001607%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450926%27 HTTP/1.1" 200 None
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_003/780x0__r.jpg?hash=1774450926 not downloaded yet
2026-03-25 16:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001607%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450926%27 HTTP/1.1" 200 None
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_004/780x0__r.jpg?hash=1774450926 not downloaded yet
2026-03-25 16:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001607%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450926%27 HTTP/1.1" 200 None
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_005/780x0__r.jpg?hash=1774450926 not downloaded yet
2026-03-25 16:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001607%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450925%27 HTTP/1.1" 200 None
2026-03-25 16:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_006/780x0__r.jpg?hash=1774450925 not downloaded yet
2026-03-25 16:44:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001603> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001606> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:43 [ecarstrade.be] INFO: Extracting details for car 7001603auction111038
2026-03-25 16:44:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdb42396-f5fc-5c88-adfe-412e8a5ae59a with identifier: 7001603auction111038
2026-03-25 16:44:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdb42396-f5fc-5c88-adfe-412e8a5ae59a with scrape type 1
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001603%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450914%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_001/780x0__r.jpg?hash=1774450914 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001603%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450914%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_002/780x0__r.jpg?hash=1774450914 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001603%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450914%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_003/780x0__r.jpg?hash=1774450914 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001603%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450915%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_004/780x0__r.jpg?hash=1774450915 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001603%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450914%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_005/780x0__r.jpg?hash=1774450914 not downloaded yet
2026-03-25 16:44:43 [ecarstrade.be] INFO: Extracting details for car 7001606auction111038
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001603%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450914%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_006/780x0__r.jpg?hash=1774450914 not downloaded yet
2026-03-25 16:44:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e657d751-bba3-5317-8c20-aa0a3bad3e83 with identifier: 7001606auction111038
2026-03-25 16:44:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e657d751-bba3-5317-8c20-aa0a3bad3e83 with scrape type 1
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001606%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_001/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001606%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_002/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001606%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_003/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001606%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_004/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001606%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_005/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001606%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450924%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_006/780x0__r.jpg?hash=1774450924 not downloaded yet
2026-03-25 16:44:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001608> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:43 [ecarstrade.be] INFO: Extracting details for car 7001608auction111038
2026-03-25 16:44:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 682e40b4-a401-56ac-9339-2a450a84297f with identifier: 7001608auction111038
2026-03-25 16:44:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682e40b4-a401-56ac-9339-2a450a84297f with scrape type 1
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001608%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_001/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001608%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_002/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001608%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_003/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001608%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_004/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001608%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_005/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001608%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450928%27 HTTP/1.1" 200 None
2026-03-25 16:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_006/780x0__r.jpg?hash=1774450928 not downloaded yet
2026-03-25 16:44:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001601> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:44 [ecarstrade.be] INFO: Extracting details for car 7001601auction111038
2026-03-25 16:44:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 with identifier: 7001601auction111038
2026-03-25 16:44:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 with scrape type 1
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001601%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_001/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001601%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_002/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001601%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_003/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001601%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_004/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001601%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_005/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001601%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_006/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001602> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_001/780x0__r.jpg?hash=1774450919> (referer: https://ecarstrade.com/cars/7001605)
2026-03-25 16:44:45 [ecarstrade.be] INFO: Extracting details for car 7001602auction111038
2026-03-25 16:44:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 024ebacf-b837-5c54-9d80-f0eff6904032 with identifier: 7001602auction111038
2026-03-25 16:44:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024ebacf-b837-5c54-9d80-f0eff6904032 with scrape type 1
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001602%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_001/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001602%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_002/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001602%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_003/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_002/780x0__r.jpg?hash=1774450920> (referer: https://ecarstrade.com/cars/7001605)
2026-03-25 16:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001602%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_004/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001602%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_005/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001602%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450913%27 HTTP/1.1" 200 None
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_006/780x0__r.jpg?hash=1774450913 not downloaded yet
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_003/780x0__r.jpg?hash=1774450920> (referer: https://ecarstrade.com/cars/7001605)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_006/780x0__r.jpg?hash=1774450920> (referer: https://ecarstrade.com/cars/7001605)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_006/780x0__r.jpg?hash=1774450925> (referer: https://ecarstrade.com/cars/7001607)
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_005/780x0__r.jpg?hash=1774450926> (referer: https://ecarstrade.com/cars/7001607)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_006/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001606)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_006/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001608)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_006/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001601)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_005/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001601)
2026-03-25 16:44:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_003/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001602)
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_006/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001602)
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_005/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001602)
2026-03-25 16:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_004/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001602)
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_002/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001602)
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_001/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001602)
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_004/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001601)
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 024ebacf-b837-5c54-9d80-f0eff6904032
2026-03-25 16:44:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 024ebacf-b837-5c54-9d80-f0eff6904032, skipping ID generation
2026-03-25 16:44:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024ebacf-b837-5c54-9d80-f0eff6904032 with scrape type 1
2026-03-25 16:44:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 024ebacf-b837-5c54-9d80-f0eff6904032 sending to next pipeline
2026-03-25 16:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 024ebacf-b837-5c54-9d80-f0eff6904032, identifier: 7001602auction111038
2026-03-25 16:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 024ebacf-b837-5c54-9d80-f0eff6904032 with identifier: 7001602auction111038
2026-03-25 16:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 024ebacf-b837-5c54-9d80-f0eff6904032 with identifier: 7001602auction111038
2026-03-25 16:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 024ebacf-b837-5c54-9d80-f0eff6904032 with identifier: 7001602auction111038 to the API
2026-03-25 16:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_001/780x0__r.jpg?hash=1774450913>
{'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-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': '024ebacf-b837-5c54-9d80-f0eff6904032',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001602',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 121677,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Worker M 1000 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Worker M 1000 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-25 16:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001602auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:47 [ecarstrade.be] INFO: Saving data for 7001602auction111038: {'created_time': 1774457087.507025, 'last_price_update_time': 1774457087.507037, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001602auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_003/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001601)
2026-03-25 16:44:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_002/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001601)
2026-03-25 16:44:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_001/780x0__r.jpg?hash=1774450913> (referer: https://ecarstrade.com/cars/7001601)
2026-03-25 16:44:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272
2026-03-25 16:44:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: df1b8e77-8da7-5b95-9cd6-2c2ed92f4272, skipping ID generation
2026-03-25 16:44:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 with scrape type 1
2026-03-25 16:44:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 sending to next pipeline
2026-03-25 16:44:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df1b8e77-8da7-5b95-9cd6-2c2ed92f4272, identifier: 7001601auction111038
2026-03-25 16:44:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 with identifier: 7001601auction111038
2026-03-25 16:44:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 with identifier: 7001601auction111038
2026-03-25 16:44:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df1b8e77-8da7-5b95-9cd6-2c2ed92f4272 with identifier: 7001601auction111038 to the API
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_001/780x0__r.jpg?hash=1774450913>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'df1b8e77-8da7-5b95-9cd6-2c2ed92f4272',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001601',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 98082,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2017}
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001601auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:48 [ecarstrade.be] INFO: Saving data for 7001601auction111038: {'created_time': 1774457088.45928, 'last_price_update_time': 1774457088.45929, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001601auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_005/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001608)
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_004/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001608)
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_003/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001608)
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_002/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001608)
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001599> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_001/780x0__r.jpg?hash=1774450928> (referer: https://ecarstrade.com/cars/7001608)
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_005/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001606)
2026-03-25 16:44:48 [ecarstrade.be] INFO: Extracting details for car 7001599auction111038
2026-03-25 16:44:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc630aaf-d26e-540d-b6ba-2a7a5e71f84b with identifier: 7001599auction111038
2026-03-25 16:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b with scrape type 1
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001599%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450911%27 HTTP/1.1" 200 None
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_001/780x0__r.jpg?hash=1774450911 not downloaded yet
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001599%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450911%27 HTTP/1.1" 200 None
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_002/780x0__r.jpg?hash=1774450911 not downloaded yet
2026-03-25 16:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_004/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001606)
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001599%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450911%27 HTTP/1.1" 200 None
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_003/780x0__r.jpg?hash=1774450911 not downloaded yet
2026-03-25 16:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001599%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450911%27 HTTP/1.1" 200 None
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_004/780x0__r.jpg?hash=1774450911 not downloaded yet
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 682e40b4-a401-56ac-9339-2a450a84297f
2026-03-25 16:44:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 682e40b4-a401-56ac-9339-2a450a84297f, skipping ID generation
2026-03-25 16:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682e40b4-a401-56ac-9339-2a450a84297f with scrape type 1
2026-03-25 16:44:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 682e40b4-a401-56ac-9339-2a450a84297f sending to next pipeline
2026-03-25 16:44:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 682e40b4-a401-56ac-9339-2a450a84297f, identifier: 7001608auction111038
2026-03-25 16:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_003/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001606)
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001599%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450911%27 HTTP/1.1" 200 None
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_005/780x0__r.jpg?hash=1774450911 not downloaded yet
2026-03-25 16:44:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 682e40b4-a401-56ac-9339-2a450a84297f with identifier: 7001608auction111038
2026-03-25 16:44:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 682e40b4-a401-56ac-9339-2a450a84297f with identifier: 7001608auction111038
2026-03-25 16:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 682e40b4-a401-56ac-9339-2a450a84297f with identifier: 7001608auction111038 to the API
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001608/photo_001/780x0__r.jpg?hash=1774450928>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '682e40b4-a401-56ac-9339-2a450a84297f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001608',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C3',
'odometer': 45619,
'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': 'C3 Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001608auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:49 [ecarstrade.be] INFO: Saving data for 7001608auction111038: {'created_time': 1774457089.527146, 'last_price_update_time': 1774457089.527156, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001608auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_002/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001606)
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001599%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450911%27 HTTP/1.1" 200 None
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_006/780x0__r.jpg?hash=1774450911 not downloaded yet
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_001/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001606)
2026-03-25 16:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_006/780x0__r.jpg?hash=1774450914> (referer: https://ecarstrade.com/cars/7001603)
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_004/780x0__r.jpg?hash=1774450915> (referer: https://ecarstrade.com/cars/7001603)
2026-03-25 16:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_005/780x0__r.jpg?hash=1774450914> (referer: https://ecarstrade.com/cars/7001603)
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e657d751-bba3-5317-8c20-aa0a3bad3e83
2026-03-25 16:44:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e657d751-bba3-5317-8c20-aa0a3bad3e83, skipping ID generation
2026-03-25 16:44:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e657d751-bba3-5317-8c20-aa0a3bad3e83 with scrape type 1
2026-03-25 16:44:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e657d751-bba3-5317-8c20-aa0a3bad3e83 sending to next pipeline
2026-03-25 16:44:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e657d751-bba3-5317-8c20-aa0a3bad3e83, identifier: 7001606auction111038
2026-03-25 16:44:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e657d751-bba3-5317-8c20-aa0a3bad3e83 with identifier: 7001606auction111038
2026-03-25 16:44:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e657d751-bba3-5317-8c20-aa0a3bad3e83 with identifier: 7001606auction111038
2026-03-25 16:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e657d751-bba3-5317-8c20-aa0a3bad3e83 with identifier: 7001606auction111038 to the API
2026-03-25 16:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_001/780x0__r.jpg?hash=1774450924>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'e657d751-bba3-5317-8c20-aa0a3bad3e83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001606',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 76820,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Business L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Business L1 (Court) 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001606auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:50 [ecarstrade.be] INFO: Saving data for 7001606auction111038: {'created_time': 1774457090.439742, 'last_price_update_time': 1774457090.439754, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001606auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_003/780x0__r.jpg?hash=1774450914> (referer: https://ecarstrade.com/cars/7001603)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_002/780x0__r.jpg?hash=1774450914> (referer: https://ecarstrade.com/cars/7001603)
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001598> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997079> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997077> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_006/780x0__r.jpg?hash=1774450911> (referer: https://ecarstrade.com/cars/7001599)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_004/780x0__r.jpg?hash=1774450911> (referer: https://ecarstrade.com/cars/7001599)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_002/780x0__r.jpg?hash=1774450911> (referer: https://ecarstrade.com/cars/7001599)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_001/780x0__r.jpg?hash=1774450914> (referer: https://ecarstrade.com/cars/7001603)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_003/780x0__r.jpg?hash=1774450911> (referer: https://ecarstrade.com/cars/7001599)
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:50 [ecarstrade.be] INFO: Extracting details for car 7001598auction111038
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_003/780x0__r.jpg?hash=1774450926> (referer: https://ecarstrade.com/cars/7001607)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_002/780x0__r.jpg?hash=1774450925> (referer: https://ecarstrade.com/cars/7001607)
2026-03-25 16:44:50 [ecarstrade.be] INFO: Extracting details for car 6997079auction110980
2026-03-25 16:44:50 [ecarstrade.be] INFO: Extracting details for car 6997077auction110980
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_005/780x0__r.jpg?hash=1774450911> (referer: https://ecarstrade.com/cars/7001599)
2026-03-25 16:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_004/780x0__r.jpg?hash=1774450926> (referer: https://ecarstrade.com/cars/7001607)
2026-03-25 16:44:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d2e0150-5bf2-5d5c-b2b0-b766d805733b with identifier: 7001598auction111038
2026-03-25 16:44:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b with scrape type 1
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001598%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_001/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 6997079auction110980
2026-03-25 16:44:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with scrape type 2
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with scrape type 2
2026-03-25 16:44:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87, identifier: 6997079auction110980
2026-03-25 16:44:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4 with identifier: 6997077auction110980
2026-03-25 16:44:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4 with scrape type 2
2026-03-25 16:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4 with scrape type 2
2026-03-25 16:44:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4, identifier: 6997077auction110980
2026-03-25 16:44:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 6997079auction110980
2026-03-25 16:44:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 6997079auction110980
2026-03-25 16:44:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 6997079auction110980 to the API
2026-03-25 16:44:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997079>
{'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-26T15:30:00Z',
'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/6997079',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 24356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 7,
'seller_name': None,
'title': "Volvo, XC90 FL'20 PHEV, Volvo XC90 2.0 T8 4WD Ultimate Bright Aut. "
'5d',
'transmission': 'automatic',
'trim': ", FL'20 PHEV, 2.0 T8 4WD Ultimate Bright Aut. 5d",
'vin': None,
'year': 2022}
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997079auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [ecarstrade.be] INFO: Saving data for 6997079auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364738.249618, 'last_price_update_time': 1774457091.037634}
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997079auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4 with identifier: 6997077auction110980
2026-03-25 16:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4 with identifier: 6997077auction110980
2026-03-25 16:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4 with identifier: 6997077auction110980 to the API
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997077>
{'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-26T15:30:00Z',
'fuel_type': 'Diesel',
'id': '208ea9f3-6f9a-5a28-815a-aeb2bfd7e3f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997077',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 143780,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 7,
'seller_name': None,
'title': "VW, Touran '15, Volkswagen Touran 2.0 TDi 90kW Highline 5d 7pl",
'transmission': 'manual',
'trim': "VW, '15, 2.0 TDi 90kW Highline 5d 7pl",
'vin': None,
'year': 2021}
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997077auction110980%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [ecarstrade.be] INFO: Saving data for 6997077auction110980: {'auction_closing_time': 1774539000.0, 'created_time': 1774364756.097341, 'last_price_update_time': 1774457091.362126}
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997077auction110980') HTTP/1.1" 204 0
2026-03-25 16:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_001/780x0__r.jpg?hash=1774450911> (referer: https://ecarstrade.com/cars/7001599)
2026-03-25 16:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_005/780x0__r.jpg?hash=1774450920> (referer: https://ecarstrade.com/cars/7001605)
2026-03-25 16:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_001/780x0__r.jpg?hash=1774450924> (referer: https://ecarstrade.com/cars/7001607)
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001598%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_002/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_004/780x0__r.jpg?hash=1774450919> (referer: https://ecarstrade.com/cars/7001605)
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001598%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_003/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdb42396-f5fc-5c88-adfe-412e8a5ae59a
2026-03-25 16:44:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdb42396-f5fc-5c88-adfe-412e8a5ae59a, skipping ID generation
2026-03-25 16:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdb42396-f5fc-5c88-adfe-412e8a5ae59a with scrape type 1
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdb42396-f5fc-5c88-adfe-412e8a5ae59a sending to next pipeline
2026-03-25 16:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdb42396-f5fc-5c88-adfe-412e8a5ae59a, identifier: 7001603auction111038
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001598%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_004/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdb42396-f5fc-5c88-adfe-412e8a5ae59a with identifier: 7001603auction111038
2026-03-25 16:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdb42396-f5fc-5c88-adfe-412e8a5ae59a with identifier: 7001603auction111038
2026-03-25 16:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdb42396-f5fc-5c88-adfe-412e8a5ae59a with identifier: 7001603auction111038 to the API
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_001/780x0__r.jpg?hash=1774450914>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'cdb42396-f5fc-5c88-adfe-412e8a5ae59a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001603',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 92799,
'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': None,
'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-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001603auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [ecarstrade.be] INFO: Saving data for 7001603auction111038: {'created_time': 1774457091.849112, 'last_price_update_time': 1774457091.849122, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001603auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_001/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001598)
2026-03-25 16:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001598%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_005/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b
2026-03-25 16:44:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc630aaf-d26e-540d-b6ba-2a7a5e71f84b, skipping ID generation
2026-03-25 16:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b with scrape type 1
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc630aaf-d26e-540d-b6ba-2a7a5e71f84b sending to next pipeline
2026-03-25 16:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc630aaf-d26e-540d-b6ba-2a7a5e71f84b, identifier: 7001599auction111038
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 921e858d-6e92-5c0e-9ca6-517b70e76799
2026-03-25 16:44:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 921e858d-6e92-5c0e-9ca6-517b70e76799, skipping ID generation
2026-03-25 16:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 921e858d-6e92-5c0e-9ca6-517b70e76799 with scrape type 1
2026-03-25 16:44:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 921e858d-6e92-5c0e-9ca6-517b70e76799 sending to next pipeline
2026-03-25 16:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 921e858d-6e92-5c0e-9ca6-517b70e76799, identifier: 7001607auction111038
2026-03-25 16:44:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9
2026-03-25 16:44:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9, skipping ID generation
2026-03-25 16:44:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 with scrape type 1
2026-03-25 16:44:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 sending to next pipeline
2026-03-25 16:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9, identifier: 7001605auction111038
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44: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%252F7001598%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450909%27 HTTP/1.1" 200 None
2026-03-25 16:44:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_006/780x0__r.jpg?hash=1774450909 not downloaded yet
2026-03-25 16:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc630aaf-d26e-540d-b6ba-2a7a5e71f84b with identifier: 7001599auction111038
2026-03-25 16:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc630aaf-d26e-540d-b6ba-2a7a5e71f84b with identifier: 7001599auction111038
2026-03-25 16:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc630aaf-d26e-540d-b6ba-2a7a5e71f84b with identifier: 7001599auction111038 to the API
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_001/780x0__r.jpg?hash=1774450911>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc630aaf-d26e-540d-b6ba-2a7a5e71f84b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001599',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 98709,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001599auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:52 [ecarstrade.be] INFO: Saving data for 7001599auction111038: {'created_time': 1774457092.538205, 'last_price_update_time': 1774457092.538218, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001599auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 921e858d-6e92-5c0e-9ca6-517b70e76799 with identifier: 7001607auction111038
2026-03-25 16:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 921e858d-6e92-5c0e-9ca6-517b70e76799 with identifier: 7001607auction111038
2026-03-25 16:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 921e858d-6e92-5c0e-9ca6-517b70e76799 with identifier: 7001607auction111038 to the API
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001607/photo_001/780x0__r.jpg?hash=1774450924>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '921e858d-6e92-5c0e-9ca6-517b70e76799',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001607',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 70541,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club L1 (Court) 1.6 BlueHDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club L1 (Court) 1.6 BlueHDi 75CV BVM5 E6',
'vin': None,
'year': 2017}
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001607auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:52 [ecarstrade.be] INFO: Saving data for 7001607auction111038: {'created_time': 1774457092.885514, 'last_price_update_time': 1774457092.885524, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001607auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 with identifier: 7001605auction111038
2026-03-25 16:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 with identifier: 7001605auction111038
2026-03-25 16:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31f0e0f5-28cf-558e-b4be-e01bba4ab0c9 with identifier: 7001605auction111038 to the API
2026-03-25 16:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_004/780x0__r.jpg?hash=1774450919>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '31f0e0f5-28cf-558e-b4be-e01bba4ab0c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001605',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 125250,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Confort L2 (Long) 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Confort L2 (Long) 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2016}
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001605auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:53 [ecarstrade.be] INFO: Saving data for 7001605auction111038: {'created_time': 1774457093.227774, 'last_price_update_time': 1774457093.227787, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001605auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_002/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001598)
2026-03-25 16:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_003/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001598)
2026-03-25 16:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_004/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001598)
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_005/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001598)
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_006/780x0__r.jpg?hash=1774450909> (referer: https://ecarstrade.com/cars/7001598)
2026-03-25 16:44:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:44:53 [ecarstrade.be] INFO: Found listing with ID: 7001622auction111038
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001622auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:53 [ecarstrade.be] INFO: Scrape type for 7001622auction111038: 1
2026-03-25 16:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b
2026-03-25 16:44:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d2e0150-5bf2-5d5c-b2b0-b766d805733b, skipping ID generation
2026-03-25 16:44:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b with scrape type 1
2026-03-25 16:44:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d2e0150-5bf2-5d5c-b2b0-b766d805733b sending to next pipeline
2026-03-25 16:44:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d2e0150-5bf2-5d5c-b2b0-b766d805733b, identifier: 7001598auction111038
2026-03-25 16:44:53 [ecarstrade.be] INFO: Found listing with ID: 7001624auction111038
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001624auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:53 [ecarstrade.be] INFO: Scrape type for 7001624auction111038: 1
2026-03-25 16:44:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d2e0150-5bf2-5d5c-b2b0-b766d805733b with identifier: 7001598auction111038
2026-03-25 16:44:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d2e0150-5bf2-5d5c-b2b0-b766d805733b with identifier: 7001598auction111038
2026-03-25 16:44:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d2e0150-5bf2-5d5c-b2b0-b766d805733b with identifier: 7001598auction111038 to the API
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_006/780x0__r.jpg?hash=1774450909>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '2d2e0150-5bf2-5d5c-b2b0-b766d805733b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001598',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 89155,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO VU 3p EVL BlueHDi 100 S&S ETG6 BusinessM '
'fourgonnette (Ex 945V)',
'transmission': 'manual',
'trim': 'CITROEN BERLINGO VU 3p EVL BlueHDi 100 S&S ETG6 BusinessM '
'fourgonnette (Ex 945V)',
'vin': None,
'year': 2017}
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001598auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:53 [ecarstrade.be] INFO: Saving data for 7001598auction111038: {'created_time': 1774457093.959849, 'last_price_update_time': 1774457093.95986, 'auction_closing_time': 1774539600.0}
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001598auction111038') HTTP/1.1" 204 0
2026-03-25 16:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:53 [ecarstrade.be] INFO: Found listing with ID: 7001625auction111038
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001625auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:53 [ecarstrade.be] INFO: Scrape type for 7001625auction111038: 1
2026-03-25 16:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001626auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001626auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001626auction111038: 1
2026-03-25 16:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001627auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001627auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001627auction111038: 1
2026-03-25 16:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001628auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001628auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001628auction111038: 1
2026-03-25 16:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001630auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001630auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001630auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001631auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001631auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001631auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001633auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001633auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001633auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001634auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001634auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001634auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001635auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001635auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001635auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001636auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001636auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001636auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001637auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001637auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001637auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001638auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001638auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001638auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001640auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001640auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001640auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001641auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001641auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001641auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001642auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001642auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001642auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001643auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001643auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001643auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001644auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001644auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001644auction111038: 1
2026-03-25 16:44:54 [ecarstrade.be] INFO: Found listing with ID: 7001645auction111038
2026-03-25 16:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001645auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:44:54 [ecarstrade.be] INFO: Scrape type for 7001645auction111038: 1
2026-03-25 16:45:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001624> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:00 [ecarstrade.be] INFO: Extracting details for car 7001624auction111038
2026-03-25 16:45:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684fd9fd-2e66-5389-9f8e-5ea506540f0f with identifier: 7001624auction111038
2026-03-25 16:45:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684fd9fd-2e66-5389-9f8e-5ea506540f0f with scrape type 1
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001624%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450945%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_001/780x0__r.jpg?hash=1774450945 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001624%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450945%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_002/780x0__r.jpg?hash=1774450945 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001624%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450945%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_003/780x0__r.jpg?hash=1774450945 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001624%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450945%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_004/780x0__r.jpg?hash=1774450945 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001624%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450945%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_005/780x0__r.jpg?hash=1774450945 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001624%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450945%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_006/780x0__r.jpg?hash=1774450945 not downloaded yet
2026-03-25 16:45:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001622> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:00 [ecarstrade.be] INFO: Extracting details for car 7001622auction111038
2026-03-25 16:45:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89352054-dccf-505a-b962-b2f33aa2e815 with identifier: 7001622auction111038
2026-03-25 16:45:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89352054-dccf-505a-b962-b2f33aa2e815 with scrape type 1
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001622%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450943%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_001/780x0__r.jpg?hash=1774450943 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001622%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450943%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_002/780x0__r.jpg?hash=1774450943 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001622%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450943%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_003/780x0__r.jpg?hash=1774450943 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001622%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450943%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_004/780x0__r.jpg?hash=1774450943 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001622%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450943%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_005/780x0__r.jpg?hash=1774450943 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001622%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450943%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_006/780x0__r.jpg?hash=1774450943 not downloaded yet
2026-03-25 16:45:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001625> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:00 [ecarstrade.be] INFO: Extracting details for car 7001625auction111038
2026-03-25 16:45:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a599ad5-d944-55de-a324-cf256e0e2ae3 with identifier: 7001625auction111038
2026-03-25 16:45:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a599ad5-d944-55de-a324-cf256e0e2ae3 with scrape type 1
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001625%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_001/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001625%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_002/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001625%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_003/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001625%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_004/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001625%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_005/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001625%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_006/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001627> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:01 [ecarstrade.be] INFO: Extracting details for car 7001627auction111038
2026-03-25 16:45:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e71dd7e-f857-5370-9dd5-46d2e19eb10a with identifier: 7001627auction111038
2026-03-25 16:45:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a with scrape type 1
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001627%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450952%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_001/780x0__r.jpg?hash=1774450952 not downloaded yet
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001627%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450952%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_002/780x0__r.jpg?hash=1774450952 not downloaded yet
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001627%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450952%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_003/780x0__r.jpg?hash=1774450952 not downloaded yet
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001627%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450953%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_004/780x0__r.jpg?hash=1774450953 not downloaded yet
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001627%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450953%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_005/780x0__r.jpg?hash=1774450953 not downloaded yet
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001627%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450953%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_006/780x0__r.jpg?hash=1774450953 not downloaded yet
2026-03-25 16:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001626> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:45:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:45:01 [ecarstrade.be] INFO: Extracting details for car 7001626auction111038
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001646auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001646auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001646auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001647auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001647auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001647auction111038: 1
2026-03-25 16:45:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 083bfe81-5c05-57c4-ba29-2914913be517 with identifier: 7001626auction111038
2026-03-25 16:45:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 083bfe81-5c05-57c4-ba29-2914913be517 with scrape type 1
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001626%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450948%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_001/780x0__r.jpg?hash=1774450948 not downloaded yet
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001648auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001648auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001648auction111038: 1
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001626%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450948%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_002/780x0__r.jpg?hash=1774450948 not downloaded yet
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001649auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001649auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001649auction111038: 1
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001626%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450948%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_003/780x0__r.jpg?hash=1774450948 not downloaded yet
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001650auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001650auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001650auction111038: 1
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001626%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450948%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_004/780x0__r.jpg?hash=1774450948 not downloaded yet
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001651auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001651auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001651auction111038: 1
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001626%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450948%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_005/780x0__r.jpg?hash=1774450948 not downloaded yet
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001652auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001652auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001652auction111038: 1
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001626%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450948%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_006/780x0__r.jpg?hash=1774450948 not downloaded yet
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001654auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001654auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001654auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001655auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001655auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001655auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001656auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001656auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001656auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001657auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001657auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001657auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001660auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001660auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001660auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001661auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001661auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001661auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001662auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001662auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001662auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001663auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001663auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001663auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001665auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001665auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001665auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001666auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001666auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001666auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001667auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001667auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001667auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001668auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001668auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001668auction111038: 1
2026-03-25 16:45:01 [ecarstrade.be] INFO: Found listing with ID: 7001669auction111038
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001669auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:01 [ecarstrade.be] INFO: Scrape type for 7001669auction111038: 1
2026-03-25 16:45:06 [scrapy.extensions.logstats] INFO: Crawled 312 pages (at 43 pages/min), scraped 231 items (at 37 items/min)
2026-03-25 16:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:45:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001630> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:09 [ecarstrade.be] INFO: Extracting details for car 7001630auction111038
2026-03-25 16:45:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbec88f6-76cd-556e-a883-d5b8f9d2de60 with identifier: 7001630auction111038
2026-03-25 16:45:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbec88f6-76cd-556e-a883-d5b8f9d2de60 with scrape type 1
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001630%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450954%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_001/780x0__r.jpg?hash=1774450954 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001630%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450954%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_002/780x0__r.jpg?hash=1774450954 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001630%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450954%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_003/780x0__r.jpg?hash=1774450954 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001630%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450955%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_004/780x0__r.jpg?hash=1774450955 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001630%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450954%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_005/780x0__r.jpg?hash=1774450954 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001630%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450954%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_006/780x0__r.jpg?hash=1774450954 not downloaded yet
2026-03-25 16:45:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001628> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:09 [ecarstrade.be] INFO: Extracting details for car 7001628auction111038
2026-03-25 16:45:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca81e473-804c-5fdd-bf9d-58410593b8b9 with identifier: 7001628auction111038
2026-03-25 16:45:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca81e473-804c-5fdd-bf9d-58410593b8b9 with scrape type 1
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001628%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_001/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001628%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_002/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001628%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_003/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001628%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_004/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001628%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_005/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001628%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450951%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_006/780x0__r.jpg?hash=1774450951 not downloaded yet
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001631> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:10 [ecarstrade.be] INFO: Extracting details for car 7001631auction111038
2026-03-25 16:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 734d4294-6023-5d4b-9e4a-4d8e7dc6712c with identifier: 7001631auction111038
2026-03-25 16:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c with scrape type 1
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001631%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450958%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_001/780x0__r.jpg?hash=1774450958 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001631%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_002/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001631%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450958%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_003/780x0__r.jpg?hash=1774450958 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001631%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_004/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001631%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450958%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_005/780x0__r.jpg?hash=1774450958 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001631%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450958%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_006/780x0__r.jpg?hash=1774450958 not downloaded yet
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001634> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001633> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_006/780x0__r.jpg?hash=1774450945> (referer: https://ecarstrade.com/cars/7001624)
2026-03-25 16:45:10 [ecarstrade.be] INFO: Extracting details for car 7001634auction111038
2026-03-25 16:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47139a5f-8d02-52b9-8a0d-41b5638ba54d with identifier: 7001634auction111038
2026-03-25 16:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47139a5f-8d02-52b9-8a0d-41b5638ba54d with scrape type 1
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001634%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_001/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_006/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001625)
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001634%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_002/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_006/780x0__r.jpg?hash=1774450943> (referer: https://ecarstrade.com/cars/7001622)
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001634%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_003/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:10 [ecarstrade.be] INFO: Extracting details for car 7001633auction111038
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001634%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_004/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 148964c2-706b-5b6d-984d-94e280782a72 with identifier: 7001633auction111038
2026-03-25 16:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 148964c2-706b-5b6d-984d-94e280782a72 with scrape type 1
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001633%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_001/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001634%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_005/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001633%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_002/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_006/780x0__r.jpg?hash=1774450953> (referer: https://ecarstrade.com/cars/7001627)
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001634%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_006/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_005/780x0__r.jpg?hash=1774450953> (referer: https://ecarstrade.com/cars/7001627)
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001633%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_003/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001633%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_004/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001633%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_005/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001633%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450959%27 HTTP/1.1" 200 None
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_006/780x0__r.jpg?hash=1774450959 not downloaded yet
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_006/780x0__r.jpg?hash=1774450954> (referer: https://ecarstrade.com/cars/7001630)
2026-03-25 16:45:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_006/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001628)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_006/780x0__r.jpg?hash=1774450958> (referer: https://ecarstrade.com/cars/7001631)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_005/780x0__r.jpg?hash=1774450958> (referer: https://ecarstrade.com/cars/7001631)
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_004/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001631)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_001/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001634)
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001635> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_002/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001634)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_005/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001634)
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_002/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001633)
2026-03-25 16:45:11 [ecarstrade.be] INFO: Extracting details for car 7001635auction111038
2026-03-25 16:45:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 with identifier: 7001635auction111038
2026-03-25 16:45:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 with scrape type 1
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001635%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_001/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_006/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001633)
2026-03-25 16:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001635%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_002/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001635%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_003/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001635%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_004/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_005/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001633)
2026-03-25 16:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001635%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_005/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001635%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450962%27 HTTP/1.1" 200 None
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_006/780x0__r.jpg?hash=1774450962 not downloaded yet
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_004/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001633)
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_003/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001633)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_006/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001634)
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_001/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001633)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_004/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001634)
2026-03-25 16:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_003/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001634)
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 148964c2-706b-5b6d-984d-94e280782a72
2026-03-25 16:45:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 148964c2-706b-5b6d-984d-94e280782a72, skipping ID generation
2026-03-25 16:45:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 148964c2-706b-5b6d-984d-94e280782a72 with scrape type 1
2026-03-25 16:45:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 148964c2-706b-5b6d-984d-94e280782a72 sending to next pipeline
2026-03-25 16:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 148964c2-706b-5b6d-984d-94e280782a72, identifier: 7001633auction111038
2026-03-25 16:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 148964c2-706b-5b6d-984d-94e280782a72 with identifier: 7001633auction111038
2026-03-25 16:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 148964c2-706b-5b6d-984d-94e280782a72 with identifier: 7001633auction111038
2026-03-25 16:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 148964c2-706b-5b6d-984d-94e280782a72 with identifier: 7001633auction111038 to the API
2026-03-25 16:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001633/photo_001/780x0__r.jpg?hash=1774450959>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': '148964c2-706b-5b6d-984d-94e280782a72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001633',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'i20',
'odometer': 86769,
'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': 2,
'seller_name': None,
'title': 'i20 Intuitive 1.2 85CV BVM5 E6dT / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Intuitive 1.2 85CV BVM5 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2018}
2026-03-25 16:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001633auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:12 [ecarstrade.be] INFO: Saving data for 7001633auction111038: {'created_time': 1774457112.616983, 'last_price_update_time': 1774457112.616993, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001633auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_003/780x0__r.jpg?hash=1774450958> (referer: https://ecarstrade.com/cars/7001631)
2026-03-25 16:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_002/780x0__r.jpg?hash=1774450959> (referer: https://ecarstrade.com/cars/7001631)
2026-03-25 16:45:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47139a5f-8d02-52b9-8a0d-41b5638ba54d
2026-03-25 16:45:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47139a5f-8d02-52b9-8a0d-41b5638ba54d, skipping ID generation
2026-03-25 16:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47139a5f-8d02-52b9-8a0d-41b5638ba54d with scrape type 1
2026-03-25 16:45:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47139a5f-8d02-52b9-8a0d-41b5638ba54d sending to next pipeline
2026-03-25 16:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47139a5f-8d02-52b9-8a0d-41b5638ba54d, identifier: 7001634auction111038
2026-03-25 16:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47139a5f-8d02-52b9-8a0d-41b5638ba54d with identifier: 7001634auction111038
2026-03-25 16:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47139a5f-8d02-52b9-8a0d-41b5638ba54d with identifier: 7001634auction111038
2026-03-25 16:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47139a5f-8d02-52b9-8a0d-41b5638ba54d with identifier: 7001634auction111038 to the API
2026-03-25 16:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001634/photo_003/780x0__r.jpg?hash=1774450962>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': '47139a5f-8d02-52b9-8a0d-41b5638ba54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001634',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'i20',
'odometer': 71995,
'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': 2,
'seller_name': None,
'title': 'i20 Intuitive 1.2 85CV BVM5 E6dT / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Intuitive 1.2 85CV BVM5 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2018}
2026-03-25 16:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001634auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:13 [ecarstrade.be] INFO: Saving data for 7001634auction111038: {'created_time': 1774457113.111917, 'last_price_update_time': 1774457113.112743, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001634auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_004/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001635)
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_001/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001635)
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_005/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001635)
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_006/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001635)
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_003/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001635)
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_002/780x0__r.jpg?hash=1774450962> (referer: https://ecarstrade.com/cars/7001635)
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_001/780x0__r.jpg?hash=1774450958> (referer: https://ecarstrade.com/cars/7001631)
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_005/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001628)
2026-03-25 16:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_004/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001628)
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51
2026-03-25 16:45:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51, skipping ID generation
2026-03-25 16:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 with scrape type 1
2026-03-25 16:45:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 sending to next pipeline
2026-03-25 16:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51, identifier: 7001635auction111038
2026-03-25 16:45:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 with identifier: 7001635auction111038
2026-03-25 16:45:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 with identifier: 7001635auction111038
2026-03-25 16:45:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2c91c4e-4bfa-5587-b21d-1ea7c3c07f51 with identifier: 7001635auction111038 to the API
2026-03-25 16:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001635/photo_002/780x0__r.jpg?hash=1774450962>
{'auction_title': '',
'c_o_2_emission_value': 205,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'd2c91c4e-4bfa-5587-b21d-1ea7c3c07f51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001635',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 23176,
'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': 'FORD Transit Custom / 2023 / 4P / Fourgon tôlé 280 L1H1 2.0 EcoBlue '
'diesel 136 TREND',
'transmission': 'manual',
'trim': 'FORD / 2023 / 4P / Fourgon tôlé 280 L1H1 2.0 EcoBlue diesel 136 '
'TREND',
'vin': None,
'year': 2024}
2026-03-25 16:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001635auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:14 [ecarstrade.be] INFO: Saving data for 7001635auction111038: {'created_time': 1774457114.161827, 'last_price_update_time': 1774457114.161839, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001635auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_002/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001628)
2026-03-25 16:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_003/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001628)
2026-03-25 16:45:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c
2026-03-25 16:45:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 734d4294-6023-5d4b-9e4a-4d8e7dc6712c, skipping ID generation
2026-03-25 16:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c with scrape type 1
2026-03-25 16:45:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 734d4294-6023-5d4b-9e4a-4d8e7dc6712c sending to next pipeline
2026-03-25 16:45:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 734d4294-6023-5d4b-9e4a-4d8e7dc6712c, identifier: 7001631auction111038
2026-03-25 16:45:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 734d4294-6023-5d4b-9e4a-4d8e7dc6712c with identifier: 7001631auction111038
2026-03-25 16:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 734d4294-6023-5d4b-9e4a-4d8e7dc6712c with identifier: 7001631auction111038
2026-03-25 16:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 734d4294-6023-5d4b-9e4a-4d8e7dc6712c with identifier: 7001631auction111038 to the API
2026-03-25 16:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001631/photo_001/780x0__r.jpg?hash=1774450958>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO-5',
'engine': '2.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '734d4294-6023-5d4b-9e4a-4d8e7dc6712c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001631',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 40441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom VU 4p Fourgon 2.2 TDCI 100ch 290 L1H2 Trend',
'transmission': 'manual',
'trim': 'FORD VU 4p Fourgon 2.2 TDCI 100ch 290 L1H2 Trend',
'vin': None,
'year': 2016}
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001631auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:15 [ecarstrade.be] INFO: Saving data for 7001631auction111038: {'created_time': 1774457115.156413, 'last_price_update_time': 1774457115.156423, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001631auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_001/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001628)
2026-03-25 16:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_005/780x0__r.jpg?hash=1774450954> (referer: https://ecarstrade.com/cars/7001630)
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca81e473-804c-5fdd-bf9d-58410593b8b9
2026-03-25 16:45:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca81e473-804c-5fdd-bf9d-58410593b8b9, skipping ID generation
2026-03-25 16:45:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca81e473-804c-5fdd-bf9d-58410593b8b9 with scrape type 1
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca81e473-804c-5fdd-bf9d-58410593b8b9 sending to next pipeline
2026-03-25 16:45:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca81e473-804c-5fdd-bf9d-58410593b8b9, identifier: 7001628auction111038
2026-03-25 16:45:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca81e473-804c-5fdd-bf9d-58410593b8b9 with identifier: 7001628auction111038
2026-03-25 16:45:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca81e473-804c-5fdd-bf9d-58410593b8b9 with identifier: 7001628auction111038
2026-03-25 16:45:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca81e473-804c-5fdd-bf9d-58410593b8b9 with identifier: 7001628auction111038 to the API
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001628/photo_001/780x0__r.jpg?hash=1774450951>
{'auction_title': '',
'c_o_2_emission_value': 193,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca81e473-804c-5fdd-bf9d-58410593b8b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001628',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 64467,
'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': 3,
'seller_name': None,
'title': 'FIAT Ducato SC 2014 2P Châssis cabine H3Power 140 Maxi HD 35 L Busi',
'transmission': 'manual',
'trim': 'FIAT SC 2014 2P Châssis cabine H3Power 140 Maxi HD 35 L Busi',
'vin': None,
'year': 2022}
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001628auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:15 [ecarstrade.be] INFO: Saving data for 7001628auction111038: {'created_time': 1774457115.768001, 'last_price_update_time': 1774457115.768014, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001628auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_003/780x0__r.jpg?hash=1774450954> (referer: https://ecarstrade.com/cars/7001630)
2026-03-25 16:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_004/780x0__r.jpg?hash=1774450955> (referer: https://ecarstrade.com/cars/7001630)
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_001/780x0__r.jpg?hash=1774450954> (referer: https://ecarstrade.com/cars/7001630)
2026-03-25 16:45:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_002/780x0__r.jpg?hash=1774450954> (referer: https://ecarstrade.com/cars/7001630)
2026-03-25 16:45:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dbec88f6-76cd-556e-a883-d5b8f9d2de60
2026-03-25 16:45:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dbec88f6-76cd-556e-a883-d5b8f9d2de60, skipping ID generation
2026-03-25 16:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbec88f6-76cd-556e-a883-d5b8f9d2de60 with scrape type 1
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dbec88f6-76cd-556e-a883-d5b8f9d2de60 sending to next pipeline
2026-03-25 16:45:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbec88f6-76cd-556e-a883-d5b8f9d2de60, identifier: 7001630auction111038
2026-03-25 16:45:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbec88f6-76cd-556e-a883-d5b8f9d2de60 with identifier: 7001630auction111038
2026-03-25 16:45:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbec88f6-76cd-556e-a883-d5b8f9d2de60 with identifier: 7001630auction111038
2026-03-25 16:45:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbec88f6-76cd-556e-a883-d5b8f9d2de60 with identifier: 7001630auction111038 to the API
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001630/photo_002/780x0__r.jpg?hash=1774450954>
{'auction_title': '',
'c_o_2_emission_value': 999,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'dbec88f6-76cd-556e-a883-d5b8f9d2de60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001630',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 16144,
'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': 3,
'seller_name': None,
'title': 'FIAT Ducato Benne SC 2014 2P Benne basculante H3Power 140 Maxi HD '
'3.5 M Business',
'transmission': 'manual',
'trim': 'FIAT Benne SC 2014 2P Benne basculante H3Power 140 Maxi HD 3.5 M '
'Business',
'vin': None,
'year': 2022}
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001630auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [ecarstrade.be] INFO: Saving data for 7001630auction111038: {'created_time': 1774457116.511751, 'last_price_update_time': 1774457116.511762, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001630auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001637> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001636> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:16 [ecarstrade.be] INFO: Extracting details for car 7001637auction111038
2026-03-25 16:45:16 [ecarstrade.be] INFO: Extracting details for car 7001636auction111038
2026-03-25 16:45:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5999476-04da-5b70-b608-e2b35b2b7aef with identifier: 7001637auction111038
2026-03-25 16:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5999476-04da-5b70-b608-e2b35b2b7aef with scrape type 1
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001637%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450955%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_001/780x0__r.jpg?hash=1774450955 not downloaded yet
2026-03-25 16:45:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48bfc1d0-4841-517f-95e9-bfb14de229de with identifier: 7001636auction111038
2026-03-25 16:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48bfc1d0-4841-517f-95e9-bfb14de229de with scrape type 1
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001636%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_001/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001637%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450955%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_002/780x0__r.jpg?hash=1774450955 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001636%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_002/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001637%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450955%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_003/780x0__r.jpg?hash=1774450955 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001636%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_003/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001637%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450955%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_004/780x0__r.jpg?hash=1774450955 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001636%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_004/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001637%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450956%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_005/780x0__r.jpg?hash=1774450956 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001636%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_005/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001637%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450955%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_006/780x0__r.jpg?hash=1774450955 not downloaded yet
2026-03-25 16:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001636%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_006/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:45:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001587> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:17 [ecarstrade.be] INFO: Extracting details for car 7001587auction111038
2026-03-25 16:45:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfabad8a-4aa4-5240-a0ce-7fb66e376006 with identifier: 7001587auction111038
2026-03-25 16:45:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfabad8a-4aa4-5240-a0ce-7fb66e376006 with scrape type 1
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001587%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450895%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_001/780x0__r.jpg?hash=1774450895 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001587%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450895%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_002/780x0__r.jpg?hash=1774450895 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001587%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450895%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_003/780x0__r.jpg?hash=1774450895 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001587%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450896%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_004/780x0__r.jpg?hash=1774450896 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001587%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450895%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_005/780x0__r.jpg?hash=1774450895 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001587%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450895%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_006/780x0__r.jpg?hash=1774450895 not downloaded yet
2026-03-25 16:45:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001645> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:17 [ecarstrade.be] INFO: Extracting details for car 7001645auction111038
2026-03-25 16:45:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7646de4-7781-5daf-b04b-fc2cd4057138 with identifier: 7001645auction111038
2026-03-25 16:45:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7646de4-7781-5daf-b04b-fc2cd4057138 with scrape type 1
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001645%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450971%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_001/780x0__r.jpg?hash=1774450971 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001645%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450971%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_002/780x0__r.jpg?hash=1774450971 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001645%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450971%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_003/780x0__r.jpg?hash=1774450971 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001645%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450972%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_004/780x0__r.jpg?hash=1774450972 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001645%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450972%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_005/780x0__r.jpg?hash=1774450972 not downloaded yet
2026-03-25 16:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001645%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450973%27 HTTP/1.1" 200 None
2026-03-25 16:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_006/780x0__r.jpg?hash=1774450973 not downloaded yet
2026-03-25 16:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001668> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:22 [ecarstrade.be] INFO: Extracting details for car 7001668auction111038
2026-03-25 16:45:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d08288e8-3dab-5263-96d9-a6af0181cfe2 with identifier: 7001668auction111038
2026-03-25 16:45:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d08288e8-3dab-5263-96d9-a6af0181cfe2 with scrape type 1
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001668%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451005%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_001/780x0__r.jpg?hash=1774451005 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001668%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451005%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_002/780x0__r.jpg?hash=1774451005 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001668%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451005%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_003/780x0__r.jpg?hash=1774451005 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001668%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451005%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_004/780x0__r.jpg?hash=1774451005 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001668%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451005%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_005/780x0__r.jpg?hash=1774451005 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001668%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451005%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_006/780x0__r.jpg?hash=1774451005 not downloaded yet
2026-03-25 16:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001604> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:22 [ecarstrade.be] INFO: Extracting details for car 7001604auction111038
2026-03-25 16:45:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25f81855-6a6e-5d1b-95f3-842897ab026a with identifier: 7001604auction111038
2026-03-25 16:45:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f81855-6a6e-5d1b-95f3-842897ab026a with scrape type 1
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001604%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450918%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_001/780x0__r.jpg?hash=1774450918 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001604%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450918%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_002/780x0__r.jpg?hash=1774450918 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001604%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450918%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_003/780x0__r.jpg?hash=1774450918 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001604%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450919%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_004/780x0__r.jpg?hash=1774450919 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001604%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450918%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_005/780x0__r.jpg?hash=1774450918 not downloaded yet
2026-03-25 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001604%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450919%27 HTTP/1.1" 200 None
2026-03-25 16:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_006/780x0__r.jpg?hash=1774450919 not downloaded yet
2026-03-25 16:45:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001666> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:23 [ecarstrade.be] INFO: Extracting details for car 7001666auction111038
2026-03-25 16:45:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e337f23d-5f03-5b25-a9c0-4c9cb5206b7f with identifier: 7001666auction111038
2026-03-25 16:45:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f with scrape type 1
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001666%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_001/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001666%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_002/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001666%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_003/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001666%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_004/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001666%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451003%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_005/780x0__r.jpg?hash=1774451003 not downloaded yet
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001666%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_006/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001665> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:23 [ecarstrade.be] INFO: Extracting details for car 7001665auction111038
2026-03-25 16:45:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 410f8895-713f-5bd2-b427-04ac77a1ed42 with identifier: 7001665auction111038
2026-03-25 16:45:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 410f8895-713f-5bd2-b427-04ac77a1ed42 with scrape type 1
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001665%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_001/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001665%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_002/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001665%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_003/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001665%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_004/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001665%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_005/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001665%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_006/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001663> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:24 [ecarstrade.be] INFO: Extracting details for car 7001663auction111038
2026-03-25 16:45:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d229a2e-003b-5984-ba7b-890929bf2df3 with identifier: 7001663auction111038
2026-03-25 16:45:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d229a2e-003b-5984-ba7b-890929bf2df3 with scrape type 1
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001663%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451000%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_001/780x0__r.jpg?hash=1774451000 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001663%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451000%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_002/780x0__r.jpg?hash=1774451000 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001663%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451000%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_003/780x0__r.jpg?hash=1774451000 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001663%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451000%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_004/780x0__r.jpg?hash=1774451000 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001663%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451000%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_005/780x0__r.jpg?hash=1774451000 not downloaded yet
2026-03-25 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001663%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_006/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001661> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:28 [ecarstrade.be] INFO: Extracting details for car 7001661auction111038
2026-03-25 16:45:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4336060-1c4f-5730-821c-17195aa5ef7c with identifier: 7001661auction111038
2026-03-25 16:45:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4336060-1c4f-5730-821c-17195aa5ef7c with scrape type 1
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001661%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450997%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_001/780x0__r.jpg?hash=1774450997 not downloaded yet
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001661%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450997%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_002/780x0__r.jpg?hash=1774450997 not downloaded yet
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001661%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450997%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_003/780x0__r.jpg?hash=1774450997 not downloaded yet
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001661%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450997%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_004/780x0__r.jpg?hash=1774450997 not downloaded yet
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001661%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450998%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_005/780x0__r.jpg?hash=1774450998 not downloaded yet
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001661%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450997%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_006/780x0__r.jpg?hash=1774450997 not downloaded yet
2026-03-25 16:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001660> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_006/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001636)
2026-03-25 16:45:28 [ecarstrade.be] INFO: Extracting details for car 7001660auction111038
2026-03-25 16:45:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b0f72d0-05df-594d-acae-19d7ea8aefd5 with identifier: 7001660auction111038
2026-03-25 16:45:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0f72d0-05df-594d-acae-19d7ea8aefd5 with scrape type 1
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001660%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450996%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_001/780x0__r.jpg?hash=1774450996 not downloaded yet
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001660%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450996%27 HTTP/1.1" 200 None
2026-03-25 16:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_002/780x0__r.jpg?hash=1774450996 not downloaded yet
2026-03-25 16:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_006/780x0__r.jpg?hash=1774450895> (referer: https://ecarstrade.com/cars/7001587)
2026-03-25 16:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001660%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450996%27 HTTP/1.1" 200 None
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_003/780x0__r.jpg?hash=1774450996 not downloaded yet
2026-03-25 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001660%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450996%27 HTTP/1.1" 200 None
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_004/780x0__r.jpg?hash=1774450996 not downloaded yet
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001660%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450996%27 HTTP/1.1" 200 None
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_005/780x0__r.jpg?hash=1774450996 not downloaded yet
2026-03-25 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001660%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450996%27 HTTP/1.1" 200 None
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_006/780x0__r.jpg?hash=1774450996 not downloaded yet
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_006/780x0__r.jpg?hash=1774450973> (referer: https://ecarstrade.com/cars/7001645)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_006/780x0__r.jpg?hash=1774451005> (referer: https://ecarstrade.com/cars/7001668)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_006/780x0__r.jpg?hash=1774450919> (referer: https://ecarstrade.com/cars/7001604)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_006/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001666)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_006/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001665)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_006/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001663)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_006/780x0__r.jpg?hash=1774450997> (referer: https://ecarstrade.com/cars/7001661)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_005/780x0__r.jpg?hash=1774450998> (referer: https://ecarstrade.com/cars/7001661)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_002/780x0__r.jpg?hash=1774450996> (referer: https://ecarstrade.com/cars/7001660)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_006/780x0__r.jpg?hash=1774450996> (referer: https://ecarstrade.com/cars/7001660)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_005/780x0__r.jpg?hash=1774450996> (referer: https://ecarstrade.com/cars/7001660)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_004/780x0__r.jpg?hash=1774450996> (referer: https://ecarstrade.com/cars/7001660)
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_003/780x0__r.jpg?hash=1774450996> (referer: https://ecarstrade.com/cars/7001660)
2026-03-25 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001657> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_001/780x0__r.jpg?hash=1774450996> (referer: https://ecarstrade.com/cars/7001660)
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_004/780x0__r.jpg?hash=1774450997> (referer: https://ecarstrade.com/cars/7001661)
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:30 [ecarstrade.be] INFO: Extracting details for car 7001657auction111038
2026-03-25 16:45:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd with identifier: 7001657auction111038
2026-03-25 16:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd with scrape type 1
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001657%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_001/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001657%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_002/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_002/780x0__r.jpg?hash=1774450997> (referer: https://ecarstrade.com/cars/7001661)
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_003/780x0__r.jpg?hash=1774450997> (referer: https://ecarstrade.com/cars/7001661)
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001657%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_003/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001657%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_004/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b0f72d0-05df-594d-acae-19d7ea8aefd5
2026-03-25 16:45:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b0f72d0-05df-594d-acae-19d7ea8aefd5, skipping ID generation
2026-03-25 16:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0f72d0-05df-594d-acae-19d7ea8aefd5 with scrape type 1
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b0f72d0-05df-594d-acae-19d7ea8aefd5 sending to next pipeline
2026-03-25 16:45:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b0f72d0-05df-594d-acae-19d7ea8aefd5, identifier: 7001660auction111038
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001657%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_005/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b0f72d0-05df-594d-acae-19d7ea8aefd5 with identifier: 7001660auction111038
2026-03-25 16:45:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b0f72d0-05df-594d-acae-19d7ea8aefd5 with identifier: 7001660auction111038
2026-03-25 16:45:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b0f72d0-05df-594d-acae-19d7ea8aefd5 with identifier: 7001660auction111038 to the API
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001660/photo_001/780x0__r.jpg?hash=1774450996>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '3b0f72d0-05df-594d-acae-19d7ea8aefd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001660',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 52259,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner L1 Premium Pack 1.6 HDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'L1 Premium Pack 1.6 HDi 75CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001660auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [ecarstrade.be] INFO: Saving data for 7001660auction111038: {'created_time': 1774457130.822229, 'last_price_update_time': 1774457130.822244, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001660auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_005/780x0__r.jpg?hash=1774451000> (referer: https://ecarstrade.com/cars/7001663)
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_001/780x0__r.jpg?hash=1774450997> (referer: https://ecarstrade.com/cars/7001661)
2026-03-25 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001657%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_006/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_003/780x0__r.jpg?hash=1774451000> (referer: https://ecarstrade.com/cars/7001663)
2026-03-25 16:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_004/780x0__r.jpg?hash=1774451000> (referer: https://ecarstrade.com/cars/7001663)
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a4336060-1c4f-5730-821c-17195aa5ef7c
2026-03-25 16:45:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a4336060-1c4f-5730-821c-17195aa5ef7c, skipping ID generation
2026-03-25 16:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4336060-1c4f-5730-821c-17195aa5ef7c with scrape type 1
2026-03-25 16:45:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a4336060-1c4f-5730-821c-17195aa5ef7c sending to next pipeline
2026-03-25 16:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4336060-1c4f-5730-821c-17195aa5ef7c, identifier: 7001661auction111038
2026-03-25 16:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4336060-1c4f-5730-821c-17195aa5ef7c with identifier: 7001661auction111038
2026-03-25 16:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4336060-1c4f-5730-821c-17195aa5ef7c with identifier: 7001661auction111038
2026-03-25 16:45:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4336060-1c4f-5730-821c-17195aa5ef7c with identifier: 7001661auction111038 to the API
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001661/photo_001/780x0__r.jpg?hash=1774450997>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'a4336060-1c4f-5730-821c-17195aa5ef7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001661',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 56847,
'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': 2,
'seller_name': None,
'title': 'Captur Business 0.9 TCe 90CV BVM5 E6 / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Business 0.9 TCe 90CV BVM5 E6 / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001661auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:31 [ecarstrade.be] INFO: Saving data for 7001661auction111038: {'created_time': 1774457131.472666, 'last_price_update_time': 1774457131.472677, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001661auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_001/780x0__r.jpg?hash=1774451000> (referer: https://ecarstrade.com/cars/7001663)
2026-03-25 16:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_002/780x0__r.jpg?hash=1774451000> (referer: https://ecarstrade.com/cars/7001663)
2026-03-25 16:45:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_005/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001665)
2026-03-25 16:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_004/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001665)
2026-03-25 16:45:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4d229a2e-003b-5984-ba7b-890929bf2df3
2026-03-25 16:45:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d229a2e-003b-5984-ba7b-890929bf2df3, skipping ID generation
2026-03-25 16:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d229a2e-003b-5984-ba7b-890929bf2df3 with scrape type 1
2026-03-25 16:45:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4d229a2e-003b-5984-ba7b-890929bf2df3 sending to next pipeline
2026-03-25 16:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d229a2e-003b-5984-ba7b-890929bf2df3, identifier: 7001663auction111038
2026-03-25 16:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d229a2e-003b-5984-ba7b-890929bf2df3 with identifier: 7001663auction111038
2026-03-25 16:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d229a2e-003b-5984-ba7b-890929bf2df3 with identifier: 7001663auction111038
2026-03-25 16:45:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d229a2e-003b-5984-ba7b-890929bf2df3 with identifier: 7001663auction111038 to the API
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001663/photo_002/780x0__r.jpg?hash=1774451000>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '4d229a2e-003b-5984-ba7b-890929bf2df3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001663',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 113373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Partner L2 Double Cabine 1.6 HDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'L2 Double Cabine 1.6 HDi 100CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001663auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:32 [ecarstrade.be] INFO: Saving data for 7001663auction111038: {'created_time': 1774457132.069101, 'last_price_update_time': 1774457132.069116, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001663auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_002/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001657)
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_001/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001657)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_004/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001657)
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_005/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001657)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_006/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001657)
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_003/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001657)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_003/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001665)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_002/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001665)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd
2026-03-25 16:45:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd, skipping ID generation
2026-03-25 16:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd with scrape type 1
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd sending to next pipeline
2026-03-25 16:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd, identifier: 7001657auction111038
2026-03-25 16:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd with identifier: 7001657auction111038
2026-03-25 16:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd with identifier: 7001657auction111038
2026-03-25 16:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd with identifier: 7001657auction111038 to the API
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001657/photo_003/780x0__r.jpg?hash=1774450993>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '785acdfc-a2ad-5230-8a1e-ee3bb8dfa3cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001657',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 75081,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner L1 Premium Pack 1.6 HDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'L1 Premium Pack 1.6 HDi 75CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001657auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:32 [ecarstrade.be] INFO: Saving data for 7001657auction111038: {'created_time': 1774457132.837126, 'last_price_update_time': 1774457132.837139, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001657auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_001/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001665)
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_005/780x0__r.jpg?hash=1774451003> (referer: https://ecarstrade.com/cars/7001666)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_004/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001666)
2026-03-25 16:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_003/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001666)
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 410f8895-713f-5bd2-b427-04ac77a1ed42
2026-03-25 16:45:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 410f8895-713f-5bd2-b427-04ac77a1ed42, skipping ID generation
2026-03-25 16:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 410f8895-713f-5bd2-b427-04ac77a1ed42 with scrape type 1
2026-03-25 16:45:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 410f8895-713f-5bd2-b427-04ac77a1ed42 sending to next pipeline
2026-03-25 16:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 410f8895-713f-5bd2-b427-04ac77a1ed42, identifier: 7001665auction111038
2026-03-25 16:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 410f8895-713f-5bd2-b427-04ac77a1ed42 with identifier: 7001665auction111038
2026-03-25 16:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 410f8895-713f-5bd2-b427-04ac77a1ed42 with identifier: 7001665auction111038
2026-03-25 16:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 410f8895-713f-5bd2-b427-04ac77a1ed42 with identifier: 7001665auction111038 to the API
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001665/photo_001/780x0__r.jpg?hash=1774451001>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '410f8895-713f-5bd2-b427-04ac77a1ed42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001665',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 48999,
'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.5 dCi 95CV BVM6 E6dT / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'II Business 1.5 dCi 95CV BVM6 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2021}
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001665auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:33 [ecarstrade.be] INFO: Saving data for 7001665auction111038: {'created_time': 1774457133.448811, 'last_price_update_time': 1774457133.448822, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001665auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_002/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001666)
2026-03-25 16:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_001/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001666)
2026-03-25 16:45:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_004/780x0__r.jpg?hash=1774450919> (referer: https://ecarstrade.com/cars/7001604)
2026-03-25 16:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_005/780x0__r.jpg?hash=1774450918> (referer: https://ecarstrade.com/cars/7001604)
2026-03-25 16:45:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f
2026-03-25 16:45:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e337f23d-5f03-5b25-a9c0-4c9cb5206b7f, skipping ID generation
2026-03-25 16:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f with scrape type 1
2026-03-25 16:45:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e337f23d-5f03-5b25-a9c0-4c9cb5206b7f sending to next pipeline
2026-03-25 16:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e337f23d-5f03-5b25-a9c0-4c9cb5206b7f, identifier: 7001666auction111038
2026-03-25 16:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e337f23d-5f03-5b25-a9c0-4c9cb5206b7f with identifier: 7001666auction111038
2026-03-25 16:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e337f23d-5f03-5b25-a9c0-4c9cb5206b7f with identifier: 7001666auction111038
2026-03-25 16:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e337f23d-5f03-5b25-a9c0-4c9cb5206b7f with identifier: 7001666auction111038 to the API
2026-03-25 16:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001666/photo_001/780x0__r.jpg?hash=1774451002>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'e337f23d-5f03-5b25-a9c0-4c9cb5206b7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001666',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 102674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Clio IV Air 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2017}
2026-03-25 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001666auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:34 [ecarstrade.be] INFO: Saving data for 7001666auction111038: {'created_time': 1774457134.84425, 'last_price_update_time': 1774457134.844261, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001666auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_003/780x0__r.jpg?hash=1774450918> (referer: https://ecarstrade.com/cars/7001604)
2026-03-25 16:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_002/780x0__r.jpg?hash=1774450918> (referer: https://ecarstrade.com/cars/7001604)
2026-03-25 16:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001654> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_001/780x0__r.jpg?hash=1774450918> (referer: https://ecarstrade.com/cars/7001604)
2026-03-25 16:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_004/780x0__r.jpg?hash=1774451005> (referer: https://ecarstrade.com/cars/7001668)
2026-03-25 16:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_005/780x0__r.jpg?hash=1774451005> (referer: https://ecarstrade.com/cars/7001668)
2026-03-25 16:45:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:34 [ecarstrade.be] INFO: Extracting details for car 7001654auction111038
2026-03-25 16:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f61936cd-220c-5640-9ec8-f03751f53d71 with identifier: 7001654auction111038
2026-03-25 16:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f61936cd-220c-5640-9ec8-f03751f53d71 with scrape type 1
2026-03-25 16:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001654%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450992%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_001/780x0__r.jpg?hash=1774450992 not downloaded yet
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001654%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450992%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_002/780x0__r.jpg?hash=1774450992 not downloaded yet
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_003/780x0__r.jpg?hash=1774451005> (referer: https://ecarstrade.com/cars/7001668)
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_002/780x0__r.jpg?hash=1774451005> (referer: https://ecarstrade.com/cars/7001668)
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001654%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450992%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_003/780x0__r.jpg?hash=1774450992 not downloaded yet
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_001/780x0__r.jpg?hash=1774451005> (referer: https://ecarstrade.com/cars/7001668)
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001654%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450992%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_004/780x0__r.jpg?hash=1774450992 not downloaded yet
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_004/780x0__r.jpg?hash=1774450972> (referer: https://ecarstrade.com/cars/7001645)
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_005/780x0__r.jpg?hash=1774450972> (referer: https://ecarstrade.com/cars/7001645)
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001654%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_005/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25f81855-6a6e-5d1b-95f3-842897ab026a
2026-03-25 16:45:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25f81855-6a6e-5d1b-95f3-842897ab026a, skipping ID generation
2026-03-25 16:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f81855-6a6e-5d1b-95f3-842897ab026a with scrape type 1
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25f81855-6a6e-5d1b-95f3-842897ab026a sending to next pipeline
2026-03-25 16:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25f81855-6a6e-5d1b-95f3-842897ab026a, identifier: 7001604auction111038
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25f81855-6a6e-5d1b-95f3-842897ab026a with identifier: 7001604auction111038
2026-03-25 16:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25f81855-6a6e-5d1b-95f3-842897ab026a with identifier: 7001604auction111038
2026-03-25 16:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25f81855-6a6e-5d1b-95f3-842897ab026a with identifier: 7001604auction111038 to the API
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_001/780x0__r.jpg?hash=1774450918>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '25f81855-6a6e-5d1b-95f3-842897ab026a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001604',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 103719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Business L1 (Court) 1.6 BlueHDi 100CV BVM6 E6',
'transmission': 'manual',
'trim': 'Fourgon Business L1 (Court) 1.6 BlueHDi 100CV BVM6 E6',
'vin': None,
'year': 2018}
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001604auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [ecarstrade.be] INFO: Saving data for 7001604auction111038: {'created_time': 1774457135.567294, 'last_price_update_time': 1774457135.567306, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001604auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_003/780x0__r.jpg?hash=1774450971> (referer: https://ecarstrade.com/cars/7001645)
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001654%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450992%27 HTTP/1.1" 200 None
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_006/780x0__r.jpg?hash=1774450992 not downloaded yet
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_002/780x0__r.jpg?hash=1774450971> (referer: https://ecarstrade.com/cars/7001645)
2026-03-25 16:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_001/780x0__r.jpg?hash=1774450971> (referer: https://ecarstrade.com/cars/7001645)
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d08288e8-3dab-5263-96d9-a6af0181cfe2
2026-03-25 16:45:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d08288e8-3dab-5263-96d9-a6af0181cfe2, skipping ID generation
2026-03-25 16:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d08288e8-3dab-5263-96d9-a6af0181cfe2 with scrape type 1
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d08288e8-3dab-5263-96d9-a6af0181cfe2 sending to next pipeline
2026-03-25 16:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d08288e8-3dab-5263-96d9-a6af0181cfe2, identifier: 7001668auction111038
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d08288e8-3dab-5263-96d9-a6af0181cfe2 with identifier: 7001668auction111038
2026-03-25 16:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d08288e8-3dab-5263-96d9-a6af0181cfe2 with identifier: 7001668auction111038
2026-03-25 16:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d08288e8-3dab-5263-96d9-a6af0181cfe2 with identifier: 7001668auction111038 to the API
2026-03-25 16:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001668/photo_001/780x0__r.jpg?hash=1774451005>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'd08288e8-3dab-5263-96d9-a6af0181cfe2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001668',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 91575,
'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': 'Clio IV Air 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001668auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [ecarstrade.be] INFO: Saving data for 7001668auction111038: {'created_time': 1774457136.115223, 'last_price_update_time': 1774457136.115235, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001668auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_003/780x0__r.jpg?hash=1774450895> (referer: https://ecarstrade.com/cars/7001587)
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_005/780x0__r.jpg?hash=1774450895> (referer: https://ecarstrade.com/cars/7001587)
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_004/780x0__r.jpg?hash=1774450896> (referer: https://ecarstrade.com/cars/7001587)
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001667> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7646de4-7781-5daf-b04b-fc2cd4057138
2026-03-25 16:45:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7646de4-7781-5daf-b04b-fc2cd4057138, skipping ID generation
2026-03-25 16:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7646de4-7781-5daf-b04b-fc2cd4057138 with scrape type 1
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7646de4-7781-5daf-b04b-fc2cd4057138 sending to next pipeline
2026-03-25 16:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7646de4-7781-5daf-b04b-fc2cd4057138, identifier: 7001645auction111038
2026-03-25 16:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7646de4-7781-5daf-b04b-fc2cd4057138 with identifier: 7001645auction111038
2026-03-25 16:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7646de4-7781-5daf-b04b-fc2cd4057138 with identifier: 7001645auction111038
2026-03-25 16:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7646de4-7781-5daf-b04b-fc2cd4057138 with identifier: 7001645auction111038 to the API
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001645/photo_001/780x0__r.jpg?hash=1774450971>
{'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-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'e7646de4-7781-5daf-b04b-fc2cd4057138',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001645',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 77606,
'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-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001645auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [ecarstrade.be] INFO: Saving data for 7001645auction111038: {'created_time': 1774457136.579473, 'last_price_update_time': 1774457136.579485, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001645auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_001/780x0__r.jpg?hash=1774450992> (referer: https://ecarstrade.com/cars/7001654)
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_002/780x0__r.jpg?hash=1774450992> (referer: https://ecarstrade.com/cars/7001654)
2026-03-25 16:45:36 [ecarstrade.be] INFO: Extracting details for car 7001667auction111038
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_003/780x0__r.jpg?hash=1774450992> (referer: https://ecarstrade.com/cars/7001654)
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 with identifier: 7001667auction111038
2026-03-25 16:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 with scrape type 1
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001667%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451002%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_001/780x0__r.jpg?hash=1774451002 not downloaded yet
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001667%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_002/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001667%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_003/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_004/780x0__r.jpg?hash=1774450992> (referer: https://ecarstrade.com/cars/7001654)
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001667%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_004/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_005/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001654)
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001667%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_005/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_002/780x0__r.jpg?hash=1774450895> (referer: https://ecarstrade.com/cars/7001587)
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_001/780x0__r.jpg?hash=1774450895> (referer: https://ecarstrade.com/cars/7001587)
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001667%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451001%27 HTTP/1.1" 200 None
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_006/780x0__r.jpg?hash=1774451001 not downloaded yet
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_006/780x0__r.jpg?hash=1774450992> (referer: https://ecarstrade.com/cars/7001654)
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_005/780x0__r.jpg?hash=1774450956> (referer: https://ecarstrade.com/cars/7001637)
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_006/780x0__r.jpg?hash=1774450955> (referer: https://ecarstrade.com/cars/7001637)
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_004/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001636)
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfabad8a-4aa4-5240-a0ce-7fb66e376006
2026-03-25 16:45:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfabad8a-4aa4-5240-a0ce-7fb66e376006, skipping ID generation
2026-03-25 16:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfabad8a-4aa4-5240-a0ce-7fb66e376006 with scrape type 1
2026-03-25 16:45:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfabad8a-4aa4-5240-a0ce-7fb66e376006 sending to next pipeline
2026-03-25 16:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfabad8a-4aa4-5240-a0ce-7fb66e376006, identifier: 7001587auction111038
2026-03-25 16:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfabad8a-4aa4-5240-a0ce-7fb66e376006 with identifier: 7001587auction111038
2026-03-25 16:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfabad8a-4aa4-5240-a0ce-7fb66e376006 with identifier: 7001587auction111038
2026-03-25 16:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfabad8a-4aa4-5240-a0ce-7fb66e376006 with identifier: 7001587auction111038 to the API
2026-03-25 16:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_001/780x0__r.jpg?hash=1774450895>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'dfabad8a-4aa4-5240-a0ce-7fb66e376006',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001587',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 115188,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club XL 950 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club XL 950 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001587auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:37 [ecarstrade.be] INFO: Saving data for 7001587auction111038: {'created_time': 1774457137.248525, 'last_price_update_time': 1774457137.248537, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001587auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_005/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001636)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_003/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001636)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_004/780x0__r.jpg?hash=1774450955> (referer: https://ecarstrade.com/cars/7001637)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_003/780x0__r.jpg?hash=1774450955> (referer: https://ecarstrade.com/cars/7001637)
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f61936cd-220c-5640-9ec8-f03751f53d71
2026-03-25 16:45:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f61936cd-220c-5640-9ec8-f03751f53d71, skipping ID generation
2026-03-25 16:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f61936cd-220c-5640-9ec8-f03751f53d71 with scrape type 1
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f61936cd-220c-5640-9ec8-f03751f53d71 sending to next pipeline
2026-03-25 16:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f61936cd-220c-5640-9ec8-f03751f53d71, identifier: 7001654auction111038
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f61936cd-220c-5640-9ec8-f03751f53d71 with identifier: 7001654auction111038
2026-03-25 16:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f61936cd-220c-5640-9ec8-f03751f53d71 with identifier: 7001654auction111038
2026-03-25 16:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f61936cd-220c-5640-9ec8-f03751f53d71 with identifier: 7001654auction111038 to the API
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001654/photo_006/780x0__r.jpg?hash=1774450992>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'f61936cd-220c-5640-9ec8-f03751f53d71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001654',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'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': 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-25 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001654auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:37 [ecarstrade.be] INFO: Saving data for 7001654auction111038: {'created_time': 1774457137.692567, 'last_price_update_time': 1774457137.692578, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001654auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_002/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001667)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_004/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001667)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_003/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001667)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_005/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001667)
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_006/780x0__r.jpg?hash=1774451001> (referer: https://ecarstrade.com/cars/7001667)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_002/780x0__r.jpg?hash=1774450955> (referer: https://ecarstrade.com/cars/7001637)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_002/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001636)
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_001/780x0__r.jpg?hash=1774451002> (referer: https://ecarstrade.com/cars/7001667)
2026-03-25 16:45:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_001/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001636)
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_001/780x0__r.jpg?hash=1774450955> (referer: https://ecarstrade.com/cars/7001637)
2026-03-25 16:45:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_006/780x0__r.jpg?hash=1774450948> (referer: https://ecarstrade.com/cars/7001626)
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7
2026-03-25 16:45:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92feb35c-4e98-5d4f-807a-bf1017e5d8d7, skipping ID generation
2026-03-25 16:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 with scrape type 1
2026-03-25 16:45:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 sending to next pipeline
2026-03-25 16:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92feb35c-4e98-5d4f-807a-bf1017e5d8d7, identifier: 7001667auction111038
2026-03-25 16:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 with identifier: 7001667auction111038
2026-03-25 16:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 with identifier: 7001667auction111038
2026-03-25 16:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92feb35c-4e98-5d4f-807a-bf1017e5d8d7 with identifier: 7001667auction111038 to the API
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001667/photo_001/780x0__r.jpg?hash=1774451002>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '92feb35c-4e98-5d4f-807a-bf1017e5d8d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001667',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 22499,
'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': 2,
'seller_name': None,
'title': 'Clio IV Air MediaNav 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air MediaNav 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001667auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:38 [ecarstrade.be] INFO: Saving data for 7001667auction111038: {'created_time': 1774457138.40017, 'last_price_update_time': 1774457138.400181, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001667auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_005/780x0__r.jpg?hash=1774450948> (referer: https://ecarstrade.com/cars/7001626)
2026-03-25 16:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_004/780x0__r.jpg?hash=1774450948> (referer: https://ecarstrade.com/cars/7001626)
2026-03-25 16:45:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001655> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 48bfc1d0-4841-517f-95e9-bfb14de229de
2026-03-25 16:45:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 48bfc1d0-4841-517f-95e9-bfb14de229de, skipping ID generation
2026-03-25 16:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48bfc1d0-4841-517f-95e9-bfb14de229de with scrape type 1
2026-03-25 16:45:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 48bfc1d0-4841-517f-95e9-bfb14de229de sending to next pipeline
2026-03-25 16:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48bfc1d0-4841-517f-95e9-bfb14de229de, identifier: 7001636auction111038
2026-03-25 16:45:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f5999476-04da-5b70-b608-e2b35b2b7aef
2026-03-25 16:45:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5999476-04da-5b70-b608-e2b35b2b7aef, skipping ID generation
2026-03-25 16:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5999476-04da-5b70-b608-e2b35b2b7aef with scrape type 1
2026-03-25 16:45:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f5999476-04da-5b70-b608-e2b35b2b7aef sending to next pipeline
2026-03-25 16:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5999476-04da-5b70-b608-e2b35b2b7aef, identifier: 7001637auction111038
2026-03-25 16:45:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48bfc1d0-4841-517f-95e9-bfb14de229de with identifier: 7001636auction111038
2026-03-25 16:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48bfc1d0-4841-517f-95e9-bfb14de229de with identifier: 7001636auction111038
2026-03-25 16:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48bfc1d0-4841-517f-95e9-bfb14de229de with identifier: 7001636auction111038 to the API
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001636/photo_001/780x0__r.jpg?hash=1774450963>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': '48bfc1d0-4841-517f-95e9-bfb14de229de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001636',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'i20',
'odometer': 89682,
'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': 2,
'seller_name': None,
'title': 'HYUNDAI i20 5p Berline 1.2 84 INTUITIVE / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'HYUNDAI 5p Berline 1.2 84 INTUITIVE / TRANSFO VP VF',
'vin': None,
'year': 2018}
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001636auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:38 [ecarstrade.be] INFO: Saving data for 7001636auction111038: {'created_time': 1774457138.912193, 'last_price_update_time': 1774457138.912204, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001636auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5999476-04da-5b70-b608-e2b35b2b7aef with identifier: 7001637auction111038
2026-03-25 16:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5999476-04da-5b70-b608-e2b35b2b7aef with identifier: 7001637auction111038
2026-03-25 16:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5999476-04da-5b70-b608-e2b35b2b7aef with identifier: 7001637auction111038 to the API
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001637/photo_001/780x0__r.jpg?hash=1774450955>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'f5999476-04da-5b70-b608-e2b35b2b7aef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001637',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 91887,
'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': 'FIAT Ducato VU 4p Fourgon 3.0 M H2 2.0 Multijet 115 Pack Pro Nav',
'transmission': 'manual',
'trim': 'FIAT VU 4p Fourgon 3.0 M H2 2.0 Multijet 115 Pack Pro Nav',
'vin': None,
'year': 2019}
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001637auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [ecarstrade.be] INFO: Saving data for 7001637auction111038: {'created_time': 1774457139.372587, 'last_price_update_time': 1774457139.372597, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001637auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_003/780x0__r.jpg?hash=1774450948> (referer: https://ecarstrade.com/cars/7001626)
2026-03-25 16:45:39 [ecarstrade.be] INFO: Extracting details for car 7001655auction111038
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98afdbd0-24b1-5cc6-bc30-b4418394a81c with identifier: 7001655auction111038
2026-03-25 16:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98afdbd0-24b1-5cc6-bc30-b4418394a81c with scrape type 1
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001655%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450991%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_001/780x0__r.jpg?hash=1774450991 not downloaded yet
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001655%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450992%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_002/780x0__r.jpg?hash=1774450992 not downloaded yet
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001655%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450993%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_003/780x0__r.jpg?hash=1774450993 not downloaded yet
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001655%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450991%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_004/780x0__r.jpg?hash=1774450991 not downloaded yet
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001655%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450991%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_005/780x0__r.jpg?hash=1774450991 not downloaded yet
2026-03-25 16:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_002/780x0__r.jpg?hash=1774450948> (referer: https://ecarstrade.com/cars/7001626)
2026-03-25 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001655%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450991%27 HTTP/1.1" 200 None
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_006/780x0__r.jpg?hash=1774450991 not downloaded yet
2026-03-25 16:45:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001669> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:45 [ecarstrade.be] INFO: Extracting details for car 7001669auction111038
2026-03-25 16:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_001/780x0__r.jpg?hash=1774450948> (referer: https://ecarstrade.com/cars/7001626)
2026-03-25 16:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9ae0100-84c3-59b7-877e-bb0be4514640 with identifier: 7001669auction111038
2026-03-25 16:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9ae0100-84c3-59b7-877e-bb0be4514640 with scrape type 1
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001669%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451010%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_001/780x0__r.jpg?hash=1774451010 not downloaded yet
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001669%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451010%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_002/780x0__r.jpg?hash=1774451010 not downloaded yet
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001669%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451010%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_003/780x0__r.jpg?hash=1774451010 not downloaded yet
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001669%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451010%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_004/780x0__r.jpg?hash=1774451010 not downloaded yet
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001669%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451010%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_005/780x0__r.jpg?hash=1774451010 not downloaded yet
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001669%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451010%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_006/780x0__r.jpg?hash=1774451010 not downloaded yet
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 083bfe81-5c05-57c4-ba29-2914913be517
2026-03-25 16:45:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 083bfe81-5c05-57c4-ba29-2914913be517, skipping ID generation
2026-03-25 16:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 083bfe81-5c05-57c4-ba29-2914913be517 with scrape type 1
2026-03-25 16:45:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 083bfe81-5c05-57c4-ba29-2914913be517 sending to next pipeline
2026-03-25 16:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 083bfe81-5c05-57c4-ba29-2914913be517, identifier: 7001626auction111038
2026-03-25 16:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 083bfe81-5c05-57c4-ba29-2914913be517 with identifier: 7001626auction111038
2026-03-25 16:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 083bfe81-5c05-57c4-ba29-2914913be517 with identifier: 7001626auction111038
2026-03-25 16:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 083bfe81-5c05-57c4-ba29-2914913be517 with identifier: 7001626auction111038 to the API
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001626/photo_001/780x0__r.jpg?hash=1774450948>
{'auction_title': '',
'c_o_2_emission_value': 220,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '083bfe81-5c05-57c4-ba29-2914913be517',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001626',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 58965,
'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': 3,
'seller_name': None,
'title': 'FIAT Ducato / 2014 / 4P / Fourgon tôlé 3.0 C H1 2.3 Multijet 120 '
'Pack Pro Nav',
'transmission': 'manual',
'trim': 'FIAT / 2014 / 4P / Fourgon tôlé 3.0 C H1 2.3 Multijet 120 Pack Pro '
'Nav',
'vin': None,
'year': 2021}
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001626auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:45 [ecarstrade.be] INFO: Saving data for 7001626auction111038: {'created_time': 1774457145.795685, 'last_price_update_time': 1774457145.795697, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001626auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001650> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001648> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:46 [ecarstrade.be] INFO: Extracting details for car 7001650auction111038
2026-03-25 16:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adbc089e-614e-5c08-ae0f-6b8248fed8cb with identifier: 7001650auction111038
2026-03-25 16:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adbc089e-614e-5c08-ae0f-6b8248fed8cb with scrape type 1
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001650%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450982%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_001/780x0__r.jpg?hash=1774450982 not downloaded yet
2026-03-25 16:45:46 [ecarstrade.be] INFO: Extracting details for car 7001648auction111038
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001650%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450982%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_002/780x0__r.jpg?hash=1774450982 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001650%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450982%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_003/780x0__r.jpg?hash=1774450982 not downloaded yet
2026-03-25 16:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 with identifier: 7001648auction111038
2026-03-25 16:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 with scrape type 1
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001648%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_001/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001650%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450982%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_004/780x0__r.jpg?hash=1774450982 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001648%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_002/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001650%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450982%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_005/780x0__r.jpg?hash=1774450982 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001648%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_003/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001650%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450982%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_006/780x0__r.jpg?hash=1774450982 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001648%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_004/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001648%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_005/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001648%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_006/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001649> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_004/780x0__r.jpg?hash=1774450953> (referer: https://ecarstrade.com/cars/7001627)
2026-03-25 16:45:47 [ecarstrade.be] INFO: Extracting details for car 7001649auction111038
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001651> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee344355-07ee-5429-99b2-a9e7f3adb2d7 with identifier: 7001649auction111038
2026-03-25 16:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee344355-07ee-5429-99b2-a9e7f3adb2d7 with scrape type 1
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001649%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450980%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_001/780x0__r.jpg?hash=1774450980 not downloaded yet
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_003/780x0__r.jpg?hash=1774450952> (referer: https://ecarstrade.com/cars/7001627)
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001649%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450981%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_002/780x0__r.jpg?hash=1774450981 not downloaded yet
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_002/780x0__r.jpg?hash=1774450952> (referer: https://ecarstrade.com/cars/7001627)
2026-03-25 16:45:47 [ecarstrade.be] INFO: Extracting details for car 7001651auction111038
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001649%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450980%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_003/780x0__r.jpg?hash=1774450980 not downloaded yet
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001649%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450980%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_004/780x0__r.jpg?hash=1774450980 not downloaded yet
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9943544c-eac2-58ce-89ff-8ae1536cff29 with identifier: 7001651auction111038
2026-03-25 16:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9943544c-eac2-58ce-89ff-8ae1536cff29 with scrape type 1
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001651%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450985%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_001/780x0__r.jpg?hash=1774450985 not downloaded yet
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_005/780x0__r.jpg?hash=1774450991> (referer: https://ecarstrade.com/cars/7001655)
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001649%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450981%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_005/780x0__r.jpg?hash=1774450981 not downloaded yet
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001651%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450985%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_002/780x0__r.jpg?hash=1774450985 not downloaded yet
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_006/780x0__r.jpg?hash=1774450991> (referer: https://ecarstrade.com/cars/7001655)
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001649%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450981%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_006/780x0__r.jpg?hash=1774450981 not downloaded yet
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001651%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450985%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_003/780x0__r.jpg?hash=1774450985 not downloaded yet
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001651%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450985%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_004/780x0__r.jpg?hash=1774450985 not downloaded yet
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001651%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450985%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_005/780x0__r.jpg?hash=1774450985 not downloaded yet
2026-03-25 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001651%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450985%27 HTTP/1.1" 200 None
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_006/780x0__r.jpg?hash=1774450985 not downloaded yet
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_004/780x0__r.jpg?hash=1774450991> (referer: https://ecarstrade.com/cars/7001655)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_006/780x0__r.jpg?hash=1774451010> (referer: https://ecarstrade.com/cars/7001669)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_006/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001648)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_005/780x0__r.jpg?hash=1774451010> (referer: https://ecarstrade.com/cars/7001669)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_005/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001648)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_004/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001648)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_001/780x0__r.jpg?hash=1774450980> (referer: https://ecarstrade.com/cars/7001649)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_002/780x0__r.jpg?hash=1774450981> (referer: https://ecarstrade.com/cars/7001649)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_005/780x0__r.jpg?hash=1774450981> (referer: https://ecarstrade.com/cars/7001649)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_001/780x0__r.jpg?hash=1774450985> (referer: https://ecarstrade.com/cars/7001651)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_006/780x0__r.jpg?hash=1774450985> (referer: https://ecarstrade.com/cars/7001651)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_005/780x0__r.jpg?hash=1774450985> (referer: https://ecarstrade.com/cars/7001651)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_004/780x0__r.jpg?hash=1774450985> (referer: https://ecarstrade.com/cars/7001651)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_003/780x0__r.jpg?hash=1774450985> (referer: https://ecarstrade.com/cars/7001651)
2026-03-25 16:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_006/780x0__r.jpg?hash=1774450981> (referer: https://ecarstrade.com/cars/7001649)
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_002/780x0__r.jpg?hash=1774450985> (referer: https://ecarstrade.com/cars/7001651)
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_004/780x0__r.jpg?hash=1774450980> (referer: https://ecarstrade.com/cars/7001649)
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_006/780x0__r.jpg?hash=1774450982> (referer: https://ecarstrade.com/cars/7001650)
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_003/780x0__r.jpg?hash=1774450980> (referer: https://ecarstrade.com/cars/7001649)
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9943544c-eac2-58ce-89ff-8ae1536cff29
2026-03-25 16:45:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9943544c-eac2-58ce-89ff-8ae1536cff29, skipping ID generation
2026-03-25 16:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9943544c-eac2-58ce-89ff-8ae1536cff29 with scrape type 1
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9943544c-eac2-58ce-89ff-8ae1536cff29 sending to next pipeline
2026-03-25 16:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9943544c-eac2-58ce-89ff-8ae1536cff29, identifier: 7001651auction111038
2026-03-25 16:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9943544c-eac2-58ce-89ff-8ae1536cff29 with identifier: 7001651auction111038
2026-03-25 16:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9943544c-eac2-58ce-89ff-8ae1536cff29 with identifier: 7001651auction111038
2026-03-25 16:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9943544c-eac2-58ce-89ff-8ae1536cff29 with identifier: 7001651auction111038 to the API
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001651/photo_002/780x0__r.jpg?hash=1774450985>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '9943544c-eac2-58ce-89ff-8ae1536cff29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001651',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 65048,
'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': 'PEUGEOT Boxer VU 4p Fourgon BLUEHDI 110 PREMIUM 330 L2H2',
'transmission': 'manual',
'trim': 'PEUGEOT VU 4p Fourgon BLUEHDI 110 PREMIUM 330 L2H2',
'vin': None,
'year': 2019}
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001651auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:48 [ecarstrade.be] INFO: Saving data for 7001651auction111038: {'created_time': 1774457148.521966, 'last_price_update_time': 1774457148.521976, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001651auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_005/780x0__r.jpg?hash=1774450982> (referer: https://ecarstrade.com/cars/7001650)
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_003/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001648)
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee344355-07ee-5429-99b2-a9e7f3adb2d7
2026-03-25 16:45:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee344355-07ee-5429-99b2-a9e7f3adb2d7, skipping ID generation
2026-03-25 16:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee344355-07ee-5429-99b2-a9e7f3adb2d7 with scrape type 1
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee344355-07ee-5429-99b2-a9e7f3adb2d7 sending to next pipeline
2026-03-25 16:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee344355-07ee-5429-99b2-a9e7f3adb2d7, identifier: 7001649auction111038
2026-03-25 16:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee344355-07ee-5429-99b2-a9e7f3adb2d7 with identifier: 7001649auction111038
2026-03-25 16:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee344355-07ee-5429-99b2-a9e7f3adb2d7 with identifier: 7001649auction111038
2026-03-25 16:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee344355-07ee-5429-99b2-a9e7f3adb2d7 with identifier: 7001649auction111038 to the API
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001649/photo_003/780x0__r.jpg?hash=1774450980>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'ee344355-07ee-5429-99b2-a9e7f3adb2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001649',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 52762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT Boxer VU 4p Fourgon 2.0 BLUEHDI 110 PREMIUM PACK 335 L3H3',
'transmission': 'manual',
'trim': 'PEUGEOT VU 4p Fourgon 2.0 BLUEHDI 110 PREMIUM PACK 335 L3H3',
'vin': None,
'year': 2018}
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001649auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:48 [ecarstrade.be] INFO: Saving data for 7001649auction111038: {'created_time': 1774457148.943364, 'last_price_update_time': 1774457148.943374, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001649auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_002/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001648)
2026-03-25 16:45:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_004/780x0__r.jpg?hash=1774450982> (referer: https://ecarstrade.com/cars/7001650)
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_003/780x0__r.jpg?hash=1774450982> (referer: https://ecarstrade.com/cars/7001650)
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_001/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001648)
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_002/780x0__r.jpg?hash=1774450982> (referer: https://ecarstrade.com/cars/7001650)
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_001/780x0__r.jpg?hash=1774450982> (referer: https://ecarstrade.com/cars/7001650)
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329
2026-03-25 16:45:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28ccc6fc-afe3-5dcc-aa08-8288d75b4329, skipping ID generation
2026-03-25 16:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 with scrape type 1
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 sending to next pipeline
2026-03-25 16:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28ccc6fc-afe3-5dcc-aa08-8288d75b4329, identifier: 7001648auction111038
2026-03-25 16:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 with identifier: 7001648auction111038
2026-03-25 16:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 with identifier: 7001648auction111038
2026-03-25 16:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28ccc6fc-afe3-5dcc-aa08-8288d75b4329 with identifier: 7001648auction111038 to the API
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001648/photo_001/780x0__r.jpg?hash=1774450976>
{'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-26T15:40:00Z',
'fuel_type': 'Electric',
'id': '28ccc6fc-afe3-5dcc-aa08-8288d75b4329',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001648',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 5388,
'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': 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-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001648auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:49 [ecarstrade.be] INFO: Saving data for 7001648auction111038: {'created_time': 1774457149.545046, 'last_price_update_time': 1774457149.545059, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001648auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_004/780x0__r.jpg?hash=1774451010> (referer: https://ecarstrade.com/cars/7001669)
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_003/780x0__r.jpg?hash=1774451010> (referer: https://ecarstrade.com/cars/7001669)
2026-03-25 16:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001652> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item adbc089e-614e-5c08-ae0f-6b8248fed8cb
2026-03-25 16:45:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: adbc089e-614e-5c08-ae0f-6b8248fed8cb, skipping ID generation
2026-03-25 16:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adbc089e-614e-5c08-ae0f-6b8248fed8cb with scrape type 1
2026-03-25 16:45:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item adbc089e-614e-5c08-ae0f-6b8248fed8cb sending to next pipeline
2026-03-25 16:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: adbc089e-614e-5c08-ae0f-6b8248fed8cb, identifier: 7001650auction111038
2026-03-25 16:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: adbc089e-614e-5c08-ae0f-6b8248fed8cb with identifier: 7001650auction111038
2026-03-25 16:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: adbc089e-614e-5c08-ae0f-6b8248fed8cb with identifier: 7001650auction111038
2026-03-25 16:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: adbc089e-614e-5c08-ae0f-6b8248fed8cb with identifier: 7001650auction111038 to the API
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001650/photo_001/780x0__r.jpg?hash=1774450982>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'adbc089e-614e-5c08-ae0f-6b8248fed8cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001650',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 81509,
'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': '308 Premium Pack 1.5 HDI 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Premium Pack 1.5 HDI 100CV BVM6 E6dT',
'vin': None,
'year': 2018}
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001650auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:49 [ecarstrade.be] INFO: Saving data for 7001650auction111038: {'created_time': 1774457149.992099, 'last_price_update_time': 1774457149.992109, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001650auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_002/780x0__r.jpg?hash=1774451010> (referer: https://ecarstrade.com/cars/7001669)
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_001/780x0__r.jpg?hash=1774451010> (referer: https://ecarstrade.com/cars/7001669)
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_003/780x0__r.jpg?hash=1774450993> (referer: https://ecarstrade.com/cars/7001655)
2026-03-25 16:45:50 [ecarstrade.be] INFO: Extracting details for car 7001652auction111038
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37a4db9-0500-57fd-9847-74c7e6c82852 with identifier: 7001652auction111038
2026-03-25 16:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37a4db9-0500-57fd-9847-74c7e6c82852 with scrape type 1
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001652%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450988%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_001/780x0__r.jpg?hash=1774450988 not downloaded yet
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001652%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450988%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_002/780x0__r.jpg?hash=1774450988 not downloaded yet
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001652%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450988%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_003/780x0__r.jpg?hash=1774450988 not downloaded yet
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001652%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450988%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_004/780x0__r.jpg?hash=1774450988 not downloaded yet
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_001/780x0__r.jpg?hash=1774450991> (referer: https://ecarstrade.com/cars/7001655)
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001652%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450988%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_005/780x0__r.jpg?hash=1774450988 not downloaded yet
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_002/780x0__r.jpg?hash=1774450992> (referer: https://ecarstrade.com/cars/7001655)
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001652%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450988%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_006/780x0__r.jpg?hash=1774450988 not downloaded yet
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c9ae0100-84c3-59b7-877e-bb0be4514640
2026-03-25 16:45:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9ae0100-84c3-59b7-877e-bb0be4514640, skipping ID generation
2026-03-25 16:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9ae0100-84c3-59b7-877e-bb0be4514640 with scrape type 1
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9ae0100-84c3-59b7-877e-bb0be4514640 sending to next pipeline
2026-03-25 16:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9ae0100-84c3-59b7-877e-bb0be4514640, identifier: 7001669auction111038
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_001/780x0__r.jpg?hash=1774450952> (referer: https://ecarstrade.com/cars/7001627)
2026-03-25 16:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9ae0100-84c3-59b7-877e-bb0be4514640 with identifier: 7001669auction111038
2026-03-25 16:45:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9ae0100-84c3-59b7-877e-bb0be4514640 with identifier: 7001669auction111038
2026-03-25 16:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9ae0100-84c3-59b7-877e-bb0be4514640 with identifier: 7001669auction111038 to the API
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001669/photo_001/780x0__r.jpg?hash=1774451010>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'c9ae0100-84c3-59b7-877e-bb0be4514640',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001669',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 97580,
'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': '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': 2020}
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001669auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:50 [ecarstrade.be] INFO: Saving data for 7001669auction111038: {'created_time': 1774457150.552243, 'last_price_update_time': 1774457150.552254, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001669auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_005/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001625)
2026-03-25 16:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_004/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001625)
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 98afdbd0-24b1-5cc6-bc30-b4418394a81c
2026-03-25 16:45:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98afdbd0-24b1-5cc6-bc30-b4418394a81c, skipping ID generation
2026-03-25 16:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98afdbd0-24b1-5cc6-bc30-b4418394a81c with scrape type 1
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98afdbd0-24b1-5cc6-bc30-b4418394a81c sending to next pipeline
2026-03-25 16:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98afdbd0-24b1-5cc6-bc30-b4418394a81c, identifier: 7001655auction111038
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a
2026-03-25 16:45:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e71dd7e-f857-5370-9dd5-46d2e19eb10a, skipping ID generation
2026-03-25 16:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a with scrape type 1
2026-03-25 16:45:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e71dd7e-f857-5370-9dd5-46d2e19eb10a sending to next pipeline
2026-03-25 16:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e71dd7e-f857-5370-9dd5-46d2e19eb10a, identifier: 7001627auction111038
2026-03-25 16:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98afdbd0-24b1-5cc6-bc30-b4418394a81c with identifier: 7001655auction111038
2026-03-25 16:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98afdbd0-24b1-5cc6-bc30-b4418394a81c with identifier: 7001655auction111038
2026-03-25 16:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98afdbd0-24b1-5cc6-bc30-b4418394a81c with identifier: 7001655auction111038 to the API
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001655/photo_002/780x0__r.jpg?hash=1774450992>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '98afdbd0-24b1-5cc6-bc30-b4418394a81c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001655',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 102690,
'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': 3,
'seller_name': None,
'title': 'Partner Asphalt L1 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Asphalt L1 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001655auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:51 [ecarstrade.be] INFO: Saving data for 7001655auction111038: {'created_time': 1774457151.053181, 'last_price_update_time': 1774457151.053192, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001655auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e71dd7e-f857-5370-9dd5-46d2e19eb10a with identifier: 7001627auction111038
2026-03-25 16:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e71dd7e-f857-5370-9dd5-46d2e19eb10a with identifier: 7001627auction111038
2026-03-25 16:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e71dd7e-f857-5370-9dd5-46d2e19eb10a with identifier: 7001627auction111038 to the API
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001627/photo_001/780x0__r.jpg?hash=1774450952>
{'auction_title': '',
'c_o_2_emission_value': 164,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '5e71dd7e-f857-5370-9dd5-46d2e19eb10a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001627',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 101087,
'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': 3,
'seller_name': None,
'title': 'Jumpy Fourgon CityVan XS 1.5 BlueHDi 120CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon CityVan XS 1.5 BlueHDi 120CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001627auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:51 [ecarstrade.be] INFO: Saving data for 7001627auction111038: {'created_time': 1774457151.524143, 'last_price_update_time': 1774457151.524154, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001627auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_003/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001625)
2026-03-25 16:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_001/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001625)
2026-03-25 16:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_002/780x0__r.jpg?hash=1774450951> (referer: https://ecarstrade.com/cars/7001625)
2026-03-25 16:45:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_005/780x0__r.jpg?hash=1774450943> (referer: https://ecarstrade.com/cars/7001622)
2026-03-25 16:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_003/780x0__r.jpg?hash=1774450943> (referer: https://ecarstrade.com/cars/7001622)
2026-03-25 16:45:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_004/780x0__r.jpg?hash=1774450943> (referer: https://ecarstrade.com/cars/7001622)
2026-03-25 16:45:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a599ad5-d944-55de-a324-cf256e0e2ae3
2026-03-25 16:45:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a599ad5-d944-55de-a324-cf256e0e2ae3, skipping ID generation
2026-03-25 16:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a599ad5-d944-55de-a324-cf256e0e2ae3 with scrape type 1
2026-03-25 16:45:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a599ad5-d944-55de-a324-cf256e0e2ae3 sending to next pipeline
2026-03-25 16:45:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a599ad5-d944-55de-a324-cf256e0e2ae3, identifier: 7001625auction111038
2026-03-25 16:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a599ad5-d944-55de-a324-cf256e0e2ae3 with identifier: 7001625auction111038
2026-03-25 16:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a599ad5-d944-55de-a324-cf256e0e2ae3 with identifier: 7001625auction111038
2026-03-25 16:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a599ad5-d944-55de-a324-cf256e0e2ae3 with identifier: 7001625auction111038 to the API
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001625/photo_002/780x0__r.jpg?hash=1774450951>
{'auction_title': '',
'c_o_2_emission_value': 253,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '3a599ad5-d944-55de-a324-cf256e0e2ae3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001625',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 66854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'FIAT Ducato 2014 4P Fourgon tôlé Maxi 3.5 XL H2 2.3 Mjet 140 Pack '
'Pro Nav',
'transmission': 'manual',
'trim': 'FIAT 2014 4P Fourgon tôlé Maxi 3.5 XL H2 2.3 Mjet 140 Pack Pro Nav',
'vin': None,
'year': 2020}
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001625auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:52 [ecarstrade.be] INFO: Saving data for 7001625auction111038: {'created_time': 1774457152.106968, 'last_price_update_time': 1774457152.106983, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001625auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_004/780x0__r.jpg?hash=1774450988> (referer: https://ecarstrade.com/cars/7001652)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_005/780x0__r.jpg?hash=1774450988> (referer: https://ecarstrade.com/cars/7001652)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_006/780x0__r.jpg?hash=1774450988> (referer: https://ecarstrade.com/cars/7001652)
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_001/780x0__r.jpg?hash=1774450988> (referer: https://ecarstrade.com/cars/7001652)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_003/780x0__r.jpg?hash=1774450988> (referer: https://ecarstrade.com/cars/7001652)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_002/780x0__r.jpg?hash=1774450988> (referer: https://ecarstrade.com/cars/7001652)
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_002/780x0__r.jpg?hash=1774450943> (referer: https://ecarstrade.com/cars/7001622)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_005/780x0__r.jpg?hash=1774450945> (referer: https://ecarstrade.com/cars/7001624)
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_001/780x0__r.jpg?hash=1774450943> (referer: https://ecarstrade.com/cars/7001622)
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a37a4db9-0500-57fd-9847-74c7e6c82852
2026-03-25 16:45:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a37a4db9-0500-57fd-9847-74c7e6c82852, skipping ID generation
2026-03-25 16:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37a4db9-0500-57fd-9847-74c7e6c82852 with scrape type 1
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a37a4db9-0500-57fd-9847-74c7e6c82852 sending to next pipeline
2026-03-25 16:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a37a4db9-0500-57fd-9847-74c7e6c82852, identifier: 7001652auction111038
2026-03-25 16:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a37a4db9-0500-57fd-9847-74c7e6c82852 with identifier: 7001652auction111038
2026-03-25 16:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a37a4db9-0500-57fd-9847-74c7e6c82852 with identifier: 7001652auction111038
2026-03-25 16:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a37a4db9-0500-57fd-9847-74c7e6c82852 with identifier: 7001652auction111038 to the API
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001652/photo_002/780x0__r.jpg?hash=1774450988>
{'auction_title': '',
'c_o_2_emission_value': 206,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'a37a4db9-0500-57fd-9847-74c7e6c82852',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001652',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 44821,
'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': 3,
'seller_name': None,
'title': 'PEUGEOT Expert / 2016 / 4P / Fourgon tôlé Taille XL 2.0 BHDI 145 '
'PACK ASPH C',
'transmission': 'manual',
'trim': 'PEUGEOT / 2016 / 4P / Fourgon tôlé Taille XL 2.0 BHDI 145 PACK ASPH '
'C',
'vin': None,
'year': 2023}
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001652auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:52 [ecarstrade.be] INFO: Saving data for 7001652auction111038: {'created_time': 1774457152.742276, 'last_price_update_time': 1774457152.742286, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001652auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_004/780x0__r.jpg?hash=1774450945> (referer: https://ecarstrade.com/cars/7001624)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_003/780x0__r.jpg?hash=1774450945> (referer: https://ecarstrade.com/cars/7001624)
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_002/780x0__r.jpg?hash=1774450945> (referer: https://ecarstrade.com/cars/7001624)
2026-03-25 16:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001647> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 89352054-dccf-505a-b962-b2f33aa2e815
2026-03-25 16:45:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89352054-dccf-505a-b962-b2f33aa2e815, skipping ID generation
2026-03-25 16:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89352054-dccf-505a-b962-b2f33aa2e815 with scrape type 1
2026-03-25 16:45:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89352054-dccf-505a-b962-b2f33aa2e815 sending to next pipeline
2026-03-25 16:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89352054-dccf-505a-b962-b2f33aa2e815, identifier: 7001622auction111038
2026-03-25 16:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89352054-dccf-505a-b962-b2f33aa2e815 with identifier: 7001622auction111038
2026-03-25 16:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89352054-dccf-505a-b962-b2f33aa2e815 with identifier: 7001622auction111038
2026-03-25 16:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89352054-dccf-505a-b962-b2f33aa2e815 with identifier: 7001622auction111038 to the API
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001622/photo_001/780x0__r.jpg?hash=1774450943>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '89352054-dccf-505a-b962-b2f33aa2e815',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001622',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 114481,
'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': 3,
'seller_name': None,
'title': 'Jumpy Fourgon Club M 1.6 BlueHDi 95CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club M 1.6 BlueHDi 95CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001622auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:53 [ecarstrade.be] INFO: Saving data for 7001622auction111038: {'created_time': 1774457153.630597, 'last_price_update_time': 1774457153.630608, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001622auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_001/780x0__r.jpg?hash=1774450945> (referer: https://ecarstrade.com/cars/7001624)
2026-03-25 16:45:53 [ecarstrade.be] INFO: Extracting details for car 7001647auction111038
2026-03-25 16:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 with identifier: 7001647auction111038
2026-03-25 16:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 with scrape type 1
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001647%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450975%27 HTTP/1.1" 200 None
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_001/780x0__r.jpg?hash=1774450975 not downloaded yet
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001647%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450975%27 HTTP/1.1" 200 None
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_002/780x0__r.jpg?hash=1774450975 not downloaded yet
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 684fd9fd-2e66-5389-9f8e-5ea506540f0f
2026-03-25 16:45:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 684fd9fd-2e66-5389-9f8e-5ea506540f0f, skipping ID generation
2026-03-25 16:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684fd9fd-2e66-5389-9f8e-5ea506540f0f with scrape type 1
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 684fd9fd-2e66-5389-9f8e-5ea506540f0f sending to next pipeline
2026-03-25 16:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 684fd9fd-2e66-5389-9f8e-5ea506540f0f, identifier: 7001624auction111038
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001647%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450975%27 HTTP/1.1" 200 None
2026-03-25 16:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_003/780x0__r.jpg?hash=1774450975 not downloaded yet
2026-03-25 16:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 684fd9fd-2e66-5389-9f8e-5ea506540f0f with identifier: 7001624auction111038
2026-03-25 16:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 684fd9fd-2e66-5389-9f8e-5ea506540f0f with identifier: 7001624auction111038
2026-03-25 16:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 684fd9fd-2e66-5389-9f8e-5ea506540f0f with identifier: 7001624auction111038 to the API
2026-03-25 16:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001624/photo_001/780x0__r.jpg?hash=1774450945>
{'auction_title': '',
'c_o_2_emission_value': 234,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '684fd9fd-2e66-5389-9f8e-5ea506540f0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001624',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 121307,
'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': 3,
'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-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001624auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:54 [ecarstrade.be] INFO: Saving data for 7001624auction111038: {'created_time': 1774457154.355718, 'last_price_update_time': 1774457154.355729, 'auction_closing_time': 1774539600.0}
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001624auction111038') HTTP/1.1" 204 0
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001647%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_004/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001647%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450975%27 HTTP/1.1" 200 None
2026-03-25 16:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_005/780x0__r.jpg?hash=1774450975 not downloaded yet
2026-03-25 16:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001647%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450976%27 HTTP/1.1" 200 None
2026-03-25 16:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_006/780x0__r.jpg?hash=1774450976 not downloaded yet
2026-03-25 16:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001646> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:55 [ecarstrade.be] INFO: Extracting details for car 7001646auction111038
2026-03-25 16:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd835d62-7d4d-5036-8a10-6b4b8c1194d4 with identifier: 7001646auction111038
2026-03-25 16:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd835d62-7d4d-5036-8a10-6b4b8c1194d4 with scrape type 1
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001646%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450974%27 HTTP/1.1" 200 None
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_001/780x0__r.jpg?hash=1774450974 not downloaded yet
2026-03-25 16:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001646%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450974%27 HTTP/1.1" 200 None
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_002/780x0__r.jpg?hash=1774450974 not downloaded yet
2026-03-25 16:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001646%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450974%27 HTTP/1.1" 200 None
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_003/780x0__r.jpg?hash=1774450974 not downloaded yet
2026-03-25 16:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001646%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450974%27 HTTP/1.1" 200 None
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_004/780x0__r.jpg?hash=1774450974 not downloaded yet
2026-03-25 16:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001646%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450974%27 HTTP/1.1" 200 None
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_005/780x0__r.jpg?hash=1774450974 not downloaded yet
2026-03-25 16:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001646%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450974%27 HTTP/1.1" 200 None
2026-03-25 16:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_006/780x0__r.jpg?hash=1774450974 not downloaded yet
2026-03-25 16:45:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001656> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:45:58 [ecarstrade.be] INFO: Extracting details for car 7001656auction111038
2026-03-25 16:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5d427c-1ae7-5963-8c33-48346f46c4ba with identifier: 7001656auction111038
2026-03-25 16:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5d427c-1ae7-5963-8c33-48346f46c4ba with scrape type 1
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001656%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450994%27 HTTP/1.1" 200 None
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_001/780x0__r.jpg?hash=1774450994 not downloaded yet
2026-03-25 16:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001656%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450994%27 HTTP/1.1" 200 None
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_002/780x0__r.jpg?hash=1774450994 not downloaded yet
2026-03-25 16:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001656%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450994%27 HTTP/1.1" 200 None
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_003/780x0__r.jpg?hash=1774450994 not downloaded yet
2026-03-25 16:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001656%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450994%27 HTTP/1.1" 200 None
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_004/780x0__r.jpg?hash=1774450994 not downloaded yet
2026-03-25 16:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001656%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450994%27 HTTP/1.1" 200 None
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_005/780x0__r.jpg?hash=1774450994 not downloaded yet
2026-03-25 16:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45: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%252F7001656%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450995%27 HTTP/1.1" 200 None
2026-03-25 16:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_006/780x0__r.jpg?hash=1774450995 not downloaded yet
2026-03-25 16:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_001/780x0__r.jpg?hash=1774450975> (referer: https://ecarstrade.com/cars/7001647)
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001672auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001672auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001672auction111038: 1
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001673auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001673auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001673auction111038: 1
2026-03-25 16:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_002/780x0__r.jpg?hash=1774450975> (referer: https://ecarstrade.com/cars/7001647)
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001674auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001674auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001674auction111038: 1
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001675auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001675auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001675auction111038: 1
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001677auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001677auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001677auction111038: 1
2026-03-25 16:45:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001678auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001678auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001678auction111038: 1
2026-03-25 16:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_003/780x0__r.jpg?hash=1774450975> (referer: https://ecarstrade.com/cars/7001647)
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001679auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001679auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:45:59 [ecarstrade.be] INFO: Scrape type for 7001679auction111038: 1
2026-03-25 16:45:59 [ecarstrade.be] INFO: Found listing with ID: 7001680auction111038
2026-03-25 16:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001680auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001680auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001682auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001682auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001682auction111038: 1
2026-03-25 16:46:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001683auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001683auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001683auction111038: 1
2026-03-25 16:46:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_004/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001647)
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001684auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001684auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001684auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001685auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001685auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001685auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001686auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001686auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001686auction111038: 1
2026-03-25 16:46:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001687auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001687auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001687auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001688auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001688auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001688auction111038: 1
2026-03-25 16:46:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_005/780x0__r.jpg?hash=1774450975> (referer: https://ecarstrade.com/cars/7001647)
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001690auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001690auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001690auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001692auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001692auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001692auction111038: 1
2026-03-25 16:46:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001693auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001693auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001693auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001694auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001694auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001694auction111038: 1
2026-03-25 16:46:00 [ecarstrade.be] INFO: Found listing with ID: 7001695auction111038
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001695auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:00 [ecarstrade.be] INFO: Scrape type for 7001695auction111038: 1
2026-03-25 16:46:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_006/780x0__r.jpg?hash=1774450976> (referer: https://ecarstrade.com/cars/7001647)
2026-03-25 16:46:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:46:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_001/780x0__r.jpg?hash=1774450974> (referer: https://ecarstrade.com/cars/7001646)
2026-03-25 16:46:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69
2026-03-25 16:46:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69, skipping ID generation
2026-03-25 16:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 with scrape type 1
2026-03-25 16:46:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 sending to next pipeline
2026-03-25 16:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69, identifier: 7001647auction111038
2026-03-25 16:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 with identifier: 7001647auction111038
2026-03-25 16:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 with identifier: 7001647auction111038
2026-03-25 16:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69 with identifier: 7001647auction111038 to the API
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001647/photo_006/780x0__r.jpg?hash=1774450976>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'fa0c6020-c496-5a2d-8a8a-6de4cdc1ef69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001647',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 106363,
'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': '208 Premium 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Premium 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001647auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [ecarstrade.be] INFO: Saving data for 7001647auction111038: {'created_time': 1774457161.192491, 'last_price_update_time': 1774457161.192502, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001647auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_006/780x0__r.jpg?hash=1774450974> (referer: https://ecarstrade.com/cars/7001646)
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_006/780x0__r.jpg?hash=1774450995> (referer: https://ecarstrade.com/cars/7001656)
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001644> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001642> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001643> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_005/780x0__r.jpg?hash=1774450994> (referer: https://ecarstrade.com/cars/7001656)
2026-03-25 16:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:46:01 [ecarstrade.be] INFO: Extracting details for car 7001644auction111038
2026-03-25 16:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3a9569b-cee0-5da9-bd7c-4b1a77249df2 with identifier: 7001644auction111038
2026-03-25 16:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3a9569b-cee0-5da9-bd7c-4b1a77249df2 with scrape type 1
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001644%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450970%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_001/780x0__r.jpg?hash=1774450970 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001644%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450971%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_002/780x0__r.jpg?hash=1774450971 not downloaded yet
2026-03-25 16:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001640> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001644%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450970%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_003/780x0__r.jpg?hash=1774450970 not downloaded yet
2026-03-25 16:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:01 [ecarstrade.be] INFO: Extracting details for car 7001642auction111038
2026-03-25 16:46:01 [ecarstrade.be] INFO: Extracting details for car 7001643auction111038
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001644%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450970%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_004/780x0__r.jpg?hash=1774450970 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001644%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450970%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_005/780x0__r.jpg?hash=1774450970 not downloaded yet
2026-03-25 16:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64f50773-488c-578f-ab99-327d2267e9b9 with identifier: 7001642auction111038
2026-03-25 16:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64f50773-488c-578f-ab99-327d2267e9b9 with scrape type 1
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001642%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450966%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_001/780x0__r.jpg?hash=1774450966 not downloaded yet
2026-03-25 16:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e37e2ef7-55a0-557d-a90c-e20cc71e1e2b with identifier: 7001643auction111038
2026-03-25 16:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b with scrape type 1
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001643%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450969%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_001/780x0__r.jpg?hash=1774450969 not downloaded yet
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:46:01 [ecarstrade.be] INFO: Extracting details for car 7001640auction111038
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001644%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450970%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_006/780x0__r.jpg?hash=1774450970 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001642%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450966%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_002/780x0__r.jpg?hash=1774450966 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001643%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450969%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_002/780x0__r.jpg?hash=1774450969 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001642%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450966%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_003/780x0__r.jpg?hash=1774450966 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001643%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450969%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_003/780x0__r.jpg?hash=1774450969 not downloaded yet
2026-03-25 16:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 with identifier: 7001640auction111038
2026-03-25 16:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 with scrape type 1
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001640%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_001/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001642%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450966%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_004/780x0__r.jpg?hash=1774450966 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001643%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450969%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_004/780x0__r.jpg?hash=1774450969 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001640%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450963%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_002/780x0__r.jpg?hash=1774450963 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001642%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450966%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_005/780x0__r.jpg?hash=1774450966 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001643%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450969%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_005/780x0__r.jpg?hash=1774450969 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001640%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450964%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_003/780x0__r.jpg?hash=1774450964 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001642%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450966%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_006/780x0__r.jpg?hash=1774450966 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001643%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450969%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_006/780x0__r.jpg?hash=1774450969 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001640%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450964%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_004/780x0__r.jpg?hash=1774450964 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001640%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450964%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_005/780x0__r.jpg?hash=1774450964 not downloaded yet
2026-03-25 16:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001640%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450964%27 HTTP/1.1" 200 None
2026-03-25 16:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_006/780x0__r.jpg?hash=1774450964 not downloaded yet
2026-03-25 16:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001662> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:03 [ecarstrade.be] INFO: Extracting details for car 7001662auction111038
2026-03-25 16:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 358e50c0-4951-5406-8202-e76634f6a53a with identifier: 7001662auction111038
2026-03-25 16:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358e50c0-4951-5406-8202-e76634f6a53a with scrape type 1
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001662%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450999%27 HTTP/1.1" 200 None
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_001/780x0__r.jpg?hash=1774450999 not downloaded yet
2026-03-25 16:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001662%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450999%27 HTTP/1.1" 200 None
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_002/780x0__r.jpg?hash=1774450999 not downloaded yet
2026-03-25 16:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001662%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450999%27 HTTP/1.1" 200 None
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_003/780x0__r.jpg?hash=1774450999 not downloaded yet
2026-03-25 16:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001662%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450999%27 HTTP/1.1" 200 None
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_004/780x0__r.jpg?hash=1774450999 not downloaded yet
2026-03-25 16:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001662%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450999%27 HTTP/1.1" 200 None
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_005/780x0__r.jpg?hash=1774450999 not downloaded yet
2026-03-25 16:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001662%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450999%27 HTTP/1.1" 200 None
2026-03-25 16:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_006/780x0__r.jpg?hash=1774450999 not downloaded yet
2026-03-25 16:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001638> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:05 [ecarstrade.be] INFO: Extracting details for car 7001638auction111038
2026-03-25 16:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4881aa0-992b-5d0a-ace4-8f917f173d0f with identifier: 7001638auction111038
2026-03-25 16:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4881aa0-992b-5d0a-ace4-8f917f173d0f with scrape type 1
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001638%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450957%27 HTTP/1.1" 200 None
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_001/780x0__r.jpg?hash=1774450957 not downloaded yet
2026-03-25 16:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001638%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450957%27 HTTP/1.1" 200 None
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_002/780x0__r.jpg?hash=1774450957 not downloaded yet
2026-03-25 16:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001638%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450957%27 HTTP/1.1" 200 None
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_003/780x0__r.jpg?hash=1774450957 not downloaded yet
2026-03-25 16:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001638%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450957%27 HTTP/1.1" 200 None
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_004/780x0__r.jpg?hash=1774450957 not downloaded yet
2026-03-25 16:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001638%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450957%27 HTTP/1.1" 200 None
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_005/780x0__r.jpg?hash=1774450957 not downloaded yet
2026-03-25 16:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001638%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450957%27 HTTP/1.1" 200 None
2026-03-25 16:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_006/780x0__r.jpg?hash=1774450957 not downloaded yet
2026-03-25 16:46:06 [scrapy.extensions.logstats] INFO: Crawled 349 pages (at 37 pages/min), scraped 264 items (at 33 items/min)
2026-03-25 16:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001683> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:07 [ecarstrade.be] INFO: Extracting details for car 7001683auction111038
2026-03-25 16:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5ec420-3be8-525d-8723-bbb81ce61cc9 with identifier: 7001683auction111038
2026-03-25 16:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5ec420-3be8-525d-8723-bbb81ce61cc9 with scrape type 1
2026-03-25 16:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001683%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_001/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001683%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_002/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001683%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_003/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001683%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_004/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001683%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_005/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001683%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_006/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001688> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:08 [ecarstrade.be] INFO: Extracting details for car 7001688auction111038
2026-03-25 16:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f27816f-c8ba-53e9-bcd3-790804c67e28 with identifier: 7001688auction111038
2026-03-25 16:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f27816f-c8ba-53e9-bcd3-790804c67e28 with scrape type 1
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001688%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_001/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001688%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_002/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001688%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_003/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001688%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_004/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001688%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_005/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001695> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001688%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_006/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001673> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:08 [ecarstrade.be] INFO: Extracting details for car 7001695auction111038
2026-03-25 16:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b688d47-12bf-5350-9001-b90957f9b763 with identifier: 7001695auction111038
2026-03-25 16:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b688d47-12bf-5350-9001-b90957f9b763 with scrape type 1
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001695%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451051%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_001/780x0__r.jpg?hash=1774451051 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001695%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_002/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [ecarstrade.be] INFO: Extracting details for car 7001673auction111038
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001695%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_003/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 025b5c4f-1155-532f-873c-e864dae7ba15 with identifier: 7001673auction111038
2026-03-25 16:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025b5c4f-1155-532f-873c-e864dae7ba15 with scrape type 1
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001673%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_001/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001695%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_004/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001673%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_002/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001678> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001695%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_005/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001673%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_003/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001695%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_006/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001673%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_004/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001673%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_005/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:09 [ecarstrade.be] INFO: Extracting details for car 7001678auction111038
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001673%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_006/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8bb0fe2-4130-5d79-b373-5d330acaae4a with identifier: 7001678auction111038
2026-03-25 16:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8bb0fe2-4130-5d79-b373-5d330acaae4a with scrape type 1
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001678%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_001/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001678%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451020%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_002/780x0__r.jpg?hash=1774451020 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001678%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451020%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_003/780x0__r.jpg?hash=1774451020 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001678%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451020%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_004/780x0__r.jpg?hash=1774451020 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001678%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451020%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_005/780x0__r.jpg?hash=1774451020 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001678%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451020%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_006/780x0__r.jpg?hash=1774451020 not downloaded yet
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001694> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_002/780x0__r.jpg?hash=1774450971> (referer: https://ecarstrade.com/cars/7001644)
2026-03-25 16:46:09 [ecarstrade.be] INFO: Extracting details for car 7001694auction111038
2026-03-25 16:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d155f57-6788-544a-87c2-edfd9b9b9fe7 with identifier: 7001694auction111038
2026-03-25 16:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d155f57-6788-544a-87c2-edfd9b9b9fe7 with scrape type 1
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001694%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_001/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001694%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451049%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_002/780x0__r.jpg?hash=1774451049 not downloaded yet
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_006/780x0__r.jpg?hash=1774450964> (referer: https://ecarstrade.com/cars/7001640)
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001694%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451049%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_003/780x0__r.jpg?hash=1774451049 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001694%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_004/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001694%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_005/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001694%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451050%27 HTTP/1.1" 200 None
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_006/780x0__r.jpg?hash=1774451050 not downloaded yet
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_006/780x0__r.jpg?hash=1774450999> (referer: https://ecarstrade.com/cars/7001662)
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_006/780x0__r.jpg?hash=1774450957> (referer: https://ecarstrade.com/cars/7001638)
2026-03-25 16:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_006/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001683)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_005/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001688)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_006/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001688)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_002/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001673)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_006/780x0__r.jpg?hash=1774451020> (referer: https://ecarstrade.com/cars/7001678)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_005/780x0__r.jpg?hash=1774451020> (referer: https://ecarstrade.com/cars/7001678)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_002/780x0__r.jpg?hash=1774451049> (referer: https://ecarstrade.com/cars/7001694)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_006/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001694)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_005/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001694)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_004/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001694)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_003/780x0__r.jpg?hash=1774451049> (referer: https://ecarstrade.com/cars/7001694)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_001/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001694)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_004/780x0__r.jpg?hash=1774451020> (referer: https://ecarstrade.com/cars/7001678)
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d155f57-6788-544a-87c2-edfd9b9b9fe7
2026-03-25 16:46:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d155f57-6788-544a-87c2-edfd9b9b9fe7, skipping ID generation
2026-03-25 16:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d155f57-6788-544a-87c2-edfd9b9b9fe7 with scrape type 1
2026-03-25 16:46:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d155f57-6788-544a-87c2-edfd9b9b9fe7 sending to next pipeline
2026-03-25 16:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d155f57-6788-544a-87c2-edfd9b9b9fe7, identifier: 7001694auction111038
2026-03-25 16:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d155f57-6788-544a-87c2-edfd9b9b9fe7 with identifier: 7001694auction111038
2026-03-25 16:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d155f57-6788-544a-87c2-edfd9b9b9fe7 with identifier: 7001694auction111038
2026-03-25 16:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d155f57-6788-544a-87c2-edfd9b9b9fe7 with identifier: 7001694auction111038 to the API
2026-03-25 16:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001694/photo_001/780x0__r.jpg?hash=1774451050>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '6d155f57-6788-544a-87c2-edfd9b9b9fe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001694',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Master',
'odometer': 13186,
'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': 3,
'seller_name': None,
'title': 'RENAULT Master SC / 2019 / 2P / Benne basculante BS Tr F3500 L2 '
'Blue dCi 145 EVIE',
'transmission': 'manual',
'trim': 'RENAULT SC / 2019 / 2P / Benne basculante BS Tr F3500 L2 Blue dCi '
'145 EVIE',
'vin': None,
'year': 2022}
2026-03-25 16:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001694auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:11 [ecarstrade.be] INFO: Saving data for 7001694auction111038: {'created_time': 1774457171.434426, 'last_price_update_time': 1774457171.434437, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001694auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_003/780x0__r.jpg?hash=1774451020> (referer: https://ecarstrade.com/cars/7001678)
2026-03-25 16:46:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_002/780x0__r.jpg?hash=1774451020> (referer: https://ecarstrade.com/cars/7001678)
2026-03-25 16:46:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_001/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001678)
2026-03-25 16:46:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_006/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001673)
2026-03-25 16:46:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8bb0fe2-4130-5d79-b373-5d330acaae4a
2026-03-25 16:46:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8bb0fe2-4130-5d79-b373-5d330acaae4a, skipping ID generation
2026-03-25 16:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8bb0fe2-4130-5d79-b373-5d330acaae4a with scrape type 1
2026-03-25 16:46:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8bb0fe2-4130-5d79-b373-5d330acaae4a sending to next pipeline
2026-03-25 16:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8bb0fe2-4130-5d79-b373-5d330acaae4a, identifier: 7001678auction111038
2026-03-25 16:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8bb0fe2-4130-5d79-b373-5d330acaae4a with identifier: 7001678auction111038
2026-03-25 16:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8bb0fe2-4130-5d79-b373-5d330acaae4a with identifier: 7001678auction111038
2026-03-25 16:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8bb0fe2-4130-5d79-b373-5d330acaae4a with identifier: 7001678auction111038 to the API
2026-03-25 16:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001678/photo_001/780x0__r.jpg?hash=1774451021>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8bb0fe2-4130-5d79-b373-5d330acaae4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001678',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 105275,
'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': 3,
'seller_name': None,
'title': 'RENAULT Kangoo / 2021 / 4P / Fourgonnette Gd Confort Blue dCi 95 '
'BVA - 22',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette Gd Confort Blue dCi 95 BVA - 22',
'vin': None,
'year': 2023}
2026-03-25 16:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001678auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:12 [ecarstrade.be] INFO: Saving data for 7001678auction111038: {'created_time': 1774457172.104586, 'last_price_update_time': 1774457172.104598, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001678auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_005/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001673)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_004/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001673)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_006/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001695)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_003/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001673)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_005/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001695)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_004/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001695)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_001/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001673)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_003/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001695)
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 025b5c4f-1155-532f-873c-e864dae7ba15
2026-03-25 16:46:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 025b5c4f-1155-532f-873c-e864dae7ba15, skipping ID generation
2026-03-25 16:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025b5c4f-1155-532f-873c-e864dae7ba15 with scrape type 1
2026-03-25 16:46:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 025b5c4f-1155-532f-873c-e864dae7ba15 sending to next pipeline
2026-03-25 16:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 025b5c4f-1155-532f-873c-e864dae7ba15, identifier: 7001673auction111038
2026-03-25 16:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 025b5c4f-1155-532f-873c-e864dae7ba15 with identifier: 7001673auction111038
2026-03-25 16:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 025b5c4f-1155-532f-873c-e864dae7ba15 with identifier: 7001673auction111038
2026-03-25 16:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 025b5c4f-1155-532f-873c-e864dae7ba15 with identifier: 7001673auction111038 to the API
2026-03-25 16:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001673/photo_001/780x0__r.jpg?hash=1774451011>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '025b5c4f-1155-532f-873c-e864dae7ba15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001673',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 76736,
'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': 'Clio IV Air MediaNav 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air MediaNav 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001673auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:13 [ecarstrade.be] INFO: Saving data for 7001673auction111038: {'created_time': 1774457173.24957, 'last_price_update_time': 1774457173.249584, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001673auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_002/780x0__r.jpg?hash=1774451050> (referer: https://ecarstrade.com/cars/7001695)
2026-03-25 16:46:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_001/780x0__r.jpg?hash=1774451051> (referer: https://ecarstrade.com/cars/7001695)
2026-03-25 16:46:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_004/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001688)
2026-03-25 16:46:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1b688d47-12bf-5350-9001-b90957f9b763
2026-03-25 16:46:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b688d47-12bf-5350-9001-b90957f9b763, skipping ID generation
2026-03-25 16:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b688d47-12bf-5350-9001-b90957f9b763 with scrape type 1
2026-03-25 16:46:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b688d47-12bf-5350-9001-b90957f9b763 sending to next pipeline
2026-03-25 16:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b688d47-12bf-5350-9001-b90957f9b763, identifier: 7001695auction111038
2026-03-25 16:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b688d47-12bf-5350-9001-b90957f9b763 with identifier: 7001695auction111038
2026-03-25 16:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b688d47-12bf-5350-9001-b90957f9b763 with identifier: 7001695auction111038
2026-03-25 16:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b688d47-12bf-5350-9001-b90957f9b763 with identifier: 7001695auction111038 to the API
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001695/photo_001/780x0__r.jpg?hash=1774451051>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '1b688d47-12bf-5350-9001-b90957f9b763',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001695',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 92277,
'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': 7,
'seller_name': None,
'title': 'RENAULT Master DC VU 4p Châssis double cabine DC GCf Trac F3500 L3 '
'dCi 130 E6',
'transmission': 'manual',
'trim': 'RENAULT DC VU 4p Châssis double cabine DC GCf Trac F3500 L3 dCi 130 '
'E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001695auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:13 [ecarstrade.be] INFO: Saving data for 7001695auction111038: {'created_time': 1774457173.854373, 'last_price_update_time': 1774457173.854396, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001695auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_003/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001688)
2026-03-25 16:46:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_002/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001688)
2026-03-25 16:46:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_001/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001688)
2026-03-25 16:46:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_005/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001683)
2026-03-25 16:46:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f27816f-c8ba-53e9-bcd3-790804c67e28
2026-03-25 16:46:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f27816f-c8ba-53e9-bcd3-790804c67e28, skipping ID generation
2026-03-25 16:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f27816f-c8ba-53e9-bcd3-790804c67e28 with scrape type 1
2026-03-25 16:46:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f27816f-c8ba-53e9-bcd3-790804c67e28 sending to next pipeline
2026-03-25 16:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f27816f-c8ba-53e9-bcd3-790804c67e28, identifier: 7001688auction111038
2026-03-25 16:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f27816f-c8ba-53e9-bcd3-790804c67e28 with identifier: 7001688auction111038
2026-03-25 16:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f27816f-c8ba-53e9-bcd3-790804c67e28 with identifier: 7001688auction111038
2026-03-25 16:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f27816f-c8ba-53e9-bcd3-790804c67e28 with identifier: 7001688auction111038 to the API
2026-03-25 16:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001688/photo_001/780x0__r.jpg?hash=1774451043>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '9f27816f-c8ba-53e9-bcd3-790804c67e28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001688',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Master',
'odometer': 39131,
'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': 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-25 16:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001688auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:14 [ecarstrade.be] INFO: Saving data for 7001688auction111038: {'created_time': 1774457174.954074, 'last_price_update_time': 1774457174.954088, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001688auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_004/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001683)
2026-03-25 16:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001692> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_003/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001683)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_002/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001683)
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:15 [ecarstrade.be] INFO: Extracting details for car 7001692auction111038
2026-03-25 16:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d5e7b9-2d14-5e94-9146-d1a38b3e151e with identifier: 7001692auction111038
2026-03-25 16:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e with scrape type 1
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001692%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451045%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_001/780x0__r.jpg?hash=1774451045 not downloaded yet
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001692%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451045%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_002/780x0__r.jpg?hash=1774451045 not downloaded yet
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001692%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451045%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_003/780x0__r.jpg?hash=1774451045 not downloaded yet
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_005/780x0__r.jpg?hash=1774450957> (referer: https://ecarstrade.com/cars/7001638)
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001692%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451045%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_004/780x0__r.jpg?hash=1774451045 not downloaded yet
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_001/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001683)
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001692%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451045%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_005/780x0__r.jpg?hash=1774451045 not downloaded yet
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001692%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451045%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_006/780x0__r.jpg?hash=1774451045 not downloaded yet
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_004/780x0__r.jpg?hash=1774450957> (referer: https://ecarstrade.com/cars/7001638)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_003/780x0__r.jpg?hash=1774450957> (referer: https://ecarstrade.com/cars/7001638)
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5b5ec420-3be8-525d-8723-bbb81ce61cc9
2026-03-25 16:46:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5b5ec420-3be8-525d-8723-bbb81ce61cc9, skipping ID generation
2026-03-25 16:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5ec420-3be8-525d-8723-bbb81ce61cc9 with scrape type 1
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5b5ec420-3be8-525d-8723-bbb81ce61cc9 sending to next pipeline
2026-03-25 16:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b5ec420-3be8-525d-8723-bbb81ce61cc9, identifier: 7001683auction111038
2026-03-25 16:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b5ec420-3be8-525d-8723-bbb81ce61cc9 with identifier: 7001683auction111038
2026-03-25 16:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b5ec420-3be8-525d-8723-bbb81ce61cc9 with identifier: 7001683auction111038
2026-03-25 16:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b5ec420-3be8-525d-8723-bbb81ce61cc9 with identifier: 7001683auction111038 to the API
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001683/photo_001/780x0__r.jpg?hash=1774451029>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '5b5ec420-3be8-525d-8723-bbb81ce61cc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001683',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 68235,
'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': 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': 2020}
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001683auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [ecarstrade.be] INFO: Saving data for 7001683auction111038: {'created_time': 1774457175.740731, 'last_price_update_time': 1774457175.740742, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001683auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_002/780x0__r.jpg?hash=1774450957> (referer: https://ecarstrade.com/cars/7001638)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001687> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_001/780x0__r.jpg?hash=1774450957> (referer: https://ecarstrade.com/cars/7001638)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001690> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001685> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001693> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_005/780x0__r.jpg?hash=1774450999> (referer: https://ecarstrade.com/cars/7001662)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_003/780x0__r.jpg?hash=1774450999> (referer: https://ecarstrade.com/cars/7001662)
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_002/780x0__r.jpg?hash=1774450999> (referer: https://ecarstrade.com/cars/7001662)
2026-03-25 16:46:15 [ecarstrade.be] INFO: Extracting details for car 7001687auction111038
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_004/780x0__r.jpg?hash=1774450999> (referer: https://ecarstrade.com/cars/7001662)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_004/780x0__r.jpg?hash=1774451045> (referer: https://ecarstrade.com/cars/7001692)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_003/780x0__r.jpg?hash=1774451045> (referer: https://ecarstrade.com/cars/7001692)
2026-03-25 16:46:15 [ecarstrade.be] INFO: Extracting details for car 7001690auction111038
2026-03-25 16:46:15 [ecarstrade.be] INFO: Extracting details for car 7001685auction111038
2026-03-25 16:46:15 [ecarstrade.be] INFO: Extracting details for car 7001693auction111038
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_005/780x0__r.jpg?hash=1774451045> (referer: https://ecarstrade.com/cars/7001692)
2026-03-25 16:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_006/780x0__r.jpg?hash=1774451045> (referer: https://ecarstrade.com/cars/7001692)
2026-03-25 16:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c179c3b8-2712-5ecc-9d02-9dc2eda50b94 with identifier: 7001687auction111038
2026-03-25 16:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c179c3b8-2712-5ecc-9d02-9dc2eda50b94 with scrape type 1
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001687%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451039%27 HTTP/1.1" 200 None
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_001/780x0__r.jpg?hash=1774451039 not downloaded yet
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4881aa0-992b-5d0a-ace4-8f917f173d0f
2026-03-25 16:46:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4881aa0-992b-5d0a-ace4-8f917f173d0f, skipping ID generation
2026-03-25 16:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4881aa0-992b-5d0a-ace4-8f917f173d0f with scrape type 1
2026-03-25 16:46:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4881aa0-992b-5d0a-ace4-8f917f173d0f sending to next pipeline
2026-03-25 16:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4881aa0-992b-5d0a-ace4-8f917f173d0f, identifier: 7001638auction111038
2026-03-25 16:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b5600a6-0e71-5b40-acab-3735d3a8be41 with identifier: 7001690auction111038
2026-03-25 16:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b5600a6-0e71-5b40-acab-3735d3a8be41 with scrape type 1
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001690%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_001/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db04214c-c8dc-57f9-ac91-116cc5d68363 with identifier: 7001685auction111038
2026-03-25 16:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db04214c-c8dc-57f9-ac91-116cc5d68363 with scrape type 1
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001685%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451034%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_001/780x0__r.jpg?hash=1774451034 not downloaded yet
2026-03-25 16:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b4aaca-aac0-5435-9a96-d33cb5fa5328 with identifier: 7001693auction111038
2026-03-25 16:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b4aaca-aac0-5435-9a96-d33cb5fa5328 with scrape type 1
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001693%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451047%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_001/780x0__r.jpg?hash=1774451047 not downloaded yet
2026-03-25 16:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4881aa0-992b-5d0a-ace4-8f917f173d0f with identifier: 7001638auction111038
2026-03-25 16:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4881aa0-992b-5d0a-ace4-8f917f173d0f with identifier: 7001638auction111038
2026-03-25 16:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4881aa0-992b-5d0a-ace4-8f917f173d0f with identifier: 7001638auction111038 to the API
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001638/photo_001/780x0__r.jpg?hash=1774450957>
{'auction_title': '',
'c_o_2_emission_value': 177,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'b4881aa0-992b-5d0a-ace4-8f917f173d0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001638',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 117166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'FIAT Ducato SC VU 2p Châssis cabine 3.5 L 2.3 Multijet 130 Pack Pro '
'Nav',
'transmission': 'manual',
'trim': 'FIAT SC VU 2p Châssis cabine 3.5 L 2.3 Multijet 130 Pack Pro Nav',
'vin': None,
'year': 2019}
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001638auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [ecarstrade.be] INFO: Saving data for 7001638auction111038: {'created_time': 1774457176.458175, 'last_price_update_time': 1774457176.458186, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001638auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_001/780x0__r.jpg?hash=1774450999> (referer: https://ecarstrade.com/cars/7001662)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_002/780x0__r.jpg?hash=1774451045> (referer: https://ecarstrade.com/cars/7001692)
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001687%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451039%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_002/780x0__r.jpg?hash=1774451039 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001690%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_002/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001685%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451036%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_002/780x0__r.jpg?hash=1774451036 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001693%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451047%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_002/780x0__r.jpg?hash=1774451047 not downloaded yet
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_006/780x0__r.jpg?hash=1774450969> (referer: https://ecarstrade.com/cars/7001643)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_004/780x0__r.jpg?hash=1774450964> (referer: https://ecarstrade.com/cars/7001640)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_001/780x0__r.jpg?hash=1774451045> (referer: https://ecarstrade.com/cars/7001692)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_005/780x0__r.jpg?hash=1774450964> (referer: https://ecarstrade.com/cars/7001640)
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001687%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451039%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_003/780x0__r.jpg?hash=1774451039 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001690%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451044%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_003/780x0__r.jpg?hash=1774451044 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001685%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451034%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_003/780x0__r.jpg?hash=1774451034 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001693%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451047%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_003/780x0__r.jpg?hash=1774451047 not downloaded yet
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_003/780x0__r.jpg?hash=1774450964> (referer: https://ecarstrade.com/cars/7001640)
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001687%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451039%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_004/780x0__r.jpg?hash=1774451039 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001690%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_004/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001685%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451034%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_004/780x0__r.jpg?hash=1774451034 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001693%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451047%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_004/780x0__r.jpg?hash=1774451047 not downloaded yet
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 358e50c0-4951-5406-8202-e76634f6a53a
2026-03-25 16:46:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 358e50c0-4951-5406-8202-e76634f6a53a, skipping ID generation
2026-03-25 16:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358e50c0-4951-5406-8202-e76634f6a53a with scrape type 1
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 358e50c0-4951-5406-8202-e76634f6a53a sending to next pipeline
2026-03-25 16:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 358e50c0-4951-5406-8202-e76634f6a53a, identifier: 7001662auction111038
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_002/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001640)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_004/780x0__r.jpg?hash=1774450969> (referer: https://ecarstrade.com/cars/7001643)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_005/780x0__r.jpg?hash=1774450966> (referer: https://ecarstrade.com/cars/7001642)
2026-03-25 16:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_005/780x0__r.jpg?hash=1774450969> (referer: https://ecarstrade.com/cars/7001643)
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001687%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451039%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_005/780x0__r.jpg?hash=1774451039 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001690%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_005/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001685%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451034%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_005/780x0__r.jpg?hash=1774451034 not downloaded yet
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001693%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451048%27 HTTP/1.1" 200 None
2026-03-25 16:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_005/780x0__r.jpg?hash=1774451048 not downloaded yet
2026-03-25 16:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 358e50c0-4951-5406-8202-e76634f6a53a with identifier: 7001662auction111038
2026-03-25 16:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 358e50c0-4951-5406-8202-e76634f6a53a with identifier: 7001662auction111038
2026-03-25 16:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 358e50c0-4951-5406-8202-e76634f6a53a with identifier: 7001662auction111038 to the API
2026-03-25 16:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001662/photo_001/780x0__r.jpg?hash=1774450999>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '358e50c0-4951-5406-8202-e76634f6a53a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001662',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40955,
'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': 'RENAULT Captur 5p Crossover Business dCi 90 / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'RENAULT 5p Crossover Business dCi 90 / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001662auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:17 [ecarstrade.be] INFO: Saving data for 7001662auction111038: {'created_time': 1774457177.442968, 'last_price_update_time': 1774457177.442979, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001662auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_006/780x0__r.jpg?hash=1774450966> (referer: https://ecarstrade.com/cars/7001642)
2026-03-25 16:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_004/780x0__r.jpg?hash=1774450966> (referer: https://ecarstrade.com/cars/7001642)
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001687%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451039%27 HTTP/1.1" 200 None
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_006/780x0__r.jpg?hash=1774451039 not downloaded yet
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001690%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451043%27 HTTP/1.1" 200 None
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_006/780x0__r.jpg?hash=1774451043 not downloaded yet
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001685%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451034%27 HTTP/1.1" 200 None
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_006/780x0__r.jpg?hash=1774451034 not downloaded yet
2026-03-25 16:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001693%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451048%27 HTTP/1.1" 200 None
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_006/780x0__r.jpg?hash=1774451048 not downloaded yet
2026-03-25 16:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001686> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e
2026-03-25 16:46:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05d5e7b9-2d14-5e94-9146-d1a38b3e151e, skipping ID generation
2026-03-25 16:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e with scrape type 1
2026-03-25 16:46:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05d5e7b9-2d14-5e94-9146-d1a38b3e151e sending to next pipeline
2026-03-25 16:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05d5e7b9-2d14-5e94-9146-d1a38b3e151e, identifier: 7001692auction111038
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05d5e7b9-2d14-5e94-9146-d1a38b3e151e with identifier: 7001692auction111038
2026-03-25 16:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05d5e7b9-2d14-5e94-9146-d1a38b3e151e with identifier: 7001692auction111038
2026-03-25 16:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05d5e7b9-2d14-5e94-9146-d1a38b3e151e with identifier: 7001692auction111038 to the API
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001692/photo_001/780x0__r.jpg?hash=1774451045>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO-5',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '05d5e7b9-2d14-5e94-9146-d1a38b3e151e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001692',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 35386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo Express VU 4p Fourgonnette Gd Confort dCi 110',
'transmission': 'manual',
'trim': 'RENAULT Express VU 4p Fourgonnette Gd Confort dCi 110',
'vin': None,
'year': 2016}
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001692auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [ecarstrade.be] INFO: Saving data for 7001692auction111038: {'created_time': 1774457178.424883, 'last_price_update_time': 1774457178.424897, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001692auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_001/780x0__r.jpg?hash=1774451047> (referer: https://ecarstrade.com/cars/7001693)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_001/780x0__r.jpg?hash=1774451034> (referer: https://ecarstrade.com/cars/7001685)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_002/780x0__r.jpg?hash=1774451047> (referer: https://ecarstrade.com/cars/7001693)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_001/780x0__r.jpg?hash=1774450963> (referer: https://ecarstrade.com/cars/7001640)
2026-03-25 16:46:18 [ecarstrade.be] INFO: Extracting details for car 7001686auction111038
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_002/780x0__r.jpg?hash=1774451036> (referer: https://ecarstrade.com/cars/7001685)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_002/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001690)
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 276d9796-7545-5a70-852c-c976c03600f2 with identifier: 7001686auction111038
2026-03-25 16:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 276d9796-7545-5a70-852c-c976c03600f2 with scrape type 1
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001686%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451036%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_001/780x0__r.jpg?hash=1774451036 not downloaded yet
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001686%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451036%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_002/780x0__r.jpg?hash=1774451036 not downloaded yet
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001686%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451037%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_003/780x0__r.jpg?hash=1774451037 not downloaded yet
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_002/780x0__r.jpg?hash=1774451039> (referer: https://ecarstrade.com/cars/7001687)
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001686%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451037%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_004/780x0__r.jpg?hash=1774451037 not downloaded yet
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_003/780x0__r.jpg?hash=1774451047> (referer: https://ecarstrade.com/cars/7001693)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_004/780x0__r.jpg?hash=1774451034> (referer: https://ecarstrade.com/cars/7001685)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_005/780x0__r.jpg?hash=1774451048> (referer: https://ecarstrade.com/cars/7001693)
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001686%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451037%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_005/780x0__r.jpg?hash=1774451037 not downloaded yet
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_004/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001690)
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8
2026-03-25 16:46:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de7b93dd-1e28-57ba-8b91-0ed9023f6cb8, skipping ID generation
2026-03-25 16:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 with scrape type 1
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 sending to next pipeline
2026-03-25 16:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de7b93dd-1e28-57ba-8b91-0ed9023f6cb8, identifier: 7001640auction111038
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_004/780x0__r.jpg?hash=1774451047> (referer: https://ecarstrade.com/cars/7001693)
2026-03-25 16:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_004/780x0__r.jpg?hash=1774451039> (referer: https://ecarstrade.com/cars/7001687)
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001686%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451037%27 HTTP/1.1" 200 None
2026-03-25 16:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_006/780x0__r.jpg?hash=1774451037 not downloaded yet
2026-03-25 16:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 with identifier: 7001640auction111038
2026-03-25 16:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 with identifier: 7001640auction111038
2026-03-25 16:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de7b93dd-1e28-57ba-8b91-0ed9023f6cb8 with identifier: 7001640auction111038 to the API
2026-03-25 16:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001640/photo_001/780x0__r.jpg?hash=1774450963>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'de7b93dd-1e28-57ba-8b91-0ed9023f6cb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001640',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 128525,
'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': 2,
'seller_name': None,
'title': 'Corsa F Edition Business 1.5 100CV BVM6 E6d / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'F Edition Business 1.5 100CV BVM6 E6d / TRANSFO VP VF',
'vin': None,
'year': 2021}
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001640auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:19 [ecarstrade.be] INFO: Saving data for 7001640auction111038: {'created_time': 1774457179.090995, 'last_price_update_time': 1774457179.091006, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001640auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_006/780x0__r.jpg?hash=1774451048> (referer: https://ecarstrade.com/cars/7001693)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_005/780x0__r.jpg?hash=1774451034> (referer: https://ecarstrade.com/cars/7001685)
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_006/780x0__r.jpg?hash=1774451034> (referer: https://ecarstrade.com/cars/7001685)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_006/780x0__r.jpg?hash=1774451039> (referer: https://ecarstrade.com/cars/7001687)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_006/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001690)
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_003/780x0__r.jpg?hash=1774451037> (referer: https://ecarstrade.com/cars/7001686)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_004/780x0__r.jpg?hash=1774451037> (referer: https://ecarstrade.com/cars/7001686)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_005/780x0__r.jpg?hash=1774451039> (referer: https://ecarstrade.com/cars/7001687)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_003/780x0__r.jpg?hash=1774451034> (referer: https://ecarstrade.com/cars/7001685)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_005/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001690)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_001/780x0__r.jpg?hash=1774451036> (referer: https://ecarstrade.com/cars/7001686)
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c0b4aaca-aac0-5435-9a96-d33cb5fa5328
2026-03-25 16:46:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0b4aaca-aac0-5435-9a96-d33cb5fa5328, skipping ID generation
2026-03-25 16:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b4aaca-aac0-5435-9a96-d33cb5fa5328 with scrape type 1
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c0b4aaca-aac0-5435-9a96-d33cb5fa5328 sending to next pipeline
2026-03-25 16:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0b4aaca-aac0-5435-9a96-d33cb5fa5328, identifier: 7001693auction111038
2026-03-25 16:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0b4aaca-aac0-5435-9a96-d33cb5fa5328 with identifier: 7001693auction111038
2026-03-25 16:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0b4aaca-aac0-5435-9a96-d33cb5fa5328 with identifier: 7001693auction111038
2026-03-25 16:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0b4aaca-aac0-5435-9a96-d33cb5fa5328 with identifier: 7001693auction111038 to the API
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001693/photo_006/780x0__r.jpg?hash=1774451048>
{'auction_title': '',
'c_o_2_emission_value': 239,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.3L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'c0b4aaca-aac0-5435-9a96-d33cb5fa5328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001693',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Master',
'odometer': 45574,
'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': 3,
'seller_name': None,
'title': 'RENAULT Master / 2019 / 4P / Fourgon tôlé FG Tr CF F3300 L2H2 Blue '
'dCi 135',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 4P / Fourgon tôlé FG Tr CF F3300 L2H2 Blue dCi 135',
'vin': None,
'year': 2024}
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001693auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:19 [ecarstrade.be] INFO: Saving data for 7001693auction111038: {'created_time': 1774457179.699578, 'last_price_update_time': 1774457179.699589, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001693auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_005/780x0__r.jpg?hash=1774451037> (referer: https://ecarstrade.com/cars/7001686)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_003/780x0__r.jpg?hash=1774451039> (referer: https://ecarstrade.com/cars/7001687)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_002/780x0__r.jpg?hash=1774451036> (referer: https://ecarstrade.com/cars/7001686)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_003/780x0__r.jpg?hash=1774451044> (referer: https://ecarstrade.com/cars/7001690)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_001/780x0__r.jpg?hash=1774451043> (referer: https://ecarstrade.com/cars/7001690)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_001/780x0__r.jpg?hash=1774451039> (referer: https://ecarstrade.com/cars/7001687)
2026-03-25 16:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_006/780x0__r.jpg?hash=1774451037> (referer: https://ecarstrade.com/cars/7001686)
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item db04214c-c8dc-57f9-ac91-116cc5d68363
2026-03-25 16:46:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: db04214c-c8dc-57f9-ac91-116cc5d68363, skipping ID generation
2026-03-25 16:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db04214c-c8dc-57f9-ac91-116cc5d68363 with scrape type 1
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item db04214c-c8dc-57f9-ac91-116cc5d68363 sending to next pipeline
2026-03-25 16:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db04214c-c8dc-57f9-ac91-116cc5d68363, identifier: 7001685auction111038
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db04214c-c8dc-57f9-ac91-116cc5d68363 with identifier: 7001685auction111038
2026-03-25 16:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db04214c-c8dc-57f9-ac91-116cc5d68363 with identifier: 7001685auction111038
2026-03-25 16:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db04214c-c8dc-57f9-ac91-116cc5d68363 with identifier: 7001685auction111038 to the API
2026-03-25 16:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001685/photo_003/780x0__r.jpg?hash=1774451034>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'db04214c-c8dc-57f9-ac91-116cc5d68363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001685',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 98529,
'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': None,
'seller_name': None,
'title': 'Kangoo Express Maxi Extra (Série Spéciale) 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Maxi Extra (Série Spéciale) 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001685auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:20 [ecarstrade.be] INFO: Saving data for 7001685auction111038: {'created_time': 1774457180.33152, 'last_price_update_time': 1774457180.331533, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001685auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_003/780x0__r.jpg?hash=1774450966> (referer: https://ecarstrade.com/cars/7001642)
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_002/780x0__r.jpg?hash=1774450969> (referer: https://ecarstrade.com/cars/7001643)
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_001/780x0__r.jpg?hash=1774450966> (referer: https://ecarstrade.com/cars/7001642)
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_001/780x0__r.jpg?hash=1774450969> (referer: https://ecarstrade.com/cars/7001643)
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_002/780x0__r.jpg?hash=1774450966> (referer: https://ecarstrade.com/cars/7001642)
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_003/780x0__r.jpg?hash=1774450969> (referer: https://ecarstrade.com/cars/7001643)
2026-03-25 16:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_006/780x0__r.jpg?hash=1774450970> (referer: https://ecarstrade.com/cars/7001644)
2026-03-25 16:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b5600a6-0e71-5b40-acab-3735d3a8be41
2026-03-25 16:46:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b5600a6-0e71-5b40-acab-3735d3a8be41, skipping ID generation
2026-03-25 16:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b5600a6-0e71-5b40-acab-3735d3a8be41 with scrape type 1
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b5600a6-0e71-5b40-acab-3735d3a8be41 sending to next pipeline
2026-03-25 16:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b5600a6-0e71-5b40-acab-3735d3a8be41, identifier: 7001690auction111038
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c179c3b8-2712-5ecc-9d02-9dc2eda50b94
2026-03-25 16:46:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c179c3b8-2712-5ecc-9d02-9dc2eda50b94, skipping ID generation
2026-03-25 16:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c179c3b8-2712-5ecc-9d02-9dc2eda50b94 with scrape type 1
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c179c3b8-2712-5ecc-9d02-9dc2eda50b94 sending to next pipeline
2026-03-25 16:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c179c3b8-2712-5ecc-9d02-9dc2eda50b94, identifier: 7001687auction111038
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 276d9796-7545-5a70-852c-c976c03600f2
2026-03-25 16:46:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 276d9796-7545-5a70-852c-c976c03600f2, skipping ID generation
2026-03-25 16:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 276d9796-7545-5a70-852c-c976c03600f2 with scrape type 1
2026-03-25 16:46:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 276d9796-7545-5a70-852c-c976c03600f2 sending to next pipeline
2026-03-25 16:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 276d9796-7545-5a70-852c-c976c03600f2, identifier: 7001686auction111038
2026-03-25 16:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b5600a6-0e71-5b40-acab-3735d3a8be41 with identifier: 7001690auction111038
2026-03-25 16:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b5600a6-0e71-5b40-acab-3735d3a8be41 with identifier: 7001690auction111038
2026-03-25 16:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b5600a6-0e71-5b40-acab-3735d3a8be41 with identifier: 7001690auction111038 to the API
2026-03-25 16:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001690/photo_001/780x0__r.jpg?hash=1774451043>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '9b5600a6-0e71-5b40-acab-3735d3a8be41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001690',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 58142,
'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': 'Kangoo Express Maxi Extra (Série Spéciale) 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Maxi Extra (Série Spéciale) 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001690auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:21 [ecarstrade.be] INFO: Saving data for 7001690auction111038: {'created_time': 1774457181.050641, 'last_price_update_time': 1774457181.050656, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001690auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c179c3b8-2712-5ecc-9d02-9dc2eda50b94 with identifier: 7001687auction111038
2026-03-25 16:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c179c3b8-2712-5ecc-9d02-9dc2eda50b94 with identifier: 7001687auction111038
2026-03-25 16:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c179c3b8-2712-5ecc-9d02-9dc2eda50b94 with identifier: 7001687auction111038 to the API
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001687/photo_001/780x0__r.jpg?hash=1774451039>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'c179c3b8-2712-5ecc-9d02-9dc2eda50b94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001687',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 120746,
'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': 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': 2021}
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001687auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:21 [ecarstrade.be] INFO: Saving data for 7001687auction111038: {'created_time': 1774457181.642994, 'last_price_update_time': 1774457181.643005, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001687auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 276d9796-7545-5a70-852c-c976c03600f2 with identifier: 7001686auction111038
2026-03-25 16:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 276d9796-7545-5a70-852c-c976c03600f2 with identifier: 7001686auction111038
2026-03-25 16:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 276d9796-7545-5a70-852c-c976c03600f2 with identifier: 7001686auction111038 to the API
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001686/photo_006/780x0__r.jpg?hash=1774451037>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '276d9796-7545-5a70-852c-c976c03600f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001686',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 18355,
'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': 3,
'seller_name': None,
'title': 'Kangoo Express Extra (Série Spéciale) 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Extra (Série Spéciale) 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001686auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:21 [ecarstrade.be] INFO: Saving data for 7001686auction111038: {'created_time': 1774457181.971038, 'last_price_update_time': 1774457181.97105, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001686auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_004/780x0__r.jpg?hash=1774450970> (referer: https://ecarstrade.com/cars/7001644)
2026-03-25 16:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_003/780x0__r.jpg?hash=1774450970> (referer: https://ecarstrade.com/cars/7001644)
2026-03-25 16:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_005/780x0__r.jpg?hash=1774450970> (referer: https://ecarstrade.com/cars/7001644)
2026-03-25 16:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_001/780x0__r.jpg?hash=1774450970> (referer: https://ecarstrade.com/cars/7001644)
2026-03-25 16:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64f50773-488c-578f-ab99-327d2267e9b9
2026-03-25 16:46:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64f50773-488c-578f-ab99-327d2267e9b9, skipping ID generation
2026-03-25 16:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64f50773-488c-578f-ab99-327d2267e9b9 with scrape type 1
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64f50773-488c-578f-ab99-327d2267e9b9 sending to next pipeline
2026-03-25 16:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64f50773-488c-578f-ab99-327d2267e9b9, identifier: 7001642auction111038
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b
2026-03-25 16:46:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e37e2ef7-55a0-557d-a90c-e20cc71e1e2b, skipping ID generation
2026-03-25 16:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b with scrape type 1
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e37e2ef7-55a0-557d-a90c-e20cc71e1e2b sending to next pipeline
2026-03-25 16:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e37e2ef7-55a0-557d-a90c-e20cc71e1e2b, identifier: 7001643auction111038
2026-03-25 16:46:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64f50773-488c-578f-ab99-327d2267e9b9 with identifier: 7001642auction111038
2026-03-25 16:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64f50773-488c-578f-ab99-327d2267e9b9 with identifier: 7001642auction111038
2026-03-25 16:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64f50773-488c-578f-ab99-327d2267e9b9 with identifier: 7001642auction111038 to the API
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001642/photo_002/780x0__r.jpg?hash=1774450966>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '64f50773-488c-578f-ab99-327d2267e9b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001642',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 126353,
'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': 2,
'seller_name': None,
'title': '208 Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001642auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:22 [ecarstrade.be] INFO: Saving data for 7001642auction111038: {'created_time': 1774457182.487749, 'last_price_update_time': 1774457182.48776, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001642auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e37e2ef7-55a0-557d-a90c-e20cc71e1e2b with identifier: 7001643auction111038
2026-03-25 16:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e37e2ef7-55a0-557d-a90c-e20cc71e1e2b with identifier: 7001643auction111038
2026-03-25 16:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e37e2ef7-55a0-557d-a90c-e20cc71e1e2b with identifier: 7001643auction111038 to the API
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001643/photo_003/780x0__r.jpg?hash=1774450969>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'e37e2ef7-55a0-557d-a90c-e20cc71e1e2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001643',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 96424,
'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': 2,
'seller_name': None,
'title': 'Corsa F Edition Business 1.5 100CV BVM6 E6d / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'F Edition Business 1.5 100CV BVM6 E6d / TRANSFO VP VF',
'vin': None,
'year': 2021}
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001643auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:22 [ecarstrade.be] INFO: Saving data for 7001643auction111038: {'created_time': 1774457182.899911, 'last_price_update_time': 1774457182.899922, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001643auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c3a9569b-cee0-5da9-bd7c-4b1a77249df2
2026-03-25 16:46:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c3a9569b-cee0-5da9-bd7c-4b1a77249df2, skipping ID generation
2026-03-25 16:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3a9569b-cee0-5da9-bd7c-4b1a77249df2 with scrape type 1
2026-03-25 16:46:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c3a9569b-cee0-5da9-bd7c-4b1a77249df2 sending to next pipeline
2026-03-25 16:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3a9569b-cee0-5da9-bd7c-4b1a77249df2, identifier: 7001644auction111038
2026-03-25 16:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3a9569b-cee0-5da9-bd7c-4b1a77249df2 with identifier: 7001644auction111038
2026-03-25 16:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3a9569b-cee0-5da9-bd7c-4b1a77249df2 with identifier: 7001644auction111038
2026-03-25 16:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3a9569b-cee0-5da9-bd7c-4b1a77249df2 with identifier: 7001644auction111038 to the API
2026-03-25 16:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001644/photo_001/780x0__r.jpg?hash=1774450970>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'c3a9569b-cee0-5da9-bd7c-4b1a77249df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001644',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '108',
'odometer': 115078,
'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': '108 Style 1.0 70CV BVM5 E6',
'transmission': 'manual',
'trim': 'Style 1.0 70CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001644auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:23 [ecarstrade.be] INFO: Saving data for 7001644auction111038: {'created_time': 1774457183.436267, 'last_price_update_time': 1774457183.436277, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001644auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001641> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:28 [ecarstrade.be] INFO: Extracting details for car 7001641auction111038
2026-03-25 16:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 888c8d9e-5086-52fb-b509-8dc388883644 with identifier: 7001641auction111038
2026-03-25 16:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 888c8d9e-5086-52fb-b509-8dc388883644 with scrape type 1
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001641%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450965%27 HTTP/1.1" 200 None
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_001/780x0__r.jpg?hash=1774450965 not downloaded yet
2026-03-25 16:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001641%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450965%27 HTTP/1.1" 200 None
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_002/780x0__r.jpg?hash=1774450965 not downloaded yet
2026-03-25 16:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001641%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450965%27 HTTP/1.1" 200 None
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_003/780x0__r.jpg?hash=1774450965 not downloaded yet
2026-03-25 16:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001641%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450965%27 HTTP/1.1" 200 None
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_004/780x0__r.jpg?hash=1774450965 not downloaded yet
2026-03-25 16:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001641%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450965%27 HTTP/1.1" 200 None
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_005/780x0__r.jpg?hash=1774450965 not downloaded yet
2026-03-25 16:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001641%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450965%27 HTTP/1.1" 200 None
2026-03-25 16:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_006/780x0__r.jpg?hash=1774450965 not downloaded yet
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001684> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001674> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:29 [ecarstrade.be] INFO: Extracting details for car 7001684auction111038
2026-03-25 16:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f12724f-77de-52d3-91fd-53231fcdb278 with identifier: 7001684auction111038
2026-03-25 16:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f12724f-77de-52d3-91fd-53231fcdb278 with scrape type 1
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001684%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451031%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_001/780x0__r.jpg?hash=1774451031 not downloaded yet
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_004/780x0__r.jpg?hash=1774450994> (referer: https://ecarstrade.com/cars/7001656)
2026-03-25 16:46:29 [ecarstrade.be] INFO: Extracting details for car 7001674auction111038
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001684%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451031%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_002/780x0__r.jpg?hash=1774451031 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001684%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451031%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_003/780x0__r.jpg?hash=1774451031 not downloaded yet
2026-03-25 16:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca with identifier: 7001674auction111038
2026-03-25 16:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca with scrape type 1
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001674%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451013%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_001/780x0__r.jpg?hash=1774451013 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001684%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451031%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_004/780x0__r.jpg?hash=1774451031 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001674%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451013%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_002/780x0__r.jpg?hash=1774451013 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001684%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451031%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_005/780x0__r.jpg?hash=1774451031 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001674%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451014%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_003/780x0__r.jpg?hash=1774451014 not downloaded yet
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_003/780x0__r.jpg?hash=1774450994> (referer: https://ecarstrade.com/cars/7001656)
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001684%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451031%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_006/780x0__r.jpg?hash=1774451031 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001674%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451014%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_004/780x0__r.jpg?hash=1774451014 not downloaded yet
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001674%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451014%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_005/780x0__r.jpg?hash=1774451014 not downloaded yet
2026-03-25 16:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001674%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451014%27 HTTP/1.1" 200 None
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_006/780x0__r.jpg?hash=1774451014 not downloaded yet
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001677> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001682> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001679> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_002/780x0__r.jpg?hash=1774450994> (referer: https://ecarstrade.com/cars/7001656)
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_005/780x0__r.jpg?hash=1774450974> (referer: https://ecarstrade.com/cars/7001646)
2026-03-25 16:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_001/780x0__r.jpg?hash=1774450994> (referer: https://ecarstrade.com/cars/7001656)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_004/780x0__r.jpg?hash=1774450974> (referer: https://ecarstrade.com/cars/7001646)
2026-03-25 16:46:30 [ecarstrade.be] INFO: Extracting details for car 7001677auction111038
2026-03-25 16:46:30 [ecarstrade.be] INFO: Extracting details for car 7001682auction111038
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_003/780x0__r.jpg?hash=1774450974> (referer: https://ecarstrade.com/cars/7001646)
2026-03-25 16:46:30 [ecarstrade.be] INFO: Extracting details for car 7001679auction111038
2026-03-25 16:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 with identifier: 7001677auction111038
2026-03-25 16:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 with scrape type 1
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001677%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451019%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_001/780x0__r.jpg?hash=1774451019 not downloaded yet
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_006/780x0__r.jpg?hash=1774450965> (referer: https://ecarstrade.com/cars/7001641)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_005/780x0__r.jpg?hash=1774450965> (referer: https://ecarstrade.com/cars/7001641)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_001/780x0__r.jpg?hash=1774451031> (referer: https://ecarstrade.com/cars/7001684)
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001677%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451019%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_002/780x0__r.jpg?hash=1774451019 not downloaded yet
2026-03-25 16:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d48a521-92c1-5c9e-bc0a-c84745063c37 with identifier: 7001682auction111038
2026-03-25 16:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d48a521-92c1-5c9e-bc0a-c84745063c37 with scrape type 1
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001682%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451028%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_001/780x0__r.jpg?hash=1774451028 not downloaded yet
2026-03-25 16:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8125576d-ce07-5562-b8ff-1b5ad19c79d4 with identifier: 7001679auction111038
2026-03-25 16:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8125576d-ce07-5562-b8ff-1b5ad19c79d4 with scrape type 1
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001679%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_001/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_003/780x0__r.jpg?hash=1774451014> (referer: https://ecarstrade.com/cars/7001674)
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001677%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451019%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_003/780x0__r.jpg?hash=1774451019 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001682%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451028%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_002/780x0__r.jpg?hash=1774451028 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001679%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_002/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_004/780x0__r.jpg?hash=1774451014> (referer: https://ecarstrade.com/cars/7001674)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_006/780x0__r.jpg?hash=1774451014> (referer: https://ecarstrade.com/cars/7001674)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_005/780x0__r.jpg?hash=1774451014> (referer: https://ecarstrade.com/cars/7001674)
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001677%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451019%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_004/780x0__r.jpg?hash=1774451019 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001682%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451028%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_003/780x0__r.jpg?hash=1774451028 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001679%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_003/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1a5d427c-1ae7-5963-8c33-48346f46c4ba
2026-03-25 16:46:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a5d427c-1ae7-5963-8c33-48346f46c4ba, skipping ID generation
2026-03-25 16:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5d427c-1ae7-5963-8c33-48346f46c4ba with scrape type 1
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a5d427c-1ae7-5963-8c33-48346f46c4ba sending to next pipeline
2026-03-25 16:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a5d427c-1ae7-5963-8c33-48346f46c4ba, identifier: 7001656auction111038
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a5d427c-1ae7-5963-8c33-48346f46c4ba with identifier: 7001656auction111038
2026-03-25 16:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a5d427c-1ae7-5963-8c33-48346f46c4ba with identifier: 7001656auction111038
2026-03-25 16:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a5d427c-1ae7-5963-8c33-48346f46c4ba with identifier: 7001656auction111038 to the API
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001656/photo_001/780x0__r.jpg?hash=1774450994>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO-5',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '1a5d427c-1ae7-5963-8c33-48346f46c4ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001656',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 78301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT Expert VU 4p Fourgon 2.0 HDI 125 CONFORT 229 L1H1',
'transmission': 'manual',
'trim': 'PEUGEOT VU 4p Fourgon 2.0 HDI 125 CONFORT 229 L1H1',
'vin': None,
'year': 2016}
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001656auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [ecarstrade.be] INFO: Saving data for 7001656auction111038: {'created_time': 1774457190.683689, 'last_price_update_time': 1774457190.683699, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001656auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001677%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451019%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_005/780x0__r.jpg?hash=1774451019 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001682%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451028%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_004/780x0__r.jpg?hash=1774451028 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001679%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_004/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_002/780x0__r.jpg?hash=1774451013> (referer: https://ecarstrade.com/cars/7001674)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_005/780x0__r.jpg?hash=1774451031> (referer: https://ecarstrade.com/cars/7001684)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_006/780x0__r.jpg?hash=1774451031> (referer: https://ecarstrade.com/cars/7001684)
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_004/780x0__r.jpg?hash=1774451031> (referer: https://ecarstrade.com/cars/7001684)
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001677%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451019%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_006/780x0__r.jpg?hash=1774451019 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001682%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451029%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_005/780x0__r.jpg?hash=1774451029 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001679%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_005/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001682%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451028%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_006/780x0__r.jpg?hash=1774451028 not downloaded yet
2026-03-25 16:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001679%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451021%27 HTTP/1.1" 200 None
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_006/780x0__r.jpg?hash=1774451021 not downloaded yet
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_003/780x0__r.jpg?hash=1774451031> (referer: https://ecarstrade.com/cars/7001684)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_001/780x0__r.jpg?hash=1774451013> (referer: https://ecarstrade.com/cars/7001674)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001675> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_001/780x0__r.jpg?hash=1774451019> (referer: https://ecarstrade.com/cars/7001677)
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_002/780x0__r.jpg?hash=1774451031> (referer: https://ecarstrade.com/cars/7001684)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_002/780x0__r.jpg?hash=1774451028> (referer: https://ecarstrade.com/cars/7001682)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_003/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001679)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_003/780x0__r.jpg?hash=1774451019> (referer: https://ecarstrade.com/cars/7001677)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_002/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001679)
2026-03-25 16:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_001/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001679)
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:30 [ecarstrade.be] INFO: Extracting details for car 7001675auction111038
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca
2026-03-25 16:46:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca, skipping ID generation
2026-03-25 16:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca with scrape type 1
2026-03-25 16:46:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca sending to next pipeline
2026-03-25 16:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca, identifier: 7001674auction111038
2026-03-25 16:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca with identifier: 7001674auction111038
2026-03-25 16:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca with identifier: 7001674auction111038
2026-03-25 16:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e13aae7-c78a-5e6e-b569-f61c7b6a1dca with identifier: 7001674auction111038 to the API
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001674/photo_001/780x0__r.jpg?hash=1774451013>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '6e13aae7-c78a-5e6e-b569-f61c7b6a1dca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001674',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 129763,
'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': 2,
'seller_name': None,
'title': 'Clio V Société Air Nav 1.5 dCi 85CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'V Société Air Nav 1.5 dCi 85CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001674auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:31 [ecarstrade.be] INFO: Saving data for 7001674auction111038: {'created_time': 1774457191.768424, 'last_price_update_time': 1774457191.768434, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001674auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_006/780x0__r.jpg?hash=1774451028> (referer: https://ecarstrade.com/cars/7001682)
2026-03-25 16:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_003/780x0__r.jpg?hash=1774451028> (referer: https://ecarstrade.com/cars/7001682)
2026-03-25 16:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_004/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001679)
2026-03-25 16:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_006/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001679)
2026-03-25 16:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_004/780x0__r.jpg?hash=1774451019> (referer: https://ecarstrade.com/cars/7001677)
2026-03-25 16:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001680> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e355e7b-ea36-5972-9879-5aeec9c35152 with identifier: 7001675auction111038
2026-03-25 16:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e355e7b-ea36-5972-9879-5aeec9c35152 with scrape type 1
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001675%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451016%27 HTTP/1.1" 200 None
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_001/780x0__r.jpg?hash=1774451016 not downloaded yet
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f12724f-77de-52d3-91fd-53231fcdb278
2026-03-25 16:46:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f12724f-77de-52d3-91fd-53231fcdb278, skipping ID generation
2026-03-25 16:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f12724f-77de-52d3-91fd-53231fcdb278 with scrape type 1
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f12724f-77de-52d3-91fd-53231fcdb278 sending to next pipeline
2026-03-25 16:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f12724f-77de-52d3-91fd-53231fcdb278, identifier: 7001684auction111038
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f12724f-77de-52d3-91fd-53231fcdb278 with identifier: 7001684auction111038
2026-03-25 16:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f12724f-77de-52d3-91fd-53231fcdb278 with identifier: 7001684auction111038
2026-03-25 16:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f12724f-77de-52d3-91fd-53231fcdb278 with identifier: 7001684auction111038 to the API
2026-03-25 16:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001684/photo_002/780x0__r.jpg?hash=1774451031>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '1f12724f-77de-52d3-91fd-53231fcdb278',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001684',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 100014,
'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': 'Kangoo Express Maxi Extra (Série Spéciale) - Cab. Appr. 1.5 dCi '
'110CV BVM6 E6',
'transmission': 'manual',
'trim': 'Express Maxi Extra (Série Spéciale) - Cab. Appr. 1.5 dCi 110CV BVM6 '
'E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001684auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [ecarstrade.be] INFO: Saving data for 7001684auction111038: {'created_time': 1774457192.304073, 'last_price_update_time': 1774457192.304085, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001684auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:32 [ecarstrade.be] INFO: Extracting details for car 7001680auction111038
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001675%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451016%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_002/780x0__r.jpg?hash=1774451016 not downloaded yet
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_006/780x0__r.jpg?hash=1774451019> (referer: https://ecarstrade.com/cars/7001677)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_005/780x0__r.jpg?hash=1774451019> (referer: https://ecarstrade.com/cars/7001677)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_005/780x0__r.jpg?hash=1774451021> (referer: https://ecarstrade.com/cars/7001679)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_005/780x0__r.jpg?hash=1774451029> (referer: https://ecarstrade.com/cars/7001682)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_001/780x0__r.jpg?hash=1774451028> (referer: https://ecarstrade.com/cars/7001682)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_004/780x0__r.jpg?hash=1774451028> (referer: https://ecarstrade.com/cars/7001682)
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001675%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451016%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_003/780x0__r.jpg?hash=1774451016 not downloaded yet
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49cc6a39-60dd-5db3-ad7b-ee033e678787 with identifier: 7001680auction111038
2026-03-25 16:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49cc6a39-60dd-5db3-ad7b-ee033e678787 with scrape type 1
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001680%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451026%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_001/780x0__r.jpg?hash=1774451026 not downloaded yet
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001675%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451016%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_004/780x0__r.jpg?hash=1774451016 not downloaded yet
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001680%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451026%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_002/780x0__r.jpg?hash=1774451026 not downloaded yet
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001675%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451016%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_005/780x0__r.jpg?hash=1774451016 not downloaded yet
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_002/780x0__r.jpg?hash=1774450965> (referer: https://ecarstrade.com/cars/7001641)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_003/780x0__r.jpg?hash=1774450965> (referer: https://ecarstrade.com/cars/7001641)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_004/780x0__r.jpg?hash=1774450965> (referer: https://ecarstrade.com/cars/7001641)
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001680%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451026%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_003/780x0__r.jpg?hash=1774451026 not downloaded yet
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_002/780x0__r.jpg?hash=1774451019> (referer: https://ecarstrade.com/cars/7001677)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_001/780x0__r.jpg?hash=1774450965> (referer: https://ecarstrade.com/cars/7001641)
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001675%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451016%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_006/780x0__r.jpg?hash=1774451016 not downloaded yet
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001680%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451027%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_004/780x0__r.jpg?hash=1774451027 not downloaded yet
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_002/780x0__r.jpg?hash=1774450974> (referer: https://ecarstrade.com/cars/7001646)
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8125576d-ce07-5562-b8ff-1b5ad19c79d4
2026-03-25 16:46:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8125576d-ce07-5562-b8ff-1b5ad19c79d4, skipping ID generation
2026-03-25 16:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8125576d-ce07-5562-b8ff-1b5ad19c79d4 with scrape type 1
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8125576d-ce07-5562-b8ff-1b5ad19c79d4 sending to next pipeline
2026-03-25 16:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8125576d-ce07-5562-b8ff-1b5ad19c79d4, identifier: 7001679auction111038
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5d48a521-92c1-5c9e-bc0a-c84745063c37
2026-03-25 16:46:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d48a521-92c1-5c9e-bc0a-c84745063c37, skipping ID generation
2026-03-25 16:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d48a521-92c1-5c9e-bc0a-c84745063c37 with scrape type 1
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d48a521-92c1-5c9e-bc0a-c84745063c37 sending to next pipeline
2026-03-25 16:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d48a521-92c1-5c9e-bc0a-c84745063c37, identifier: 7001682auction111038
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_002/780x0__r.jpg?hash=1774451016> (referer: https://ecarstrade.com/cars/7001675)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_001/780x0__r.jpg?hash=1774451026> (referer: https://ecarstrade.com/cars/7001680)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_004/780x0__r.jpg?hash=1774451016> (referer: https://ecarstrade.com/cars/7001675)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_003/780x0__r.jpg?hash=1774451016> (referer: https://ecarstrade.com/cars/7001675)
2026-03-25 16:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_001/780x0__r.jpg?hash=1774451016> (referer: https://ecarstrade.com/cars/7001675)
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001680%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451026%27 HTTP/1.1" 200 None
2026-03-25 16:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_005/780x0__r.jpg?hash=1774451026 not downloaded yet
2026-03-25 16:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8125576d-ce07-5562-b8ff-1b5ad19c79d4 with identifier: 7001679auction111038
2026-03-25 16:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8125576d-ce07-5562-b8ff-1b5ad19c79d4 with identifier: 7001679auction111038
2026-03-25 16:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8125576d-ce07-5562-b8ff-1b5ad19c79d4 with identifier: 7001679auction111038 to the API
2026-03-25 16:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001679/photo_005/780x0__r.jpg?hash=1774451021>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '8125576d-ce07-5562-b8ff-1b5ad19c79d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001679',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 56657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo / 2021 / 4P / Fourgonnette Extra - Blue dCi95 Sésame '
'Ouvre Toi',
'transmission': 'manual',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette Extra - Blue dCi95 Sésame Ouvre '
'Toi',
'vin': None,
'year': 2022}
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001679auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:33 [ecarstrade.be] INFO: Saving data for 7001679auction111038: {'created_time': 1774457193.601727, 'last_price_update_time': 1774457193.601738, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001679auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d48a521-92c1-5c9e-bc0a-c84745063c37 with identifier: 7001682auction111038
2026-03-25 16:46:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d48a521-92c1-5c9e-bc0a-c84745063c37 with identifier: 7001682auction111038
2026-03-25 16:46:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d48a521-92c1-5c9e-bc0a-c84745063c37 with identifier: 7001682auction111038 to the API
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001682/photo_004/780x0__r.jpg?hash=1774451028>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '5d48a521-92c1-5c9e-bc0a-c84745063c37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001682',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 26591,
'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': 5,
'seller_name': None,
'title': 'Kangoo Express Maxi Grand Confort - Cab. Appr. 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Maxi Grand Confort - Cab. Appr. 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001682auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:33 [ecarstrade.be] INFO: Saving data for 7001682auction111038: {'created_time': 1774457193.921046, 'last_price_update_time': 1774457193.921056, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001682auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6
2026-03-25 16:46:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6, skipping ID generation
2026-03-25 16:46:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 with scrape type 1
2026-03-25 16:46:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 sending to next pipeline
2026-03-25 16:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6, identifier: 7001677auction111038
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 888c8d9e-5086-52fb-b509-8dc388883644
2026-03-25 16:46:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 888c8d9e-5086-52fb-b509-8dc388883644, skipping ID generation
2026-03-25 16:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 888c8d9e-5086-52fb-b509-8dc388883644 with scrape type 1
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 888c8d9e-5086-52fb-b509-8dc388883644 sending to next pipeline
2026-03-25 16:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 888c8d9e-5086-52fb-b509-8dc388883644, identifier: 7001641auction111038
2026-03-25 16:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_005/780x0__r.jpg?hash=1774451016> (referer: https://ecarstrade.com/cars/7001675)
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001680%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451026%27 HTTP/1.1" 200 None
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_006/780x0__r.jpg?hash=1774451026 not downloaded yet
2026-03-25 16:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 with identifier: 7001677auction111038
2026-03-25 16:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 with identifier: 7001677auction111038
2026-03-25 16:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6 with identifier: 7001677auction111038 to the API
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001677/photo_002/780x0__r.jpg?hash=1774451019>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '80e2dcec-2bdc-5e54-b98e-f6ac0ebbe8f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001677',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Express',
'odometer': 128018,
'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': 2,
'seller_name': None,
'title': 'RENAULT Express / 2021 / 4P / Fourgonnette Confort - Blue dCi 95-22',
'transmission': 'manual',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette Confort - Blue dCi 95-22',
'vin': None,
'year': 2023}
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001677auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:34 [ecarstrade.be] INFO: Saving data for 7001677auction111038: {'created_time': 1774457194.528798, 'last_price_update_time': 1774457194.528811, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001677auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 888c8d9e-5086-52fb-b509-8dc388883644 with identifier: 7001641auction111038
2026-03-25 16:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 888c8d9e-5086-52fb-b509-8dc388883644 with identifier: 7001641auction111038
2026-03-25 16:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 888c8d9e-5086-52fb-b509-8dc388883644 with identifier: 7001641auction111038 to the API
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001641/photo_001/780x0__r.jpg?hash=1774450965>
{'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-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': '888c8d9e-5086-52fb-b509-8dc388883644',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001641',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 107359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Allure Business 1.2 PureTech 110CV BVA6 E6dT / TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 110CV BVA6 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001641auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:34 [ecarstrade.be] INFO: Saving data for 7001641auction111038: {'created_time': 1774457194.851676, 'last_price_update_time': 1774457194.85169, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001641auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd835d62-7d4d-5036-8a10-6b4b8c1194d4
2026-03-25 16:46:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd835d62-7d4d-5036-8a10-6b4b8c1194d4, skipping ID generation
2026-03-25 16:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd835d62-7d4d-5036-8a10-6b4b8c1194d4 with scrape type 1
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd835d62-7d4d-5036-8a10-6b4b8c1194d4 sending to next pipeline
2026-03-25 16:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd835d62-7d4d-5036-8a10-6b4b8c1194d4, identifier: 7001646auction111038
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_003/780x0__r.jpg?hash=1774451026> (referer: https://ecarstrade.com/cars/7001680)
2026-03-25 16:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_002/780x0__r.jpg?hash=1774451026> (referer: https://ecarstrade.com/cars/7001680)
2026-03-25 16:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_006/780x0__r.jpg?hash=1774451016> (referer: https://ecarstrade.com/cars/7001675)
2026-03-25 16:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd835d62-7d4d-5036-8a10-6b4b8c1194d4 with identifier: 7001646auction111038
2026-03-25 16:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd835d62-7d4d-5036-8a10-6b4b8c1194d4 with identifier: 7001646auction111038
2026-03-25 16:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd835d62-7d4d-5036-8a10-6b4b8c1194d4 with identifier: 7001646auction111038 to the API
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001646/photo_002/780x0__r.jpg?hash=1774450974>
{'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-26T15:40:00Z',
'fuel_type': 'Petrol',
'id': 'cd835d62-7d4d-5036-8a10-6b4b8c1194d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001646',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 54618,
'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': '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-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001646auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [ecarstrade.be] INFO: Saving data for 7001646auction111038: {'created_time': 1774457195.352369, 'last_price_update_time': 1774457195.35238, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001646auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_004/780x0__r.jpg?hash=1774451027> (referer: https://ecarstrade.com/cars/7001680)
2026-03-25 16:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001672> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_005/780x0__r.jpg?hash=1774451026> (referer: https://ecarstrade.com/cars/7001680)
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0e355e7b-ea36-5972-9879-5aeec9c35152
2026-03-25 16:46:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e355e7b-ea36-5972-9879-5aeec9c35152, skipping ID generation
2026-03-25 16:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e355e7b-ea36-5972-9879-5aeec9c35152 with scrape type 1
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e355e7b-ea36-5972-9879-5aeec9c35152 sending to next pipeline
2026-03-25 16:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e355e7b-ea36-5972-9879-5aeec9c35152, identifier: 7001675auction111038
2026-03-25 16:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e355e7b-ea36-5972-9879-5aeec9c35152 with identifier: 7001675auction111038
2026-03-25 16:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e355e7b-ea36-5972-9879-5aeec9c35152 with identifier: 7001675auction111038
2026-03-25 16:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e355e7b-ea36-5972-9879-5aeec9c35152 with identifier: 7001675auction111038 to the API
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001675/photo_006/780x0__r.jpg?hash=1774451016>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '0e355e7b-ea36-5972-9879-5aeec9c35152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001675',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 82632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'Clio IV Air MediaNav 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air MediaNav 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001675auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [ecarstrade.be] INFO: Saving data for 7001675auction111038: {'created_time': 1774457195.772338, 'last_price_update_time': 1774457195.772349, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001675auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_006/780x0__r.jpg?hash=1774451026> (referer: https://ecarstrade.com/cars/7001680)
2026-03-25 16:46:35 [ecarstrade.be] INFO: Extracting details for car 7001672auction111038
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dabe3403-9918-5f0b-8280-5e3941b26161 with identifier: 7001672auction111038
2026-03-25 16:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dabe3403-9918-5f0b-8280-5e3941b26161 with scrape type 1
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001672%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_001/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001672%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_002/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001672%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_003/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001672%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_004/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001672%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_005/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49cc6a39-60dd-5db3-ad7b-ee033e678787
2026-03-25 16:46:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49cc6a39-60dd-5db3-ad7b-ee033e678787, skipping ID generation
2026-03-25 16:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49cc6a39-60dd-5db3-ad7b-ee033e678787 with scrape type 1
2026-03-25 16:46:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49cc6a39-60dd-5db3-ad7b-ee033e678787 sending to next pipeline
2026-03-25 16:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49cc6a39-60dd-5db3-ad7b-ee033e678787, identifier: 7001680auction111038
2026-03-25 16:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001672%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451011%27 HTTP/1.1" 200 None
2026-03-25 16:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_006/780x0__r.jpg?hash=1774451011 not downloaded yet
2026-03-25 16:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49cc6a39-60dd-5db3-ad7b-ee033e678787 with identifier: 7001680auction111038
2026-03-25 16:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49cc6a39-60dd-5db3-ad7b-ee033e678787 with identifier: 7001680auction111038
2026-03-25 16:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49cc6a39-60dd-5db3-ad7b-ee033e678787 with identifier: 7001680auction111038 to the API
2026-03-25 16:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001680/photo_006/780x0__r.jpg?hash=1774451026>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Electric',
'id': '49cc6a39-60dd-5db3-ad7b-ee033e678787',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001680',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 63855,
'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': 2,
'seller_name': None,
'title': 'Kangoo Z.E. 33 Extra BVA',
'transmission': 'automatic',
'trim': 'Z.E. 33 Extra BVA',
'vin': None,
'year': 2021}
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001680auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Saving data for 7001680auction111038: {'created_time': 1774457204.01122, 'last_price_update_time': 1774457204.01123, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001680auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_002/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001672)
2026-03-25 16:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_001/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001672)
2026-03-25 16:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_003/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001672)
2026-03-25 16:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_004/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001672)
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001697auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001697auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001697auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001698auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001698auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001698auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001700auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001700auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001700auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_005/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001672)
2026-03-25 16:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_006/780x0__r.jpg?hash=1774451011> (referer: https://ecarstrade.com/cars/7001672)
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001701auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001701auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001701auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001702auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001702auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001702auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001703auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001703auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001703auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001704auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001704auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001704auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001706auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001706auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001706auction111038: 1
2026-03-25 16:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001707auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001707auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001707auction111038: 1
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dabe3403-9918-5f0b-8280-5e3941b26161
2026-03-25 16:46:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dabe3403-9918-5f0b-8280-5e3941b26161, skipping ID generation
2026-03-25 16:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dabe3403-9918-5f0b-8280-5e3941b26161 with scrape type 1
2026-03-25 16:46:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dabe3403-9918-5f0b-8280-5e3941b26161 sending to next pipeline
2026-03-25 16:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dabe3403-9918-5f0b-8280-5e3941b26161, identifier: 7001672auction111038
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001708auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001708auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001708auction111038: 1
2026-03-25 16:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dabe3403-9918-5f0b-8280-5e3941b26161 with identifier: 7001672auction111038
2026-03-25 16:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dabe3403-9918-5f0b-8280-5e3941b26161 with identifier: 7001672auction111038
2026-03-25 16:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dabe3403-9918-5f0b-8280-5e3941b26161 with identifier: 7001672auction111038 to the API
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001672/photo_006/780x0__r.jpg?hash=1774451011>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'dabe3403-9918-5f0b-8280-5e3941b26161',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001672',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 35222,
'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': 'Clio V Société Air Nav 1.5 dCi 85CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'V Société Air Nav 1.5 dCi 85CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001672auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Saving data for 7001672auction111038: {'created_time': 1774457204.679226, 'last_price_update_time': 1774457204.679236, 'auction_closing_time': 1774539600.0}
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001672auction111038') HTTP/1.1" 204 0
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001709auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001709auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001709auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001710auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001710auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001710auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001711auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001711auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001711auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001712auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001712auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001712auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001714auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001714auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001714auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001715auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001715auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001715auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001716auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001716auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001716auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001717auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001717auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001717auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001718auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001718auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001718auction111038: 1
2026-03-25 16:46:44 [ecarstrade.be] INFO: Found listing with ID: 7001719auction111038
2026-03-25 16:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001719auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:44 [ecarstrade.be] INFO: Scrape type for 7001719auction111038: 1
2026-03-25 16:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001720auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001720auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001720auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001721auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001721auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001721auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001722auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001722auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001722auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001723auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001723auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001723auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001724auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001724auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001724auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001725auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001725auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001725auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001727auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001727auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001727auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001728auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001728auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001728auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001730auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001730auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001730auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001732auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001732auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001732auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001733auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001733auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001733auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 7001734auction111038
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001734auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 7001734auction111038: 1
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6994998auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994998auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6994998auction110944: 2
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6994999auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994999auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6994999auction110944: 0
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6995000auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995000auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6995000auction110944: 2
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6995005auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995005auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6995005auction110944: 2
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6995006auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995006auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6995006auction110944: 2
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6995014auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995014auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6995014auction110944: 2
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6995015auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995015auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6995015auction110944: 2
2026-03-25 16:46:50 [ecarstrade.be] INFO: Found listing with ID: 6995016auction110944
2026-03-25 16:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995016auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:46:50 [ecarstrade.be] INFO: Scrape type for 6995016auction110944: 2
2026-03-25 16:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001704> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:51 [ecarstrade.be] INFO: Extracting details for car 7001704auction111038
2026-03-25 16:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af21c53-c2b7-5041-b071-654896fe831d with identifier: 7001704auction111038
2026-03-25 16:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af21c53-c2b7-5041-b071-654896fe831d with scrape type 1
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001704%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451061%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_001/780x0__r.jpg?hash=1774451061 not downloaded yet
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001704%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451061%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_002/780x0__r.jpg?hash=1774451061 not downloaded yet
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001704%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451061%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_003/780x0__r.jpg?hash=1774451061 not downloaded yet
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001704%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451061%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_004/780x0__r.jpg?hash=1774451061 not downloaded yet
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001704%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451061%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_005/780x0__r.jpg?hash=1774451061 not downloaded yet
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001704%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451061%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_006/780x0__r.jpg?hash=1774451061 not downloaded yet
2026-03-25 16:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001701> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:51 [ecarstrade.be] INFO: Extracting details for car 7001701auction111038
2026-03-25 16:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25f629b2-0e2c-5ae7-a415-a14986065bf7 with identifier: 7001701auction111038
2026-03-25 16:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f629b2-0e2c-5ae7-a415-a14986065bf7 with scrape type 1
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001701%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451055%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_001/780x0__r.jpg?hash=1774451055 not downloaded yet
2026-03-25 16:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001701%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451055%27 HTTP/1.1" 200 None
2026-03-25 16:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_002/780x0__r.jpg?hash=1774451055 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001701%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_003/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001701%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451055%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_004/780x0__r.jpg?hash=1774451055 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001701%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_005/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001701%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451055%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_006/780x0__r.jpg?hash=1774451055 not downloaded yet
2026-03-25 16:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001703> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001700> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:52 [ecarstrade.be] INFO: Extracting details for car 7001703auction111038
2026-03-25 16:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c724d8f2-51f8-533b-9ed1-903ec6129f37 with identifier: 7001703auction111038
2026-03-25 16:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c724d8f2-51f8-533b-9ed1-903ec6129f37 with scrape type 1
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001703%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451058%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_001/780x0__r.jpg?hash=1774451058 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001703%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451058%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_002/780x0__r.jpg?hash=1774451058 not downloaded yet
2026-03-25 16:46:52 [ecarstrade.be] INFO: Extracting details for car 7001700auction111038
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001703%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451058%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_003/780x0__r.jpg?hash=1774451058 not downloaded yet
2026-03-25 16:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb with identifier: 7001700auction111038
2026-03-25 16:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb with scrape type 1
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001700%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451054%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_001/780x0__r.jpg?hash=1774451054 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001703%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451058%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_004/780x0__r.jpg?hash=1774451058 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001700%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451054%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_002/780x0__r.jpg?hash=1774451054 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001703%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451058%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_005/780x0__r.jpg?hash=1774451058 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001700%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451054%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_003/780x0__r.jpg?hash=1774451054 not downloaded yet
2026-03-25 16:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001697> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001703%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451058%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_006/780x0__r.jpg?hash=1774451058 not downloaded yet
2026-03-25 16:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001700%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451054%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_004/780x0__r.jpg?hash=1774451054 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001700%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451054%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_005/780x0__r.jpg?hash=1774451054 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001700%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451055%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_006/780x0__r.jpg?hash=1774451055 not downloaded yet
2026-03-25 16:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001698> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:52 [ecarstrade.be] INFO: Extracting details for car 7001697auction111038
2026-03-25 16:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da6df8cc-cf86-5350-8d41-f9be18eccce2 with identifier: 7001697auction111038
2026-03-25 16:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da6df8cc-cf86-5350-8d41-f9be18eccce2 with scrape type 1
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001697%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_001/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001697%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_002/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001697%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_003/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001697%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451053%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_004/780x0__r.jpg?hash=1774451053 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001697%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_005/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [ecarstrade.be] INFO: Extracting details for car 7001698auction111038
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001697%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_006/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca1153c7-685c-5981-81cd-f4ca26de6f01 with identifier: 7001698auction111038
2026-03-25 16:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca1153c7-685c-5981-81cd-f4ca26de6f01 with scrape type 1
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001698%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_001/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001698%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451053%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_002/780x0__r.jpg?hash=1774451053 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001698%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451052%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_003/780x0__r.jpg?hash=1774451052 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001698%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451053%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_004/780x0__r.jpg?hash=1774451053 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001698%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451053%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_005/780x0__r.jpg?hash=1774451053 not downloaded yet
2026-03-25 16:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001698%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451053%27 HTTP/1.1" 200 None
2026-03-25 16:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_006/780x0__r.jpg?hash=1774451053 not downloaded yet
2026-03-25 16:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001702> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:53 [ecarstrade.be] INFO: Extracting details for car 7001702auction111038
2026-03-25 16:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 with identifier: 7001702auction111038
2026-03-25 16:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 with scrape type 1
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001702%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_001/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001702%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_002/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001702%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_003/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001702%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_004/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001702%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451056%27 HTTP/1.1" 200 None
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_005/780x0__r.jpg?hash=1774451056 not downloaded yet
2026-03-25 16:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001702%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451057%27 HTTP/1.1" 200 None
2026-03-25 16:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_006/780x0__r.jpg?hash=1774451057 not downloaded yet
2026-03-25 16:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001706> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:57 [ecarstrade.be] INFO: Extracting details for car 7001706auction111038
2026-03-25 16:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 with identifier: 7001706auction111038
2026-03-25 16:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 with scrape type 1
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001706%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451062%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_001/780x0__r.jpg?hash=1774451062 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001706%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451062%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_002/780x0__r.jpg?hash=1774451062 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001706%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451062%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_003/780x0__r.jpg?hash=1774451062 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001706%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451062%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_004/780x0__r.jpg?hash=1774451062 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001706%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451063%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_005/780x0__r.jpg?hash=1774451063 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001706%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451062%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_006/780x0__r.jpg?hash=1774451062 not downloaded yet
2026-03-25 16:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001707> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:46:57 [ecarstrade.be] INFO: Extracting details for car 7001707auction111038
2026-03-25 16:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be5096f6-a2ae-543e-b427-aa80bc325cec with identifier: 7001707auction111038
2026-03-25 16:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be5096f6-a2ae-543e-b427-aa80bc325cec with scrape type 1
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001707%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_001/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001707%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451063%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_002/780x0__r.jpg?hash=1774451063 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001707%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451063%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_003/780x0__r.jpg?hash=1774451063 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001707%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451063%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_004/780x0__r.jpg?hash=1774451063 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001707%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451063%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_005/780x0__r.jpg?hash=1774451063 not downloaded yet
2026-03-25 16:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001707%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451063%27 HTTP/1.1" 200 None
2026-03-25 16:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_006/780x0__r.jpg?hash=1774451063 not downloaded yet
2026-03-25 16:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001711> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001708> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_006/780x0__r.jpg?hash=1774451055> (referer: https://ecarstrade.com/cars/7001701)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_006/780x0__r.jpg?hash=1774451061> (referer: https://ecarstrade.com/cars/7001704)
2026-03-25 16:46:59 [ecarstrade.be] INFO: Extracting details for car 7001711auction111038
2026-03-25 16:46:59 [ecarstrade.be] INFO: Extracting details for car 7001708auction111038
2026-03-25 16:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd with identifier: 7001711auction111038
2026-03-25 16:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd with scrape type 1
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001711%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451067%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_001/780x0__r.jpg?hash=1774451067 not downloaded yet
2026-03-25 16:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54b23409-2385-5ece-b41a-542c5e4e97af with identifier: 7001708auction111038
2026-03-25 16:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54b23409-2385-5ece-b41a-542c5e4e97af with scrape type 1
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001708%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_001/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_003/780x0__r.jpg?hash=1774451054> (referer: https://ecarstrade.com/cars/7001700)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_005/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001701)
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001711%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451067%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_002/780x0__r.jpg?hash=1774451067 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001708%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_002/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001709> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001711%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451067%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_003/780x0__r.jpg?hash=1774451067 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001708%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_003/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001711%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451067%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_004/780x0__r.jpg?hash=1774451067 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001708%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_004/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_006/780x0__r.jpg?hash=1774451055> (referer: https://ecarstrade.com/cars/7001700)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_006/780x0__r.jpg?hash=1774451053> (referer: https://ecarstrade.com/cars/7001698)
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001711%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451068%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_005/780x0__r.jpg?hash=1774451068 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001708%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_005/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:59 [ecarstrade.be] INFO: Extracting details for car 7001709auction111038
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001711%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451068%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_006/780x0__r.jpg?hash=1774451068 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001708%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451064%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_006/780x0__r.jpg?hash=1774451064 not downloaded yet
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_006/780x0__r.jpg?hash=1774451057> (referer: https://ecarstrade.com/cars/7001702)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_006/780x0__r.jpg?hash=1774451062> (referer: https://ecarstrade.com/cars/7001706)
2026-03-25 16:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 with identifier: 7001709auction111038
2026-03-25 16:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 with scrape type 1
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001709%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451065%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_001/780x0__r.jpg?hash=1774451065 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_006/780x0__r.jpg?hash=1774451063> (referer: https://ecarstrade.com/cars/7001707)
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001709%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451065%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_002/780x0__r.jpg?hash=1774451065 not downloaded yet
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001709%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451065%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_003/780x0__r.jpg?hash=1774451065 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001709%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451065%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_004/780x0__r.jpg?hash=1774451065 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001709%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451065%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_005/780x0__r.jpg?hash=1774451065 not downloaded yet
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001709%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451065%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_006/780x0__r.jpg?hash=1774451065 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_004/780x0__r.jpg?hash=1774451063> (referer: https://ecarstrade.com/cars/7001707)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_005/780x0__r.jpg?hash=1774451063> (referer: https://ecarstrade.com/cars/7001707)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_003/780x0__r.jpg?hash=1774451063> (referer: https://ecarstrade.com/cars/7001707)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_001/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001708)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_001/780x0__r.jpg?hash=1774451067> (referer: https://ecarstrade.com/cars/7001711)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_002/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001708)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_004/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001708)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_006/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001708)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_004/780x0__r.jpg?hash=1774451067> (referer: https://ecarstrade.com/cars/7001711)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_006/780x0__r.jpg?hash=1774451068> (referer: https://ecarstrade.com/cars/7001711)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_005/780x0__r.jpg?hash=1774451065> (referer: https://ecarstrade.com/cars/7001709)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_005/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001708)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_003/780x0__r.jpg?hash=1774451065> (referer: https://ecarstrade.com/cars/7001709)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_006/780x0__r.jpg?hash=1774451065> (referer: https://ecarstrade.com/cars/7001709)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_004/780x0__r.jpg?hash=1774451065> (referer: https://ecarstrade.com/cars/7001709)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001710> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_001/780x0__r.jpg?hash=1774451065> (referer: https://ecarstrade.com/cars/7001709)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_005/780x0__r.jpg?hash=1774451068> (referer: https://ecarstrade.com/cars/7001711)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_002/780x0__r.jpg?hash=1774451065> (referer: https://ecarstrade.com/cars/7001709)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_003/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001708)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_002/780x0__r.jpg?hash=1774451067> (referer: https://ecarstrade.com/cars/7001711)
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_003/780x0__r.jpg?hash=1774451067> (referer: https://ecarstrade.com/cars/7001711)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_002/780x0__r.jpg?hash=1774451063> (referer: https://ecarstrade.com/cars/7001707)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_001/780x0__r.jpg?hash=1774451064> (referer: https://ecarstrade.com/cars/7001707)
2026-03-25 16:46:59 [ecarstrade.be] INFO: Extracting details for car 7001710auction111038
2026-03-25 16:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 with identifier: 7001710auction111038
2026-03-25 16:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 with scrape type 1
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001710%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451066%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_001/780x0__r.jpg?hash=1774451066 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_005/780x0__r.jpg?hash=1774451063> (referer: https://ecarstrade.com/cars/7001706)
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_002/780x0__r.jpg?hash=1774451062> (referer: https://ecarstrade.com/cars/7001706)
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001710%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451067%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_002/780x0__r.jpg?hash=1774451067 not downloaded yet
2026-03-25 16:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_003/780x0__r.jpg?hash=1774451062> (referer: https://ecarstrade.com/cars/7001706)
2026-03-25 16:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:46: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%252F7001710%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451066%27 HTTP/1.1" 200 None
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_003/780x0__r.jpg?hash=1774451066 not downloaded yet
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430
2026-03-25 16:46:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a21c84d4-9bfe-5d2e-a0b3-b80ff9688430, skipping ID generation
2026-03-25 16:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 with scrape type 1
2026-03-25 16:46:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 sending to next pipeline
2026-03-25 16:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a21c84d4-9bfe-5d2e-a0b3-b80ff9688430, identifier: 7001709auction111038
2026-03-25 16:47:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_004/780x0__r.jpg?hash=1774451062> (referer: https://ecarstrade.com/cars/7001706)
2026-03-25 16:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 with identifier: 7001709auction111038
2026-03-25 16:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 with identifier: 7001709auction111038
2026-03-25 16:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a21c84d4-9bfe-5d2e-a0b3-b80ff9688430 with identifier: 7001709auction111038 to the API
2026-03-25 16:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001709/photo_002/780x0__r.jpg?hash=1774451065>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'a21c84d4-9bfe-5d2e-a0b3-b80ff9688430',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001709',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 112915,
'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': 3,
'seller_name': None,
'title': 'Trafic III Fourgon L1H1 1000 Confort 1.6 dCi 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'III Fourgon L1H1 1000 Confort 1.6 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001709auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:01 [ecarstrade.be] INFO: Saving data for 7001709auction111038: {'created_time': 1774457221.440249, 'last_price_update_time': 1774457221.440265, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001709auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_001/780x0__r.jpg?hash=1774451062> (referer: https://ecarstrade.com/cars/7001706)
2026-03-25 16:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_005/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001702)
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001710%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451066%27 HTTP/1.1" 200 None
2026-03-25 16:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_004/780x0__r.jpg?hash=1774451066 not downloaded yet
2026-03-25 16:47:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 54b23409-2385-5ece-b41a-542c5e4e97af
2026-03-25 16:47:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54b23409-2385-5ece-b41a-542c5e4e97af, skipping ID generation
2026-03-25 16:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54b23409-2385-5ece-b41a-542c5e4e97af with scrape type 1
2026-03-25 16:47:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54b23409-2385-5ece-b41a-542c5e4e97af sending to next pipeline
2026-03-25 16:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54b23409-2385-5ece-b41a-542c5e4e97af, identifier: 7001708auction111038
2026-03-25 16:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_004/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001702)
2026-03-25 16:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54b23409-2385-5ece-b41a-542c5e4e97af with identifier: 7001708auction111038
2026-03-25 16:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54b23409-2385-5ece-b41a-542c5e4e97af with identifier: 7001708auction111038
2026-03-25 16:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54b23409-2385-5ece-b41a-542c5e4e97af with identifier: 7001708auction111038 to the API
2026-03-25 16:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001708/photo_003/780x0__r.jpg?hash=1774451064>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '54b23409-2385-5ece-b41a-542c5e4e97af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001708',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 109940,
'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': 'Trafic Fourgon L1H1 1000 Confort 1.6 dCi 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon L1H1 1000 Confort 1.6 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001708auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:02 [ecarstrade.be] INFO: Saving data for 7001708auction111038: {'created_time': 1774457222.208729, 'last_price_update_time': 1774457222.208741, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001708auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001710%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451066%27 HTTP/1.1" 200 None
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_005/780x0__r.jpg?hash=1774451066 not downloaded yet
2026-03-25 16:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001714> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd
2026-03-25 16:47:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd, skipping ID generation
2026-03-25 16:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd with scrape type 1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd sending to next pipeline
2026-03-25 16:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd, identifier: 7001711auction111038
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item be5096f6-a2ae-543e-b427-aa80bc325cec
2026-03-25 16:47:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be5096f6-a2ae-543e-b427-aa80bc325cec, skipping ID generation
2026-03-25 16:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be5096f6-a2ae-543e-b427-aa80bc325cec with scrape type 1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be5096f6-a2ae-543e-b427-aa80bc325cec sending to next pipeline
2026-03-25 16:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be5096f6-a2ae-543e-b427-aa80bc325cec, identifier: 7001707auction111038
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1
2026-03-25 16:47:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1, skipping ID generation
2026-03-25 16:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 with scrape type 1
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 sending to next pipeline
2026-03-25 16:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1, identifier: 7001706auction111038
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_001/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001702)
2026-03-25 16:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_003/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001702)
2026-03-25 16:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_002/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001702)
2026-03-25 16:47:02 [ecarstrade.be] INFO: Extracting details for car 7001714auction111038
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001710%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451066%27 HTTP/1.1" 200 None
2026-03-25 16:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_006/780x0__r.jpg?hash=1774451066 not downloaded yet
2026-03-25 16:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd with identifier: 7001711auction111038
2026-03-25 16:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd with identifier: 7001711auction111038
2026-03-25 16:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd with identifier: 7001711auction111038 to the API
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001711/photo_003/780x0__r.jpg?hash=1774451067>
{'auction_title': '',
'c_o_2_emission_value': 193,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '29f755e6-9bc8-5252-8cc7-1fe9ee0b6bcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001711',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 66529,
'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': 3,
'seller_name': None,
'title': 'Trafic Fourgon L2H1 1300 Grand Confort 1.6 dCi',
'transmission': 'manual',
'trim': 'Fourgon L2H1 1300 Grand Confort 1.6 dCi',
'vin': None,
'year': 2021}
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001711auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:02 [ecarstrade.be] INFO: Saving data for 7001711auction111038: {'created_time': 1774457222.924816, 'last_price_update_time': 1774457222.924827, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001711auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be5096f6-a2ae-543e-b427-aa80bc325cec with identifier: 7001707auction111038
2026-03-25 16:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be5096f6-a2ae-543e-b427-aa80bc325cec with identifier: 7001707auction111038
2026-03-25 16:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be5096f6-a2ae-543e-b427-aa80bc325cec with identifier: 7001707auction111038 to the API
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001707/photo_001/780x0__r.jpg?hash=1774451064>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'be5096f6-a2ae-543e-b427-aa80bc325cec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001707',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 113593,
'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': 3,
'seller_name': None,
'title': 'Trafic Fourgon L1H1 1000 Confort 1.6 dCi',
'transmission': 'manual',
'trim': 'Fourgon L1H1 1000 Confort 1.6 dCi',
'vin': None,
'year': 2020}
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001707auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:03 [ecarstrade.be] INFO: Saving data for 7001707auction111038: {'created_time': 1774457223.309698, 'last_price_update_time': 1774457223.309709, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001707auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 with identifier: 7001706auction111038
2026-03-25 16:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 with identifier: 7001706auction111038
2026-03-25 16:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1 with identifier: 7001706auction111038 to the API
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001706/photo_001/780x0__r.jpg?hash=1774451062>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '4ffbf46f-bc04-5faa-b1c4-3334f58e9ff1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001706',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 56863,
'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': 3,
'seller_name': None,
'title': 'Trafic Furgon Grand Confort L1H1 1200 1.6 dCi 125CV BVM6 E6',
'transmission': 'manual',
'trim': 'Furgon Grand Confort L1H1 1200 1.6 dCi 125CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001706auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:03 [ecarstrade.be] INFO: Saving data for 7001706auction111038: {'created_time': 1774457223.614641, 'last_price_update_time': 1774457223.614653, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001706auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_005/780x0__r.jpg?hash=1774451053> (referer: https://ecarstrade.com/cars/7001698)
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 with identifier: 7001714auction111038
2026-03-25 16:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 with scrape type 1
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001714%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451071%27 HTTP/1.1" 200 None
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_001/780x0__r.jpg?hash=1774451071 not downloaded yet
2026-03-25 16:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_004/780x0__r.jpg?hash=1774451053> (referer: https://ecarstrade.com/cars/7001698)
2026-03-25 16:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001719> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001714%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451071%27 HTTP/1.1" 200 None
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_002/780x0__r.jpg?hash=1774451071 not downloaded yet
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3
2026-03-25 16:47:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3, skipping ID generation
2026-03-25 16:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 with scrape type 1
2026-03-25 16:47:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 sending to next pipeline
2026-03-25 16:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3, identifier: 7001702auction111038
2026-03-25 16:47:03 [ecarstrade.be] INFO: Extracting details for car 7001719auction111038
2026-03-25 16:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 with identifier: 7001702auction111038
2026-03-25 16:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 with identifier: 7001702auction111038
2026-03-25 16:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3 with identifier: 7001702auction111038 to the API
2026-03-25 16:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001702/photo_002/780x0__r.jpg?hash=1774451056>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '85a4c5c3-d0d4-51dd-8924-5c3dd7849ae3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001702',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 54134,
'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': 2,
'seller_name': None,
'title': 'Megane IV Berline 5pt. Société Air Nav 1.5 dCi 90CV BVM6 E6 / '
'TRANSFO VP VF',
'transmission': 'manual',
'trim': 'IV Berline 5pt. Société Air Nav 1.5 dCi 90CV BVM6 E6 / TRANSFO VP VF',
'vin': None,
'year': 2020}
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001702auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [ecarstrade.be] INFO: Saving data for 7001702auction111038: {'created_time': 1774457224.131405, 'last_price_update_time': 1774457224.131416, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001702auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_001/780x0__r.jpg?hash=1774451066> (referer: https://ecarstrade.com/cars/7001710)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_003/780x0__r.jpg?hash=1774451066> (referer: https://ecarstrade.com/cars/7001710)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_003/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001698)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_002/780x0__r.jpg?hash=1774451067> (referer: https://ecarstrade.com/cars/7001710)
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001714%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451071%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_003/780x0__r.jpg?hash=1774451071 not downloaded yet
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_002/780x0__r.jpg?hash=1774451053> (referer: https://ecarstrade.com/cars/7001698)
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addfb18b-6e00-5913-9ca3-0035f6f5d5f1 with identifier: 7001719auction111038
2026-03-25 16:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addfb18b-6e00-5913-9ca3-0035f6f5d5f1 with scrape type 1
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001719%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451076%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_001/780x0__r.jpg?hash=1774451076 not downloaded yet
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_001/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001698)
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001714%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451071%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_004/780x0__r.jpg?hash=1774451071 not downloaded yet
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001719%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451076%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_002/780x0__r.jpg?hash=1774451076 not downloaded yet
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001714%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451071%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_005/780x0__r.jpg?hash=1774451071 not downloaded yet
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_005/780x0__r.jpg?hash=1774451066> (referer: https://ecarstrade.com/cars/7001710)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_005/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001697)
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001719%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451076%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_003/780x0__r.jpg?hash=1774451076 not downloaded yet
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_004/780x0__r.jpg?hash=1774451053> (referer: https://ecarstrade.com/cars/7001697)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_004/780x0__r.jpg?hash=1774451066> (referer: https://ecarstrade.com/cars/7001710)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_006/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001697)
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001714%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451072%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_006/780x0__r.jpg?hash=1774451072 not downloaded yet
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001719%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451077%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_004/780x0__r.jpg?hash=1774451077 not downloaded yet
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_003/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001697)
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001719%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451076%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_005/780x0__r.jpg?hash=1774451076 not downloaded yet
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca1153c7-685c-5981-81cd-f4ca26de6f01
2026-03-25 16:47:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca1153c7-685c-5981-81cd-f4ca26de6f01, skipping ID generation
2026-03-25 16:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca1153c7-685c-5981-81cd-f4ca26de6f01 with scrape type 1
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca1153c7-685c-5981-81cd-f4ca26de6f01 sending to next pipeline
2026-03-25 16:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca1153c7-685c-5981-81cd-f4ca26de6f01, identifier: 7001698auction111038
2026-03-25 16:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca1153c7-685c-5981-81cd-f4ca26de6f01 with identifier: 7001698auction111038
2026-03-25 16:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca1153c7-685c-5981-81cd-f4ca26de6f01 with identifier: 7001698auction111038
2026-03-25 16:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca1153c7-685c-5981-81cd-f4ca26de6f01 with identifier: 7001698auction111038 to the API
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001698/photo_001/780x0__r.jpg?hash=1774451052>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca1153c7-685c-5981-81cd-f4ca26de6f01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001698',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Master',
'odometer': 44775,
'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': 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-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001698auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [ecarstrade.be] INFO: Saving data for 7001698auction111038: {'created_time': 1774457224.856207, 'last_price_update_time': 1774457224.856222, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001698auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_002/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001697)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_002/780x0__r.jpg?hash=1774451071> (referer: https://ecarstrade.com/cars/7001714)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_006/780x0__r.jpg?hash=1774451066> (referer: https://ecarstrade.com/cars/7001710)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_001/780x0__r.jpg?hash=1774451052> (referer: https://ecarstrade.com/cars/7001697)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_001/780x0__r.jpg?hash=1774451071> (referer: https://ecarstrade.com/cars/7001714)
2026-03-25 16:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001719%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451076%27 HTTP/1.1" 200 None
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_006/780x0__r.jpg?hash=1774451076 not downloaded yet
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_005/780x0__r.jpg?hash=1774451054> (referer: https://ecarstrade.com/cars/7001700)
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_002/780x0__r.jpg?hash=1774451076> (referer: https://ecarstrade.com/cars/7001719)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_005/780x0__r.jpg?hash=1774451071> (referer: https://ecarstrade.com/cars/7001714)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_001/780x0__r.jpg?hash=1774451076> (referer: https://ecarstrade.com/cars/7001719)
2026-03-25 16:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_004/780x0__r.jpg?hash=1774451054> (referer: https://ecarstrade.com/cars/7001700)
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2
2026-03-25 16:47:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2, skipping ID generation
2026-03-25 16:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 with scrape type 1
2026-03-25 16:47:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 sending to next pipeline
2026-03-25 16:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2, identifier: 7001710auction111038
2026-03-25 16:47:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da6df8cc-cf86-5350-8d41-f9be18eccce2
2026-03-25 16:47:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da6df8cc-cf86-5350-8d41-f9be18eccce2, skipping ID generation
2026-03-25 16:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da6df8cc-cf86-5350-8d41-f9be18eccce2 with scrape type 1
2026-03-25 16:47:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da6df8cc-cf86-5350-8d41-f9be18eccce2 sending to next pipeline
2026-03-25 16:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da6df8cc-cf86-5350-8d41-f9be18eccce2, identifier: 7001697auction111038
2026-03-25 16:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 with identifier: 7001710auction111038
2026-03-25 16:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 with identifier: 7001710auction111038
2026-03-25 16:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2 with identifier: 7001710auction111038 to the API
2026-03-25 16:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001710/photo_006/780x0__r.jpg?hash=1774451066>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'a61fe2e2-0ed6-57fd-8c2e-ac54113e1fd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001710',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 34013,
'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': 3,
'seller_name': None,
'title': 'RENAULT Trafic / 2014 / 4P / Fourgon tôlé FG GCF L1H1 1000 dCi 95 '
'E6',
'transmission': 'manual',
'trim': 'RENAULT / 2014 / 4P / Fourgon tôlé FG GCF L1H1 1000 dCi 95 E6',
'vin': None,
'year': 2019}
2026-03-25 16:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001710auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:05 [ecarstrade.be] INFO: Saving data for 7001710auction111038: {'created_time': 1774457225.459019, 'last_price_update_time': 1774457225.459031, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001710auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da6df8cc-cf86-5350-8d41-f9be18eccce2 with identifier: 7001697auction111038
2026-03-25 16:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da6df8cc-cf86-5350-8d41-f9be18eccce2 with identifier: 7001697auction111038
2026-03-25 16:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da6df8cc-cf86-5350-8d41-f9be18eccce2 with identifier: 7001697auction111038 to the API
2026-03-25 16:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001697/photo_001/780x0__r.jpg?hash=1774451052>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'da6df8cc-cf86-5350-8d41-f9be18eccce2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001697',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Master',
'odometer': 41035,
'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': 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-25 16:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001697auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:06 [ecarstrade.be] INFO: Saving data for 7001697auction111038: {'created_time': 1774457226.511733, 'last_price_update_time': 1774457226.511744, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001697auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_003/780x0__r.jpg?hash=1774451071> (referer: https://ecarstrade.com/cars/7001714)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_004/780x0__r.jpg?hash=1774451071> (referer: https://ecarstrade.com/cars/7001714)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_004/780x0__r.jpg?hash=1774451077> (referer: https://ecarstrade.com/cars/7001719)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_006/780x0__r.jpg?hash=1774451072> (referer: https://ecarstrade.com/cars/7001714)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_006/780x0__r.jpg?hash=1774451058> (referer: https://ecarstrade.com/cars/7001703)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_005/780x0__r.jpg?hash=1774451076> (referer: https://ecarstrade.com/cars/7001719)
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001712> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_001/780x0__r.jpg?hash=1774451054> (referer: https://ecarstrade.com/cars/7001700)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_003/780x0__r.jpg?hash=1774451076> (referer: https://ecarstrade.com/cars/7001719)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_006/780x0__r.jpg?hash=1774451076> (referer: https://ecarstrade.com/cars/7001719)
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_002/780x0__r.jpg?hash=1774451054> (referer: https://ecarstrade.com/cars/7001700)
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_005/780x0__r.jpg?hash=1774451058> (referer: https://ecarstrade.com/cars/7001703)
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98
2026-03-25 16:47:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98, skipping ID generation
2026-03-25 16:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 with scrape type 1
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 sending to next pipeline
2026-03-25 16:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98, identifier: 7001714auction111038
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:47:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_004/780x0__r.jpg?hash=1774451058> (referer: https://ecarstrade.com/cars/7001703)
2026-03-25 16:47:06 [ecarstrade.be] INFO: Extracting details for car 7001712auction111038
2026-03-25 16:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 with identifier: 7001714auction111038
2026-03-25 16:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 with identifier: 7001714auction111038
2026-03-25 16:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98 with identifier: 7001714auction111038 to the API
2026-03-25 16:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001714/photo_006/780x0__r.jpg?hash=1774451072>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '8d3c9a95-b6fb-5fbc-882b-eddc8e0e4f98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001714',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 102573,
'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': 'RENAULT Trafic / 2019 / 4P / Fourgon tole FG GCF L2H1 1300 dCi 120',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 4P / Fourgon tole FG GCF L2H1 1300 dCi 120',
'vin': None,
'year': 2020}
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001714auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:07 [ecarstrade.be] INFO: Saving data for 7001714auction111038: {'created_time': 1774457227.093182, 'last_price_update_time': 1774457227.093193, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001714auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_003/780x0__r.jpg?hash=1774451058> (referer: https://ecarstrade.com/cars/7001703)
2026-03-25 16:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_001/780x0__r.jpg?hash=1774451058> (referer: https://ecarstrade.com/cars/7001703)
2026-03-25 16:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_002/780x0__r.jpg?hash=1774451058> (referer: https://ecarstrade.com/cars/7001703)
2026-03-25 16:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_004/780x0__r.jpg?hash=1774451055> (referer: https://ecarstrade.com/cars/7001701)
2026-03-25 16:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_003/780x0__r.jpg?hash=1774451056> (referer: https://ecarstrade.com/cars/7001701)
2026-03-25 16:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_002/780x0__r.jpg?hash=1774451055> (referer: https://ecarstrade.com/cars/7001701)
2026-03-25 16:47:07 [scrapy.extensions.logstats] INFO: Crawled 400 pages (at 51 pages/min), scraped 303 items (at 39 items/min)
2026-03-25 16:47:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:47:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b84f376-810c-51c6-9229-5bfef9f11911 with identifier: 7001712auction111038
2026-03-25 16:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b84f376-810c-51c6-9229-5bfef9f11911 with scrape type 1
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001712%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451069%27 HTTP/1.1" 200 None
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_001/780x0__r.jpg?hash=1774451069 not downloaded yet
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item addfb18b-6e00-5913-9ca3-0035f6f5d5f1
2026-03-25 16:47:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: addfb18b-6e00-5913-9ca3-0035f6f5d5f1, skipping ID generation
2026-03-25 16:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addfb18b-6e00-5913-9ca3-0035f6f5d5f1 with scrape type 1
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item addfb18b-6e00-5913-9ca3-0035f6f5d5f1 sending to next pipeline
2026-03-25 16:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: addfb18b-6e00-5913-9ca3-0035f6f5d5f1, identifier: 7001719auction111038
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb
2026-03-25 16:47:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb, skipping ID generation
2026-03-25 16:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb with scrape type 1
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb sending to next pipeline
2026-03-25 16:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb, identifier: 7001700auction111038
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:47:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: addfb18b-6e00-5913-9ca3-0035f6f5d5f1 with identifier: 7001719auction111038
2026-03-25 16:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: addfb18b-6e00-5913-9ca3-0035f6f5d5f1 with identifier: 7001719auction111038
2026-03-25 16:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: addfb18b-6e00-5913-9ca3-0035f6f5d5f1 with identifier: 7001719auction111038 to the API
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001719/photo_006/780x0__r.jpg?hash=1774451076>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'addfb18b-6e00-5913-9ca3-0035f6f5d5f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001719',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'Toyota PROACE CITY',
'odometer': 101712,
'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': 3,
'seller_name': None,
'title': 'TOYOTA Proace City / 2019 / 4P / Fourgonnette 1.5 Medium 100 D-4D '
'Business',
'transmission': 'manual',
'trim': 'TOYOTA Proace City / 2019 / 4P / Fourgonnette 1.5 Medium 100 D-4D '
'Business',
'vin': None,
'year': 2021}
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001719auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:07 [ecarstrade.be] INFO: Saving data for 7001719auction111038: {'created_time': 1774457227.644897, 'last_price_update_time': 1774457227.644908, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001719auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb with identifier: 7001700auction111038
2026-03-25 16:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb with identifier: 7001700auction111038
2026-03-25 16:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f293b30-f49f-5d9a-8e7c-76b1329dbdfb with identifier: 7001700auction111038 to the API
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001700/photo_002/780x0__r.jpg?hash=1774451054>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '4f293b30-f49f-5d9a-8e7c-76b1329dbdfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001700',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 123191,
'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': 2,
'seller_name': None,
'title': 'Megane IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6dT / TRANSFO '
'VP VF',
'transmission': 'manual',
'trim': 'IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001700auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:07 [ecarstrade.be] INFO: Saving data for 7001700auction111038: {'created_time': 1774457227.983781, 'last_price_update_time': 1774457227.983791, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001700auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_003/780x0__r.jpg?hash=1774451061> (referer: https://ecarstrade.com/cars/7001704)
2026-03-25 16:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_002/780x0__r.jpg?hash=1774451061> (referer: https://ecarstrade.com/cars/7001704)
2026-03-25 16:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_001/780x0__r.jpg?hash=1774451055> (referer: https://ecarstrade.com/cars/7001701)
2026-03-25 16:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_005/780x0__r.jpg?hash=1774451061> (referer: https://ecarstrade.com/cars/7001704)
2026-03-25 16:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_004/780x0__r.jpg?hash=1774451061> (referer: https://ecarstrade.com/cars/7001704)
2026-03-25 16:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_001/780x0__r.jpg?hash=1774451061> (referer: https://ecarstrade.com/cars/7001704)
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001712%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451069%27 HTTP/1.1" 200 None
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_002/780x0__r.jpg?hash=1774451069 not downloaded yet
2026-03-25 16: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-25 16: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-25 16: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-25 16: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-25 16: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-25 16: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-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c724d8f2-51f8-533b-9ed1-903ec6129f37
2026-03-25 16:47:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c724d8f2-51f8-533b-9ed1-903ec6129f37, skipping ID generation
2026-03-25 16:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c724d8f2-51f8-533b-9ed1-903ec6129f37 with scrape type 1
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c724d8f2-51f8-533b-9ed1-903ec6129f37 sending to next pipeline
2026-03-25 16:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c724d8f2-51f8-533b-9ed1-903ec6129f37, identifier: 7001703auction111038
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001712%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451069%27 HTTP/1.1" 200 None
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_003/780x0__r.jpg?hash=1774451069 not downloaded yet
2026-03-25 16:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c724d8f2-51f8-533b-9ed1-903ec6129f37 with identifier: 7001703auction111038
2026-03-25 16:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c724d8f2-51f8-533b-9ed1-903ec6129f37 with identifier: 7001703auction111038
2026-03-25 16:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c724d8f2-51f8-533b-9ed1-903ec6129f37 with identifier: 7001703auction111038 to the API
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001703/photo_002/780x0__r.jpg?hash=1774451058>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'c724d8f2-51f8-533b-9ed1-903ec6129f37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001703',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 41055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-01',
'seats_number': 9,
'seller_name': None,
'title': 'Trafic III Combi L1H1 2 8t (8/9 Sièges) Zen 1.6 dCi 120CV BVM6 9 '
'Sieges E5',
'transmission': 'manual',
'trim': 'III Combi L1H1 2 8t (8/9 Sièges) Zen 1.6 dCi 120CV BVM6 9 Sieges E5',
'vin': None,
'year': 2014}
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001703auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:08 [ecarstrade.be] INFO: Saving data for 7001703auction111038: {'created_time': 1774457228.478373, 'last_price_update_time': 1774457228.478384, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001703auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001712%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451069%27 HTTP/1.1" 200 None
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_004/780x0__r.jpg?hash=1774451069 not downloaded yet
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25f629b2-0e2c-5ae7-a415-a14986065bf7
2026-03-25 16:47:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25f629b2-0e2c-5ae7-a415-a14986065bf7, skipping ID generation
2026-03-25 16:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f629b2-0e2c-5ae7-a415-a14986065bf7 with scrape type 1
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25f629b2-0e2c-5ae7-a415-a14986065bf7 sending to next pipeline
2026-03-25 16:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25f629b2-0e2c-5ae7-a415-a14986065bf7, identifier: 7001701auction111038
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6af21c53-c2b7-5041-b071-654896fe831d
2026-03-25 16:47:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6af21c53-c2b7-5041-b071-654896fe831d, skipping ID generation
2026-03-25 16:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af21c53-c2b7-5041-b071-654896fe831d with scrape type 1
2026-03-25 16:47:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6af21c53-c2b7-5041-b071-654896fe831d sending to next pipeline
2026-03-25 16:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6af21c53-c2b7-5041-b071-654896fe831d, identifier: 7001704auction111038
2026-03-25 16:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25f629b2-0e2c-5ae7-a415-a14986065bf7 with identifier: 7001701auction111038
2026-03-25 16:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25f629b2-0e2c-5ae7-a415-a14986065bf7 with identifier: 7001701auction111038
2026-03-25 16:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25f629b2-0e2c-5ae7-a415-a14986065bf7 with identifier: 7001701auction111038 to the API
2026-03-25 16:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001701/photo_001/780x0__r.jpg?hash=1774451055>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '25f629b2-0e2c-5ae7-a415-a14986065bf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001701',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Master',
'odometer': 29832,
'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-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001701auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:09 [ecarstrade.be] INFO: Saving data for 7001701auction111038: {'created_time': 1774457229.103198, 'last_price_update_time': 1774457229.103208, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001701auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6af21c53-c2b7-5041-b071-654896fe831d with identifier: 7001704auction111038
2026-03-25 16:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6af21c53-c2b7-5041-b071-654896fe831d with identifier: 7001704auction111038
2026-03-25 16:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6af21c53-c2b7-5041-b071-654896fe831d with identifier: 7001704auction111038 to the API
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001704/photo_001/780x0__r.jpg?hash=1774451061>
{'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-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '6af21c53-c2b7-5041-b071-654896fe831d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001704',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 73708,
'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': 2,
'seller_name': None,
'title': 'Megane IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6dT / TRANSFO '
'VP VF',
'transmission': 'manual',
'trim': 'IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2020}
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001704auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:09 [ecarstrade.be] INFO: Saving data for 7001704auction111038: {'created_time': 1774457229.447193, 'last_price_update_time': 1774457229.447204, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001704auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001712%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451069%27 HTTP/1.1" 200 None
2026-03-25 16:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_005/780x0__r.jpg?hash=1774451069 not downloaded yet
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001712%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451069%27 HTTP/1.1" 200 None
2026-03-25 16:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_006/780x0__r.jpg?hash=1774451069 not downloaded yet
2026-03-25 16:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995005> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:15 [ecarstrade.be] INFO: Extracting details for car 6995005auction110944
2026-03-25 16:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 320b6708-872e-5f22-a9cb-5bdb1f7a4816 with identifier: 6995005auction110944
2026-03-25 16:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 320b6708-872e-5f22-a9cb-5bdb1f7a4816 with scrape type 2
2026-03-25 16:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 320b6708-872e-5f22-a9cb-5bdb1f7a4816 with scrape type 2
2026-03-25 16:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 320b6708-872e-5f22-a9cb-5bdb1f7a4816, identifier: 6995005auction110944
2026-03-25 16:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 320b6708-872e-5f22-a9cb-5bdb1f7a4816 with identifier: 6995005auction110944
2026-03-25 16:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 320b6708-872e-5f22-a9cb-5bdb1f7a4816 with identifier: 6995005auction110944
2026-03-25 16:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 320b6708-872e-5f22-a9cb-5bdb1f7a4816 with identifier: 6995005auction110944 to the API
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995005>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '320b6708-872e-5f22-a9cb-5bdb1f7a4816',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995005',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '2008',
'odometer': 93790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2i PureTech Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2i PureTech Active',
'vin': None,
'year': 2018}
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995005auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:16 [ecarstrade.be] INFO: Saving data for 6995005auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365341.004605, 'last_price_update_time': 1774457236.318609}
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995005auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995006> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995000> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_001/780x0__r.jpg?hash=1774451069> (referer: https://ecarstrade.com/cars/7001712)
2026-03-25 16:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:16 [ecarstrade.be] INFO: Extracting details for car 6995006auction110944
2026-03-25 16:47:16 [ecarstrade.be] INFO: Extracting details for car 6995000auction110944
2026-03-25 16:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995015> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e42f1dca-43f8-54a2-a9c5-4e98cc72a753 with identifier: 6995006auction110944
2026-03-25 16:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e42f1dca-43f8-54a2-a9c5-4e98cc72a753 with scrape type 2
2026-03-25 16:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e42f1dca-43f8-54a2-a9c5-4e98cc72a753 with scrape type 2
2026-03-25 16:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e42f1dca-43f8-54a2-a9c5-4e98cc72a753, identifier: 6995006auction110944
2026-03-25 16:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 485404f5-feff-5d53-80c8-e1959f48ef84 with identifier: 6995000auction110944
2026-03-25 16:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 485404f5-feff-5d53-80c8-e1959f48ef84 with scrape type 2
2026-03-25 16:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 485404f5-feff-5d53-80c8-e1959f48ef84 with scrape type 2
2026-03-25 16:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 485404f5-feff-5d53-80c8-e1959f48ef84, identifier: 6995000auction110944
2026-03-25 16:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e42f1dca-43f8-54a2-a9c5-4e98cc72a753 with identifier: 6995006auction110944
2026-03-25 16:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e42f1dca-43f8-54a2-a9c5-4e98cc72a753 with identifier: 6995006auction110944
2026-03-25 16:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e42f1dca-43f8-54a2-a9c5-4e98cc72a753 with identifier: 6995006auction110944 to the API
2026-03-25 16:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995006>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'e42f1dca-43f8-54a2-a9c5-4e98cc72a753',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995006',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 135793,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Comfortline 1,5 l TSI OPF 110 kW (150 PS) '
'7-Gang-Doppelkupplungsgetriebe DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Comfortline 1,5 l TSI OPF 110 kW (150 PS) '
'7-Gang-Doppelkupplungsgetriebe DSG',
'vin': None,
'year': 2019}
2026-03-25 16:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995006auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:17 [ecarstrade.be] INFO: Saving data for 6995006auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365339.29568, 'last_price_update_time': 1774457237.976392}
2026-03-25 16:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995006auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 485404f5-feff-5d53-80c8-e1959f48ef84 with identifier: 6995000auction110944
2026-03-25 16:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 485404f5-feff-5d53-80c8-e1959f48ef84 with identifier: 6995000auction110944
2026-03-25 16:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 485404f5-feff-5d53-80c8-e1959f48ef84 with identifier: 6995000auction110944 to the API
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995000>
{'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-27T06:40:00Z',
'fuel_type': 'Electric',
'id': '485404f5-feff-5d53-80c8-e1959f48ef84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995000',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 123032,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Pro Performance 77 kWh 150 kW (204 pk) 1 '
'versnellingen',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro Performance 77 kWh 150 kW (204 pk) 1 versnellingen',
'vin': None,
'year': 2022}
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995000auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:18 [ecarstrade.be] INFO: Saving data for 6995000auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365341.63932, 'last_price_update_time': 1774457238.240983}
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995000auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:18 [ecarstrade.be] INFO: Extracting details for car 6995015auction110944
2026-03-25 16:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001734> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994998> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5087126-46c9-536d-96c2-9cf12103ac5e with identifier: 6995015auction110944
2026-03-25 16:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5087126-46c9-536d-96c2-9cf12103ac5e with scrape type 2
2026-03-25 16:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5087126-46c9-536d-96c2-9cf12103ac5e with scrape type 2
2026-03-25 16:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5087126-46c9-536d-96c2-9cf12103ac5e, identifier: 6995015auction110944
2026-03-25 16:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5087126-46c9-536d-96c2-9cf12103ac5e with identifier: 6995015auction110944
2026-03-25 16:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5087126-46c9-536d-96c2-9cf12103ac5e with identifier: 6995015auction110944
2026-03-25 16:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5087126-46c9-536d-96c2-9cf12103ac5e with identifier: 6995015auction110944 to the API
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995015>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'c5087126-46c9-536d-96c2-9cf12103ac5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995015',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Mokka',
'odometer': 7050,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka Mokka 1.2 Turbo MHEV GS GS',
'transmission': 'automatic',
'trim': 'OPEL 1.2 Turbo MHEV GS GS',
'vin': None,
'year': 2025}
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995015auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:18 [ecarstrade.be] INFO: Saving data for 6995015auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365338.6827, 'last_price_update_time': 1774457238.754263}
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995015auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:18 [ecarstrade.be] INFO: Extracting details for car 7001734auction111038
2026-03-25 16:47:18 [ecarstrade.be] INFO: Extracting details for car 6994998auction110944
2026-03-25 16:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d386ec-0cb5-5d99-9219-4683ac9903d1 with identifier: 7001734auction111038
2026-03-25 16:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d386ec-0cb5-5d99-9219-4683ac9903d1 with scrape type 1
2026-03-25 16:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001734%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451103%27 HTTP/1.1" 200 None
2026-03-25 16:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_001/780x0__r.jpg?hash=1774451103 not downloaded yet
2026-03-25 16:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ef7bad3-4ec5-53ac-a865-1a96a65211ef with identifier: 6994998auction110944
2026-03-25 16:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ef7bad3-4ec5-53ac-a865-1a96a65211ef with scrape type 2
2026-03-25 16:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ef7bad3-4ec5-53ac-a865-1a96a65211ef with scrape type 2
2026-03-25 16:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ef7bad3-4ec5-53ac-a865-1a96a65211ef, identifier: 6994998auction110944
2026-03-25 16:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ef7bad3-4ec5-53ac-a865-1a96a65211ef with identifier: 6994998auction110944
2026-03-25 16:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ef7bad3-4ec5-53ac-a865-1a96a65211ef with identifier: 6994998auction110944
2026-03-25 16:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ef7bad3-4ec5-53ac-a865-1a96a65211ef with identifier: 6994998auction110944 to the API
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994998>
{'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-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '7ef7bad3-4ec5-53ac-a865-1a96a65211ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994998',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Arona',
'odometer': 88170,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-13',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona Arona FR 1.5 TSI ACT 150pk (110kW) MANUEEL 6v Start/Stop',
'transmission': 'manual',
'trim': 'SEAT FR 1.5 TSI ACT 150pk (110kW) MANUEEL 6v Start/Stop',
'vin': None,
'year': 2018}
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994998auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:19 [ecarstrade.be] INFO: Saving data for 6994998auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365344.988403, 'last_price_update_time': 1774457239.299876}
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994998auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001734%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451103%27 HTTP/1.1" 200 None
2026-03-25 16:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_002/780x0__r.jpg?hash=1774451103 not downloaded yet
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001734%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451103%27 HTTP/1.1" 200 None
2026-03-25 16:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_003/780x0__r.jpg?hash=1774451103 not downloaded yet
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001734%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451103%27 HTTP/1.1" 200 None
2026-03-25 16:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_004/780x0__r.jpg?hash=1774451103 not downloaded yet
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001734%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451103%27 HTTP/1.1" 200 None
2026-03-25 16:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_005/780x0__r.jpg?hash=1774451103 not downloaded yet
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001734%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451103%27 HTTP/1.1" 200 None
2026-03-25 16:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_006/780x0__r.jpg?hash=1774451103 not downloaded yet
2026-03-25 16:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995014> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:20 [ecarstrade.be] INFO: Extracting details for car 6995014auction110944
2026-03-25 16:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7656db88-034f-5695-a3c2-5f99496e1502 with identifier: 6995014auction110944
2026-03-25 16:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7656db88-034f-5695-a3c2-5f99496e1502 with scrape type 2
2026-03-25 16:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7656db88-034f-5695-a3c2-5f99496e1502 with scrape type 2
2026-03-25 16:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7656db88-034f-5695-a3c2-5f99496e1502, identifier: 6995014auction110944
2026-03-25 16:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7656db88-034f-5695-a3c2-5f99496e1502 with identifier: 6995014auction110944
2026-03-25 16:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7656db88-034f-5695-a3c2-5f99496e1502 with identifier: 6995014auction110944
2026-03-25 16:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7656db88-034f-5695-a3c2-5f99496e1502 with identifier: 6995014auction110944 to the API
2026-03-25 16:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995014>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '7656db88-034f-5695-a3c2-5f99496e1502',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995014',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Sportage',
'odometer': 65245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage Sportage 1.6 CRDi GT Line DCT',
'transmission': 'automatic',
'trim': 'KIA 1.6 CRDi GT Line DCT',
'vin': None,
'year': 2020}
2026-03-25 16:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995014auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:20 [ecarstrade.be] INFO: Saving data for 6995014auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365338.16898, 'last_price_update_time': 1774457240.64194}
2026-03-25 16:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995014auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001733> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_006/780x0__r.jpg?hash=1774451069> (referer: https://ecarstrade.com/cars/7001712)
2026-03-25 16:47:24 [ecarstrade.be] INFO: Extracting details for car 7001733auction111038
2026-03-25 16:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d5113a-b7c6-59c3-b2ff-20508fbb696d with identifier: 7001733auction111038
2026-03-25 16:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d5113a-b7c6-59c3-b2ff-20508fbb696d with scrape type 1
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001733%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451102%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_001/780x0__r.jpg?hash=1774451102 not downloaded yet
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001733%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451102%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_002/780x0__r.jpg?hash=1774451102 not downloaded yet
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_005/780x0__r.jpg?hash=1774451069> (referer: https://ecarstrade.com/cars/7001712)
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001733%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451102%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_003/780x0__r.jpg?hash=1774451102 not downloaded yet
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001733%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451102%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_004/780x0__r.jpg?hash=1774451102 not downloaded yet
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001733%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451102%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_005/780x0__r.jpg?hash=1774451102 not downloaded yet
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001733%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451102%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_006/780x0__r.jpg?hash=1774451102 not downloaded yet
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_004/780x0__r.jpg?hash=1774451069> (referer: https://ecarstrade.com/cars/7001712)
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_003/780x0__r.jpg?hash=1774451069> (referer: https://ecarstrade.com/cars/7001712)
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001732> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_002/780x0__r.jpg?hash=1774451069> (referer: https://ecarstrade.com/cars/7001712)
2026-03-25 16:47:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:24 [ecarstrade.be] INFO: Extracting details for car 7001732auction111038
2026-03-25 16:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac4cef94-e0be-5545-b2bd-77b5aee98045 with identifier: 7001732auction111038
2026-03-25 16:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac4cef94-e0be-5545-b2bd-77b5aee98045 with scrape type 1
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001732%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451101%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_001/780x0__r.jpg?hash=1774451101 not downloaded yet
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001732%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451101%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_002/780x0__r.jpg?hash=1774451101 not downloaded yet
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001732%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451101%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_003/780x0__r.jpg?hash=1774451101 not downloaded yet
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b84f376-810c-51c6-9229-5bfef9f11911
2026-03-25 16:47:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b84f376-810c-51c6-9229-5bfef9f11911, skipping ID generation
2026-03-25 16:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b84f376-810c-51c6-9229-5bfef9f11911 with scrape type 1
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b84f376-810c-51c6-9229-5bfef9f11911 sending to next pipeline
2026-03-25 16:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b84f376-810c-51c6-9229-5bfef9f11911, identifier: 7001712auction111038
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001732%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451101%27 HTTP/1.1" 200 None
2026-03-25 16:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_004/780x0__r.jpg?hash=1774451101 not downloaded yet
2026-03-25 16:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b84f376-810c-51c6-9229-5bfef9f11911 with identifier: 7001712auction111038
2026-03-25 16:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b84f376-810c-51c6-9229-5bfef9f11911 with identifier: 7001712auction111038
2026-03-25 16:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b84f376-810c-51c6-9229-5bfef9f11911 with identifier: 7001712auction111038 to the API
2026-03-25 16:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001712/photo_002/780x0__r.jpg?hash=1774451069>
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '9b84f376-810c-51c6-9229-5bfef9f11911',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001712',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 68099,
'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': 6,
'seller_name': None,
'title': 'RENAULT Trafic / 2019 / 4P / Fourgon tole CA GCF L1H1 1200 dCi 120',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 4P / Fourgon tole CA GCF L1H1 1200 dCi 120',
'vin': None,
'year': 2020}
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001712auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [ecarstrade.be] INFO: Saving data for 7001712auction111038: {'created_time': 1774457245.278142, 'last_price_update_time': 1774457245.278152, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001712auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001732%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451101%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_005/780x0__r.jpg?hash=1774451101 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001730> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001732%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451101%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_006/780x0__r.jpg?hash=1774451101 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001728> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001725> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_006/780x0__r.jpg?hash=1774451103> (referer: https://ecarstrade.com/cars/7001734)
2026-03-25 16:47:25 [ecarstrade.be] INFO: Extracting details for car 7001730auction111038
2026-03-25 16:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0337e3be-89e9-59e6-9ab0-701ed8383ab1 with identifier: 7001730auction111038
2026-03-25 16:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0337e3be-89e9-59e6-9ab0-701ed8383ab1 with scrape type 1
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001730%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451100%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_001/780x0__r.jpg?hash=1774451100 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_005/780x0__r.jpg?hash=1774451103> (referer: https://ecarstrade.com/cars/7001734)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001730%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451100%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_002/780x0__r.jpg?hash=1774451100 not downloaded yet
2026-03-25 16:47:25 [ecarstrade.be] INFO: Extracting details for car 7001728auction111038
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_002/780x0__r.jpg?hash=1774451102> (referer: https://ecarstrade.com/cars/7001733)
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_004/780x0__r.jpg?hash=1774451103> (referer: https://ecarstrade.com/cars/7001734)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001730%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451100%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_003/780x0__r.jpg?hash=1774451100 not downloaded yet
2026-03-25 16:47:25 [ecarstrade.be] INFO: Extracting details for car 7001725auction111038
2026-03-25 16:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98375f0d-9828-5611-ad5b-4f5cd7cc7526 with identifier: 7001728auction111038
2026-03-25 16:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98375f0d-9828-5611-ad5b-4f5cd7cc7526 with scrape type 1
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001728%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451098%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_001/780x0__r.jpg?hash=1774451098 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_006/780x0__r.jpg?hash=1774451102> (referer: https://ecarstrade.com/cars/7001733)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001730%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451100%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_004/780x0__r.jpg?hash=1774451100 not downloaded yet
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001728%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451098%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_002/780x0__r.jpg?hash=1774451098 not downloaded yet
2026-03-25 16:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e67611-a183-5bc5-898b-8ac4305bc628 with identifier: 7001725auction111038
2026-03-25 16:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e67611-a183-5bc5-898b-8ac4305bc628 with scrape type 1
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001725%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451093%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_001/780x0__r.jpg?hash=1774451093 not downloaded yet
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001730%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451100%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_005/780x0__r.jpg?hash=1774451100 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_005/780x0__r.jpg?hash=1774451102> (referer: https://ecarstrade.com/cars/7001733)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001728%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451097%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_003/780x0__r.jpg?hash=1774451097 not downloaded yet
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001725%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_002/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_004/780x0__r.jpg?hash=1774451102> (referer: https://ecarstrade.com/cars/7001733)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001730%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451100%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_006/780x0__r.jpg?hash=1774451100 not downloaded yet
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001728%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451097%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_004/780x0__r.jpg?hash=1774451097 not downloaded yet
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001725%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_003/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_003/780x0__r.jpg?hash=1774451102> (referer: https://ecarstrade.com/cars/7001733)
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_005/780x0__r.jpg?hash=1774451101> (referer: https://ecarstrade.com/cars/7001732)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001728%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451097%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_005/780x0__r.jpg?hash=1774451097 not downloaded yet
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001725%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_004/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_006/780x0__r.jpg?hash=1774451101> (referer: https://ecarstrade.com/cars/7001732)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001728%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451097%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_006/780x0__r.jpg?hash=1774451097 not downloaded yet
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001725%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_005/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_004/780x0__r.jpg?hash=1774451101> (referer: https://ecarstrade.com/cars/7001732)
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001725%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_006/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_003/780x0__r.jpg?hash=1774451101> (referer: https://ecarstrade.com/cars/7001732)
2026-03-25 16:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_001/780x0__r.jpg?hash=1774451100> (referer: https://ecarstrade.com/cars/7001730)
2026-03-25 16:47:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_002/780x0__r.jpg?hash=1774451100> (referer: https://ecarstrade.com/cars/7001730)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_002/780x0__r.jpg?hash=1774451101> (referer: https://ecarstrade.com/cars/7001732)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_001/780x0__r.jpg?hash=1774451098> (referer: https://ecarstrade.com/cars/7001728)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_001/780x0__r.jpg?hash=1774451093> (referer: https://ecarstrade.com/cars/7001725)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_005/780x0__r.jpg?hash=1774451100> (referer: https://ecarstrade.com/cars/7001730)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_006/780x0__r.jpg?hash=1774451100> (referer: https://ecarstrade.com/cars/7001730)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_004/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001725)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_005/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001725)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_003/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001725)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_006/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001725)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_006/780x0__r.jpg?hash=1774451097> (referer: https://ecarstrade.com/cars/7001728)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_005/780x0__r.jpg?hash=1774451097> (referer: https://ecarstrade.com/cars/7001728)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_004/780x0__r.jpg?hash=1774451097> (referer: https://ecarstrade.com/cars/7001728)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_003/780x0__r.jpg?hash=1774451097> (referer: https://ecarstrade.com/cars/7001728)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_002/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001725)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_002/780x0__r.jpg?hash=1774451098> (referer: https://ecarstrade.com/cars/7001728)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_004/780x0__r.jpg?hash=1774451100> (referer: https://ecarstrade.com/cars/7001730)
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_003/780x0__r.jpg?hash=1774451100> (referer: https://ecarstrade.com/cars/7001730)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_001/780x0__r.jpg?hash=1774451101> (referer: https://ecarstrade.com/cars/7001732)
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a2e67611-a183-5bc5-898b-8ac4305bc628
2026-03-25 16:47:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2e67611-a183-5bc5-898b-8ac4305bc628, skipping ID generation
2026-03-25 16:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e67611-a183-5bc5-898b-8ac4305bc628 with scrape type 1
2026-03-25 16:47:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2e67611-a183-5bc5-898b-8ac4305bc628 sending to next pipeline
2026-03-25 16:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2e67611-a183-5bc5-898b-8ac4305bc628, identifier: 7001725auction111038
2026-03-25 16:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2e67611-a183-5bc5-898b-8ac4305bc628 with identifier: 7001725auction111038
2026-03-25 16:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2e67611-a183-5bc5-898b-8ac4305bc628 with identifier: 7001725auction111038
2026-03-25 16:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2e67611-a183-5bc5-898b-8ac4305bc628 with identifier: 7001725auction111038 to the API
2026-03-25 16:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001725/photo_002/780x0__r.jpg?hash=1774451092>
{'auction_title': '',
'c_o_2_emission_value': 202,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'a2e67611-a183-5bc5-898b-8ac4305bc628',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001725',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 78553,
'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': 'Crafter Fourgon Fourgon 35 mittlerer Radstand mit Hochdach FWD 2.0 '
'140CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon Fourgon 35 mittlerer Radstand mit Hochdach FWD 2.0 140CV '
'BVM6',
'vin': None,
'year': 2019}
2026-03-25 16:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001725auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:27 [ecarstrade.be] INFO: Saving data for 7001725auction111038: {'created_time': 1774457247.007011, 'last_price_update_time': 1774457247.007021, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001725auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_003/780x0__r.jpg?hash=1774451103> (referer: https://ecarstrade.com/cars/7001734)
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_002/780x0__r.jpg?hash=1774451103> (referer: https://ecarstrade.com/cars/7001734)
2026-03-25 16:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_001/780x0__r.jpg?hash=1774451102> (referer: https://ecarstrade.com/cars/7001733)
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001727> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995016> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001724> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 98375f0d-9828-5611-ad5b-4f5cd7cc7526
2026-03-25 16:47:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98375f0d-9828-5611-ad5b-4f5cd7cc7526, skipping ID generation
2026-03-25 16:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98375f0d-9828-5611-ad5b-4f5cd7cc7526 with scrape type 1
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98375f0d-9828-5611-ad5b-4f5cd7cc7526 sending to next pipeline
2026-03-25 16:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98375f0d-9828-5611-ad5b-4f5cd7cc7526, identifier: 7001728auction111038
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0337e3be-89e9-59e6-9ab0-701ed8383ab1
2026-03-25 16:47:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0337e3be-89e9-59e6-9ab0-701ed8383ab1, skipping ID generation
2026-03-25 16:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0337e3be-89e9-59e6-9ab0-701ed8383ab1 with scrape type 1
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0337e3be-89e9-59e6-9ab0-701ed8383ab1 sending to next pipeline
2026-03-25 16:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0337e3be-89e9-59e6-9ab0-701ed8383ab1, identifier: 7001730auction111038
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac4cef94-e0be-5545-b2bd-77b5aee98045
2026-03-25 16:47:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac4cef94-e0be-5545-b2bd-77b5aee98045, skipping ID generation
2026-03-25 16:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac4cef94-e0be-5545-b2bd-77b5aee98045 with scrape type 1
2026-03-25 16:47:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac4cef94-e0be-5545-b2bd-77b5aee98045 sending to next pipeline
2026-03-25 16:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac4cef94-e0be-5545-b2bd-77b5aee98045, identifier: 7001732auction111038
2026-03-25 16:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_001/780x0__r.jpg?hash=1774451103> (referer: https://ecarstrade.com/cars/7001734)
2026-03-25 16:47:27 [ecarstrade.be] INFO: Extracting details for car 7001727auction111038
2026-03-25 16:47:27 [ecarstrade.be] INFO: Extracting details for car 6995016auction110944
2026-03-25 16:47:27 [ecarstrade.be] INFO: Extracting details for car 7001724auction111038
2026-03-25 16:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98375f0d-9828-5611-ad5b-4f5cd7cc7526 with identifier: 7001728auction111038
2026-03-25 16:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98375f0d-9828-5611-ad5b-4f5cd7cc7526 with identifier: 7001728auction111038
2026-03-25 16:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98375f0d-9828-5611-ad5b-4f5cd7cc7526 with identifier: 7001728auction111038 to the API
2026-03-25 16:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001728/photo_002/780x0__r.jpg?hash=1774451098>
{'auction_title': '',
'c_o_2_emission_value': 202,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '98375f0d-9828-5611-ad5b-4f5cd7cc7526',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001728',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 101893,
'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': 'Crafter Fourgon Fourgon 35 lang mit Hochdach FWD 2.0 140CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon Fourgon 35 lang mit Hochdach FWD 2.0 140CV BVM6',
'vin': None,
'year': 2019}
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001728auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:28 [ecarstrade.be] INFO: Saving data for 7001728auction111038: {'created_time': 1774457248.05397, 'last_price_update_time': 1774457248.053979, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001728auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0337e3be-89e9-59e6-9ab0-701ed8383ab1 with identifier: 7001730auction111038
2026-03-25 16:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0337e3be-89e9-59e6-9ab0-701ed8383ab1 with identifier: 7001730auction111038
2026-03-25 16:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0337e3be-89e9-59e6-9ab0-701ed8383ab1 with identifier: 7001730auction111038 to the API
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001730/photo_003/780x0__r.jpg?hash=1774451100>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '0337e3be-89e9-59e6-9ab0-701ed8383ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001730',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 123862,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Polo VU 5p Berline 1.6 TDI 95 Confort Busi Sté '
'Réversible',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VU 5p Berline 1.6 TDI 95 Confort Busi Sté Réversible',
'vin': None,
'year': 2018}
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001730auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:28 [ecarstrade.be] INFO: Saving data for 7001730auction111038: {'created_time': 1774457248.655889, 'last_price_update_time': 1774457248.6559, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001730auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac4cef94-e0be-5545-b2bd-77b5aee98045 with identifier: 7001732auction111038
2026-03-25 16:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac4cef94-e0be-5545-b2bd-77b5aee98045 with identifier: 7001732auction111038
2026-03-25 16:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac4cef94-e0be-5545-b2bd-77b5aee98045 with identifier: 7001732auction111038 to the API
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001732/photo_001/780x0__r.jpg?hash=1774451101>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'ac4cef94-e0be-5545-b2bd-77b5aee98045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001732',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 76428,
'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': 3,
'seller_name': None,
'title': 'T6 Transporter Fourgon 2.0 100CV BVM5',
'transmission': 'manual',
'trim': 'Fourgon 2.0 100CV BVM5',
'vin': None,
'year': 2019}
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001732auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:29 [ecarstrade.be] INFO: Saving data for 7001732auction111038: {'created_time': 1774457249.008406, 'last_price_update_time': 1774457249.008418, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001732auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b1d5113a-b7c6-59c3-b2ff-20508fbb696d
2026-03-25 16:47:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b1d5113a-b7c6-59c3-b2ff-20508fbb696d, skipping ID generation
2026-03-25 16:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d5113a-b7c6-59c3-b2ff-20508fbb696d with scrape type 1
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b1d5113a-b7c6-59c3-b2ff-20508fbb696d sending to next pipeline
2026-03-25 16:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1d5113a-b7c6-59c3-b2ff-20508fbb696d, identifier: 7001733auction111038
2026-03-25 16:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95413eb8-c49d-5792-b47c-4b4b1f697688 with identifier: 7001727auction111038
2026-03-25 16:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95413eb8-c49d-5792-b47c-4b4b1f697688 with scrape type 1
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001727%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451095%27 HTTP/1.1" 200 None
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_001/780x0__r.jpg?hash=1774451095 not downloaded yet
2026-03-25 16:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1 with identifier: 6995016auction110944
2026-03-25 16:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1 with scrape type 2
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1 with scrape type 2
2026-03-25 16:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1, identifier: 6995016auction110944
2026-03-25 16:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81e660d9-607b-58d3-ac0c-acb3d09af971 with identifier: 7001724auction111038
2026-03-25 16:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81e660d9-607b-58d3-ac0c-acb3d09af971 with scrape type 1
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001724%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_001/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1d5113a-b7c6-59c3-b2ff-20508fbb696d with identifier: 7001733auction111038
2026-03-25 16:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1d5113a-b7c6-59c3-b2ff-20508fbb696d with identifier: 7001733auction111038
2026-03-25 16:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1d5113a-b7c6-59c3-b2ff-20508fbb696d with identifier: 7001733auction111038 to the API
2026-03-25 16:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001733/photo_001/780x0__r.jpg?hash=1774451102>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': 'b1d5113a-b7c6-59c3-b2ff-20508fbb696d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001733',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 99104,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter VU 4p Fourgon 2.0 TDi 102 L1H1 Business Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter VU 4p Fourgon 2.0 TDi 102 L1H1 Business Line',
'vin': None,
'year': 2019}
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001733auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [ecarstrade.be] INFO: Saving data for 7001733auction111038: {'created_time': 1774457250.178155, 'last_price_update_time': 1774457250.178165, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001733auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1 with identifier: 6995016auction110944
2026-03-25 16:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1 with identifier: 6995016auction110944
2026-03-25 16:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1 with identifier: 6995016auction110944 to the API
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995016>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '3b20856e-89ba-5d1a-b1d8-40aeb9ec6ca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995016',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 214141,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116 Hatch Dsl 116 d',
'transmission': 'manual',
'trim': 'Hatch Dsl d',
'vin': None,
'year': 2015}
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995016auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [ecarstrade.be] INFO: Saving data for 6995016auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365340.116103, 'last_price_update_time': 1774457250.503333}
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995016auction110944') HTTP/1.1" 204 0
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001727%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451095%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_002/780x0__r.jpg?hash=1774451095 not downloaded yet
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001724%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_002/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67d386ec-0cb5-5d99-9219-4683ac9903d1
2026-03-25 16:47:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67d386ec-0cb5-5d99-9219-4683ac9903d1, skipping ID generation
2026-03-25 16:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d386ec-0cb5-5d99-9219-4683ac9903d1 with scrape type 1
2026-03-25 16:47:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67d386ec-0cb5-5d99-9219-4683ac9903d1 sending to next pipeline
2026-03-25 16:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67d386ec-0cb5-5d99-9219-4683ac9903d1, identifier: 7001734auction111038
2026-03-25 16:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67d386ec-0cb5-5d99-9219-4683ac9903d1 with identifier: 7001734auction111038
2026-03-25 16:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67d386ec-0cb5-5d99-9219-4683ac9903d1 with identifier: 7001734auction111038
2026-03-25 16:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67d386ec-0cb5-5d99-9219-4683ac9903d1 with identifier: 7001734auction111038 to the API
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001734/photo_001/780x0__r.jpg?hash=1774451103>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '67d386ec-0cb5-5d99-9219-4683ac9903d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001734',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 112891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'T6 Transporter Fourgon 2.0 100CV BVM5',
'transmission': 'manual',
'trim': 'Fourgon 2.0 100CV BVM5',
'vin': None,
'year': 2019}
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001734auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [ecarstrade.be] INFO: Saving data for 7001734auction111038: {'created_time': 1774457250.950168, 'last_price_update_time': 1774457250.950185, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001734auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001727%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451095%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_003/780x0__r.jpg?hash=1774451095 not downloaded yet
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001724%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_003/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001727%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451095%27 HTTP/1.1" 200 None
2026-03-25 16:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_004/780x0__r.jpg?hash=1774451095 not downloaded yet
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001724%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_004/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001727%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451095%27 HTTP/1.1" 200 None
2026-03-25 16:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_005/780x0__r.jpg?hash=1774451095 not downloaded yet
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001724%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_005/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001727%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451095%27 HTTP/1.1" 200 None
2026-03-25 16:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_006/780x0__r.jpg?hash=1774451095 not downloaded yet
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001724%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451092%27 HTTP/1.1" 200 None
2026-03-25 16:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_006/780x0__r.jpg?hash=1774451092 not downloaded yet
2026-03-25 16:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001723> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:34 [ecarstrade.be] INFO: Extracting details for car 7001723auction111038
2026-03-25 16:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 with identifier: 7001723auction111038
2026-03-25 16:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 with scrape type 1
2026-03-25 16:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001723%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_001/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001723%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_002/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001723%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_003/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001723%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_004/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001723%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_005/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001723%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_006/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_001/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001724)
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001672auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001672auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001672auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001673auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001673auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001673auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001674auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001674auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001674auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001675auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001675auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001675auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001677auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001677auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001677auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001678auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001678auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001678auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001679auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001679auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001679auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001680auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001680auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001680auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001682auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001682auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001682auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001683auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001683auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001683auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001684auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001684auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001684auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001685auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001685auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001685auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001686auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001686auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001686auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001687auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001687auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001687auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001688auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001688auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001688auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001690auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001690auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001690auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001692auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001692auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001692auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001693auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001693auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001693auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001694auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001694auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001694auction111038: 0
2026-03-25 16:47:36 [ecarstrade.be] INFO: Found listing with ID: 7001695auction111038
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001695auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:36 [ecarstrade.be] INFO: Scrape type for 7001695auction111038: 0
2026-03-25 16:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_001/780x0__r.jpg?hash=1774451095> (referer: https://ecarstrade.com/cars/7001727)
2026-03-25 16:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_002/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001724)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_002/780x0__r.jpg?hash=1774451095> (referer: https://ecarstrade.com/cars/7001727)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_003/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001724)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_003/780x0__r.jpg?hash=1774451095> (referer: https://ecarstrade.com/cars/7001727)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_004/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001724)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_006/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001724)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_006/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001723)
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_005/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001723)
2026-03-25 16:47:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001718> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_004/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001723)
2026-03-25 16:47:38 [ecarstrade.be] INFO: Extracting details for car 7001718auction111038
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001720> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a2e90f-5f1e-58b4-9d05-77be386da505 with identifier: 7001718auction111038
2026-03-25 16:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a2e90f-5f1e-58b4-9d05-77be386da505 with scrape type 1
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001718%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451075%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_001/780x0__r.jpg?hash=1774451075 not downloaded yet
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001718%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451075%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_002/780x0__r.jpg?hash=1774451075 not downloaded yet
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001718%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451075%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_003/780x0__r.jpg?hash=1774451075 not downloaded yet
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_003/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001723)
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001718%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451075%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_004/780x0__r.jpg?hash=1774451075 not downloaded yet
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001718%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451075%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_005/780x0__r.jpg?hash=1774451075 not downloaded yet
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_002/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001723)
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001718%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451075%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_006/780x0__r.jpg?hash=1774451075 not downloaded yet
2026-03-25 16:47:38 [ecarstrade.be] INFO: Extracting details for car 7001720auction111038
2026-03-25 16:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a with identifier: 7001720auction111038
2026-03-25 16:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a with scrape type 1
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001720%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451078%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_001/780x0__r.jpg?hash=1774451078 not downloaded yet
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_001/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001723)
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001720%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451078%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_002/780x0__r.jpg?hash=1774451078 not downloaded yet
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001717> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001720%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451078%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_003/780x0__r.jpg?hash=1774451078 not downloaded yet
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_006/780x0__r.jpg?hash=1774451095> (referer: https://ecarstrade.com/cars/7001727)
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001720%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451078%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_004/780x0__r.jpg?hash=1774451078 not downloaded yet
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001720%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451078%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_005/780x0__r.jpg?hash=1774451078 not downloaded yet
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001720%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451078%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_006/780x0__r.jpg?hash=1774451078 not downloaded yet
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_005/780x0__r.jpg?hash=1774451092> (referer: https://ecarstrade.com/cars/7001724)
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72
2026-03-25 16:47:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72, skipping ID generation
2026-03-25 16:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 with scrape type 1
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 sending to next pipeline
2026-03-25 16:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72, identifier: 7001723auction111038
2026-03-25 16:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 with identifier: 7001723auction111038
2026-03-25 16:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 with identifier: 7001723auction111038
2026-03-25 16:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72 with identifier: 7001723auction111038 to the API
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001723/photo_001/780x0__r.jpg?hash=1774451085>
{'auction_title': '',
'c_o_2_emission_value': 231,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '3cbd7b64-bfeb-5aa9-90a8-8d54bdefca72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001723',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 129273,
'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': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Crafter / 2017 / 4P / Fourgon tôlé 2.0TDI 140 30 L3H3 '
'Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 4P / Fourgon tôlé 2.0TDI 140 30 L3H3 Business',
'vin': None,
'year': 2022}
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001723auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [ecarstrade.be] INFO: Saving data for 7001723auction111038: {'created_time': 1774457258.71128, 'last_price_update_time': 1774457258.711291, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001723auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_005/780x0__r.jpg?hash=1774451095> (referer: https://ecarstrade.com/cars/7001727)
2026-03-25 16:47:38 [ecarstrade.be] INFO: Extracting details for car 7001717auction111038
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_004/780x0__r.jpg?hash=1774451095> (referer: https://ecarstrade.com/cars/7001727)
2026-03-25 16:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_001/780x0__r.jpg?hash=1774451075> (referer: https://ecarstrade.com/cars/7001718)
2026-03-25 16:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 441dbbc8-790e-5f79-9a1e-06617330f480 with identifier: 7001717auction111038
2026-03-25 16:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 441dbbc8-790e-5f79-9a1e-06617330f480 with scrape type 1
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001717%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451076%27 HTTP/1.1" 200 None
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_001/780x0__r.jpg?hash=1774451076 not downloaded yet
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 81e660d9-607b-58d3-ac0c-acb3d09af971
2026-03-25 16:47:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81e660d9-607b-58d3-ac0c-acb3d09af971, skipping ID generation
2026-03-25 16:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81e660d9-607b-58d3-ac0c-acb3d09af971 with scrape type 1
2026-03-25 16:47:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81e660d9-607b-58d3-ac0c-acb3d09af971 sending to next pipeline
2026-03-25 16:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81e660d9-607b-58d3-ac0c-acb3d09af971, identifier: 7001724auction111038
2026-03-25 16:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81e660d9-607b-58d3-ac0c-acb3d09af971 with identifier: 7001724auction111038
2026-03-25 16:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81e660d9-607b-58d3-ac0c-acb3d09af971 with identifier: 7001724auction111038
2026-03-25 16:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81e660d9-607b-58d3-ac0c-acb3d09af971 with identifier: 7001724auction111038 to the API
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001724/photo_005/780x0__r.jpg?hash=1774451092>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '81e660d9-607b-58d3-ac0c-acb3d09af971',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001724',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 57953,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Van / 2015 / 4P / Fourgonnette 2.0 TDI 75 Business '
'Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Van / 2015 / 4P / Fourgonnette 2.0 TDI 75 Business Line',
'vin': None,
'year': 2020}
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001724auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [ecarstrade.be] INFO: Saving data for 7001724auction111038: {'created_time': 1774457259.301002, 'last_price_update_time': 1774457259.301012, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001724auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_002/780x0__r.jpg?hash=1774451075> (referer: https://ecarstrade.com/cars/7001718)
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001717%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_002/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_004/780x0__r.jpg?hash=1774451075> (referer: https://ecarstrade.com/cars/7001718)
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_003/780x0__r.jpg?hash=1774451075> (referer: https://ecarstrade.com/cars/7001718)
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95413eb8-c49d-5792-b47c-4b4b1f697688
2026-03-25 16:47:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95413eb8-c49d-5792-b47c-4b4b1f697688, skipping ID generation
2026-03-25 16:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95413eb8-c49d-5792-b47c-4b4b1f697688 with scrape type 1
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95413eb8-c49d-5792-b47c-4b4b1f697688 sending to next pipeline
2026-03-25 16:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95413eb8-c49d-5792-b47c-4b4b1f697688, identifier: 7001727auction111038
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001717%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_003/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95413eb8-c49d-5792-b47c-4b4b1f697688 with identifier: 7001727auction111038
2026-03-25 16:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95413eb8-c49d-5792-b47c-4b4b1f697688 with identifier: 7001727auction111038
2026-03-25 16:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95413eb8-c49d-5792-b47c-4b4b1f697688 with identifier: 7001727auction111038 to the API
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001727/photo_004/780x0__r.jpg?hash=1774451095>
{'auction_title': '',
'c_o_2_emission_value': 202,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '95413eb8-c49d-5792-b47c-4b4b1f697688',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001727',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 27182,
'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': 'VOLKSWAGEN Crafter / 2017 / 4P / Fourgon tôlé 2.0 TDI 140 35 L4H3 '
'Procab Business Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 4P / Fourgon tôlé 2.0 TDI 140 35 L4H3 Procab '
'Business Line',
'vin': None,
'year': 2020}
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001727auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [ecarstrade.be] INFO: Saving data for 7001727auction111038: {'created_time': 1774457259.748424, 'last_price_update_time': 1774457259.748436, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001727auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_001/780x0__r.jpg?hash=1774451078> (referer: https://ecarstrade.com/cars/7001720)
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_005/780x0__r.jpg?hash=1774451075> (referer: https://ecarstrade.com/cars/7001718)
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001717%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_004/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_002/780x0__r.jpg?hash=1774451078> (referer: https://ecarstrade.com/cars/7001720)
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001717%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_005/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001717%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_006/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_003/780x0__r.jpg?hash=1774451078> (referer: https://ecarstrade.com/cars/7001720)
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_006/780x0__r.jpg?hash=1774451078> (referer: https://ecarstrade.com/cars/7001720)
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_005/780x0__r.jpg?hash=1774451078> (referer: https://ecarstrade.com/cars/7001720)
2026-03-25 16:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_004/780x0__r.jpg?hash=1774451078> (referer: https://ecarstrade.com/cars/7001720)
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_006/780x0__r.jpg?hash=1774451075> (referer: https://ecarstrade.com/cars/7001718)
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_001/780x0__r.jpg?hash=1774451076> (referer: https://ecarstrade.com/cars/7001717)
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_003/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001717)
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_002/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001717)
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a
2026-03-25 16:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a, skipping ID generation
2026-03-25 16:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a with scrape type 1
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a sending to next pipeline
2026-03-25 16:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a, identifier: 7001720auction111038
2026-03-25 16:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a with identifier: 7001720auction111038
2026-03-25 16:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a with identifier: 7001720auction111038
2026-03-25 16:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38e9ac43-8a87-5fc1-8db2-46c00cb2a32a with identifier: 7001720auction111038 to the API
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001720/photo_004/780x0__r.jpg?hash=1774451078>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '2.8L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '38e9ac43-8a87-5fc1-8db2-46c00cb2a32a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001720',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Toyota',
'model': 'Land Cruiser',
'odometer': 122774,
'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': 'TOYOTA Landcruiser / 2017 / 3P / SUV 204 D-4D Life / TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'TOYOTA Landcruiser / 2017 / 3P / SUV 204 D-4D Life / TRANSFO VP VF',
'vin': None,
'year': 2022}
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001720auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:40 [ecarstrade.be] INFO: Saving data for 7001720auction111038: {'created_time': 1774457260.52366, 'last_price_update_time': 1774457260.52367, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001720auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_004/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001717)
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_006/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001717)
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_005/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001717)
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 33a2e90f-5f1e-58b4-9d05-77be386da505
2026-03-25 16:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33a2e90f-5f1e-58b4-9d05-77be386da505, skipping ID generation
2026-03-25 16:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a2e90f-5f1e-58b4-9d05-77be386da505 with scrape type 1
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33a2e90f-5f1e-58b4-9d05-77be386da505 sending to next pipeline
2026-03-25 16:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33a2e90f-5f1e-58b4-9d05-77be386da505, identifier: 7001718auction111038
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33a2e90f-5f1e-58b4-9d05-77be386da505 with identifier: 7001718auction111038
2026-03-25 16:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33a2e90f-5f1e-58b4-9d05-77be386da505 with identifier: 7001718auction111038
2026-03-25 16:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33a2e90f-5f1e-58b4-9d05-77be386da505 with identifier: 7001718auction111038 to the API
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001718/photo_006/780x0__r.jpg?hash=1774451075>
{'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-26T15:40:00Z',
'fuel_type': 'Electric',
'id': '33a2e90f-5f1e-58b4-9d05-77be386da505',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001718',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'ZOE',
'odometer': 24654,
'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': 2,
'seller_name': None,
'title': 'Zoe Business 52kWh BVA / TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'Zoe Business 52kWh BVA / TRANSFO VP VF',
'vin': None,
'year': 2020}
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001718auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:40 [ecarstrade.be] INFO: Saving data for 7001718auction111038: {'created_time': 1774457260.967465, 'last_price_update_time': 1774457260.967476, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001718auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001716> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 441dbbc8-790e-5f79-9a1e-06617330f480
2026-03-25 16:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 441dbbc8-790e-5f79-9a1e-06617330f480, skipping ID generation
2026-03-25 16:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 441dbbc8-790e-5f79-9a1e-06617330f480 with scrape type 1
2026-03-25 16:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 441dbbc8-790e-5f79-9a1e-06617330f480 sending to next pipeline
2026-03-25 16:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 441dbbc8-790e-5f79-9a1e-06617330f480, identifier: 7001717auction111038
2026-03-25 16:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 441dbbc8-790e-5f79-9a1e-06617330f480 with identifier: 7001717auction111038
2026-03-25 16:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 441dbbc8-790e-5f79-9a1e-06617330f480 with identifier: 7001717auction111038
2026-03-25 16:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 441dbbc8-790e-5f79-9a1e-06617330f480 with identifier: 7001717auction111038 to the API
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001717/photo_005/780x0__r.jpg?hash=1774451074>
{'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-26T15:40:00Z',
'fuel_type': 'Electric',
'id': '441dbbc8-790e-5f79-9a1e-06617330f480',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001717',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'ZOE',
'odometer': 5576,
'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': 2,
'seller_name': None,
'title': 'Zoe Business 52kWh BVA / TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'Zoe Business 52kWh BVA / TRANSFO VP VF',
'vin': None,
'year': 2020}
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001717auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [ecarstrade.be] INFO: Saving data for 7001717auction111038: {'created_time': 1774457261.378621, 'last_price_update_time': 1774457261.378632, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001717auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:41 [ecarstrade.be] INFO: Extracting details for car 7001716auction111038
2026-03-25 16:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807d00b4-0ba2-5f7d-ae1e-3f448602e13f with identifier: 7001716auction111038
2026-03-25 16:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f with scrape type 1
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001716%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_001/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001716%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_002/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001716%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_003/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001716%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_004/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001716%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_005/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001716%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_006/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_001/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001716)
2026-03-25 16:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_002/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001716)
2026-03-25 16:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_004/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001716)
2026-03-25 16:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_003/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001716)
2026-03-25 16:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_005/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001716)
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_006/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001716)
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f
2026-03-25 16:47:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 807d00b4-0ba2-5f7d-ae1e-3f448602e13f, skipping ID generation
2026-03-25 16:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f with scrape type 1
2026-03-25 16:47:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 807d00b4-0ba2-5f7d-ae1e-3f448602e13f sending to next pipeline
2026-03-25 16:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 807d00b4-0ba2-5f7d-ae1e-3f448602e13f, identifier: 7001716auction111038
2026-03-25 16:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 807d00b4-0ba2-5f7d-ae1e-3f448602e13f with identifier: 7001716auction111038
2026-03-25 16:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 807d00b4-0ba2-5f7d-ae1e-3f448602e13f with identifier: 7001716auction111038
2026-03-25 16:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 807d00b4-0ba2-5f7d-ae1e-3f448602e13f with identifier: 7001716auction111038 to the API
2026-03-25 16:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001716/photo_006/780x0__r.jpg?hash=1774451074>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '807d00b4-0ba2-5f7d-ae1e-3f448602e13f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001716',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Toyota Proace',
'odometer': 49462,
'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': 3,
'seller_name': None,
'title': 'TOYOTA Proace / 2016 / 4P / Fourgon tôlé 1.5 D MEDIUM 120 D-4D '
'BUSINESS',
'transmission': 'manual',
'trim': 'TOYOTA Proace / 2016 / 4P / Fourgon tôlé 1.5 D MEDIUM 120 D-4D '
'BUSINESS',
'vin': None,
'year': 2021}
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001716auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [ecarstrade.be] INFO: Saving data for 7001716auction111038: {'created_time': 1774457262.198016, 'last_price_update_time': 1774457262.198027, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001716auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001721> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:42 [ecarstrade.be] INFO: Extracting details for car 7001721auction111038
2026-03-25 16:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2985c248-ca28-585c-8b07-8cbecff4b0e6 with identifier: 7001721auction111038
2026-03-25 16:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2985c248-ca28-585c-8b07-8cbecff4b0e6 with scrape type 1
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001721%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451083%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_001/780x0__r.jpg?hash=1774451083 not downloaded yet
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001721%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451083%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_002/780x0__r.jpg?hash=1774451083 not downloaded yet
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001721%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451083%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_003/780x0__r.jpg?hash=1774451083 not downloaded yet
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001721%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451084%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_004/780x0__r.jpg?hash=1774451084 not downloaded yet
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001721%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451083%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_005/780x0__r.jpg?hash=1774451083 not downloaded yet
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001721%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451083%27 HTTP/1.1" 200 None
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_006/780x0__r.jpg?hash=1774451083 not downloaded yet
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_002/780x0__r.jpg?hash=1774451083> (referer: https://ecarstrade.com/cars/7001721)
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_001/780x0__r.jpg?hash=1774451083> (referer: https://ecarstrade.com/cars/7001721)
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_003/780x0__r.jpg?hash=1774451083> (referer: https://ecarstrade.com/cars/7001721)
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_005/780x0__r.jpg?hash=1774451083> (referer: https://ecarstrade.com/cars/7001721)
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_004/780x0__r.jpg?hash=1774451084> (referer: https://ecarstrade.com/cars/7001721)
2026-03-25 16:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_006/780x0__r.jpg?hash=1774451083> (referer: https://ecarstrade.com/cars/7001721)
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2985c248-ca28-585c-8b07-8cbecff4b0e6
2026-03-25 16:47:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2985c248-ca28-585c-8b07-8cbecff4b0e6, skipping ID generation
2026-03-25 16:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2985c248-ca28-585c-8b07-8cbecff4b0e6 with scrape type 1
2026-03-25 16:47:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2985c248-ca28-585c-8b07-8cbecff4b0e6 sending to next pipeline
2026-03-25 16:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2985c248-ca28-585c-8b07-8cbecff4b0e6, identifier: 7001721auction111038
2026-03-25 16:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2985c248-ca28-585c-8b07-8cbecff4b0e6 with identifier: 7001721auction111038
2026-03-25 16:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2985c248-ca28-585c-8b07-8cbecff4b0e6 with identifier: 7001721auction111038
2026-03-25 16:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2985c248-ca28-585c-8b07-8cbecff4b0e6 with identifier: 7001721auction111038 to the API
2026-03-25 16:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001721/photo_006/780x0__r.jpg?hash=1774451083>
{'auction_title': '',
'c_o_2_emission_value': 84,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2985c248-ca28-585c-8b07-8cbecff4b0e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001721',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 29339,
'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': 2,
'seller_name': None,
'title': 'TOYOTA Yaris Hybride 5p Berline 1.5 VVT-I HYBRID France Business / '
'TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride 5p Berline 1.5 VVT-I HYBRID France Business / '
'TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-25 16:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001721auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:43 [ecarstrade.be] INFO: Saving data for 7001721auction111038: {'created_time': 1774457263.249424, 'last_price_update_time': 1774457263.249435, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001721auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001697auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001697auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001697auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001698auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001698auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001698auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001700auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001700auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001700auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001701auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001701auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001701auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001702auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001702auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001702auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001703auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001703auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001703auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001704auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001704auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001704auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001706auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001706auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001706auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001707auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001707auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001707auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001708auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001708auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001708auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001709auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001709auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001709auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001710auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001710auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001710auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001711auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001711auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001711auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001712auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001712auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001712auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001714auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001714auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001714auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001715auction111038
2026-03-25 16:47:44 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://ecarstrade.com/cars/7001715> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-03-25 16:47:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001716auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001716auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001716auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001717auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001717auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001717auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001718auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001718auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001718auction111038: 0
2026-03-25 16:47:44 [ecarstrade.be] INFO: Found listing with ID: 7001719auction111038
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001719auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:44 [ecarstrade.be] INFO: Scrape type for 7001719auction111038: 0
2026-03-25 16:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001715> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:46 [ecarstrade.be] INFO: Extracting details for car 7001715auction111038
2026-03-25 16:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3823193a-f6a3-53c4-bc62-5aafc90ca074 with identifier: 7001715auction111038
2026-03-25 16:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3823193a-f6a3-53c4-bc62-5aafc90ca074 with scrape type 1
2026-03-25 16:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001715%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451072%27 HTTP/1.1" 200 None
2026-03-25 16:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_001/780x0__r.jpg?hash=1774451072 not downloaded yet
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001715%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451072%27 HTTP/1.1" 200 None
2026-03-25 16:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_002/780x0__r.jpg?hash=1774451072 not downloaded yet
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001715%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451072%27 HTTP/1.1" 200 None
2026-03-25 16:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_003/780x0__r.jpg?hash=1774451072 not downloaded yet
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7001715%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451073%27 HTTP/1.1" 200 None
2026-03-25 16:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_004/780x0__r.jpg?hash=1774451073 not downloaded yet
2026-03-25 16:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001715%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451074%27 HTTP/1.1" 200 None
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_005/780x0__r.jpg?hash=1774451074 not downloaded yet
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47: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%252F7001715%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451073%27 HTTP/1.1" 200 None
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_006/780x0__r.jpg?hash=1774451073 not downloaded yet
2026-03-25 16:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_002/780x0__r.jpg?hash=1774451072> (referer: https://ecarstrade.com/cars/7001715)
2026-03-25 16:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_001/780x0__r.jpg?hash=1774451072> (referer: https://ecarstrade.com/cars/7001715)
2026-03-25 16:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_005/780x0__r.jpg?hash=1774451074> (referer: https://ecarstrade.com/cars/7001715)
2026-03-25 16:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_003/780x0__r.jpg?hash=1774451072> (referer: https://ecarstrade.com/cars/7001715)
2026-03-25 16:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_006/780x0__r.jpg?hash=1774451073> (referer: https://ecarstrade.com/cars/7001715)
2026-03-25 16:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_004/780x0__r.jpg?hash=1774451073> (referer: https://ecarstrade.com/cars/7001715)
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3823193a-f6a3-53c4-bc62-5aafc90ca074
2026-03-25 16:47:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3823193a-f6a3-53c4-bc62-5aafc90ca074, skipping ID generation
2026-03-25 16:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3823193a-f6a3-53c4-bc62-5aafc90ca074 with scrape type 1
2026-03-25 16:47:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3823193a-f6a3-53c4-bc62-5aafc90ca074 sending to next pipeline
2026-03-25 16:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3823193a-f6a3-53c4-bc62-5aafc90ca074, identifier: 7001715auction111038
2026-03-25 16:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3823193a-f6a3-53c4-bc62-5aafc90ca074 with identifier: 7001715auction111038
2026-03-25 16:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3823193a-f6a3-53c4-bc62-5aafc90ca074 with identifier: 7001715auction111038
2026-03-25 16:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3823193a-f6a3-53c4-bc62-5aafc90ca074 with identifier: 7001715auction111038 to the API
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001715/photo_004/780x0__r.jpg?hash=1774451073>
{'auction_title': '',
'c_o_2_emission_value': 182,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-26T15:40:00Z',
'fuel_type': 'Diesel',
'id': '3823193a-f6a3-53c4-bc62-5aafc90ca074',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001715',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 77628,
'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 Trafic / 2021 / 4P / Fourgon tôlé FG CF L1H1 2T8 Blue dCi '
'110',
'transmission': 'manual',
'trim': 'RENAULT / 2021 / 4P / Fourgon tôlé FG CF L1H1 2T8 Blue dCi 110',
'vin': None,
'year': 2024}
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001715auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:47 [ecarstrade.be] INFO: Saving data for 7001715auction111038: {'created_time': 1774457267.631044, 'last_price_update_time': 1774457267.631055, 'auction_closing_time': 1774539600.0}
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001715auction111038') HTTP/1.1" 204 0
2026-03-25 16:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001720auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001720auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001720auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001721auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001721auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001721auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001722auction111038
2026-03-25 16:47:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001723auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001723auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001723auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001724auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001724auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001724auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001725auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001725auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001725auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001727auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001727auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001727auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001728auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001728auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001728auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001730auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001730auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001730auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001732auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001732auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001732auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001733auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001733auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001733auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 7001734auction111038
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001734auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 7001734auction111038: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6994998auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994998auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 6994998auction110944: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6994999auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994999auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 6994999auction110944: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6995000auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995000auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 6995000auction110944: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6995005auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995005auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 6995005auction110944: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6995006auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995006auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 6995006auction110944: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6995014auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995014auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:50 [ecarstrade.be] INFO: Scrape type for 6995014auction110944: 0
2026-03-25 16:47:50 [ecarstrade.be] INFO: Found listing with ID: 6995015auction110944
2026-03-25 16:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995015auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:51 [ecarstrade.be] INFO: Scrape type for 6995015auction110944: 0
2026-03-25 16:47:51 [ecarstrade.be] INFO: Found listing with ID: 6995016auction110944
2026-03-25 16:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995016auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:47:51 [ecarstrade.be] INFO: Scrape type for 6995016auction110944: 0
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001722> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:47:59 [ecarstrade.be] INFO: Extracting details for car 7001722auction111038
2026-03-25 16:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4258251-df83-52d8-b965-332d4a8a2a38 with identifier: 7001722auction111038
2026-03-25 16:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4258251-df83-52d8-b965-332d4a8a2a38 with scrape type 1
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001722%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774451084%27 HTTP/1.1" 200 None
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_001/780x0__r.jpg?hash=1774451084 not downloaded yet
2026-03-25 16:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001722%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774451084%27 HTTP/1.1" 200 None
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_002/780x0__r.jpg?hash=1774451084 not downloaded yet
2026-03-25 16:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001722%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_003/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001722%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774451084%27 HTTP/1.1" 200 None
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_004/780x0__r.jpg?hash=1774451084 not downloaded yet
2026-03-25 16:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001722%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774451084%27 HTTP/1.1" 200 None
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_005/780x0__r.jpg?hash=1774451084 not downloaded yet
2026-03-25 16:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7001722%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774451085%27 HTTP/1.1" 200 None
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_006/780x0__r.jpg?hash=1774451085 not downloaded yet
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_001/780x0__r.jpg?hash=1774451084> (referer: https://ecarstrade.com/cars/7001722)
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_002/780x0__r.jpg?hash=1774451084> (referer: https://ecarstrade.com/cars/7001722)
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_005/780x0__r.jpg?hash=1774451084> (referer: https://ecarstrade.com/cars/7001722)
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_003/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001722)
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_004/780x0__r.jpg?hash=1774451084> (referer: https://ecarstrade.com/cars/7001722)
2026-03-25 16:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_006/780x0__r.jpg?hash=1774451085> (referer: https://ecarstrade.com/cars/7001722)
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a4258251-df83-52d8-b965-332d4a8a2a38
2026-03-25 16:47:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a4258251-df83-52d8-b965-332d4a8a2a38, skipping ID generation
2026-03-25 16:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4258251-df83-52d8-b965-332d4a8a2a38 with scrape type 1
2026-03-25 16:47:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a4258251-df83-52d8-b965-332d4a8a2a38 sending to next pipeline
2026-03-25 16:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4258251-df83-52d8-b965-332d4a8a2a38, identifier: 7001722auction111038
2026-03-25 16:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4258251-df83-52d8-b965-332d4a8a2a38 with identifier: 7001722auction111038
2026-03-25 16:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4258251-df83-52d8-b965-332d4a8a2a38 with identifier: 7001722auction111038
2026-03-25 16:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4258251-df83-52d8-b965-332d4a8a2a38 with identifier: 7001722auction111038 to the API
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001722/photo_006/780x0__r.jpg?hash=1774451085>
{'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-26T15:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a4258251-df83-52d8-b965-332d4a8a2a38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001722',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 62998,
'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': 'TOYOTA Yaris Hybride Affaires / 2019 / 5P / Berline / VU 1.5 '
'Hybride 116h Dynamic Business Affair',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride Affaires / 2019 / 5P / Berline / VU 1.5 Hybride 116h '
'Dynamic Business Affair',
'vin': None,
'year': 2022}
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277001722auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Saving data for 7001722auction111038: {'created_time': 1774457280.350877, 'last_price_update_time': 1774457280.350888, 'auction_closing_time': 1774539600.0}
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001722auction111038') HTTP/1.1" 204 0
2026-03-25 16:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995111auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995111auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995111auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995112auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995112auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995112auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995113auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995113auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995113auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995114auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995114auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995114auction110944: 0
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995235auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995235auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995235auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995237auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995237auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995237auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995238auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995238auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995238auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995249auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995249auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995249auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995250auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995250auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995250auction110944: 2
2026-03-25 16:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995252auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995252auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995450auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995450auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995451auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995451auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995453auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995453auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995453auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995454auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995454auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995454auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995487auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995487auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995487auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995488auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995488auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995488auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995489auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995489auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995489auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995490auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995490auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995490auction110944: 2
2026-03-25 16:48:00 [ecarstrade.be] INFO: Found listing with ID: 6995491auction110944
2026-03-25 16:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995491auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:00 [ecarstrade.be] INFO: Scrape type for 6995491auction110944: 2
2026-03-25 16:48:06 [scrapy.extensions.logstats] INFO: Crawled 415 pages (at 15 pages/min), scraped 332 items (at 29 items/min)
2026-03-25 16:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995111> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:07 [ecarstrade.be] INFO: Extracting details for car 6995111auction110944
2026-03-25 16:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d226f106-d236-5b35-b21c-f0e0236b5013 with identifier: 6995111auction110944
2026-03-25 16:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d226f106-d236-5b35-b21c-f0e0236b5013 with scrape type 2
2026-03-25 16:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d226f106-d236-5b35-b21c-f0e0236b5013 with scrape type 2
2026-03-25 16:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d226f106-d236-5b35-b21c-f0e0236b5013, identifier: 6995111auction110944
2026-03-25 16:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d226f106-d236-5b35-b21c-f0e0236b5013 with identifier: 6995111auction110944
2026-03-25 16:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d226f106-d236-5b35-b21c-f0e0236b5013 with identifier: 6995111auction110944
2026-03-25 16:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d226f106-d236-5b35-b21c-f0e0236b5013 with identifier: 6995111auction110944 to the API
2026-03-25 16:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995111>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.1L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'd226f106-d236-5b35-b21c-f0e0236b5013',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995111',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Twingo',
'odometer': 204322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-29',
'seats_number': 4,
'seller_name': None,
'title': 'RENAULT Twingo Twingo 1.2i LEv Night & Day',
'transmission': 'manual',
'trim': 'RENAULT 1.2i LEv Night & Day',
'vin': None,
'year': 2011}
2026-03-25 16:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995111auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:07 [ecarstrade.be] INFO: Saving data for 6995111auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365337.231994, 'last_price_update_time': 1774457287.635799}
2026-03-25 16:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995111auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995112> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995235> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995237> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995238> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:07 [ecarstrade.be] INFO: Extracting details for car 6995112auction110944
2026-03-25 16:48:07 [ecarstrade.be] INFO: Extracting details for car 6995235auction110944
2026-03-25 16:48:07 [ecarstrade.be] INFO: Extracting details for car 6995237auction110944
2026-03-25 16:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 760b6e90-26ab-5f01-bbe0-ef3ef8102d16 with identifier: 6995112auction110944
2026-03-25 16:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 760b6e90-26ab-5f01-bbe0-ef3ef8102d16 with scrape type 2
2026-03-25 16:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 760b6e90-26ab-5f01-bbe0-ef3ef8102d16 with scrape type 2
2026-03-25 16:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 760b6e90-26ab-5f01-bbe0-ef3ef8102d16, identifier: 6995112auction110944
2026-03-25 16:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44c3bb9-168e-516a-8f7a-c71383d332ad with identifier: 6995235auction110944
2026-03-25 16:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44c3bb9-168e-516a-8f7a-c71383d332ad with scrape type 2
2026-03-25 16:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f44c3bb9-168e-516a-8f7a-c71383d332ad with scrape type 2
2026-03-25 16:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f44c3bb9-168e-516a-8f7a-c71383d332ad, identifier: 6995235auction110944
2026-03-25 16:48:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6320379b-07e9-5ce0-b7be-18cc4daaee41 with identifier: 6995237auction110944
2026-03-25 16:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6320379b-07e9-5ce0-b7be-18cc4daaee41 with scrape type 2
2026-03-25 16:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6320379b-07e9-5ce0-b7be-18cc4daaee41 with scrape type 2
2026-03-25 16:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6320379b-07e9-5ce0-b7be-18cc4daaee41, identifier: 6995237auction110944
2026-03-25 16:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 760b6e90-26ab-5f01-bbe0-ef3ef8102d16 with identifier: 6995112auction110944
2026-03-25 16:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 760b6e90-26ab-5f01-bbe0-ef3ef8102d16 with identifier: 6995112auction110944
2026-03-25 16:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 760b6e90-26ab-5f01-bbe0-ef3ef8102d16 with identifier: 6995112auction110944 to the API
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995112>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '760b6e90-26ab-5f01-bbe0-ef3ef8102d16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995112',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C5',
'odometer': 182287,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 2.0 HDi VTR FAP',
'transmission': 'manual',
'trim': 'CITROEN 2.0 HDi VTR FAP',
'vin': None,
'year': 2008}
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995112auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:08 [ecarstrade.be] INFO: Saving data for 6995112auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365344.190758, 'last_price_update_time': 1774457288.437009}
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995112auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f44c3bb9-168e-516a-8f7a-c71383d332ad with identifier: 6995235auction110944
2026-03-25 16:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f44c3bb9-168e-516a-8f7a-c71383d332ad with identifier: 6995235auction110944
2026-03-25 16:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f44c3bb9-168e-516a-8f7a-c71383d332ad with identifier: 6995235auction110944 to the API
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995235>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'f44c3bb9-168e-516a-8f7a-c71383d332ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995235',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 206638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant VI VAR HL 2,0 CR 136HP 6V',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant VI VAR HL 2,0 CR 136HP 6V',
'vin': None,
'year': 2011}
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995235auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:08 [ecarstrade.be] INFO: Saving data for 6995235auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365397.297022, 'last_price_update_time': 1774457288.705089}
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995235auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6320379b-07e9-5ce0-b7be-18cc4daaee41 with identifier: 6995237auction110944
2026-03-25 16:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6320379b-07e9-5ce0-b7be-18cc4daaee41 with identifier: 6995237auction110944
2026-03-25 16:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6320379b-07e9-5ce0-b7be-18cc4daaee41 with identifier: 6995237auction110944 to the API
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995237>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6320379b-07e9-5ce0-b7be-18cc4daaee41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995237',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Scenic',
'odometer': 125662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Scénic Scenic 1.33 TCe Intens GPF (EU6.2)',
'transmission': 'manual',
'trim': 'RENAULT Scénic 1.33 TCe Intens GPF (EU6.2)',
'vin': None,
'year': 2026}
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995237auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Saving data for 6995237auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365370.499603, 'last_price_update_time': 1774457289.06347}
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995237auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:09 [ecarstrade.be] INFO: Extracting details for car 6995238auction110944
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995493auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995493auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995493auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995807auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995807auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995807auction110944: 2
2026-03-25 16:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e with identifier: 6995238auction110944
2026-03-25 16:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e with scrape type 2
2026-03-25 16:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e with scrape type 2
2026-03-25 16:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e, identifier: 6995238auction110944
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995820auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995820auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995820auction110944: 2
2026-03-25 16:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e with identifier: 6995238auction110944
2026-03-25 16:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e with identifier: 6995238auction110944
2026-03-25 16:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d0ea65d-2637-51a8-bad9-eeb3d9baf07e with identifier: 6995238auction110944 to the API
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995238>
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '4d0ea65d-2637-51a8-bad9-eeb3d9baf07e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995238',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 412112,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Espace IV Phase II Espace 2.0 dCi Club Med TO/OD',
'transmission': 'manual',
'trim': 'RENAULT Espace IV Phase II Espace 2.0 dCi Club Med TO/OD',
'vin': None,
'year': 2007}
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995238auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Saving data for 6995238auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365365.544661, 'last_price_update_time': 1774457289.577121}
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995238auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995846auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995846auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995846auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995847auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995847auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995847auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995848auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995848auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995848auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995871auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995871auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995871auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995873auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995873auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995873auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995874auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995874auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995874auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995875auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995875auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995875auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995885auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995885auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995885auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995886auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995886auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995886auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995887auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995887auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995887auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995889auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995889auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995889auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6995890auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995890auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6995890auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996247auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996247auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6996247auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996251auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996251auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6996251auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996252auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6996252auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996253auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996253auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6996253auction110944: 2
2026-03-25 16:48:09 [ecarstrade.be] INFO: Found listing with ID: 6996376auction110944
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996376auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:09 [ecarstrade.be] INFO: Scrape type for 6996376auction110944: 2
2026-03-25 16:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995113> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:11 [ecarstrade.be] INFO: Extracting details for car 6995113auction110944
2026-03-25 16:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ccaaf85-c8d7-544d-8d20-98e896d06256 with identifier: 6995113auction110944
2026-03-25 16:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ccaaf85-c8d7-544d-8d20-98e896d06256 with scrape type 2
2026-03-25 16:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ccaaf85-c8d7-544d-8d20-98e896d06256 with scrape type 2
2026-03-25 16:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ccaaf85-c8d7-544d-8d20-98e896d06256, identifier: 6995113auction110944
2026-03-25 16:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ccaaf85-c8d7-544d-8d20-98e896d06256 with identifier: 6995113auction110944
2026-03-25 16:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ccaaf85-c8d7-544d-8d20-98e896d06256 with identifier: 6995113auction110944
2026-03-25 16:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ccaaf85-c8d7-544d-8d20-98e896d06256 with identifier: 6995113auction110944 to the API
2026-03-25 16:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995113>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '7ccaaf85-c8d7-544d-8d20-98e896d06256',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995113',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C4',
'odometer': 99112,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 1.6i VTi Exclusive',
'transmission': 'manual',
'trim': 'CITROEN 1.6i VTi Exclusive',
'vin': None,
'year': 2011}
2026-03-25 16:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995113auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:11 [ecarstrade.be] INFO: Saving data for 6995113auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365345.881977, 'last_price_update_time': 1774457291.685341}
2026-03-25 16:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995113auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995250> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:14 [ecarstrade.be] INFO: Extracting details for car 6995250auction110944
2026-03-25 16:48:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac3ff4b0-fe7b-5a2e-8524-9f958f157699 with identifier: 6995250auction110944
2026-03-25 16:48:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac3ff4b0-fe7b-5a2e-8524-9f958f157699 with scrape type 2
2026-03-25 16:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac3ff4b0-fe7b-5a2e-8524-9f958f157699 with scrape type 2
2026-03-25 16:48:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac3ff4b0-fe7b-5a2e-8524-9f958f157699, identifier: 6995250auction110944
2026-03-25 16:48:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac3ff4b0-fe7b-5a2e-8524-9f958f157699 with identifier: 6995250auction110944
2026-03-25 16:48:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac3ff4b0-fe7b-5a2e-8524-9f958f157699 with identifier: 6995250auction110944
2026-03-25 16:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac3ff4b0-fe7b-5a2e-8524-9f958f157699 with identifier: 6995250auction110944 to the API
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995250>
{'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': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'ac3ff4b0-fe7b-5a2e-8524-9f958f157699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995250',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 65178,
'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': 'VOLKSWAGEN Passat Variant 2.0 TDI SCR 110 kW (150 ch) 6 vitesses '
'manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI SCR 110 kW (150 ch) 6 vitesses manuel',
'vin': None,
'year': 2018}
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995250auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:15 [ecarstrade.be] INFO: Saving data for 6995250auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365394.091167, 'last_price_update_time': 1774457295.233367}
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995250auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995449> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995451> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995453> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:15 [ecarstrade.be] INFO: Extracting details for car 6995449auction110944
2026-03-25 16:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2519312c-ba15-5008-91d3-7a6391cedc6f with identifier: 6995449auction110944
2026-03-25 16:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2519312c-ba15-5008-91d3-7a6391cedc6f with scrape type 2
2026-03-25 16:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2519312c-ba15-5008-91d3-7a6391cedc6f with scrape type 2
2026-03-25 16:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2519312c-ba15-5008-91d3-7a6391cedc6f, identifier: 6995449auction110944
2026-03-25 16:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2519312c-ba15-5008-91d3-7a6391cedc6f with identifier: 6995449auction110944
2026-03-25 16:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2519312c-ba15-5008-91d3-7a6391cedc6f with identifier: 6995449auction110944
2026-03-25 16:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2519312c-ba15-5008-91d3-7a6391cedc6f with identifier: 6995449auction110944 to the API
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995449>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '2519312c-ba15-5008-91d3-7a6391cedc6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995449',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'B-Max',
'odometer': 71805,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'FORD B-Max B-Max 1.0 EcoBoost Titanium S&S',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoBoost Titanium S&S',
'vin': None,
'year': 2017}
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:15 [ecarstrade.be] INFO: Saving data for 6995449auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365363.819367, 'last_price_update_time': 1774457295.851649}
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995449auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:15 [ecarstrade.be] INFO: Extracting details for car 6995451auction110944
2026-03-25 16:48:15 [ecarstrade.be] INFO: Extracting details for car 6995453auction110944
2026-03-25 16:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995450> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07 with identifier: 6995451auction110944
2026-03-25 16:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07 with scrape type 2
2026-03-25 16:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07 with scrape type 2
2026-03-25 16:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07, identifier: 6995451auction110944
2026-03-25 16:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6f8691f-1114-575a-ae68-f810919f1229 with identifier: 6995453auction110944
2026-03-25 16:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6f8691f-1114-575a-ae68-f810919f1229 with scrape type 2
2026-03-25 16:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6f8691f-1114-575a-ae68-f810919f1229 with scrape type 2
2026-03-25 16:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6f8691f-1114-575a-ae68-f810919f1229, identifier: 6995453auction110944
2026-03-25 16:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07 with identifier: 6995451auction110944
2026-03-25 16:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07 with identifier: 6995451auction110944
2026-03-25 16:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6253bd4c-850a-5b5f-8d36-3a3ffccf6b07 with identifier: 6995451auction110944 to the API
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995451>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6253bd4c-850a-5b5f-8d36-3a3ffccf6b07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995451',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 264116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VI HIGHLINE 2,0L TDI 136 CV/PK 6V',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VI HIGHLINE 2,0L TDI 136 CV/PK 6V',
'vin': None,
'year': 2011}
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:16 [ecarstrade.be] INFO: Saving data for 6995451auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365364.334289, 'last_price_update_time': 1774457296.362358}
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995451auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6f8691f-1114-575a-ae68-f810919f1229 with identifier: 6995453auction110944
2026-03-25 16:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6f8691f-1114-575a-ae68-f810919f1229 with identifier: 6995453auction110944
2026-03-25 16:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6f8691f-1114-575a-ae68-f810919f1229 with identifier: 6995453auction110944 to the API
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995453>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'f6f8691f-1114-575a-ae68-f810919f1229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995453',
'listing': 'auction',
'location': 'Belgium',
'make': 'ORA',
'model': 'Volkswagen Bora',
'odometer': 403408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Bora 19 tdi',
'transmission': 'manual',
'trim': '19 tdi',
'vin': None,
'year': 2002}
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995453auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:16 [ecarstrade.be] INFO: Saving data for 6995453auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365364.833084, 'last_price_update_time': 1774457296.660475}
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995453auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:16 [ecarstrade.be] INFO: Extracting details for car 6995450auction110944
2026-03-25 16:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d012ff9d-2f60-53fa-b734-8d103d0d89c5 with identifier: 6995450auction110944
2026-03-25 16:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d012ff9d-2f60-53fa-b734-8d103d0d89c5 with scrape type 2
2026-03-25 16:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d012ff9d-2f60-53fa-b734-8d103d0d89c5 with scrape type 2
2026-03-25 16:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d012ff9d-2f60-53fa-b734-8d103d0d89c5, identifier: 6995450auction110944
2026-03-25 16:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d012ff9d-2f60-53fa-b734-8d103d0d89c5 with identifier: 6995450auction110944
2026-03-25 16:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d012ff9d-2f60-53fa-b734-8d103d0d89c5 with identifier: 6995450auction110944
2026-03-25 16:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d012ff9d-2f60-53fa-b734-8d103d0d89c5 with identifier: 6995450auction110944 to the API
2026-03-25 16:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995450>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'd012ff9d-2f60-53fa-b734-8d103d0d89c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995450',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '5008',
'odometer': 127896,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-08',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.6 BlueHDi Allure 7places',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.6 BlueHDi Allure 7places',
'vin': None,
'year': 2017}
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:17 [ecarstrade.be] INFO: Saving data for 6995450auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365366.061058, 'last_price_update_time': 1774457297.141229}
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995450auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995252> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:17 [ecarstrade.be] INFO: Extracting details for car 6995252auction110944
2026-03-25 16:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0441a9-ad61-5198-8c1e-f72eea8a16ed with identifier: 6995252auction110944
2026-03-25 16:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0441a9-ad61-5198-8c1e-f72eea8a16ed with scrape type 2
2026-03-25 16:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee0441a9-ad61-5198-8c1e-f72eea8a16ed with scrape type 2
2026-03-25 16:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee0441a9-ad61-5198-8c1e-f72eea8a16ed, identifier: 6995252auction110944
2026-03-25 16:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee0441a9-ad61-5198-8c1e-f72eea8a16ed with identifier: 6995252auction110944
2026-03-25 16:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee0441a9-ad61-5198-8c1e-f72eea8a16ed with identifier: 6995252auction110944
2026-03-25 16:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee0441a9-ad61-5198-8c1e-f72eea8a16ed with identifier: 6995252auction110944 to the API
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995252>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'ee0441a9-ad61-5198-8c1e-f72eea8a16ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995252',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 249011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mondeo SW Mondeo 2.0 TDCi Titanium Blue DPF',
'transmission': 'manual',
'trim': 'FORD SW 2.0 TDCi Titanium Blue DPF',
'vin': None,
'year': 2009}
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:17 [ecarstrade.be] INFO: Saving data for 6995252auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365362.104632, 'last_price_update_time': 1774457297.92854}
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995252auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995454> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:18 [ecarstrade.be] INFO: Extracting details for car 6995454auction110944
2026-03-25 16:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9849b6d5-d0c4-5164-a10d-db968b52b533 with identifier: 6995454auction110944
2026-03-25 16:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9849b6d5-d0c4-5164-a10d-db968b52b533 with scrape type 2
2026-03-25 16:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9849b6d5-d0c4-5164-a10d-db968b52b533 with scrape type 2
2026-03-25 16:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9849b6d5-d0c4-5164-a10d-db968b52b533, identifier: 6995454auction110944
2026-03-25 16:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9849b6d5-d0c4-5164-a10d-db968b52b533 with identifier: 6995454auction110944
2026-03-25 16:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9849b6d5-d0c4-5164-a10d-db968b52b533 with identifier: 6995454auction110944
2026-03-25 16:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9849b6d5-d0c4-5164-a10d-db968b52b533 with identifier: 6995454auction110944 to the API
2026-03-25 16:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995454>
{'auction_title': '',
'c_o_2_emission_value': 209,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '9849b6d5-d0c4-5164-a10d-db968b52b533',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995454',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 44512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'vin': None,
'year': 2024}
2026-03-25 16:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995454auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:18 [ecarstrade.be] INFO: Saving data for 6995454auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365368.015339, 'last_price_update_time': 1774457298.402351}
2026-03-25 16:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995454auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995487> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:21 [ecarstrade.be] INFO: Extracting details for car 6995487auction110944
2026-03-25 16:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4efc4bf-094e-580d-aee4-14b387a88aec with identifier: 6995487auction110944
2026-03-25 16:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4efc4bf-094e-580d-aee4-14b387a88aec with scrape type 2
2026-03-25 16:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4efc4bf-094e-580d-aee4-14b387a88aec with scrape type 2
2026-03-25 16:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4efc4bf-094e-580d-aee4-14b387a88aec, identifier: 6995487auction110944
2026-03-25 16:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4efc4bf-094e-580d-aee4-14b387a88aec with identifier: 6995487auction110944
2026-03-25 16:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4efc4bf-094e-580d-aee4-14b387a88aec with identifier: 6995487auction110944
2026-03-25 16:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4efc4bf-094e-580d-aee4-14b387a88aec with identifier: 6995487auction110944 to the API
2026-03-25 16:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995487>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'd4efc4bf-094e-580d-aee4-14b387a88aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995487',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 93546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VIII Golf ACTIVE 1.0 eTSI 81 kW (110 ch) 7 vitesses '
'DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN VIII ACTIVE 1.0 eTSI 81 kW (110 ch) 7 vitesses DSG',
'vin': None,
'year': 2022}
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995487auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:22 [ecarstrade.be] INFO: Saving data for 6995487auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365367.552278, 'last_price_update_time': 1774457302.047919}
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995487auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995491> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:22 [ecarstrade.be] INFO: Extracting details for car 6995491auction110944
2026-03-25 16:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e100d6-0abe-5277-a995-c117c0df24f0 with identifier: 6995491auction110944
2026-03-25 16:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e100d6-0abe-5277-a995-c117c0df24f0 with scrape type 2
2026-03-25 16:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e100d6-0abe-5277-a995-c117c0df24f0 with scrape type 2
2026-03-25 16:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49e100d6-0abe-5277-a995-c117c0df24f0, identifier: 6995491auction110944
2026-03-25 16:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49e100d6-0abe-5277-a995-c117c0df24f0 with identifier: 6995491auction110944
2026-03-25 16:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49e100d6-0abe-5277-a995-c117c0df24f0 with identifier: 6995491auction110944
2026-03-25 16:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49e100d6-0abe-5277-a995-c117c0df24f0 with identifier: 6995491auction110944 to the API
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995491>
{'auction_title': '',
'c_o_2_emission_value': 210,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '49e100d6-0abe-5277-a995-c117c0df24f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995491',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 82079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-12',
'seats_number': 8,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1400 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Comfortline 8Pl. DSG (EU6d)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1400 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Comfortline 8Pl. DSG (EU6d)',
'vin': None,
'year': 2023}
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995491auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:22 [ecarstrade.be] INFO: Saving data for 6995491auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365346.826065, 'last_price_update_time': 1774457302.494156}
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995491auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995489> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:23 [ecarstrade.be] INFO: Extracting details for car 6995489auction110944
2026-03-25 16:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ba25687-757d-5f22-8a64-a3ad4f923bb9 with identifier: 6995489auction110944
2026-03-25 16:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba25687-757d-5f22-8a64-a3ad4f923bb9 with scrape type 2
2026-03-25 16:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ba25687-757d-5f22-8a64-a3ad4f923bb9 with scrape type 2
2026-03-25 16:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ba25687-757d-5f22-8a64-a3ad4f923bb9, identifier: 6995489auction110944
2026-03-25 16:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995488> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ba25687-757d-5f22-8a64-a3ad4f923bb9 with identifier: 6995489auction110944
2026-03-25 16:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ba25687-757d-5f22-8a64-a3ad4f923bb9 with identifier: 6995489auction110944
2026-03-25 16:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ba25687-757d-5f22-8a64-a3ad4f923bb9 with identifier: 6995489auction110944 to the API
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995489>
{'auction_title': '',
'c_o_2_emission_value': 208,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '8ba25687-757d-5f22-8a64-a3ad4f923bb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995489',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 80138,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'vin': None,
'year': 2024}
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995489auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:23 [ecarstrade.be] INFO: Saving data for 6995489auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365369.254412, 'last_price_update_time': 1774457303.449418}
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995489auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:23 [ecarstrade.be] INFO: Extracting details for car 6995488auction110944
2026-03-25 16:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705 with identifier: 6995488auction110944
2026-03-25 16:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705 with scrape type 2
2026-03-25 16:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705 with scrape type 2
2026-03-25 16:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705, identifier: 6995488auction110944
2026-03-25 16:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705 with identifier: 6995488auction110944
2026-03-25 16:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705 with identifier: 6995488auction110944
2026-03-25 16:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2af6d5b7-8b1f-562f-ba0a-8fd11aec1705 with identifier: 6995488auction110944 to the API
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995488>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '2af6d5b7-8b1f-562f-ba0a-8fd11aec1705',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995488',
'listing': 'auction',
'location': 'Belgium',
'make': 'Toyota',
'model': 'Auris',
'odometer': 194041,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Auris Auris 1.6i Dual VVT-i Linea Luna',
'transmission': 'manual',
'trim': 'TOYOTA 1.6i Dual VVT-i Linea Luna',
'vin': None,
'year': 2007}
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995488auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:23 [ecarstrade.be] INFO: Saving data for 6995488auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365367.077869, 'last_price_update_time': 1774457303.78251}
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995488auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995490> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:23 [ecarstrade.be] INFO: Extracting details for car 6995490auction110944
2026-03-25 16:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7629ac-e081-578e-b098-43245579f9c4 with identifier: 6995490auction110944
2026-03-25 16:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7629ac-e081-578e-b098-43245579f9c4 with scrape type 2
2026-03-25 16:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7629ac-e081-578e-b098-43245579f9c4 with scrape type 2
2026-03-25 16:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a7629ac-e081-578e-b098-43245579f9c4, identifier: 6995490auction110944
2026-03-25 16:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a7629ac-e081-578e-b098-43245579f9c4 with identifier: 6995490auction110944
2026-03-25 16:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a7629ac-e081-578e-b098-43245579f9c4 with identifier: 6995490auction110944
2026-03-25 16:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a7629ac-e081-578e-b098-43245579f9c4 with identifier: 6995490auction110944 to the API
2026-03-25 16:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995490>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '7a7629ac-e081-578e-b098-43245579f9c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995490',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '508',
'odometer': 137008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.6 HDi Active',
'transmission': 'manual',
'trim': 'PEUGEOT SW 1.6 HDi Active',
'vin': None,
'year': 2012}
2026-03-25 16:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995490auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:24 [ecarstrade.be] INFO: Saving data for 6995490auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365368.450157, 'last_price_update_time': 1774457304.281217}
2026-03-25 16:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995490auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995493> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:24 [ecarstrade.be] INFO: Extracting details for car 6995493auction110944
2026-03-25 16:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39a46b90-b032-5a8e-be11-e3be68b50a15 with identifier: 6995493auction110944
2026-03-25 16:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39a46b90-b032-5a8e-be11-e3be68b50a15 with scrape type 2
2026-03-25 16:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39a46b90-b032-5a8e-be11-e3be68b50a15 with scrape type 2
2026-03-25 16:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39a46b90-b032-5a8e-be11-e3be68b50a15, identifier: 6995493auction110944
2026-03-25 16:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39a46b90-b032-5a8e-be11-e3be68b50a15 with identifier: 6995493auction110944
2026-03-25 16:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39a46b90-b032-5a8e-be11-e3be68b50a15 with identifier: 6995493auction110944
2026-03-25 16:48:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39a46b90-b032-5a8e-be11-e3be68b50a15 with identifier: 6995493auction110944 to the API
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995493>
{'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-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '39a46b90-b032-5a8e-be11-e3be68b50a15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995493',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 89650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-24',
'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': 2026}
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995493auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Saving data for 6995493auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365369.489901, 'last_price_update_time': 1774457305.47121}
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995493auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001638auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001638auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001638auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001640auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001640auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001640auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001641auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001641auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001641auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001642auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001642auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001642auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001643auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001643auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001643auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001644auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001644auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001644auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001645auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001645auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001645auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001646auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001646auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001646auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001647auction111038
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001647auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:25 [ecarstrade.be] INFO: Scrape type for 7001647auction111038: 0
2026-03-25 16:48:25 [ecarstrade.be] INFO: Found listing with ID: 7001648auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001648auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001648auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001649auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001649auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001649auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001650auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001650auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001650auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001651auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001651auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001651auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001652auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001652auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001652auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001654auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001654auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001654auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001655auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001655auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001655auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001656auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001656auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001656auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001657auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001657auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001657auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001660auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001660auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001660auction111038: 0
2026-03-25 16:48:26 [ecarstrade.be] INFO: Found listing with ID: 7001661auction111038
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001661auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:26 [ecarstrade.be] INFO: Scrape type for 7001661auction111038: 0
2026-03-25 16:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996376> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:48:28 [ecarstrade.be] INFO: Extracting details for car 6996376auction110944
2026-03-25 16:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de86ff50-56d6-56c9-a7a6-16479e67ffc7 with identifier: 6996376auction110944
2026-03-25 16:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de86ff50-56d6-56c9-a7a6-16479e67ffc7 with scrape type 2
2026-03-25 16:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de86ff50-56d6-56c9-a7a6-16479e67ffc7 with scrape type 2
2026-03-25 16:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de86ff50-56d6-56c9-a7a6-16479e67ffc7, identifier: 6996376auction110944
2026-03-25 16:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de86ff50-56d6-56c9-a7a6-16479e67ffc7 with identifier: 6996376auction110944
2026-03-25 16:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de86ff50-56d6-56c9-a7a6-16479e67ffc7 with identifier: 6996376auction110944
2026-03-25 16:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de86ff50-56d6-56c9-a7a6-16479e67ffc7 with identifier: 6996376auction110944 to the API
2026-03-25 16:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996376>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'de86ff50-56d6-56c9-a7a6-16479e67ffc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996376',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 46711,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT KANGOO Phase II Kangoo 1.2 TCe Intens EDC',
'transmission': 'automatic',
'trim': 'RENAULT KANGOO Phase II 1.2 TCe Intens EDC',
'vin': None,
'year': 2018}
2026-03-25 16:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996376auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:28 [ecarstrade.be] INFO: Saving data for 6996376auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365457.517381, 'last_price_update_time': 1774457308.578952}
2026-03-25 16:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996376auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996253> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:29 [ecarstrade.be] INFO: Extracting details for car 6996253auction110944
2026-03-25 16:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ac0a0dd-4234-5afd-9f65-adbd3331c606 with identifier: 6996253auction110944
2026-03-25 16:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ac0a0dd-4234-5afd-9f65-adbd3331c606 with scrape type 2
2026-03-25 16:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ac0a0dd-4234-5afd-9f65-adbd3331c606 with scrape type 2
2026-03-25 16:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ac0a0dd-4234-5afd-9f65-adbd3331c606, identifier: 6996253auction110944
2026-03-25 16:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ac0a0dd-4234-5afd-9f65-adbd3331c606 with identifier: 6996253auction110944
2026-03-25 16:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ac0a0dd-4234-5afd-9f65-adbd3331c606 with identifier: 6996253auction110944
2026-03-25 16:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ac0a0dd-4234-5afd-9f65-adbd3331c606 with identifier: 6996253auction110944 to the API
2026-03-25 16:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996253>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '0ac0a0dd-4234-5afd-9f65-adbd3331c606',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996253',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 294565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-11-23',
'seats_number': 2,
'seller_name': None,
'title': 'SKODA Octavia Combi Van O COMBI A5 AMBI 1,9 TDI 77KW 105CV',
'transmission': 'manual',
'trim': 'SKODA Combi Van O COMBI A5 AMBI 1,9 TDI 77KW 105CV',
'vin': None,
'year': 2010}
2026-03-25 16:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996253auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:29 [ecarstrade.be] INFO: Saving data for 6996253auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365458.085719, 'last_price_update_time': 1774457309.894589}
2026-03-25 16:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996253auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996252> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:30 [ecarstrade.be] INFO: Extracting details for car 6996252auction110944
2026-03-25 16:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84de62ce-5d6a-5d3e-8a5a-193fd56af42f with identifier: 6996252auction110944
2026-03-25 16:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84de62ce-5d6a-5d3e-8a5a-193fd56af42f with scrape type 2
2026-03-25 16:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84de62ce-5d6a-5d3e-8a5a-193fd56af42f with scrape type 2
2026-03-25 16:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84de62ce-5d6a-5d3e-8a5a-193fd56af42f, identifier: 6996252auction110944
2026-03-25 16:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84de62ce-5d6a-5d3e-8a5a-193fd56af42f with identifier: 6996252auction110944
2026-03-25 16:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84de62ce-5d6a-5d3e-8a5a-193fd56af42f with identifier: 6996252auction110944
2026-03-25 16:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84de62ce-5d6a-5d3e-8a5a-193fd56af42f with identifier: 6996252auction110944 to the API
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996252>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '84de62ce-5d6a-5d3e-8a5a-193fd56af42f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996252',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 112098,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus SW Focus 1.8i FlexiFuel Ghia',
'transmission': 'manual',
'trim': 'FORD SW 1.8i FlexiFuel Ghia',
'vin': None,
'year': 2009}
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:31 [ecarstrade.be] INFO: Saving data for 6996252auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365457.020364, 'last_price_update_time': 1774457311.359737}
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996252auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996247> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:31 [ecarstrade.be] INFO: Extracting details for car 6996247auction110944
2026-03-25 16:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f with identifier: 6996247auction110944
2026-03-25 16:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f with scrape type 2
2026-03-25 16:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f with scrape type 2
2026-03-25 16:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f, identifier: 6996247auction110944
2026-03-25 16:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f with identifier: 6996247auction110944
2026-03-25 16:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f with identifier: 6996247auction110944
2026-03-25 16:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7483f7d7-cef2-51c5-a9a7-fb9b057ef26f with identifier: 6996247auction110944 to the API
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996247>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '7483f7d7-cef2-51c5-a9a7-fb9b057ef26f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996247',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 104125,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-04',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Fabia Fabia Ambition 1,6 TDI 66 kW 5-speed mech.',
'transmission': 'manual',
'trim': 'SKODA Ambition 1,6 TDI 66 kW 5-speed mech.',
'vin': None,
'year': 2013}
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996247auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:31 [ecarstrade.be] INFO: Saving data for 6996247auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365456.520202, 'last_price_update_time': 1774457311.80922}
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996247auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995890> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:31 [ecarstrade.be] INFO: Extracting details for car 6995890auction110944
2026-03-25 16:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1218a27-f7b4-534a-8147-a08e81ac7a7d with identifier: 6995890auction110944
2026-03-25 16:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1218a27-f7b4-534a-8147-a08e81ac7a7d with scrape type 2
2026-03-25 16:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1218a27-f7b4-534a-8147-a08e81ac7a7d with scrape type 2
2026-03-25 16:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1218a27-f7b4-534a-8147-a08e81ac7a7d, identifier: 6995890auction110944
2026-03-25 16:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1218a27-f7b4-534a-8147-a08e81ac7a7d with identifier: 6995890auction110944
2026-03-25 16:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1218a27-f7b4-534a-8147-a08e81ac7a7d with identifier: 6995890auction110944
2026-03-25 16:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1218a27-f7b4-534a-8147-a08e81ac7a7d with identifier: 6995890auction110944 to the API
2026-03-25 16:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995890>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'f1218a27-f7b4-534a-8147-a08e81ac7a7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995890',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 103820,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-27',
'seats_number': 2,
'seller_name': None,
'title': 'FIAT Ducato 35 Fou Mwb Hr Ducato 2.2 Multijet L2H2 (EU6d)',
'transmission': 'manual',
'trim': 'FIAT 35 Fou Mwb Hr 2.2 Multijet L2H2 (EU6d)',
'vin': None,
'year': 2021}
2026-03-25 16:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995890auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:32 [ecarstrade.be] INFO: Saving data for 6995890auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365455.411595, 'last_price_update_time': 1774457312.733097}
2026-03-25 16:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995890auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995889> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:32 [ecarstrade.be] INFO: Extracting details for car 6995889auction110944
2026-03-25 16:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85032048-d061-5838-a90a-ddabdd8bd5ed with identifier: 6995889auction110944
2026-03-25 16:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85032048-d061-5838-a90a-ddabdd8bd5ed with scrape type 2
2026-03-25 16:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85032048-d061-5838-a90a-ddabdd8bd5ed with scrape type 2
2026-03-25 16:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85032048-d061-5838-a90a-ddabdd8bd5ed, identifier: 6995889auction110944
2026-03-25 16:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85032048-d061-5838-a90a-ddabdd8bd5ed with identifier: 6995889auction110944
2026-03-25 16:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85032048-d061-5838-a90a-ddabdd8bd5ed with identifier: 6995889auction110944
2026-03-25 16:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85032048-d061-5838-a90a-ddabdd8bd5ed with identifier: 6995889auction110944 to the API
2026-03-25 16:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995889>
{'auction_title': '',
'c_o_2_emission_value': 167,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '85032048-d061-5838-a90a-ddabdd8bd5ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995889',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A3',
'odometer': 216000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback Audi A3 Sportback sport 40 TFSI quattro 140(190) '
'kW(PS) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Sportback sport 40 TFSI quattro 140(190) kW(PS) S '
'tronic',
'vin': None,
'year': 2020}
2026-03-25 16:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995889auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:33 [ecarstrade.be] INFO: Saving data for 6995889auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365454.790593, 'last_price_update_time': 1774457313.433681}
2026-03-25 16:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995889auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995249> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:48:34 [ecarstrade.be] INFO: Extracting details for car 6995249auction110944
2026-03-25 16:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4531124f-b551-5d46-bee6-96626b0fff9c with identifier: 6995249auction110944
2026-03-25 16:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4531124f-b551-5d46-bee6-96626b0fff9c with scrape type 2
2026-03-25 16:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4531124f-b551-5d46-bee6-96626b0fff9c with scrape type 2
2026-03-25 16:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4531124f-b551-5d46-bee6-96626b0fff9c, identifier: 6995249auction110944
2026-03-25 16:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4531124f-b551-5d46-bee6-96626b0fff9c with identifier: 6995249auction110944
2026-03-25 16:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4531124f-b551-5d46-bee6-96626b0fff9c with identifier: 6995249auction110944
2026-03-25 16:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4531124f-b551-5d46-bee6-96626b0fff9c with identifier: 6995249auction110944 to the API
2026-03-25 16:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995249>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '4531124f-b551-5d46-bee6-96626b0fff9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995249',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 22478,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc T-Roc Life Business 1.0 TSI 81 kW (110 pk) 6 '
'versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Life Business 1.0 TSI 81 kW (110 pk) 6 versnellingen '
'manueel',
'vin': None,
'year': 2024}
2026-03-25 16:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995249auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:35 [ecarstrade.be] INFO: Saving data for 6995249auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365347.288735, 'last_price_update_time': 1774457315.440016}
2026-03-25 16:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995249auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995886> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:36 [ecarstrade.be] INFO: Extracting details for car 6995886auction110944
2026-03-25 16:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae93b6fd-aca7-5e56-b97b-dd0c60f6e025 with identifier: 6995886auction110944
2026-03-25 16:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae93b6fd-aca7-5e56-b97b-dd0c60f6e025 with scrape type 2
2026-03-25 16:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae93b6fd-aca7-5e56-b97b-dd0c60f6e025 with scrape type 2
2026-03-25 16:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae93b6fd-aca7-5e56-b97b-dd0c60f6e025, identifier: 6995886auction110944
2026-03-25 16:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae93b6fd-aca7-5e56-b97b-dd0c60f6e025 with identifier: 6995886auction110944
2026-03-25 16:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae93b6fd-aca7-5e56-b97b-dd0c60f6e025 with identifier: 6995886auction110944
2026-03-25 16:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae93b6fd-aca7-5e56-b97b-dd0c60f6e025 with identifier: 6995886auction110944 to the API
2026-03-25 16:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995886>
{'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-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ae93b6fd-aca7-5e56-b97b-dd0c60f6e025',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995886',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A5',
'odometer': 122599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-05',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 Sportback Audi A5 Sportback Sport 2.0 TFSI 140(190) kW(ch) '
'S tronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Sportback Sport 2.0 TFSI 140(190) kW(ch) S tronic',
'vin': None,
'year': 2017}
2026-03-25 16:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995886auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:36 [ecarstrade.be] INFO: Saving data for 6995886auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365464.932776, 'last_price_update_time': 1774457316.468819}
2026-03-25 16:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995886auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995885> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:37 [ecarstrade.be] INFO: Extracting details for car 6995885auction110944
2026-03-25 16:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83ecc236-09dc-5c21-ba1e-18caee0a367b with identifier: 6995885auction110944
2026-03-25 16:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83ecc236-09dc-5c21-ba1e-18caee0a367b with scrape type 2
2026-03-25 16:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83ecc236-09dc-5c21-ba1e-18caee0a367b with scrape type 2
2026-03-25 16:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83ecc236-09dc-5c21-ba1e-18caee0a367b, identifier: 6995885auction110944
2026-03-25 16:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83ecc236-09dc-5c21-ba1e-18caee0a367b with identifier: 6995885auction110944
2026-03-25 16:48:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83ecc236-09dc-5c21-ba1e-18caee0a367b with identifier: 6995885auction110944
2026-03-25 16:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83ecc236-09dc-5c21-ba1e-18caee0a367b with identifier: 6995885auction110944 to the API
2026-03-25 16:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995885>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '83ecc236-09dc-5c21-ba1e-18caee0a367b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995885',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 50158,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia A5 AMBI 1,4 TSI 90KW 122CV',
'transmission': 'manual',
'trim': 'SKODA A5 AMBI 1,4 TSI 90KW 122CV',
'vin': None,
'year': 2009}
2026-03-25 16:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995885auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:38 [ecarstrade.be] INFO: Saving data for 6995885auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365468.943868, 'last_price_update_time': 1774457318.134117}
2026-03-25 16:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995885auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995874> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:38 [ecarstrade.be] INFO: Extracting details for car 6995874auction110944
2026-03-25 16:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0097d93-5e54-5c8d-928d-b5e58dcb0913 with identifier: 6995874auction110944
2026-03-25 16:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0097d93-5e54-5c8d-928d-b5e58dcb0913 with scrape type 2
2026-03-25 16:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0097d93-5e54-5c8d-928d-b5e58dcb0913 with scrape type 2
2026-03-25 16:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0097d93-5e54-5c8d-928d-b5e58dcb0913, identifier: 6995874auction110944
2026-03-25 16:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0097d93-5e54-5c8d-928d-b5e58dcb0913 with identifier: 6995874auction110944
2026-03-25 16:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0097d93-5e54-5c8d-928d-b5e58dcb0913 with identifier: 6995874auction110944
2026-03-25 16:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0097d93-5e54-5c8d-928d-b5e58dcb0913 with identifier: 6995874auction110944 to the API
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995874>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd0097d93-5e54-5c8d-928d-b5e58dcb0913',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995874',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A6',
'odometer': 117941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 Avant PHEV Audi A6 Avant Competition 55 TFSI e quattro '
'270(367) kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Avant PHEV Avant Competition 55 TFSI e quattro 270(367) '
'kW(pk) S tronic',
'vin': None,
'year': 2021}
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995874auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:39 [ecarstrade.be] INFO: Saving data for 6995874auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365437.469733, 'last_price_update_time': 1774457319.217736}
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995874auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995873> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995875> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:39 [ecarstrade.be] INFO: Extracting details for car 6995873auction110944
2026-03-25 16:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915b9ffd-b104-532a-8157-6e3a0d8ef53a with identifier: 6995873auction110944
2026-03-25 16:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915b9ffd-b104-532a-8157-6e3a0d8ef53a with scrape type 2
2026-03-25 16:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915b9ffd-b104-532a-8157-6e3a0d8ef53a with scrape type 2
2026-03-25 16:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 915b9ffd-b104-532a-8157-6e3a0d8ef53a, identifier: 6995873auction110944
2026-03-25 16:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 915b9ffd-b104-532a-8157-6e3a0d8ef53a with identifier: 6995873auction110944
2026-03-25 16:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 915b9ffd-b104-532a-8157-6e3a0d8ef53a with identifier: 6995873auction110944
2026-03-25 16:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 915b9ffd-b104-532a-8157-6e3a0d8ef53a with identifier: 6995873auction110944 to the API
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995873>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '915b9ffd-b104-532a-8157-6e3a0d8ef53a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995873',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 132216,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII SW Golf Variant Highline 1.4 TSI BlueMotion '
'Technology 92 kW (125 pk) 6 versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII SW Variant Highline 1.4 TSI BlueMotion Technology '
'92 kW (125 pk) 6 versnellingen manueel',
'vin': None,
'year': 2015}
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995873auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:39 [ecarstrade.be] INFO: Saving data for 6995873auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365436.878181, 'last_price_update_time': 1774457319.945619}
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995873auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:39 [ecarstrade.be] INFO: Extracting details for car 6995875auction110944
2026-03-25 16:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1f1081-f87d-5202-af4a-e6d29884d153 with identifier: 6995875auction110944
2026-03-25 16:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1f1081-f87d-5202-af4a-e6d29884d153 with scrape type 2
2026-03-25 16:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1f1081-f87d-5202-af4a-e6d29884d153 with scrape type 2
2026-03-25 16:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a1f1081-f87d-5202-af4a-e6d29884d153, identifier: 6995875auction110944
2026-03-25 16:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a1f1081-f87d-5202-af4a-e6d29884d153 with identifier: 6995875auction110944
2026-03-25 16:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a1f1081-f87d-5202-af4a-e6d29884d153 with identifier: 6995875auction110944
2026-03-25 16:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a1f1081-f87d-5202-af4a-e6d29884d153 with identifier: 6995875auction110944 to the API
2026-03-25 16:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995875>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '8a1f1081-f87d-5202-af4a-e6d29884d153',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995875',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 170856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-05',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 180 d',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ d',
'vin': None,
'year': 2016}
2026-03-25 16:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995875auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:40 [ecarstrade.be] INFO: Saving data for 6995875auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365459.621551, 'last_price_update_time': 1774457320.33845}
2026-03-25 16:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995875auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995887> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:41 [ecarstrade.be] INFO: Extracting details for car 6995887auction110944
2026-03-25 16:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c642b6-3117-5e6a-b987-d8c6ca5a0822 with identifier: 6995887auction110944
2026-03-25 16:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c642b6-3117-5e6a-b987-d8c6ca5a0822 with scrape type 2
2026-03-25 16:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c642b6-3117-5e6a-b987-d8c6ca5a0822 with scrape type 2
2026-03-25 16:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87c642b6-3117-5e6a-b987-d8c6ca5a0822, identifier: 6995887auction110944
2026-03-25 16:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87c642b6-3117-5e6a-b987-d8c6ca5a0822 with identifier: 6995887auction110944
2026-03-25 16:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87c642b6-3117-5e6a-b987-d8c6ca5a0822 with identifier: 6995887auction110944
2026-03-25 16:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87c642b6-3117-5e6a-b987-d8c6ca5a0822 with identifier: 6995887auction110944 to the API
2026-03-25 16:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995887>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '87c642b6-3117-5e6a-b987-d8c6ca5a0822',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995887',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 179794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Comfortline 2.0 TDI SCR 110 kW (150 ch) 6 '
'vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Comfortline 2.0 TDI SCR 110 kW (150 ch) 6 vitesses '
'manuel',
'vin': None,
'year': 2018}
2026-03-25 16:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995887auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:42 [ecarstrade.be] INFO: Saving data for 6995887auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365463.274903, 'last_price_update_time': 1774457322.091101}
2026-03-25 16:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995887auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995848> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:42 [ecarstrade.be] INFO: Extracting details for car 6995848auction110944
2026-03-25 16:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11095d8d-f88e-5ece-b568-c9a63ef71d57 with identifier: 6995848auction110944
2026-03-25 16:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11095d8d-f88e-5ece-b568-c9a63ef71d57 with scrape type 2
2026-03-25 16:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11095d8d-f88e-5ece-b568-c9a63ef71d57 with scrape type 2
2026-03-25 16:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11095d8d-f88e-5ece-b568-c9a63ef71d57, identifier: 6995848auction110944
2026-03-25 16:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11095d8d-f88e-5ece-b568-c9a63ef71d57 with identifier: 6995848auction110944
2026-03-25 16:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11095d8d-f88e-5ece-b568-c9a63ef71d57 with identifier: 6995848auction110944
2026-03-25 16:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11095d8d-f88e-5ece-b568-c9a63ef71d57 with identifier: 6995848auction110944 to the API
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995848>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '11095d8d-f88e-5ece-b568-c9a63ef71d57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995848',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Zafira',
'odometer': 194892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-02',
'seats_number': 7,
'seller_name': None,
'title': 'Opel Zafira Zafira',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2012}
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995848auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:43 [ecarstrade.be] INFO: Saving data for 6995848auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365438.101257, 'last_price_update_time': 1774457323.422803}
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995848auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found listing with ID: 7001662auction111038
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001662auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:43 [ecarstrade.be] INFO: Scrape type for 7001662auction111038: 0
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found listing with ID: 7001663auction111038
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001663auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:43 [ecarstrade.be] INFO: Scrape type for 7001663auction111038: 0
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found listing with ID: 7001665auction111038
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001665auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:43 [ecarstrade.be] INFO: Scrape type for 7001665auction111038: 0
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found listing with ID: 7001666auction111038
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001666auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:43 [ecarstrade.be] INFO: Scrape type for 7001666auction111038: 0
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found listing with ID: 7001667auction111038
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001667auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:43 [ecarstrade.be] INFO: Scrape type for 7001667auction111038: 0
2026-03-25 16:48:43 [ecarstrade.be] INFO: Found listing with ID: 7001668auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001668auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001668auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001669auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001669auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001669auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001672auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001672auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001672auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001673auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001673auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001673auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001674auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001674auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001674auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001675auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001675auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001675auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001677auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001677auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001677auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001678auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001678auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001678auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001679auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001679auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001679auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001680auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001680auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001680auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001682auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001682auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001682auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001683auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001683auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001683auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001684auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001684auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001684auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001685auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001685auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001685auction111038: 0
2026-03-25 16:48:44 [ecarstrade.be] INFO: Found listing with ID: 7001686auction111038
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001686auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:44 [ecarstrade.be] INFO: Scrape type for 7001686auction111038: 0
2026-03-25 16:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995847> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:45 [ecarstrade.be] INFO: Extracting details for car 6995847auction110944
2026-03-25 16:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50c04221-ba09-51a7-9af7-5a7cba959ec4 with identifier: 6995847auction110944
2026-03-25 16:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50c04221-ba09-51a7-9af7-5a7cba959ec4 with scrape type 2
2026-03-25 16:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50c04221-ba09-51a7-9af7-5a7cba959ec4 with scrape type 2
2026-03-25 16:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50c04221-ba09-51a7-9af7-5a7cba959ec4, identifier: 6995847auction110944
2026-03-25 16:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50c04221-ba09-51a7-9af7-5a7cba959ec4 with identifier: 6995847auction110944
2026-03-25 16:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50c04221-ba09-51a7-9af7-5a7cba959ec4 with identifier: 6995847auction110944
2026-03-25 16:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50c04221-ba09-51a7-9af7-5a7cba959ec4 with identifier: 6995847auction110944 to the API
2026-03-25 16:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995847>
{'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': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '50c04221-ba09-51a7-9af7-5a7cba959ec4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995847',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '218 Gran Tourer',
'odometer': 111000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Gran Tourer (F46 LCI) Gran Tourer 218iA OPF (EU6AP)',
'transmission': 'automatic',
'trim': '2 Gran Tourer (F46 LCI) Gran Tourer 218iA OPF (EU6AP)',
'vin': None,
'year': 2021}
2026-03-25 16:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995847auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:46 [ecarstrade.be] INFO: Saving data for 6995847auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365438.545558, 'last_price_update_time': 1774457326.002638}
2026-03-25 16:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995847auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995820> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:46 [ecarstrade.be] INFO: Extracting details for car 6995820auction110944
2026-03-25 16:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b6d1a7c-c307-5df7-a831-636efd87744f with identifier: 6995820auction110944
2026-03-25 16:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b6d1a7c-c307-5df7-a831-636efd87744f with scrape type 2
2026-03-25 16:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b6d1a7c-c307-5df7-a831-636efd87744f with scrape type 2
2026-03-25 16:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b6d1a7c-c307-5df7-a831-636efd87744f, identifier: 6995820auction110944
2026-03-25 16:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b6d1a7c-c307-5df7-a831-636efd87744f with identifier: 6995820auction110944
2026-03-25 16:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b6d1a7c-c307-5df7-a831-636efd87744f with identifier: 6995820auction110944
2026-03-25 16:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b6d1a7c-c307-5df7-a831-636efd87744f with identifier: 6995820auction110944 to the API
2026-03-25 16:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995820>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '0b6d1a7c-c307-5df7-a831-636efd87744f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995820',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Scenic',
'odometer': 125662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Scénic Scenic 1.33 TCe Intens GPF (EU6.2)',
'transmission': 'manual',
'trim': 'RENAULT Scénic 1.33 TCe Intens GPF (EU6.2)',
'vin': None,
'year': 2019}
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995820auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:47 [ecarstrade.be] INFO: Saving data for 6995820auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365462.388621, 'last_price_update_time': 1774457327.272467}
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995820auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995846> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:47 [ecarstrade.be] INFO: Extracting details for car 6995846auction110944
2026-03-25 16:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fea88dd1-b37f-55fe-a232-be278e10528b with identifier: 6995846auction110944
2026-03-25 16:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fea88dd1-b37f-55fe-a232-be278e10528b with scrape type 2
2026-03-25 16:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fea88dd1-b37f-55fe-a232-be278e10528b with scrape type 2
2026-03-25 16:48:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fea88dd1-b37f-55fe-a232-be278e10528b, identifier: 6995846auction110944
2026-03-25 16:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fea88dd1-b37f-55fe-a232-be278e10528b with identifier: 6995846auction110944
2026-03-25 16:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fea88dd1-b37f-55fe-a232-be278e10528b with identifier: 6995846auction110944
2026-03-25 16:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fea88dd1-b37f-55fe-a232-be278e10528b with identifier: 6995846auction110944 to the API
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995846>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'fea88dd1-b37f-55fe-a232-be278e10528b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995846',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 225477,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo Trendline 1.6 l TDI 66 kW (90 PS) 5-speed',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Trendline 1.6 l TDI 66 kW (90 PS) 5-speed',
'vin': None,
'year': 2012}
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995846auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:47 [ecarstrade.be] INFO: Saving data for 6995846auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365462.942964, 'last_price_update_time': 1774457327.980766}
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995846auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995807> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:48 [ecarstrade.be] INFO: Extracting details for car 6995807auction110944
2026-03-25 16:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e32e8a-5342-5dca-bf11-8211d9cf7d6c with identifier: 6995807auction110944
2026-03-25 16:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e32e8a-5342-5dca-bf11-8211d9cf7d6c with scrape type 2
2026-03-25 16:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90e32e8a-5342-5dca-bf11-8211d9cf7d6c with scrape type 2
2026-03-25 16:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90e32e8a-5342-5dca-bf11-8211d9cf7d6c, identifier: 6995807auction110944
2026-03-25 16:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90e32e8a-5342-5dca-bf11-8211d9cf7d6c with identifier: 6995807auction110944
2026-03-25 16:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90e32e8a-5342-5dca-bf11-8211d9cf7d6c with identifier: 6995807auction110944
2026-03-25 16:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90e32e8a-5342-5dca-bf11-8211d9cf7d6c with identifier: 6995807auction110944 to the API
2026-03-25 16:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:48:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995807>
{'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-27T06:40:00Z',
'fuel_type': 'Natural Gas',
'id': '90e32e8a-5342-5dca-bf11-8211d9cf7d6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995807',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 166383,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-15',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Maxi CNG Caddy Maxi Highline 7-places 1,4 l TGI '
'EU6 BlueMotion 110ch (81KW) Boîte manuelle 6 vitesses',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Maxi CNG Maxi Highline 7-places 1,4 l TGI EU6 '
'BlueMotion 110ch (81KW) Boîte manuelle 6 vitesses',
'vin': None,
'year': 2018}
2026-03-25 16:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995807auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:48 [ecarstrade.be] INFO: Saving data for 6995807auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365463.881798, 'last_price_update_time': 1774457328.763169}
2026-03-25 16:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995807auction110944') HTTP/1.1" 204 0
2026-03-25 16:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001687auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001687auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001687auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001688auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001688auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001688auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001690auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001690auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001690auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001692auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001692auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001692auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001693auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001693auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001693auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001694auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001694auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001694auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001695auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001695auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001695auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001697auction111038
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001697auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:50 [ecarstrade.be] INFO: Scrape type for 7001697auction111038: 0
2026-03-25 16:48:50 [ecarstrade.be] INFO: Found listing with ID: 7001698auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001698auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001698auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001700auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001700auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001700auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001701auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001701auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001701auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001702auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001702auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001702auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001703auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001703auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001703auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001704auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001704auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001704auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001706auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001706auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001706auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001707auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001707auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001707auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001708auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001708auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001708auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001709auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001709auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001709auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001710auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001710auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001710auction111038: 0
2026-03-25 16:48:51 [ecarstrade.be] INFO: Found listing with ID: 7001711auction111038
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001711auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:51 [ecarstrade.be] INFO: Scrape type for 7001711auction111038: 0
2026-03-25 16: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-25 16:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001712auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001712auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001712auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001714auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001714auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001714auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001715auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001715auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001715auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001716auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001716auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001716auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001717auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001717auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001717auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001718auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001718auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001718auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001719auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001719auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001719auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001720auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001720auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001720auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001721auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001721auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001721auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001722auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001722auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001722auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001723auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001723auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001723auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001724auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001724auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001724auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001725auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001725auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001725auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001727auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001727auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001727auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001728auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001728auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001728auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001730auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001730auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001730auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001732auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001732auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001732auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001733auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001733auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001733auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 7001734auction111038
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001734auction111038%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 7001734auction111038: 0
2026-03-25 16:48:58 [ecarstrade.be] INFO: Found listing with ID: 6994998auction110944
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994998auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:48:58 [ecarstrade.be] INFO: Scrape type for 6994998auction110944: 0
2026-03-25 16: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-25 16:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6994999auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994999auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6994999auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995000auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995000auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995000auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995005auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995005auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995005auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995006auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995006auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995006auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995014auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995014auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995014auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995015auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995015auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995015auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995016auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995016auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995016auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995111auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995111auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995111auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995112auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995112auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995112auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995113auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995113auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995113auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995114auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995114auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995114auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995235auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995235auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995235auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995237auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995237auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995237auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995238auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995238auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995238auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995249auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995249auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995249auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995250auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995250auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995250auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995252auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995252auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995450auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995450auction110944: 0
2026-03-25 16:49:05 [ecarstrade.be] INFO: Found listing with ID: 6995451auction110944
2026-03-25 16:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:05 [ecarstrade.be] INFO: Scrape type for 6995451auction110944: 0
2026-03-25 16:49:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995871> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:06 [ecarstrade.be] INFO: Extracting details for car 6995871auction110944
2026-03-25 16:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a585e2e-065d-5576-8082-72ef5c663587 with identifier: 6995871auction110944
2026-03-25 16:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a585e2e-065d-5576-8082-72ef5c663587 with scrape type 2
2026-03-25 16:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a585e2e-065d-5576-8082-72ef5c663587 with scrape type 2
2026-03-25 16:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a585e2e-065d-5576-8082-72ef5c663587, identifier: 6995871auction110944
2026-03-25 16:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a585e2e-065d-5576-8082-72ef5c663587 with identifier: 6995871auction110944
2026-03-25 16:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a585e2e-065d-5576-8082-72ef5c663587 with identifier: 6995871auction110944
2026-03-25 16:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a585e2e-065d-5576-8082-72ef5c663587 with identifier: 6995871auction110944 to the API
2026-03-25 16:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995871>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '8a585e2e-065d-5576-8082-72ef5c663587',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995871',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 98150,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Active 1.5 TSI ACT OPF 110 kW (150 ch) 7 vitesses '
'DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Active 1.5 TSI ACT OPF 110 kW (150 ch) 7 vitesses DSG',
'vin': None,
'year': 2021}
2026-03-25 16:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276995871auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:07 [ecarstrade.be] INFO: Saving data for 6995871auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365460.637506, 'last_price_update_time': 1774457347.369027}
2026-03-25 16:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995871auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:07 [scrapy.extensions.logstats] INFO: Crawled 459 pages (at 44 pages/min), scraped 370 items (at 38 items/min)
2026-03-25 16:49:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995237auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995237auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995237auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995238auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995238auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995238auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995249auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995249auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995249auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995250auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995250auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995250auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995252auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995252auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995450auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995450auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995451auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995451auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995453auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995453auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995453auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995454auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995454auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995454auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995487auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995487auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995487auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995488auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995488auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995488auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995489auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995489auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995489auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995490auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995490auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995490auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995491auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995491auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995491auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995493auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995493auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995493auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995807auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995807auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995807auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995820auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995820auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995820auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995846auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995846auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995846auction110944: 0
2026-03-25 16:49:11 [ecarstrade.be] INFO: Found listing with ID: 6995847auction110944
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995847auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:11 [ecarstrade.be] INFO: Scrape type for 6995847auction110944: 0
2026-03-25 16:49:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995848auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995848auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995848auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995871auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995871auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995871auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995873auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995873auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995873auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995874auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995874auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995874auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995875auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995875auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995875auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995885auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995885auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995885auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995886auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995886auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995886auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995887auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995887auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995887auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995889auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995889auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995889auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6995890auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995890auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6995890auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6996247auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996247auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6996247auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6996251auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996251auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6996251auction110944: 2
2026-03-25 16:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6996252auction110944
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996252auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:17 [ecarstrade.be] INFO: Scrape type for 6996252auction110944: 0
2026-03-25 16:49:17 [ecarstrade.be] INFO: Found listing with ID: 6996253auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996253auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996253auction110944: 0
2026-03-25 16:49:18 [ecarstrade.be] INFO: Found listing with ID: 6996376auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996376auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996376auction110944: 0
2026-03-25 16:49:18 [ecarstrade.be] INFO: Found listing with ID: 6996378auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996378auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996378auction110944: 2
2026-03-25 16:49:18 [ecarstrade.be] INFO: Found listing with ID: 6996381auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996381auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996381auction110944: 2
2026-03-25 16:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:18 [ecarstrade.be] INFO: Found listing with ID: 6996383auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996383auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996383auction110944: 2
2026-03-25 16:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:18 [ecarstrade.be] INFO: Found listing with ID: 6996384auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996384auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996384auction110944: 2
2026-03-25 16:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:18 [ecarstrade.be] INFO: Found listing with ID: 6996386auction110944
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996386auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:18 [ecarstrade.be] INFO: Scrape type for 6996386auction110944: 2
2026-03-25 16:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996387auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996387auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996387auction110944: 2
2026-03-25 16:49:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996544auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996544auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996544auction110944: 2
2026-03-25 16:49:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996548auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996548auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996548auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996552auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996552auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996552auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996555auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996555auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996555auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996558auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996558auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996558auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996560auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996560auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996560auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996562auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996562auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996562auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6996564auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996564auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6996564auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997363auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997363auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997363auction110944: 2
2026-03-25 16:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996378> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997364auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997364auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997364auction110944: 2
2026-03-25 16:49:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997385auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997385auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997385auction110944: 2
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997742auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997742auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997742auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997743auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997743auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997743auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997744auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997744auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997744auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6997750auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997750auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6997750auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6998044auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998044auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6998044auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6998045auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998045auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6998045auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6998265auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998265auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6998265auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Found listing with ID: 6998266auction110944
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998266auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:24 [ecarstrade.be] INFO: Scrape type for 6998266auction110944: 0
2026-03-25 16:49:24 [ecarstrade.be] INFO: Extracting details for car 6996378auction110944
2026-03-25 16:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996383> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c09df9d-77a8-58dd-969a-1c5d06243fa6 with identifier: 6996378auction110944
2026-03-25 16:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c09df9d-77a8-58dd-969a-1c5d06243fa6 with scrape type 2
2026-03-25 16:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c09df9d-77a8-58dd-969a-1c5d06243fa6 with scrape type 2
2026-03-25 16:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c09df9d-77a8-58dd-969a-1c5d06243fa6, identifier: 6996378auction110944
2026-03-25 16:49:24 [ecarstrade.be] INFO: Extracting details for car 6996383auction110944
2026-03-25 16:49:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c09df9d-77a8-58dd-969a-1c5d06243fa6 with identifier: 6996378auction110944
2026-03-25 16:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c09df9d-77a8-58dd-969a-1c5d06243fa6 with identifier: 6996378auction110944
2026-03-25 16:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c09df9d-77a8-58dd-969a-1c5d06243fa6 with identifier: 6996378auction110944 to the API
2026-03-25 16:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996378>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6c09df9d-77a8-58dd-969a-1c5d06243fa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996378',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 213466,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T5 1000 Fou Swb Transporter Fourgon toit '
'normal 3000 mm 2,0 l TDI 102ch (75KW) Boîte manuelle 5 vitesses',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter T5 1000 Fou Swb Transporter Fourgon toit '
'normal 3000 mm 2,0 l TDI 102ch (75KW) Boîte manuelle 5 vitesses',
'vin': None,
'year': 2013}
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996378auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:25 [ecarstrade.be] INFO: Saving data for 6996378auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365458.606179, 'last_price_update_time': 1774457365.332029}
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996378auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996386> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8267b61-4cf1-5b65-a40e-957da45affe0 with identifier: 6996383auction110944
2026-03-25 16:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8267b61-4cf1-5b65-a40e-957da45affe0 with scrape type 2
2026-03-25 16:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8267b61-4cf1-5b65-a40e-957da45affe0 with scrape type 2
2026-03-25 16:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8267b61-4cf1-5b65-a40e-957da45affe0, identifier: 6996383auction110944
2026-03-25 16:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8267b61-4cf1-5b65-a40e-957da45affe0 with identifier: 6996383auction110944
2026-03-25 16:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8267b61-4cf1-5b65-a40e-957da45affe0 with identifier: 6996383auction110944
2026-03-25 16:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8267b61-4cf1-5b65-a40e-957da45affe0 with identifier: 6996383auction110944 to the API
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996383>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a8267b61-4cf1-5b65-a40e-957da45affe0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996383',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 170851,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 HDi Allure FAP',
'transmission': 'manual',
'trim': 'PEUGEOT 1.6 HDi Allure FAP',
'vin': None,
'year': 2012}
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996383auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:25 [ecarstrade.be] INFO: Saving data for 6996383auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365460.123183, 'last_price_update_time': 1774457365.771212}
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996383auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:25 [ecarstrade.be] INFO: Extracting details for car 6996386auction110944
2026-03-25 16:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996384> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30ea25fc-c571-58ca-92a9-d03df23e57cf with identifier: 6996386auction110944
2026-03-25 16:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30ea25fc-c571-58ca-92a9-d03df23e57cf with scrape type 2
2026-03-25 16:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30ea25fc-c571-58ca-92a9-d03df23e57cf with scrape type 2
2026-03-25 16:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30ea25fc-c571-58ca-92a9-d03df23e57cf, identifier: 6996386auction110944
2026-03-25 16:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30ea25fc-c571-58ca-92a9-d03df23e57cf with identifier: 6996386auction110944
2026-03-25 16:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30ea25fc-c571-58ca-92a9-d03df23e57cf with identifier: 6996386auction110944
2026-03-25 16:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30ea25fc-c571-58ca-92a9-d03df23e57cf with identifier: 6996386auction110944 to the API
2026-03-25 16:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996386>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '30ea25fc-c571-58ca-92a9-d03df23e57cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996386',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 35000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc T-Roc R-Line Business 1.5 TSI 110 kW (150 pk) 7 '
'versnellingen DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN R-Line Business 1.5 TSI 110 kW (150 pk) 7 versnellingen '
'DSG',
'vin': None,
'year': 2025}
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996386auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:26 [ecarstrade.be] INFO: Saving data for 6996386auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365436.004673, 'last_price_update_time': 1774457366.135175}
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996386auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:26 [ecarstrade.be] INFO: Extracting details for car 6996384auction110944
2026-03-25 16:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e359283-f3d5-54ef-9e87-5307af966ae9 with identifier: 6996384auction110944
2026-03-25 16:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e359283-f3d5-54ef-9e87-5307af966ae9 with scrape type 2
2026-03-25 16:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e359283-f3d5-54ef-9e87-5307af966ae9 with scrape type 2
2026-03-25 16:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e359283-f3d5-54ef-9e87-5307af966ae9, identifier: 6996384auction110944
2026-03-25 16:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e359283-f3d5-54ef-9e87-5307af966ae9 with identifier: 6996384auction110944
2026-03-25 16:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e359283-f3d5-54ef-9e87-5307af966ae9 with identifier: 6996384auction110944
2026-03-25 16:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e359283-f3d5-54ef-9e87-5307af966ae9 with identifier: 6996384auction110944 to the API
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996384>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '0e359283-f3d5-54ef-9e87-5307af966ae9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996384',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': "cee'd",
'odometer': 112000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-16',
'seats_number': 5,
'seller_name': None,
'title': "KIA Cee'd Cee'd 1.4i Access ISG",
'transmission': 'manual',
'trim': "KIA Cee'd Cee'd 1.4i Access ISG",
'vin': None,
'year': 2017}
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996384auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:26 [ecarstrade.be] INFO: Saving data for 6996384auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365461.12526, 'last_price_update_time': 1774457366.475531}
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996384auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996387> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:30 [ecarstrade.be] INFO: Extracting details for car 6996387auction110944
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6998267auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998267auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6998267auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6998396auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998396auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6998396auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6998399auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998399auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6998399auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6998404auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998404auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6998404auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6998840auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998840auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6998840auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6998841auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276998841auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6998841auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6999056auction110944
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276999056auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6999056auction110944: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6994160auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994160auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6994160auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993881auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993881auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993881auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993930auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993930auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993930auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993886auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993886auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993886auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993922auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993922auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993922auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6994206auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994206auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6994206auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6994207auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994207auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6994207auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993928auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993928auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993928auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993925auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993925auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993925auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993883auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993883auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993883auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6994041auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994041auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6994041auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6993892auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993892auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6993892auction110929: 0
2026-03-25 16:49:30 [ecarstrade.be] INFO: Found listing with ID: 6994045auction110929
2026-03-25 16:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994045auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:30 [ecarstrade.be] INFO: Scrape type for 6994045auction110929: 0
2026-03-25 16:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389 with identifier: 6996387auction110944
2026-03-25 16:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389 with scrape type 2
2026-03-25 16:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389 with scrape type 2
2026-03-25 16:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389, identifier: 6996387auction110944
2026-03-25 16:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389 with identifier: 6996387auction110944
2026-03-25 16:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389 with identifier: 6996387auction110944
2026-03-25 16:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f9e00a3-f1b6-536b-a262-bc4bf7f7d389 with identifier: 6996387auction110944 to the API
2026-03-25 16:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996387>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '7f9e00a3-f1b6-536b-a262-bc4bf7f7d389',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996387',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 57948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-13',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Fabia Fabia 1.0 TSI Ambition',
'transmission': 'manual',
'trim': 'SKODA 1.0 TSI Ambition',
'vin': None,
'year': 2023}
2026-03-25 16:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996387auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:31 [ecarstrade.be] INFO: Saving data for 6996387auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365464.402319, 'last_price_update_time': 1774457371.470421}
2026-03-25 16:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996387auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996251> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:31 [ecarstrade.be] INFO: Extracting details for car 6996251auction110944
2026-03-25 16:49:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa108a6d-dda6-560d-8436-f84b77b1f47f with identifier: 6996251auction110944
2026-03-25 16:49:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa108a6d-dda6-560d-8436-f84b77b1f47f with scrape type 2
2026-03-25 16:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa108a6d-dda6-560d-8436-f84b77b1f47f with scrape type 2
2026-03-25 16:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa108a6d-dda6-560d-8436-f84b77b1f47f, identifier: 6996251auction110944
2026-03-25 16:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa108a6d-dda6-560d-8436-f84b77b1f47f with identifier: 6996251auction110944
2026-03-25 16:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa108a6d-dda6-560d-8436-f84b77b1f47f with identifier: 6996251auction110944
2026-03-25 16:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa108a6d-dda6-560d-8436-f84b77b1f47f with identifier: 6996251auction110944 to the API
2026-03-25 16:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996251>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'aa108a6d-dda6-560d-8436-f84b77b1f47f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996251',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 205859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Santa Fe Santa Fe 2.2 CRDi 4WD Executive',
'transmission': 'automatic',
'trim': 'HYUNDAI 2.2 CRDi 4WD Executive',
'vin': None,
'year': 2015}
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996251auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:32 [ecarstrade.be] INFO: Saving data for 6996251auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365455.86951, 'last_price_update_time': 1774457372.142363}
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996251auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996548> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:32 [ecarstrade.be] INFO: Extracting details for car 6996548auction110944
2026-03-25 16:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c994f443-fdad-5192-ae14-75c0dd3f9f5f with identifier: 6996548auction110944
2026-03-25 16:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c994f443-fdad-5192-ae14-75c0dd3f9f5f with scrape type 2
2026-03-25 16:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c994f443-fdad-5192-ae14-75c0dd3f9f5f with scrape type 2
2026-03-25 16:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c994f443-fdad-5192-ae14-75c0dd3f9f5f, identifier: 6996548auction110944
2026-03-25 16:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c994f443-fdad-5192-ae14-75c0dd3f9f5f with identifier: 6996548auction110944
2026-03-25 16:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c994f443-fdad-5192-ae14-75c0dd3f9f5f with identifier: 6996548auction110944
2026-03-25 16:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c994f443-fdad-5192-ae14-75c0dd3f9f5f with identifier: 6996548auction110944 to the API
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996548>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'c994f443-fdad-5192-ae14-75c0dd3f9f5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996548',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy Maxi',
'odometer': 122196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-13',
'seats_number': 7,
'seller_name': None,
'title': "VOLKSWAGEN Caddy Maxi Caddy 'Dark & Cool' Maxi 7-places 1,4 l TSI "
'EU6 BlueMotion Technology 125ch (92KW) Boîte manuelle 6 vitesses',
'transmission': 'manual',
'trim': "VOLKSWAGEN Caddy 'Dark & Cool' Maxi 7-places 1,4 l TSI EU6 "
'BlueMotion Technology 125ch (92KW) Boîte manuelle 6 vitesses',
'vin': None,
'year': 2018}
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996548auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:32 [ecarstrade.be] INFO: Saving data for 6996548auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365434.734059, 'last_price_update_time': 1774457372.776881}
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996548auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996555> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:32 [ecarstrade.be] INFO: Extracting details for car 6996555auction110944
2026-03-25 16:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74fa1510-a14b-5ca0-b082-996ea031f5f5 with identifier: 6996555auction110944
2026-03-25 16:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74fa1510-a14b-5ca0-b082-996ea031f5f5 with scrape type 2
2026-03-25 16:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74fa1510-a14b-5ca0-b082-996ea031f5f5 with scrape type 2
2026-03-25 16:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74fa1510-a14b-5ca0-b082-996ea031f5f5, identifier: 6996555auction110944
2026-03-25 16:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74fa1510-a14b-5ca0-b082-996ea031f5f5 with identifier: 6996555auction110944
2026-03-25 16:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74fa1510-a14b-5ca0-b082-996ea031f5f5 with identifier: 6996555auction110944
2026-03-25 16:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74fa1510-a14b-5ca0-b082-996ea031f5f5 with identifier: 6996555auction110944 to the API
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996555>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '0.9L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '74fa1510-a14b-5ca0-b082-996ea031f5f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996555',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Captur',
'odometer': 78091,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur Captur 0.9 TCe Energy Zen',
'transmission': 'manual',
'trim': 'RENAULT 0.9 TCe Energy Zen',
'vin': None,
'year': 2013}
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996555auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:33 [ecarstrade.be] INFO: Saving data for 6996555auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365494.738015, 'last_price_update_time': 1774457373.362494}
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996555auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996552> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:33 [ecarstrade.be] INFO: Extracting details for car 6996552auction110944
2026-03-25 16:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71528831-8f8d-56c1-b09a-393159f9c52b with identifier: 6996552auction110944
2026-03-25 16:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71528831-8f8d-56c1-b09a-393159f9c52b with scrape type 2
2026-03-25 16:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71528831-8f8d-56c1-b09a-393159f9c52b with scrape type 2
2026-03-25 16:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71528831-8f8d-56c1-b09a-393159f9c52b, identifier: 6996552auction110944
2026-03-25 16:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71528831-8f8d-56c1-b09a-393159f9c52b with identifier: 6996552auction110944
2026-03-25 16:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71528831-8f8d-56c1-b09a-393159f9c52b with identifier: 6996552auction110944
2026-03-25 16:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71528831-8f8d-56c1-b09a-393159f9c52b with identifier: 6996552auction110944 to the API
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996552>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '71528831-8f8d-56c1-b09a-393159f9c52b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996552',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X3',
'odometer': 260880,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 (F25) 2.0 dA sDrive18',
'transmission': 'automatic',
'trim': '(F25) 2.0 dA sDrive18',
'vin': None,
'year': 2015}
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996552auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:33 [ecarstrade.be] INFO: Saving data for 6996552auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365435.268901, 'last_price_update_time': 1774457373.982447}
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996552auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996544> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:34 [ecarstrade.be] INFO: Extracting details for car 6996544auction110944
2026-03-25 16:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d with identifier: 6996544auction110944
2026-03-25 16:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d with scrape type 2
2026-03-25 16:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d with scrape type 2
2026-03-25 16:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d, identifier: 6996544auction110944
2026-03-25 16:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d with identifier: 6996544auction110944
2026-03-25 16:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d with identifier: 6996544auction110944
2026-03-25 16:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d with identifier: 6996544auction110944 to the API
2026-03-25 16:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996544>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'f5a3a96e-bce4-5ba2-8120-5a9da45f3a0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996544',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 239767,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo TREND 1,2L 70CV/PK 5V',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TREND 1,2L 70CV/PK 5V',
'vin': None,
'year': 2009}
2026-03-25 16:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996544auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:34 [ecarstrade.be] INFO: Saving data for 6996544auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365436.534082, 'last_price_update_time': 1774457374.429236}
2026-03-25 16:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996544auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996560> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:37 [ecarstrade.be] INFO: Extracting details for car 6996560auction110944
2026-03-25 16:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22753965-92ac-58bc-b61f-67fcb664bdb9 with identifier: 6996560auction110944
2026-03-25 16:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22753965-92ac-58bc-b61f-67fcb664bdb9 with scrape type 2
2026-03-25 16:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22753965-92ac-58bc-b61f-67fcb664bdb9 with scrape type 2
2026-03-25 16:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22753965-92ac-58bc-b61f-67fcb664bdb9, identifier: 6996560auction110944
2026-03-25 16:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22753965-92ac-58bc-b61f-67fcb664bdb9 with identifier: 6996560auction110944
2026-03-25 16:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22753965-92ac-58bc-b61f-67fcb664bdb9 with identifier: 6996560auction110944
2026-03-25 16:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22753965-92ac-58bc-b61f-67fcb664bdb9 with identifier: 6996560auction110944 to the API
2026-03-25 16:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996560>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '22753965-92ac-58bc-b61f-67fcb664bdb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996560',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 161387,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi Octavia Combi Ambition GreenLine 1,6 TDI 81 kW '
'6-speed mech.',
'transmission': 'manual',
'trim': 'SKODA Combi Combi Ambition GreenLine 1,6 TDI 81 kW 6-speed mech.',
'vin': None,
'year': 2016}
2026-03-25 16:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996560auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:37 [ecarstrade.be] INFO: Saving data for 6996560auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365490.304195, 'last_price_update_time': 1774457377.91149}
2026-03-25 16:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996560auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996558> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:38 [ecarstrade.be] INFO: Extracting details for car 6996558auction110944
2026-03-25 16:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94a753cd-2898-5915-a114-344c417718da with identifier: 6996558auction110944
2026-03-25 16:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94a753cd-2898-5915-a114-344c417718da with scrape type 2
2026-03-25 16:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94a753cd-2898-5915-a114-344c417718da with scrape type 2
2026-03-25 16:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94a753cd-2898-5915-a114-344c417718da, identifier: 6996558auction110944
2026-03-25 16:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94a753cd-2898-5915-a114-344c417718da with identifier: 6996558auction110944
2026-03-25 16:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94a753cd-2898-5915-a114-344c417718da with identifier: 6996558auction110944
2026-03-25 16:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94a753cd-2898-5915-a114-344c417718da with identifier: 6996558auction110944 to the API
2026-03-25 16:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996558>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '94a753cd-2898-5915-a114-344c417718da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996558',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 92920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero Stepway Sandero Stepway 0.9 TCe Explorer',
'transmission': 'manual',
'trim': 'DIA Sandero Stepway Sandero Stepway 0.9 TCe Explorer',
'vin': None,
'year': 2018}
2026-03-25 16:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996558auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:39 [ecarstrade.be] INFO: Saving data for 6996558auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365493.257559, 'last_price_update_time': 1774457379.328328}
2026-03-25 16:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996558auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996564> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:41 [ecarstrade.be] INFO: Extracting details for car 6996564auction110944
2026-03-25 16:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9449cdee-4bfc-5dcc-b40e-a67645dc5176 with identifier: 6996564auction110944
2026-03-25 16:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9449cdee-4bfc-5dcc-b40e-a67645dc5176 with scrape type 2
2026-03-25 16:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9449cdee-4bfc-5dcc-b40e-a67645dc5176 with scrape type 2
2026-03-25 16:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9449cdee-4bfc-5dcc-b40e-a67645dc5176, identifier: 6996564auction110944
2026-03-25 16:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997385> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9449cdee-4bfc-5dcc-b40e-a67645dc5176 with identifier: 6996564auction110944
2026-03-25 16:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9449cdee-4bfc-5dcc-b40e-a67645dc5176 with identifier: 6996564auction110944
2026-03-25 16:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9449cdee-4bfc-5dcc-b40e-a67645dc5176 with identifier: 6996564auction110944 to the API
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996564>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9449cdee-4bfc-5dcc-b40e-a67645dc5176',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996564',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 29015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Mini Countryman PHEV (F60 LCI) Mini Countryman 1.5A PHEV '
'Cooper SE ALL4',
'transmission': 'automatic',
'trim': 'MINI Countryman PHEV (F60 LCI) Countryman 1.5A PHEV ALL4',
'vin': None,
'year': 2022}
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996564auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:41 [ecarstrade.be] INFO: Saving data for 6996564auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365492.686155, 'last_price_update_time': 1774457381.615398}
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996564auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:41 [ecarstrade.be] INFO: Extracting details for car 6997385auction110944
2026-03-25 16:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997363> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33fafde7-ef4d-560d-8402-9d447f172333 with identifier: 6997385auction110944
2026-03-25 16:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33fafde7-ef4d-560d-8402-9d447f172333 with scrape type 2
2026-03-25 16:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33fafde7-ef4d-560d-8402-9d447f172333 with scrape type 2
2026-03-25 16:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33fafde7-ef4d-560d-8402-9d447f172333, identifier: 6997385auction110944
2026-03-25 16:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33fafde7-ef4d-560d-8402-9d447f172333 with identifier: 6997385auction110944
2026-03-25 16:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33fafde7-ef4d-560d-8402-9d447f172333 with identifier: 6997385auction110944
2026-03-25 16:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33fafde7-ef4d-560d-8402-9d447f172333 with identifier: 6997385auction110944 to the API
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997385>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '33fafde7-ef4d-560d-8402-9d447f172333',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997385',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 124567,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Crossback PHEV 1.6 E-TENSE 4x4 Grand Chic(220 kW)(EU6.3',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback PHEV 1.6 E-TENSE 4x4 Grand Chic(220 kW)(EU6.3',
'vin': None,
'year': 2020}
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997385auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:42 [ecarstrade.be] INFO: Saving data for 6997385auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365502.35004, 'last_price_update_time': 1774457382.08105}
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997385auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:42 [ecarstrade.be] INFO: Extracting details for car 6997363auction110944
2026-03-25 16:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997364> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e315128-ba37-54a5-82b2-a166c8987929 with identifier: 6997363auction110944
2026-03-25 16:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e315128-ba37-54a5-82b2-a166c8987929 with scrape type 2
2026-03-25 16:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e315128-ba37-54a5-82b2-a166c8987929 with scrape type 2
2026-03-25 16:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e315128-ba37-54a5-82b2-a166c8987929, identifier: 6997363auction110944
2026-03-25 16:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e315128-ba37-54a5-82b2-a166c8987929 with identifier: 6997363auction110944
2026-03-25 16:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e315128-ba37-54a5-82b2-a166c8987929 with identifier: 6997363auction110944
2026-03-25 16:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e315128-ba37-54a5-82b2-a166c8987929 with identifier: 6997363auction110944 to the API
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997363>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '3e315128-ba37-54a5-82b2-a166c8987929',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997363',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 58122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-12',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero Stepway Sandero Stepway 0.9 TCe Stepway Plus (EU6.2)',
'transmission': 'manual',
'trim': 'DIA Sandero Stepway Sandero Stepway 0.9 TCe Stepway Plus (EU6.2)',
'vin': None,
'year': 2018}
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997363auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:42 [ecarstrade.be] INFO: Saving data for 6997363auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365495.094096, 'last_price_update_time': 1774457382.426329}
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997363auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:42 [ecarstrade.be] INFO: Extracting details for car 6997364auction110944
2026-03-25 16:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28110da3-efc6-5883-837c-8e791558f775 with identifier: 6997364auction110944
2026-03-25 16:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28110da3-efc6-5883-837c-8e791558f775 with scrape type 2
2026-03-25 16:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28110da3-efc6-5883-837c-8e791558f775 with scrape type 2
2026-03-25 16:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28110da3-efc6-5883-837c-8e791558f775, identifier: 6997364auction110944
2026-03-25 16:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28110da3-efc6-5883-837c-8e791558f775 with identifier: 6997364auction110944
2026-03-25 16:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28110da3-efc6-5883-837c-8e791558f775 with identifier: 6997364auction110944
2026-03-25 16:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28110da3-efc6-5883-837c-8e791558f775 with identifier: 6997364auction110944 to the API
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997364>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '28110da3-efc6-5883-837c-8e791558f775',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997364',
'listing': 'auction',
'location': 'Belgium',
'make': 'Toyota',
'model': 'Avensis',
'odometer': 158750,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-11',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Avensis Sedan Avensis 2.0 D-4D Terra DPF',
'transmission': 'manual',
'trim': 'TOYOTA Sedan 2.0 D-4D Terra DPF',
'vin': None,
'year': 2009}
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276997364auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:42 [ecarstrade.be] INFO: Saving data for 6997364auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365503.037266, 'last_price_update_time': 1774457382.755287}
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997364auction110944') HTTP/1.1" 204 0
2026-03-25 16:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6993897auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993897auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6993897auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6993964auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993964auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6993964auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994144auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994144auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994144auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994202auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994202auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994202auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994143auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994143auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994143auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6993955auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993955auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6993955auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994027auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994027auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994027auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6993943auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993943auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6993943auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994035auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994035auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994035auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994168auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994168auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994168auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994117auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994117auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994117auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994161auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994161auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994161auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6993917auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993917auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6993917auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6993940auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993940auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6993940auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994147auction110929
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994147auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:43 [ecarstrade.be] INFO: Scrape type for 6994147auction110929: 0
2026-03-25 16:49:43 [ecarstrade.be] INFO: Found listing with ID: 6994060auction110929
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994060auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:44 [ecarstrade.be] INFO: Scrape type for 6994060auction110929: 0
2026-03-25 16:49:44 [ecarstrade.be] INFO: Found listing with ID: 6994200auction110929
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994200auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:44 [ecarstrade.be] INFO: Scrape type for 6994200auction110929: 0
2026-03-25 16:49:44 [ecarstrade.be] INFO: Found listing with ID: 6994203auction110929
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994203auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:44 [ecarstrade.be] INFO: Scrape type for 6994203auction110929: 0
2026-03-25 16:49:44 [ecarstrade.be] INFO: Found listing with ID: 6993903auction110929
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993903auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:44 [ecarstrade.be] INFO: Scrape type for 6993903auction110929: 0
2026-03-25 16:49:44 [ecarstrade.be] INFO: Found listing with ID: 6993911auction110929
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993911auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:44 [ecarstrade.be] INFO: Scrape type for 6993911auction110929: 0
2026-03-25 16:49:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993941auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993941auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993941auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993960auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993960auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993960auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993982auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993982auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993982auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994193auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994193auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994193auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994031auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994031auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994031auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994185auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994185auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994185auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994136auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994136auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994136auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994135auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994135auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994135auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994064auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994064auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994064auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993920auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993920auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993920auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994051auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994051auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994051auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994038auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994038auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994038auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994053auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994053auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994053auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994128auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994128auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994128auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993986auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993986auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993986auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994029auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994029auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994029auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994131auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994131auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994131auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993958auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993958auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993958auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6993962auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993962auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6993962auction110929: 0
2026-03-25 16:49:50 [ecarstrade.be] INFO: Found listing with ID: 6994082auction110929
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994082auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:50 [ecarstrade.be] INFO: Scrape type for 6994082auction110929: 0
2026-03-25 16: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-25 16:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994163auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994163auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994163auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994127auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994127auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994127auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994139auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994139auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994139auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994137auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994137auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994137auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994205auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994205auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994205auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6993953auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993953auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6993953auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994188auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994188auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994188auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994067auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994067auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994067auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994074auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994074auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994074auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6993914auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993914auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6993914auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994209auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994209auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994209auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994119auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994119auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994119auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6993947auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993947auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6993947auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994048auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994048auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994048auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994159auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994159auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994159auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6993909auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993909auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6993909auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994079auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994079auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994079auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994132auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994132auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994132auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6994146auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994146auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6994146auction110929: 0
2026-03-25 16:49:57 [ecarstrade.be] INFO: Found listing with ID: 6993939auction110929
2026-03-25 16:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276993939auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:49:57 [ecarstrade.be] INFO: Scrape type for 6993939auction110929: 0
2026-03-25 16: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-25 16:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996381> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:49:59 [ecarstrade.be] INFO: Extracting details for car 6996381auction110944
2026-03-25 16:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b1c971-7eac-52b2-96e4-06d0b8fe8284 with identifier: 6996381auction110944
2026-03-25 16:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b1c971-7eac-52b2-96e4-06d0b8fe8284 with scrape type 2
2026-03-25 16:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b1c971-7eac-52b2-96e4-06d0b8fe8284 with scrape type 2
2026-03-25 16:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38b1c971-7eac-52b2-96e4-06d0b8fe8284, identifier: 6996381auction110944
2026-03-25 16:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38b1c971-7eac-52b2-96e4-06d0b8fe8284 with identifier: 6996381auction110944
2026-03-25 16:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38b1c971-7eac-52b2-96e4-06d0b8fe8284 with identifier: 6996381auction110944
2026-03-25 16:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38b1c971-7eac-52b2-96e4-06d0b8fe8284 with identifier: 6996381auction110944 to the API
2026-03-25 16:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996381>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '38b1c971-7eac-52b2-96e4-06d0b8fe8284',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996381',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 200',
'odometer': 146429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 200 d',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ d',
'vin': None,
'year': 2017}
2026-03-25 16:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996381auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:49:59 [ecarstrade.be] INFO: Saving data for 6996381auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365459.12817, 'last_price_update_time': 1774457399.503829}
2026-03-25 16:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996381auction110944') HTTP/1.1" 204 0
2026-03-25 16:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994087auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994087auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994087auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6993935auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993935auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6993935auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994130auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994130auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994130auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6993933auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993933auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6993933auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994019auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994019auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994019auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994106auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994106auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994106auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6993977auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993977auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6993977auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994016auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994016auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994016auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994141auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994141auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994141auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6993934auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993934auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6993934auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994014auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994014auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994014auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994059auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994059auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994059auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6993950auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993950auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6993950auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994056auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994056auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994056auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994093auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994093auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994093auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994166auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994166auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994166auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994103auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994103auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994103auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994011auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994011auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6993904auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993904auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6993904auction110929: 0
2026-03-25 16:50:04 [ecarstrade.be] INFO: Found listing with ID: 6994083auction110929
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994083auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:04 [ecarstrade.be] INFO: Scrape type for 6994083auction110929: 0
2026-03-25 16:50:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:06 [scrapy.extensions.logstats] INFO: Crawled 484 pages (at 25 pages/min), scraped 387 items (at 17 items/min)
2026-03-25 16:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:11 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 16:50:11 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:50:11 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:50:11 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:50:11 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:50:11 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:50:11 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:50:11 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:50:11 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:50:11 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:50:11 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:50:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994105auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994105auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994105auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994095auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994095auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994095auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994151auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994151auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994151auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994171auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994171auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994171auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994120auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994120auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994120auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994125auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994125auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994125auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994099auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994099auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994099auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994098auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994098auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994098auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6993971auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993971auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6993971auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6994123auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994123auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6994123auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6993993auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993993auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6993993auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 6993969auction110929
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993969auction110929%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 6993969auction110929: 0
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 7000768auction111024
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000768auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 7000768auction111024: 1
2026-03-25 16:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 7000343auction111024
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000343auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 7000343auction111024: 1
2026-03-25 16:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 7000490auction111024
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000490auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 7000490auction111024: 1
2026-03-25 16:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:21 [ecarstrade.be] INFO: Found listing with ID: 7000495auction111024
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000495auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:21 [ecarstrade.be] INFO: Scrape type for 7000495auction111024: 1
2026-03-25 16:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:22 [ecarstrade.be] INFO: Found listing with ID: 7000342auction111024
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000342auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:22 [ecarstrade.be] INFO: Scrape type for 7000342auction111024: 1
2026-03-25 16:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:22 [ecarstrade.be] INFO: Found listing with ID: 7000492auction111024
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000492auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:22 [ecarstrade.be] INFO: Scrape type for 7000492auction111024: 1
2026-03-25 16:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:22 [ecarstrade.be] INFO: Found listing with ID: 7000341auction111024
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000341auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:22 [ecarstrade.be] INFO: Scrape type for 7000341auction111024: 1
2026-03-25 16:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:22 [ecarstrade.be] INFO: Found listing with ID: 7000491auction111024
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000491auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:22 [ecarstrade.be] INFO: Scrape type for 7000491auction111024: 1
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000490> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:50:28 [ecarstrade.be] INFO: Extracting details for car 7000490auction111024
2026-03-25 16:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e9444f3-d024-51a1-a17d-78e41cc265aa with identifier: 7000490auction111024
2026-03-25 16:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e9444f3-d024-51a1-a17d-78e41cc265aa with scrape type 1
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000490%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444080%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_001/780x0__r.jpg?hash=1774444080 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000490%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444077%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_002/780x0__r.jpg?hash=1774444077 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000490%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444077%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_003/780x0__r.jpg?hash=1774444077 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000490%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444077%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_004/780x0__r.jpg?hash=1774444077 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000490%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444077%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_005/780x0__r.jpg?hash=1774444077 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000490%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444077%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_006/780x0__r.jpg?hash=1774444077 not downloaded yet
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000768> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000492> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:28 [ecarstrade.be] INFO: Extracting details for car 7000768auction111024
2026-03-25 16:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7d099dc-fa7f-5072-933b-6b42e6d0e12d with identifier: 7000768auction111024
2026-03-25 16:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7d099dc-fa7f-5072-933b-6b42e6d0e12d with scrape type 1
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000768%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444301%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_001/780x0__r.jpg?hash=1774444301 not downloaded yet
2026-03-25 16:50:28 [ecarstrade.be] INFO: Extracting details for car 7000492auction111024
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000768%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444301%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_002/780x0__r.jpg?hash=1774444301 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000768%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444302%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_003/780x0__r.jpg?hash=1774444302 not downloaded yet
2026-03-25 16:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e43fea1e-bab6-584c-bcd2-60c56e7708a6 with identifier: 7000492auction111024
2026-03-25 16:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43fea1e-bab6-584c-bcd2-60c56e7708a6 with scrape type 1
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000492%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444084%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_001/780x0__r.jpg?hash=1774444084 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000768%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444302%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_004/780x0__r.jpg?hash=1774444302 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000492%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444084%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_002/780x0__r.jpg?hash=1774444084 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000768%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444302%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_005/780x0__r.jpg?hash=1774444302 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000492%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444084%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_003/780x0__r.jpg?hash=1774444084 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000768%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444302%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_006/780x0__r.jpg?hash=1774444302 not downloaded yet
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_001/780x0__r.jpg?hash=1774444080> (referer: https://ecarstrade.com/cars/7000490)
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000492%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444084%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_004/780x0__r.jpg?hash=1774444084 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000492%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444084%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_005/780x0__r.jpg?hash=1774444084 not downloaded yet
2026-03-25 16:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000492%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444084%27 HTTP/1.1" 200 None
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_006/780x0__r.jpg?hash=1774444084 not downloaded yet
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_002/780x0__r.jpg?hash=1774444077> (referer: https://ecarstrade.com/cars/7000490)
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_003/780x0__r.jpg?hash=1774444077> (referer: https://ecarstrade.com/cars/7000490)
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_004/780x0__r.jpg?hash=1774444077> (referer: https://ecarstrade.com/cars/7000490)
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_005/780x0__r.jpg?hash=1774444077> (referer: https://ecarstrade.com/cars/7000490)
2026-03-25 16:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_006/780x0__r.jpg?hash=1774444077> (referer: https://ecarstrade.com/cars/7000490)
2026-03-25 16:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_001/780x0__r.jpg?hash=1774444301> (referer: https://ecarstrade.com/cars/7000768)
2026-03-25 16:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e9444f3-d024-51a1-a17d-78e41cc265aa
2026-03-25 16:50:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e9444f3-d024-51a1-a17d-78e41cc265aa, skipping ID generation
2026-03-25 16:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e9444f3-d024-51a1-a17d-78e41cc265aa with scrape type 1
2026-03-25 16:50:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e9444f3-d024-51a1-a17d-78e41cc265aa sending to next pipeline
2026-03-25 16:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e9444f3-d024-51a1-a17d-78e41cc265aa, identifier: 7000490auction111024
2026-03-25 16:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e9444f3-d024-51a1-a17d-78e41cc265aa with identifier: 7000490auction111024
2026-03-25 16:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e9444f3-d024-51a1-a17d-78e41cc265aa with identifier: 7000490auction111024
2026-03-25 16:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e9444f3-d024-51a1-a17d-78e41cc265aa with identifier: 7000490auction111024 to the API
2026-03-25 16:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000490/photo_006/780x0__r.jpg?hash=1774444077>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '4e9444f3-d024-51a1-a17d-78e41cc265aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000490',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C 43 AMG',
'odometer': 74093,
'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 CLASSE GLC COUPE AMG (C253) - 2019 GLC 43 AMG 390 4-Matic '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': '*MERCEDES CLASSE GLC COUPE AMG (C253) - 2019 GL 390 4-Matic '
'(EU6d-TEMP) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000490auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [ecarstrade.be] INFO: Saving data for 7000490auction111024: {'created_time': 1774457430.153454, 'last_price_update_time': 1774457430.153464, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000490auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_002/780x0__r.jpg?hash=1774444301> (referer: https://ecarstrade.com/cars/7000768)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000342> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000495> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000343> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_001/780x0__r.jpg?hash=1774444084> (referer: https://ecarstrade.com/cars/7000492)
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:30 [ecarstrade.be] INFO: Extracting details for car 7000342auction111024
2026-03-25 16:50:30 [ecarstrade.be] INFO: Extracting details for car 7000495auction111024
2026-03-25 16:50:30 [ecarstrade.be] INFO: Extracting details for car 7000343auction111024
2026-03-25 16:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c9eb689-570f-5cd6-86bc-f2a284d5711e with identifier: 7000342auction111024
2026-03-25 16:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c9eb689-570f-5cd6-86bc-f2a284d5711e with scrape type 1
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000342%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443713%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_001/780x0__r.jpg?hash=1774443713 not downloaded yet
2026-03-25 16:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf035834-2903-5917-adf3-67754340401f with identifier: 7000495auction111024
2026-03-25 16:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf035834-2903-5917-adf3-67754340401f with scrape type 1
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000495%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444088%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_001/780x0__r.jpg?hash=1774444088 not downloaded yet
2026-03-25 16:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02d7b80c-7452-5c8c-9b8c-700fc4690cbe with identifier: 7000343auction111024
2026-03-25 16:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe with scrape type 1
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000343%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443718%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_001/780x0__r.jpg?hash=1774443718 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000342%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443713%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_002/780x0__r.jpg?hash=1774443713 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000495%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444088%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_002/780x0__r.jpg?hash=1774444088 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000343%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443718%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_002/780x0__r.jpg?hash=1774443718 not downloaded yet
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_004/780x0__r.jpg?hash=1774444084> (referer: https://ecarstrade.com/cars/7000492)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_005/780x0__r.jpg?hash=1774444084> (referer: https://ecarstrade.com/cars/7000492)
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000342%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443712%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_003/780x0__r.jpg?hash=1774443712 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000495%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444088%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_003/780x0__r.jpg?hash=1774444088 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000343%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443718%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_003/780x0__r.jpg?hash=1774443718 not downloaded yet
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_003/780x0__r.jpg?hash=1774444084> (referer: https://ecarstrade.com/cars/7000492)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_006/780x0__r.jpg?hash=1774444084> (referer: https://ecarstrade.com/cars/7000492)
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000342%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443712%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_004/780x0__r.jpg?hash=1774443712 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000495%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444088%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_004/780x0__r.jpg?hash=1774444088 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000343%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443718%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_004/780x0__r.jpg?hash=1774443718 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000342%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443712%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_005/780x0__r.jpg?hash=1774443712 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000495%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444088%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_005/780x0__r.jpg?hash=1774444088 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000343%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443718%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_005/780x0__r.jpg?hash=1774443718 not downloaded yet
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_006/780x0__r.jpg?hash=1774444302> (referer: https://ecarstrade.com/cars/7000768)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_005/780x0__r.jpg?hash=1774444302> (referer: https://ecarstrade.com/cars/7000768)
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000342%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443712%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_006/780x0__r.jpg?hash=1774443712 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000495%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774444088%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_007/780x0__r.jpg?hash=1774444088 not downloaded yet
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000343%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443718%27 HTTP/1.1" 200 None
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_006/780x0__r.jpg?hash=1774443718 not downloaded yet
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_002/780x0__r.jpg?hash=1774444084> (referer: https://ecarstrade.com/cars/7000492)
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_004/780x0__r.jpg?hash=1774444302> (referer: https://ecarstrade.com/cars/7000768)
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_003/780x0__r.jpg?hash=1774444302> (referer: https://ecarstrade.com/cars/7000768)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_001/780x0__r.jpg?hash=1774443718> (referer: https://ecarstrade.com/cars/7000343)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_001/780x0__r.jpg?hash=1774444088> (referer: https://ecarstrade.com/cars/7000495)
2026-03-25 16:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_001/780x0__r.jpg?hash=1774443713> (referer: https://ecarstrade.com/cars/7000342)
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e43fea1e-bab6-584c-bcd2-60c56e7708a6
2026-03-25 16:50:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e43fea1e-bab6-584c-bcd2-60c56e7708a6, skipping ID generation
2026-03-25 16:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43fea1e-bab6-584c-bcd2-60c56e7708a6 with scrape type 1
2026-03-25 16:50:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e43fea1e-bab6-584c-bcd2-60c56e7708a6 sending to next pipeline
2026-03-25 16:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e43fea1e-bab6-584c-bcd2-60c56e7708a6, identifier: 7000492auction111024
2026-03-25 16:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e43fea1e-bab6-584c-bcd2-60c56e7708a6 with identifier: 7000492auction111024
2026-03-25 16:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e43fea1e-bab6-584c-bcd2-60c56e7708a6 with identifier: 7000492auction111024
2026-03-25 16:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e43fea1e-bab6-584c-bcd2-60c56e7708a6 with identifier: 7000492auction111024 to the API
2026-03-25 16:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000492/photo_002/780x0__r.jpg?hash=1774444084>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e43fea1e-bab6-584c-bcd2-60c56e7708a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000492',
'listing': 'auction',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 75052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE GLE (W167) GLE 350 e 211 (+136) 4-Matic PHEV 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLE (W167) e 211 (+136) 4-Matic PHEV 5d',
'vin': None,
'year': 2022}
2026-03-25 16:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000492auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:31 [ecarstrade.be] INFO: Saving data for 7000492auction111024: {'created_time': 1774457431.556646, 'last_price_update_time': 1774457431.556656, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000492auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_002/780x0__r.jpg?hash=1774443718> (referer: https://ecarstrade.com/cars/7000343)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_002/780x0__r.jpg?hash=1774444088> (referer: https://ecarstrade.com/cars/7000495)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_003/780x0__r.jpg?hash=1774444088> (referer: https://ecarstrade.com/cars/7000495)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_003/780x0__r.jpg?hash=1774443718> (referer: https://ecarstrade.com/cars/7000343)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7d099dc-fa7f-5072-933b-6b42e6d0e12d
2026-03-25 16:50:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7d099dc-fa7f-5072-933b-6b42e6d0e12d, skipping ID generation
2026-03-25 16:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7d099dc-fa7f-5072-933b-6b42e6d0e12d with scrape type 1
2026-03-25 16:50:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7d099dc-fa7f-5072-933b-6b42e6d0e12d sending to next pipeline
2026-03-25 16:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7d099dc-fa7f-5072-933b-6b42e6d0e12d, identifier: 7000768auction111024
2026-03-25 16:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_005/780x0__r.jpg?hash=1774443718> (referer: https://ecarstrade.com/cars/7000343)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_005/780x0__r.jpg?hash=1774444088> (referer: https://ecarstrade.com/cars/7000495)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_006/780x0__r.jpg?hash=1774443718> (referer: https://ecarstrade.com/cars/7000343)
2026-03-25 16:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_007/780x0__r.jpg?hash=1774444088> (referer: https://ecarstrade.com/cars/7000495)
2026-03-25 16:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7d099dc-fa7f-5072-933b-6b42e6d0e12d with identifier: 7000768auction111024
2026-03-25 16:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7d099dc-fa7f-5072-933b-6b42e6d0e12d with identifier: 7000768auction111024
2026-03-25 16:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7d099dc-fa7f-5072-933b-6b42e6d0e12d with identifier: 7000768auction111024 to the API
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000768/photo_003/780x0__r.jpg?hash=1774444302>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'b7d099dc-fa7f-5072-933b-6b42e6d0e12d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000768',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Porsche Macan',
'odometer': 24491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Macan Macan 4 5d (total options: 33,960 Ex.Vat)',
'transmission': 'automatic',
'trim': 'Macan 4 5d (total options: 33,960 Ex.Vat)',
'vin': None,
'year': 2024}
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000768auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:32 [ecarstrade.be] INFO: Saving data for 7000768auction111024: {'created_time': 1774457432.817833, 'last_price_update_time': 1774457432.817846, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000768auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found listing with ID: 7000832auction111024
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000832auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:32 [ecarstrade.be] INFO: Scrape type for 7000832auction111024: 1
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found listing with ID: 7000486auction111024
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000486auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:32 [ecarstrade.be] INFO: Scrape type for 7000486auction111024: 1
2026-03-25 16:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_004/780x0__r.jpg?hash=1774443712> (referer: https://ecarstrade.com/cars/7000342)
2026-03-25 16:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_004/780x0__r.jpg?hash=1774444088> (referer: https://ecarstrade.com/cars/7000495)
2026-03-25 16:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_005/780x0__r.jpg?hash=1774443712> (referer: https://ecarstrade.com/cars/7000342)
2026-03-25 16:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_004/780x0__r.jpg?hash=1774443718> (referer: https://ecarstrade.com/cars/7000343)
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found listing with ID: 7000339auction111024
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000339auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:32 [ecarstrade.be] INFO: Scrape type for 7000339auction111024: 1
2026-03-25 16:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found listing with ID: 7000344auction111024
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000344auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:32 [ecarstrade.be] INFO: Scrape type for 7000344auction111024: 1
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found listing with ID: 7000489auction111024
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000489auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:32 [ecarstrade.be] INFO: Scrape type for 7000489auction111024: 1
2026-03-25 16:50:32 [ecarstrade.be] INFO: Found listing with ID: 7000454auction111024
2026-03-25 16:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000454auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000454auction111024: 1
2026-03-25 16:50:33 [ecarstrade.be] INFO: Found listing with ID: 7000405auction111024
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000405auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000405auction111024: 1
2026-03-25 16:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_002/780x0__r.jpg?hash=1774443713> (referer: https://ecarstrade.com/cars/7000342)
2026-03-25 16:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_003/780x0__r.jpg?hash=1774443712> (referer: https://ecarstrade.com/cars/7000342)
2026-03-25 16:50:33 [ecarstrade.be] INFO: Found listing with ID: 7000474auction111024
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000474auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000474auction111024: 1
2026-03-25 16:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:33 [ecarstrade.be] INFO: Found listing with ID: 7000331auction111024
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000331auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000331auction111024: 1
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cf035834-2903-5917-adf3-67754340401f
2026-03-25 16:50:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf035834-2903-5917-adf3-67754340401f, skipping ID generation
2026-03-25 16:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf035834-2903-5917-adf3-67754340401f with scrape type 1
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf035834-2903-5917-adf3-67754340401f sending to next pipeline
2026-03-25 16:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf035834-2903-5917-adf3-67754340401f, identifier: 7000495auction111024
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe
2026-03-25 16:50:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02d7b80c-7452-5c8c-9b8c-700fc4690cbe, skipping ID generation
2026-03-25 16:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe with scrape type 1
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02d7b80c-7452-5c8c-9b8c-700fc4690cbe sending to next pipeline
2026-03-25 16:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02d7b80c-7452-5c8c-9b8c-700fc4690cbe, identifier: 7000343auction111024
2026-03-25 16:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_006/780x0__r.jpg?hash=1774443712> (referer: https://ecarstrade.com/cars/7000342)
2026-03-25 16:50:33 [ecarstrade.be] INFO: Found listing with ID: 7000464auction111024
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000464auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000464auction111024: 1
2026-03-25 16:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf035834-2903-5917-adf3-67754340401f with identifier: 7000495auction111024
2026-03-25 16:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf035834-2903-5917-adf3-67754340401f with identifier: 7000495auction111024
2026-03-25 16:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf035834-2903-5917-adf3-67754340401f with identifier: 7000495auction111024 to the API
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000495/photo_004/780x0__r.jpg?hash=1774444088>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cf035834-2903-5917-adf3-67754340401f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000495',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 76588,
'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 e 4MATIC Business "
'Soluti',
'transmission': 'automatic',
'trim': ", GLE '18, -Benz GLE e 4MATIC Business Soluti",
'vin': None,
'year': 2021}
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000495auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Saving data for 7000495auction111024: {'created_time': 1774457433.608238, 'last_price_update_time': 1774457433.608249, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000495auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02d7b80c-7452-5c8c-9b8c-700fc4690cbe with identifier: 7000343auction111024
2026-03-25 16:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02d7b80c-7452-5c8c-9b8c-700fc4690cbe with identifier: 7000343auction111024
2026-03-25 16:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02d7b80c-7452-5c8c-9b8c-700fc4690cbe with identifier: 7000343auction111024 to the API
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000343/photo_004/780x0__r.jpg?hash=1774443718>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '02d7b80c-7452-5c8c-9b8c-700fc4690cbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000343',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 40587,
'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': 'Audi Q8 E-Tron 55 Quattro Advanced 5d',
'transmission': 'automatic',
'trim': 'Q8 E-Tron 55 Quattro Advanced 5d',
'vin': None,
'year': 2024}
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000343auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Saving data for 7000343auction111024: {'created_time': 1774457433.891636, 'last_price_update_time': 1774457433.891647, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000343auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:33 [ecarstrade.be] INFO: Found listing with ID: 7000487auction111024
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000487auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000487auction111024: 1
2026-03-25 16:50:33 [ecarstrade.be] INFO: Found listing with ID: 7000456auction111024
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000456auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:33 [ecarstrade.be] INFO: Scrape type for 7000456auction111024: 1
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5c9eb689-570f-5cd6-86bc-f2a284d5711e
2026-03-25 16:50:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c9eb689-570f-5cd6-86bc-f2a284d5711e, skipping ID generation
2026-03-25 16:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c9eb689-570f-5cd6-86bc-f2a284d5711e with scrape type 1
2026-03-25 16:50:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c9eb689-570f-5cd6-86bc-f2a284d5711e sending to next pipeline
2026-03-25 16:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c9eb689-570f-5cd6-86bc-f2a284d5711e, identifier: 7000342auction111024
2026-03-25 16:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c9eb689-570f-5cd6-86bc-f2a284d5711e with identifier: 7000342auction111024
2026-03-25 16:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c9eb689-570f-5cd6-86bc-f2a284d5711e with identifier: 7000342auction111024
2026-03-25 16:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c9eb689-570f-5cd6-86bc-f2a284d5711e with identifier: 7000342auction111024 to the API
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000342/photo_006/780x0__r.jpg?hash=1774443712>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '5c9eb689-570f-5cd6-86bc-f2a284d5711e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000342',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 89044,
'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': 'AUDI RSQ3 - 2019 2.5 TFSI 400hp Quattro S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI RS - 2019 2.5 TFSI 400hp Quattro S tronic (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000342auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Saving data for 7000342auction111024: {'created_time': 1774457434.467572, 'last_price_update_time': 1774457434.467583, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000342auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000443auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000443auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000443auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000325auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000325auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000325auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000484auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000484auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000484auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000481auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000481auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000481auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000483auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000483auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000483auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000480auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000480auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000480auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000777auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000777auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000777auction111024: 1
2026-03-25 16:50:34 [ecarstrade.be] INFO: Found listing with ID: 7000438auction111024
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000438auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:34 [ecarstrade.be] INFO: Scrape type for 7000438auction111024: 1
2026-03-25 16:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000491> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:38 [ecarstrade.be] INFO: Extracting details for car 7000491auction111024
2026-03-25 16:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 274d42d9-607a-5e0d-99ca-33791a1d21e7 with identifier: 7000491auction111024
2026-03-25 16:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274d42d9-607a-5e0d-99ca-33791a1d21e7 with scrape type 1
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000491%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444081%27 HTTP/1.1" 200 None
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_001/780x0__r.jpg?hash=1774444081 not downloaded yet
2026-03-25 16:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000491%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444081%27 HTTP/1.1" 200 None
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_002/780x0__r.jpg?hash=1774444081 not downloaded yet
2026-03-25 16:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000491%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444081%27 HTTP/1.1" 200 None
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_003/780x0__r.jpg?hash=1774444081 not downloaded yet
2026-03-25 16:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000491%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444082%27 HTTP/1.1" 200 None
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_004/780x0__r.jpg?hash=1774444082 not downloaded yet
2026-03-25 16:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000491%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444081%27 HTTP/1.1" 200 None
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_005/780x0__r.jpg?hash=1774444081 not downloaded yet
2026-03-25 16:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000491%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444082%27 HTTP/1.1" 200 None
2026-03-25 16:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_006/780x0__r.jpg?hash=1774444082 not downloaded yet
2026-03-25 16:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000478auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000478auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000478auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000840auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000840auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000840auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000353auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000353auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000353auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000488auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000488auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000488auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000479auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000479auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000479auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000496auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000496auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000496auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000348auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000348auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000348auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000388auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000388auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000388auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000406auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000406auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000406auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000370auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000370auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000370auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000346auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000346auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000346auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000390auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000390auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000390auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000497auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000497auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000497auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000337auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000337auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000337auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000797auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000797auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000797auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000455auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000455auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000455auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000368auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000368auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000368auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000321auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000321auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000321auction111024: 1
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000369auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000369auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000369auction111024: 1
2026-03-25 16:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000339> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:40 [ecarstrade.be] INFO: Found listing with ID: 7000827auction111024
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000827auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [ecarstrade.be] INFO: Scrape type for 7000827auction111024: 1
2026-03-25 16:50:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:40 [ecarstrade.be] INFO: Extracting details for car 7000339auction111024
2026-03-25 16:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 7000339auction111024
2026-03-25 16:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 683784ce-b171-5a77-8892-008a206b1763 with scrape type 1
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000339%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443706%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_001/780x0__r.jpg?hash=1774443706 not downloaded yet
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000339%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443705%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_002/780x0__r.jpg?hash=1774443705 not downloaded yet
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000339%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443706%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_003/780x0__r.jpg?hash=1774443706 not downloaded yet
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000339%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443705%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_004/780x0__r.jpg?hash=1774443705 not downloaded yet
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000339%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443705%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_005/780x0__r.jpg?hash=1774443705 not downloaded yet
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000339%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443705%27 HTTP/1.1" 200 None
2026-03-25 16:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_006/780x0__r.jpg?hash=1774443705 not downloaded yet
2026-03-25 16:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000486> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000344> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:41 [ecarstrade.be] INFO: Extracting details for car 7000486auction111024
2026-03-25 16:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b with identifier: 7000486auction111024
2026-03-25 16:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b with scrape type 1
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000486%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_001/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000486%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_002/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:50:41 [ecarstrade.be] INFO: Extracting details for car 7000344auction111024
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000486%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_003/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2381156c-f05e-5187-bcba-ef383fd50e6e with identifier: 7000344auction111024
2026-03-25 16:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2381156c-f05e-5187-bcba-ef383fd50e6e with scrape type 1
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000344%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443714%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_001/780x0__r.jpg?hash=1774443714 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000486%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_004/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000344%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443714%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_002/780x0__r.jpg?hash=1774443714 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000486%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_005/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000344%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443714%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_003/780x0__r.jpg?hash=1774443714 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000486%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_006/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000344%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443715%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_004/780x0__r.jpg?hash=1774443715 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000344%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443714%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_005/780x0__r.jpg?hash=1774443714 not downloaded yet
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000344%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443714%27 HTTP/1.1" 200 None
2026-03-25 16:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_006/780x0__r.jpg?hash=1774443714 not downloaded yet
2026-03-25 16:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000341> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:50:42 [ecarstrade.be] INFO: Extracting details for car 7000341auction111024
2026-03-25 16:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 with identifier: 7000341auction111024
2026-03-25 16:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 with scrape type 1
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000341%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443707%27 HTTP/1.1" 200 None
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_001/780x0__r.jpg?hash=1774443707 not downloaded yet
2026-03-25 16:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000341%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443708%27 HTTP/1.1" 200 None
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_002/780x0__r.jpg?hash=1774443708 not downloaded yet
2026-03-25 16:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000341%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443707%27 HTTP/1.1" 200 None
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_003/780x0__r.jpg?hash=1774443707 not downloaded yet
2026-03-25 16:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000341%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443707%27 HTTP/1.1" 200 None
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_004/780x0__r.jpg?hash=1774443707 not downloaded yet
2026-03-25 16:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000341%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443708%27 HTTP/1.1" 200 None
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_005/780x0__r.jpg?hash=1774443708 not downloaded yet
2026-03-25 16:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000341%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443708%27 HTTP/1.1" 200 None
2026-03-25 16:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_006/780x0__r.jpg?hash=1774443708 not downloaded yet
2026-03-25 16:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000832> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:43 [ecarstrade.be] INFO: Extracting details for car 7000832auction111024
2026-03-25 16:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 7000832auction111024
2026-03-25 16:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fff7a969-4e67-578b-bae1-b505f819ffc0 with scrape type 1
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000832%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444460%27 HTTP/1.1" 200 None
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_001/780x0__r.jpg?hash=1774444460 not downloaded yet
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000832%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444460%27 HTTP/1.1" 200 None
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_002/780x0__r.jpg?hash=1774444460 not downloaded yet
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000832%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444461%27 HTTP/1.1" 200 None
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_003/780x0__r.jpg?hash=1774444461 not downloaded yet
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000832%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444461%27 HTTP/1.1" 200 None
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_004/780x0__r.jpg?hash=1774444461 not downloaded yet
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000832%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444461%27 HTTP/1.1" 200 None
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_005/780x0__r.jpg?hash=1774444461 not downloaded yet
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000832%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444461%27 HTTP/1.1" 200 None
2026-03-25 16:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_006/780x0__r.jpg?hash=1774444461 not downloaded yet
2026-03-25 16:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000454> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:46 [ecarstrade.be] INFO: Extracting details for car 7000454auction111024
2026-03-25 16:50:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 7000454auction111024
2026-03-25 16:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afdee877-eef1-5c67-b14f-dc375bcdff9f with scrape type 1
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000454%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443986%27 HTTP/1.1" 200 None
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_001/780x0__r.jpg?hash=1774443986 not downloaded yet
2026-03-25 16:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000454%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443986%27 HTTP/1.1" 200 None
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_002/780x0__r.jpg?hash=1774443986 not downloaded yet
2026-03-25 16:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000454%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443986%27 HTTP/1.1" 200 None
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_003/780x0__r.jpg?hash=1774443986 not downloaded yet
2026-03-25 16:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000454%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443986%27 HTTP/1.1" 200 None
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_004/780x0__r.jpg?hash=1774443986 not downloaded yet
2026-03-25 16:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000454%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443986%27 HTTP/1.1" 200 None
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_005/780x0__r.jpg?hash=1774443986 not downloaded yet
2026-03-25 16:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000454%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443986%27 HTTP/1.1" 200 None
2026-03-25 16:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_006/780x0__r.jpg?hash=1774443986 not downloaded yet
2026-03-25 16:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996562> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:47 [ecarstrade.be] INFO: Extracting details for car 6996562auction110944
2026-03-25 16:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000405> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af006405-e2cf-5b78-9635-81cf8827f6f2 with identifier: 6996562auction110944
2026-03-25 16:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af006405-e2cf-5b78-9635-81cf8827f6f2 with scrape type 2
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af006405-e2cf-5b78-9635-81cf8827f6f2 with scrape type 2
2026-03-25 16:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af006405-e2cf-5b78-9635-81cf8827f6f2, identifier: 6996562auction110944
2026-03-25 16:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af006405-e2cf-5b78-9635-81cf8827f6f2 with identifier: 6996562auction110944
2026-03-25 16:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af006405-e2cf-5b78-9635-81cf8827f6f2 with identifier: 6996562auction110944
2026-03-25 16:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af006405-e2cf-5b78-9635-81cf8827f6f2 with identifier: 6996562auction110944 to the API
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996562>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'af006405-e2cf-5b78-9635-81cf8827f6f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996562',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 69276,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Fabia Combi ACTIVE 1,2HTP 44KW 60HP',
'transmission': 'manual',
'trim': 'SKODA Combi ACTIVE 1,2HTP 44KW 60HP',
'vin': None,
'year': 2013}
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276996562auction110944%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [ecarstrade.be] INFO: Saving data for 6996562auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774365491.226487, 'last_price_update_time': 1774457447.525684}
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6996562auction110944') HTTP/1.1" 204 0
2026-03-25 16:50:47 [ecarstrade.be] INFO: Extracting details for car 7000405auction111024
2026-03-25 16:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_006/780x0__r.jpg?hash=1774444082> (referer: https://ecarstrade.com/cars/7000491)
2026-03-25 16:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000474> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 7000405auction111024
2026-03-25 16:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7fa14ec-4a68-562d-bf62-c7b13691df22 with scrape type 1
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000405%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443867%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_001/780x0__r.jpg?hash=1774443867 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000405%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443867%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_002/780x0__r.jpg?hash=1774443867 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000405%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443866%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_003/780x0__r.jpg?hash=1774443866 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000405%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443867%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_004/780x0__r.jpg?hash=1774443867 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000405%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443868%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_005/780x0__r.jpg?hash=1774443868 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000405%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443867%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_006/780x0__r.jpg?hash=1774443867 not downloaded yet
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:50:47 [ecarstrade.be] INFO: Extracting details for car 7000474auction111024
2026-03-25 16:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_006/780x0__r.jpg?hash=1774443705> (referer: https://ecarstrade.com/cars/7000339)
2026-03-25 16:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 7000474auction111024
2026-03-25 16:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61c3325-67d9-54c8-bf04-539a44dccd25 with scrape type 1
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000474%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444038%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_001/780x0__r.jpg?hash=1774444038 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000474%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444038%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_002/780x0__r.jpg?hash=1774444038 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000474%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444038%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_003/780x0__r.jpg?hash=1774444038 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000474%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444038%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_004/780x0__r.jpg?hash=1774444038 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000474%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444038%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_005/780x0__r.jpg?hash=1774444038 not downloaded yet
2026-03-25 16:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000474%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444038%27 HTTP/1.1" 200 None
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_006/780x0__r.jpg?hash=1774444038 not downloaded yet
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_005/780x0__r.jpg?hash=1774443705> (referer: https://ecarstrade.com/cars/7000339)
2026-03-25 16:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_006/780x0__r.jpg?hash=1774443714> (referer: https://ecarstrade.com/cars/7000344)
2026-03-25 16:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_006/780x0__r.jpg?hash=1774443708> (referer: https://ecarstrade.com/cars/7000341)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_006/780x0__r.jpg?hash=1774444461> (referer: https://ecarstrade.com/cars/7000832)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_006/780x0__r.jpg?hash=1774443986> (referer: https://ecarstrade.com/cars/7000454)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_005/780x0__r.jpg?hash=1774443986> (referer: https://ecarstrade.com/cars/7000454)
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000331> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_004/780x0__r.jpg?hash=1774443986> (referer: https://ecarstrade.com/cars/7000454)
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_003/780x0__r.jpg?hash=1774443986> (referer: https://ecarstrade.com/cars/7000454)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:48 [ecarstrade.be] INFO: Extracting details for car 7000331auction111024
2026-03-25 16:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 7000331auction111024
2026-03-25 16:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4afdd90-c295-5201-9223-e669b7fb50d9 with scrape type 1
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000331%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443683%27 HTTP/1.1" 200 None
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_001/780x0__r.jpg?hash=1774443683 not downloaded yet
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_006/780x0__r.jpg?hash=1774443867> (referer: https://ecarstrade.com/cars/7000405)
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000331%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443683%27 HTTP/1.1" 200 None
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_002/780x0__r.jpg?hash=1774443683 not downloaded yet
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_006/780x0__r.jpg?hash=1774444038> (referer: https://ecarstrade.com/cars/7000474)
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000331%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443683%27 HTTP/1.1" 200 None
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_003/780x0__r.jpg?hash=1774443683 not downloaded yet
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000331%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443683%27 HTTP/1.1" 200 None
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_004/780x0__r.jpg?hash=1774443683 not downloaded yet
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000331%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443683%27 HTTP/1.1" 200 None
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_005/780x0__r.jpg?hash=1774443683 not downloaded yet
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000331%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443683%27 HTTP/1.1" 200 None
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_006/780x0__r.jpg?hash=1774443683 not downloaded yet
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_005/780x0__r.jpg?hash=1774444038> (referer: https://ecarstrade.com/cars/7000474)
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_004/780x0__r.jpg?hash=1774444038> (referer: https://ecarstrade.com/cars/7000474)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_003/780x0__r.jpg?hash=1774444038> (referer: https://ecarstrade.com/cars/7000474)
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_002/780x0__r.jpg?hash=1774444038> (referer: https://ecarstrade.com/cars/7000474)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_005/780x0__r.jpg?hash=1774443868> (referer: https://ecarstrade.com/cars/7000405)
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_001/780x0__r.jpg?hash=1774444038> (referer: https://ecarstrade.com/cars/7000474)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_004/780x0__r.jpg?hash=1774443867> (referer: https://ecarstrade.com/cars/7000405)
2026-03-25 16:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_003/780x0__r.jpg?hash=1774443866> (referer: https://ecarstrade.com/cars/7000405)
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a61c3325-67d9-54c8-bf04-539a44dccd25
2026-03-25 16:50:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a61c3325-67d9-54c8-bf04-539a44dccd25, skipping ID generation
2026-03-25 16:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61c3325-67d9-54c8-bf04-539a44dccd25 with scrape type 1
2026-03-25 16:50:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a61c3325-67d9-54c8-bf04-539a44dccd25 sending to next pipeline
2026-03-25 16:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a61c3325-67d9-54c8-bf04-539a44dccd25, identifier: 7000474auction111024
2026-03-25 16:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 7000474auction111024
2026-03-25 16:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 7000474auction111024
2026-03-25 16:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 7000474auction111024 to the API
2026-03-25 16:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000474/photo_001/780x0__r.jpg?hash=1774444038>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'a61c3325-67d9-54c8-bf04-539a44dccd25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000474',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 42434,
'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': 'MERCEDES EQE 89 kWh EQE 300 Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 89 kWh 300 Business Line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000474auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [ecarstrade.be] INFO: Saving data for 7000474auction111024: {'created_time': 1774457449.15419, 'last_price_update_time': 1774457449.1542, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000474auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_001/780x0__r.jpg?hash=1774443683> (referer: https://ecarstrade.com/cars/7000331)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_002/780x0__r.jpg?hash=1774443867> (referer: https://ecarstrade.com/cars/7000405)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000489> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000464> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_005/780x0__r.jpg?hash=1774443683> (referer: https://ecarstrade.com/cars/7000331)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_006/780x0__r.jpg?hash=1774443683> (referer: https://ecarstrade.com/cars/7000331)
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:49 [ecarstrade.be] INFO: Extracting details for car 7000489auction111024
2026-03-25 16:50:49 [ecarstrade.be] INFO: Extracting details for car 7000464auction111024
2026-03-25 16:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d51ecd6-46ce-53e4-9ce2-31003e363594 with identifier: 7000489auction111024
2026-03-25 16:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d51ecd6-46ce-53e4-9ce2-31003e363594 with scrape type 1
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000489%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444075%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_001/780x0__r.jpg?hash=1774444075 not downloaded yet
2026-03-25 16:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44d1d2a-0c72-58ad-b71f-38a4409d7aee with identifier: 7000464auction111024
2026-03-25 16:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44d1d2a-0c72-58ad-b71f-38a4409d7aee with scrape type 1
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000464%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_001/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_002/780x0__r.jpg?hash=1774443683> (referer: https://ecarstrade.com/cars/7000331)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_003/780x0__r.jpg?hash=1774443683> (referer: https://ecarstrade.com/cars/7000331)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_001/780x0__r.jpg?hash=1774443867> (referer: https://ecarstrade.com/cars/7000405)
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000489%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444075%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_002/780x0__r.jpg?hash=1774444075 not downloaded yet
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000464%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_002/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_004/780x0__r.jpg?hash=1774443683> (referer: https://ecarstrade.com/cars/7000331)
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000489%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444075%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_003/780x0__r.jpg?hash=1774444075 not downloaded yet
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000464%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_003/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000489%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444075%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_004/780x0__r.jpg?hash=1774444075 not downloaded yet
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000464%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_004/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_005/780x0__r.jpg?hash=1774444461> (referer: https://ecarstrade.com/cars/7000832)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_001/780x0__r.jpg?hash=1774443986> (referer: https://ecarstrade.com/cars/7000454)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_002/780x0__r.jpg?hash=1774443986> (referer: https://ecarstrade.com/cars/7000454)
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000489%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444075%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_005/780x0__r.jpg?hash=1774444075 not downloaded yet
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000464%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_005/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_004/780x0__r.jpg?hash=1774444461> (referer: https://ecarstrade.com/cars/7000832)
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000489%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444075%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_006/780x0__r.jpg?hash=1774444075 not downloaded yet
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000464%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444011%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_006/780x0__r.jpg?hash=1774444011 not downloaded yet
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c7fa14ec-4a68-562d-bf62-c7b13691df22
2026-03-25 16:50:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7fa14ec-4a68-562d-bf62-c7b13691df22, skipping ID generation
2026-03-25 16:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7fa14ec-4a68-562d-bf62-c7b13691df22 with scrape type 1
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7fa14ec-4a68-562d-bf62-c7b13691df22 sending to next pipeline
2026-03-25 16:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c7fa14ec-4a68-562d-bf62-c7b13691df22, identifier: 7000405auction111024
2026-03-25 16:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 7000405auction111024
2026-03-25 16:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 7000405auction111024
2026-03-25 16:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 7000405auction111024 to the API
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000405/photo_001/780x0__r.jpg?hash=1774443867>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c7fa14ec-4a68-562d-bf62-c7b13691df22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000405',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X5',
'odometer': 109213,
'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': 'BMW X5 xDrive45e (210kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive45e (210kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000405auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:49 [ecarstrade.be] INFO: Saving data for 7000405auction111024: {'created_time': 1774457449.910729, 'last_price_update_time': 1774457449.910741, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000405auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_003/780x0__r.jpg?hash=1774444461> (referer: https://ecarstrade.com/cars/7000832)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_002/780x0__r.jpg?hash=1774444460> (referer: https://ecarstrade.com/cars/7000832)
2026-03-25 16:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_001/780x0__r.jpg?hash=1774444460> (referer: https://ecarstrade.com/cars/7000832)
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e4afdd90-c295-5201-9223-e669b7fb50d9
2026-03-25 16:50:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4afdd90-c295-5201-9223-e669b7fb50d9, skipping ID generation
2026-03-25 16:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4afdd90-c295-5201-9223-e669b7fb50d9 with scrape type 1
2026-03-25 16:50:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4afdd90-c295-5201-9223-e669b7fb50d9 sending to next pipeline
2026-03-25 16:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4afdd90-c295-5201-9223-e669b7fb50d9, identifier: 7000331auction111024
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_005/780x0__r.jpg?hash=1774443708> (referer: https://ecarstrade.com/cars/7000341)
2026-03-25 16:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 7000331auction111024
2026-03-25 16:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 7000331auction111024
2026-03-25 16:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 7000331auction111024 to the API
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000331/photo_004/780x0__r.jpg?hash=1774443683>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'e4afdd90-c295-5201-9223-e669b7fb50d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000331',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 79324,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON 95 kWh 55 408hp Quattro S line 5d',
'transmission': 'automatic',
'trim': 'AUDI 95 kWh 55 408hp Quattro S line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000331auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:50 [ecarstrade.be] INFO: Saving data for 7000331auction111024: {'created_time': 1774457450.357376, 'last_price_update_time': 1774457450.357386, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000331auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_004/780x0__r.jpg?hash=1774443707> (referer: https://ecarstrade.com/cars/7000341)
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_001/780x0__r.jpg?hash=1774444075> (referer: https://ecarstrade.com/cars/7000489)
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_001/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000464)
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item afdee877-eef1-5c67-b14f-dc375bcdff9f
2026-03-25 16:50:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afdee877-eef1-5c67-b14f-dc375bcdff9f, skipping ID generation
2026-03-25 16:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afdee877-eef1-5c67-b14f-dc375bcdff9f with scrape type 1
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afdee877-eef1-5c67-b14f-dc375bcdff9f sending to next pipeline
2026-03-25 16:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afdee877-eef1-5c67-b14f-dc375bcdff9f, identifier: 7000454auction111024
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 7000454auction111024
2026-03-25 16:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 7000454auction111024
2026-03-25 16:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 7000454auction111024 to the API
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000454/photo_002/780x0__r.jpg?hash=1774443986>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'afdee877-eef1-5c67-b14f-dc375bcdff9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000454',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 45378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT - 2019 1.5 Turbo 300 PHEV AWD R-Dynamic '
'HSE 5d',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT - 2019 1.5 Turbo 300 PHEV AWD R-Dynamic '
'HSE 5d',
'vin': None,
'year': 2023}
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000454auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:50 [ecarstrade.be] INFO: Saving data for 7000454auction111024: {'created_time': 1774457450.724883, 'last_price_update_time': 1774457450.724894, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000454auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_002/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000464)
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fff7a969-4e67-578b-bae1-b505f819ffc0
2026-03-25 16:50:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fff7a969-4e67-578b-bae1-b505f819ffc0, skipping ID generation
2026-03-25 16:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fff7a969-4e67-578b-bae1-b505f819ffc0 with scrape type 1
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fff7a969-4e67-578b-bae1-b505f819ffc0 sending to next pipeline
2026-03-25 16:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fff7a969-4e67-578b-bae1-b505f819ffc0, identifier: 7000832auction111024
2026-03-25 16:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_004/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000464)
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_004/780x0__r.jpg?hash=1774444075> (referer: https://ecarstrade.com/cars/7000489)
2026-03-25 16:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_003/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000464)
2026-03-25 16:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 7000832auction111024
2026-03-25 16:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 7000832auction111024
2026-03-25 16:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 7000832auction111024 to the API
2026-03-25 16:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000832/photo_001/780x0__r.jpg?hash=1774444460>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fff7a969-4e67-578b-bae1-b505f819ffc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000832',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 41587,
'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': "Volvo, XC90 FL'20, Volvo XC90 2.0 B5 D 4WD Geartronic Momentum Pro "
'7P',
'transmission': 'automatic',
'trim': ", XC90 FL'20, XC90 2.0 B5 D 4WD Geartronic Momentum Pro 7P",
'vin': None,
'year': 2021}
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000832auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [ecarstrade.be] INFO: Saving data for 7000832auction111024: {'created_time': 1774457451.128197, 'last_price_update_time': 1774457451.128207, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000832auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000487> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_005/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000464)
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_002/780x0__r.jpg?hash=1774444075> (referer: https://ecarstrade.com/cars/7000489)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_006/780x0__r.jpg?hash=1774444075> (referer: https://ecarstrade.com/cars/7000489)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_006/780x0__r.jpg?hash=1774444011> (referer: https://ecarstrade.com/cars/7000464)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_003/780x0__r.jpg?hash=1774444075> (referer: https://ecarstrade.com/cars/7000489)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_005/780x0__r.jpg?hash=1774444075> (referer: https://ecarstrade.com/cars/7000489)
2026-03-25 16:50:51 [ecarstrade.be] INFO: Extracting details for car 7000487auction111024
2026-03-25 16:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fee35620-9e7f-5517-9489-17b6aef8c1f5 with identifier: 7000487auction111024
2026-03-25 16:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fee35620-9e7f-5517-9489-17b6aef8c1f5 with scrape type 1
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000487%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444069%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_001/780x0__r.jpg?hash=1774444069 not downloaded yet
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_002/780x0__r.jpg?hash=1774443708> (referer: https://ecarstrade.com/cars/7000341)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_003/780x0__r.jpg?hash=1774443707> (referer: https://ecarstrade.com/cars/7000341)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_001/780x0__r.jpg?hash=1774443707> (referer: https://ecarstrade.com/cars/7000341)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_005/780x0__r.jpg?hash=1774443714> (referer: https://ecarstrade.com/cars/7000344)
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_004/780x0__r.jpg?hash=1774443715> (referer: https://ecarstrade.com/cars/7000344)
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000487%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444069%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_002/780x0__r.jpg?hash=1774444069 not downloaded yet
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000487%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444069%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_003/780x0__r.jpg?hash=1774444069 not downloaded yet
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000487%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444069%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_004/780x0__r.jpg?hash=1774444069 not downloaded yet
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000487%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444069%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_005/780x0__r.jpg?hash=1774444069 not downloaded yet
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f44d1d2a-0c72-58ad-b71f-38a4409d7aee
2026-03-25 16:50:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f44d1d2a-0c72-58ad-b71f-38a4409d7aee, skipping ID generation
2026-03-25 16:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44d1d2a-0c72-58ad-b71f-38a4409d7aee with scrape type 1
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f44d1d2a-0c72-58ad-b71f-38a4409d7aee sending to next pipeline
2026-03-25 16:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f44d1d2a-0c72-58ad-b71f-38a4409d7aee, identifier: 7000464auction111024
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d51ecd6-46ce-53e4-9ce2-31003e363594
2026-03-25 16:50:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d51ecd6-46ce-53e4-9ce2-31003e363594, skipping ID generation
2026-03-25 16:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d51ecd6-46ce-53e4-9ce2-31003e363594 with scrape type 1
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d51ecd6-46ce-53e4-9ce2-31003e363594 sending to next pipeline
2026-03-25 16:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d51ecd6-46ce-53e4-9ce2-31003e363594, identifier: 7000489auction111024
2026-03-25 16:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_003/780x0__r.jpg?hash=1774443714> (referer: https://ecarstrade.com/cars/7000344)
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50: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%252F7000487%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444069%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_006/780x0__r.jpg?hash=1774444069 not downloaded yet
2026-03-25 16:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f44d1d2a-0c72-58ad-b71f-38a4409d7aee with identifier: 7000464auction111024
2026-03-25 16:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f44d1d2a-0c72-58ad-b71f-38a4409d7aee with identifier: 7000464auction111024
2026-03-25 16:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f44d1d2a-0c72-58ad-b71f-38a4409d7aee with identifier: 7000464auction111024 to the API
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000464/photo_006/780x0__r.jpg?hash=1774444011>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f44d1d2a-0c72-58ad-b71f-38a4409d7aee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000464',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 36457,
'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 CLASSE C BREAK DIESEL 2021 - C 220 d 200ch AMG Line Launch '
'Edition 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE C BREAK DIESEL 2021 - d 200ch AMG Line Launch '
'Edition 5d Auto',
'vin': None,
'year': 2022}
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000464auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:51 [ecarstrade.be] INFO: Saving data for 7000464auction111024: {'created_time': 1774457451.970604, 'last_price_update_time': 1774457451.970619, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000464auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d51ecd6-46ce-53e4-9ce2-31003e363594 with identifier: 7000489auction111024
2026-03-25 16:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d51ecd6-46ce-53e4-9ce2-31003e363594 with identifier: 7000489auction111024
2026-03-25 16:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d51ecd6-46ce-53e4-9ce2-31003e363594 with identifier: 7000489auction111024 to the API
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000489/photo_005/780x0__r.jpg?hash=1774444075>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '8d51ecd6-46ce-53e4-9ce2-31003e363594',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000489',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 59021,
'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': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 316 (194+122) '
'4-Matic 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 de 316 (194+122) 4-Matic '
'5d Auto',
'vin': None,
'year': 2022}
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000489auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:52 [ecarstrade.be] INFO: Saving data for 7000489auction111024: {'created_time': 1774457452.445304, 'last_price_update_time': 1774457452.445314, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000489auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_006/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000486)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_005/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000486)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_002/780x0__r.jpg?hash=1774443714> (referer: https://ecarstrade.com/cars/7000344)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_004/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000486)
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1
2026-03-25 16:50:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1d32ca7-4943-5040-ac4c-5e93e1c94cf1, skipping ID generation
2026-03-25 16:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 with scrape type 1
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 sending to next pipeline
2026-03-25 16:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1d32ca7-4943-5040-ac4c-5e93e1c94cf1, identifier: 7000341auction111024
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 with identifier: 7000341auction111024
2026-03-25 16:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 with identifier: 7000341auction111024
2026-03-25 16:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1d32ca7-4943-5040-ac4c-5e93e1c94cf1 with identifier: 7000341auction111024 to the API
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000341/photo_001/780x0__r.jpg?hash=1774443707>
{'auction_title': '',
'c_o_2_emission_value': 227,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'd1d32ca7-4943-5040-ac4c-5e93e1c94cf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000341',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 112629,
'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 RSQ3 SPORTBACK 2.5 TFSI 400 Quattro S tronic (EU6d-TEMP) 5d '
'Auto',
'transmission': 'automatic',
'trim': '*AUDI RS SPORTBACK 2.5 TFSI 400 Quattro S tronic (EU6d-TEMP) 5d Auto',
'vin': None,
'year': 2022}
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000341auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:52 [ecarstrade.be] INFO: Saving data for 7000341auction111024: {'created_time': 1774457452.820259, 'last_price_update_time': 1774457452.820272, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000341auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_001/780x0__r.jpg?hash=1774443714> (referer: https://ecarstrade.com/cars/7000344)
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_003/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000486)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_001/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000486)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_001/780x0__r.jpg?hash=1774444069> (referer: https://ecarstrade.com/cars/7000487)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_002/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000486)
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_003/780x0__r.jpg?hash=1774443706> (referer: https://ecarstrade.com/cars/7000339)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_002/780x0__r.jpg?hash=1774443705> (referer: https://ecarstrade.com/cars/7000339)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_005/780x0__r.jpg?hash=1774444069> (referer: https://ecarstrade.com/cars/7000487)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_006/780x0__r.jpg?hash=1774444069> (referer: https://ecarstrade.com/cars/7000487)
2026-03-25 16:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_004/780x0__r.jpg?hash=1774443705> (referer: https://ecarstrade.com/cars/7000339)
2026-03-25 16:50:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2381156c-f05e-5187-bcba-ef383fd50e6e
2026-03-25 16:50:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2381156c-f05e-5187-bcba-ef383fd50e6e, skipping ID generation
2026-03-25 16:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2381156c-f05e-5187-bcba-ef383fd50e6e with scrape type 1
2026-03-25 16:50:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2381156c-f05e-5187-bcba-ef383fd50e6e sending to next pipeline
2026-03-25 16:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2381156c-f05e-5187-bcba-ef383fd50e6e, identifier: 7000344auction111024
2026-03-25 16:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2381156c-f05e-5187-bcba-ef383fd50e6e with identifier: 7000344auction111024
2026-03-25 16:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2381156c-f05e-5187-bcba-ef383fd50e6e with identifier: 7000344auction111024
2026-03-25 16:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2381156c-f05e-5187-bcba-ef383fd50e6e with identifier: 7000344auction111024 to the API
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000344/photo_001/780x0__r.jpg?hash=1774443714>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2381156c-f05e-5187-bcba-ef383fd50e6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000344',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '420',
'odometer': 22110,
'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': 4,
'seller_name': None,
'title': 'BMW 4 CABRIO - 2021 420iAS 184hp 2d',
'transmission': 'automatic',
'trim': '4 CABRIO - 2021 iAS 184hp 2d',
'vin': None,
'year': 2022}
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000344auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:53 [ecarstrade.be] INFO: Saving data for 7000344auction111024: {'created_time': 1774457453.440094, 'last_price_update_time': 1774457453.440109, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000344auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_004/780x0__r.jpg?hash=1774444069> (referer: https://ecarstrade.com/cars/7000487)
2026-03-25 16:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_001/780x0__r.jpg?hash=1774443706> (referer: https://ecarstrade.com/cars/7000339)
2026-03-25 16:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_002/780x0__r.jpg?hash=1774444069> (referer: https://ecarstrade.com/cars/7000487)
2026-03-25 16:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_003/780x0__r.jpg?hash=1774444069> (referer: https://ecarstrade.com/cars/7000487)
2026-03-25 16:50:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b
2026-03-25 16:50:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b, skipping ID generation
2026-03-25 16:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b with scrape type 1
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b sending to next pipeline
2026-03-25 16:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b, identifier: 7000486auction111024
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b with identifier: 7000486auction111024
2026-03-25 16:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b with identifier: 7000486auction111024
2026-03-25 16:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b with identifier: 7000486auction111024 to the API
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000486/photo_002/780x0__r.jpg?hash=1774444066>
{'auction_title': '',
'c_o_2_emission_value': 11,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '097e5cd7-62ba-53a8-8b50-e5d5f2b2d13b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000486',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 196965,
'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-Benz GLC GLC 300 de AMG Line 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC de AMG Line 4MATIC 5d',
'vin': None,
'year': 2023}
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000486auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:53 [ecarstrade.be] INFO: Saving data for 7000486auction111024: {'created_time': 1774457453.927289, 'last_price_update_time': 1774457453.9273, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000486auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000456> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 683784ce-b171-5a77-8892-008a206b1763
2026-03-25 16:50:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 683784ce-b171-5a77-8892-008a206b1763, skipping ID generation
2026-03-25 16:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 683784ce-b171-5a77-8892-008a206b1763 with scrape type 1
2026-03-25 16:50:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 683784ce-b171-5a77-8892-008a206b1763 sending to next pipeline
2026-03-25 16:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 683784ce-b171-5a77-8892-008a206b1763, identifier: 7000339auction111024
2026-03-25 16:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fee35620-9e7f-5517-9489-17b6aef8c1f5
2026-03-25 16:50:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fee35620-9e7f-5517-9489-17b6aef8c1f5, skipping ID generation
2026-03-25 16:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fee35620-9e7f-5517-9489-17b6aef8c1f5 with scrape type 1
2026-03-25 16:50:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fee35620-9e7f-5517-9489-17b6aef8c1f5 sending to next pipeline
2026-03-25 16:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fee35620-9e7f-5517-9489-17b6aef8c1f5, identifier: 7000487auction111024
2026-03-25 16:50:54 [ecarstrade.be] INFO: Extracting details for car 7000456auction111024
2026-03-25 16:50:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 7000339auction111024
2026-03-25 16:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 7000339auction111024
2026-03-25 16:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 7000339auction111024 to the API
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000339/photo_001/780x0__r.jpg?hash=1774443706>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '683784ce-b171-5a77-8892-008a206b1763',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000339',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q5',
'odometer': 72364,
'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': 'AUDI Q5 SPORTBACK 55 TFSIe 265hp Quattro PHEV S line S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 55 TFSIe 265hp Quattro PHEV S line S tronic 5d',
'vin': None,
'year': 2023}
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000339auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:54 [ecarstrade.be] INFO: Saving data for 7000339auction111024: {'created_time': 1774457454.774535, 'last_price_update_time': 1774457454.774545, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000339auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fee35620-9e7f-5517-9489-17b6aef8c1f5 with identifier: 7000487auction111024
2026-03-25 16:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fee35620-9e7f-5517-9489-17b6aef8c1f5 with identifier: 7000487auction111024
2026-03-25 16:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fee35620-9e7f-5517-9489-17b6aef8c1f5 with identifier: 7000487auction111024 to the API
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:50:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000487/photo_003/780x0__r.jpg?hash=1774444069>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'fee35620-9e7f-5517-9489-17b6aef8c1f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000487',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 77246,
'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 CLASSE GLC - 2019 GLC 300 258 4 Matic (EU6d-TEMP) 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC - 2019 258 4 Matic (EU6d-TEMP) 5d Auto',
'vin': None,
'year': 2021}
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000487auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [ecarstrade.be] INFO: Saving data for 7000487auction111024: {'created_time': 1774457455.083602, 'last_price_update_time': 1774457455.083614, 'auction_closing_time': 1774606200.0}
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000487auction111024') HTTP/1.1" 204 0
2026-03-25 16:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 7000456auction111024
2026-03-25 16:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d724278c-b782-5aa4-9147-8c41f56ab82c with scrape type 1
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000456%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443993%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_001/780x0__r.jpg?hash=1774443993 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000456%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443991%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_002/780x0__r.jpg?hash=1774443991 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000456%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443991%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_003/780x0__r.jpg?hash=1774443991 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000456%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443992%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_004/780x0__r.jpg?hash=1774443992 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000456%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443993%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_005/780x0__r.jpg?hash=1774443993 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000456%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443991%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_006/780x0__r.jpg?hash=1774443991 not downloaded yet
2026-03-25 16:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000369> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:50:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:50:55 [ecarstrade.be] INFO: Extracting details for car 7000369auction111024
2026-03-25 16:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28a10da2-0da4-5e93-9394-de9264e43d95 with identifier: 7000369auction111024
2026-03-25 16:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28a10da2-0da4-5e93-9394-de9264e43d95 with scrape type 1
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000369%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443785%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_001/780x0__r.jpg?hash=1774443785 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000369%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443784%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_002/780x0__r.jpg?hash=1774443784 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000369%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443784%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_003/780x0__r.jpg?hash=1774443784 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000369%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443784%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_004/780x0__r.jpg?hash=1774443784 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000369%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443784%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_005/780x0__r.jpg?hash=1774443784 not downloaded yet
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000369%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443784%27 HTTP/1.1" 200 None
2026-03-25 16:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_006/780x0__r.jpg?hash=1774443784 not downloaded yet
2026-03-25 16:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000438> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:50:56 [ecarstrade.be] INFO: Extracting details for car 7000438auction111024
2026-03-25 16:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbcc14f1-d3aa-580d-be84-c911f2b0eb17 with identifier: 7000438auction111024
2026-03-25 16:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbcc14f1-d3aa-580d-be84-c911f2b0eb17 with scrape type 1
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000438%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443949%27 HTTP/1.1" 200 None
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_001/780x0__r.jpg?hash=1774443949 not downloaded yet
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000438%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443950%27 HTTP/1.1" 200 None
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_002/780x0__r.jpg?hash=1774443950 not downloaded yet
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000438%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443949%27 HTTP/1.1" 200 None
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_003/780x0__r.jpg?hash=1774443949 not downloaded yet
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000438%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443949%27 HTTP/1.1" 200 None
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_004/780x0__r.jpg?hash=1774443949 not downloaded yet
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000438%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443949%27 HTTP/1.1" 200 None
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_005/780x0__r.jpg?hash=1774443949 not downloaded yet
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000438%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443949%27 HTTP/1.1" 200 None
2026-03-25 16:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_006/780x0__r.jpg?hash=1774443949 not downloaded yet
2026-03-25 16:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000827> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:01 [ecarstrade.be] INFO: Extracting details for car 7000827auction111024
2026-03-25 16:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 7000827auction111024
2026-03-25 16:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627955fd-7169-5066-b3a6-96013d2386c1 with scrape type 1
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000827%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444448%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_001/780x0__r.jpg?hash=1774444448 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000827%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444448%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_002/780x0__r.jpg?hash=1774444448 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000827%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444448%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_003/780x0__r.jpg?hash=1774444448 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000827%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444448%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_004/780x0__r.jpg?hash=1774444448 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000827%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444448%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_005/780x0__r.jpg?hash=1774444448 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000827%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444450%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_006/780x0__r.jpg?hash=1774444450 not downloaded yet
2026-03-25 16:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000455> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:01 [ecarstrade.be] INFO: Extracting details for car 7000455auction111024
2026-03-25 16:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 with identifier: 7000455auction111024
2026-03-25 16:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 with scrape type 1
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000455%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443990%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_001/780x0__r.jpg?hash=1774443990 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000455%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443990%27 HTTP/1.1" 200 None
2026-03-25 16:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_002/780x0__r.jpg?hash=1774443990 not downloaded yet
2026-03-25 16:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000455%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443990%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_003/780x0__r.jpg?hash=1774443990 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000455%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443990%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_004/780x0__r.jpg?hash=1774443990 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000455%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443990%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_005/780x0__r.jpg?hash=1774443990 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000455%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443990%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_006/780x0__r.jpg?hash=1774443990 not downloaded yet
2026-03-25 16:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000368> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:02 [ecarstrade.be] INFO: Extracting details for car 7000368auction111024
2026-03-25 16:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95802723-04f5-5b99-9a3d-83ae572a7433 with identifier: 7000368auction111024
2026-03-25 16:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95802723-04f5-5b99-9a3d-83ae572a7433 with scrape type 1
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000368%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443781%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_001/780x0__r.jpg?hash=1774443781 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000368%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443781%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_002/780x0__r.jpg?hash=1774443781 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000368%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443781%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_003/780x0__r.jpg?hash=1774443781 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000368%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443781%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_004/780x0__r.jpg?hash=1774443781 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000368%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443781%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_005/780x0__r.jpg?hash=1774443781 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000368%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443781%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_006/780x0__r.jpg?hash=1774443781 not downloaded yet
2026-03-25 16:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000497> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000390> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:02 [ecarstrade.be] INFO: Extracting details for car 7000497auction111024
2026-03-25 16:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30cf445c-33f1-5a48-8a4b-d678f7b6f046 with identifier: 7000497auction111024
2026-03-25 16:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30cf445c-33f1-5a48-8a4b-d678f7b6f046 with scrape type 1
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000497%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444093%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_001/780x0__r.jpg?hash=1774444093 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000497%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444093%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_002/780x0__r.jpg?hash=1774444093 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000497%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444094%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_003/780x0__r.jpg?hash=1774444094 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000497%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444095%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_004/780x0__r.jpg?hash=1774444095 not downloaded yet
2026-03-25 16:51:02 [ecarstrade.be] INFO: Extracting details for car 7000390auction111024
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000497%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444095%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_005/780x0__r.jpg?hash=1774444095 not downloaded yet
2026-03-25 16:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 7000390auction111024
2026-03-25 16:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434752d7-ab52-5cff-97d9-ea5339694ed5 with scrape type 1
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000390%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443829%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_001/780x0__r.jpg?hash=1774443829 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000497%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444095%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_006/780x0__r.jpg?hash=1774444095 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000390%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443829%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_002/780x0__r.jpg?hash=1774443829 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000390%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443829%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_003/780x0__r.jpg?hash=1774443829 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000390%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443830%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_004/780x0__r.jpg?hash=1774443830 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000390%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443830%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_005/780x0__r.jpg?hash=1774443830 not downloaded yet
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000390%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443830%27 HTTP/1.1" 200 None
2026-03-25 16:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_006/780x0__r.jpg?hash=1774443830 not downloaded yet
2026-03-25 16:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000337> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:03 [ecarstrade.be] INFO: Extracting details for car 7000337auction111024
2026-03-25 16:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 7000337auction111024
2026-03-25 16:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b171545-493c-56d8-a88d-124dd2b7ce7f with scrape type 1
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000337%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443699%27 HTTP/1.1" 200 None
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_001/780x0__r.jpg?hash=1774443699 not downloaded yet
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000337%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443700%27 HTTP/1.1" 200 None
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_002/780x0__r.jpg?hash=1774443700 not downloaded yet
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000337%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443699%27 HTTP/1.1" 200 None
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_003/780x0__r.jpg?hash=1774443699 not downloaded yet
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000337%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443699%27 HTTP/1.1" 200 None
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_004/780x0__r.jpg?hash=1774443699 not downloaded yet
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000337%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443700%27 HTTP/1.1" 200 None
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_005/780x0__r.jpg?hash=1774443700 not downloaded yet
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000337%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443699%27 HTTP/1.1" 200 None
2026-03-25 16:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_006/780x0__r.jpg?hash=1774443699 not downloaded yet
2026-03-25 16:51:06 [scrapy.extensions.logstats] INFO: Crawled 517 pages (at 33 pages/min), scraped 406 items (at 19 items/min)
2026-03-25 16:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000797> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000346> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_006/780x0__r.jpg?hash=1774443991> (referer: https://ecarstrade.com/cars/7000456)
2026-03-25 16:51:07 [ecarstrade.be] INFO: Extracting details for car 7000797auction111024
2026-03-25 16:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 7000797auction111024
2026-03-25 16:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with scrape type 1
2026-03-25 16:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000797%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444380%27 HTTP/1.1" 200 None
2026-03-25 16:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_001/780x0__r.jpg?hash=1774444380 not downloaded yet
2026-03-25 16:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_006/780x0__r.jpg?hash=1774443784> (referer: https://ecarstrade.com/cars/7000369)
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000797%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444380%27 HTTP/1.1" 200 None
2026-03-25 16:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_002/780x0__r.jpg?hash=1774444380 not downloaded yet
2026-03-25 16:51:07 [ecarstrade.be] INFO: Extracting details for car 7000346auction111024
2026-03-25 16:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_006/780x0__r.jpg?hash=1774443949> (referer: https://ecarstrade.com/cars/7000438)
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000797%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444380%27 HTTP/1.1" 200 None
2026-03-25 16:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_003/780x0__r.jpg?hash=1774444380 not downloaded yet
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000797%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444380%27 HTTP/1.1" 200 None
2026-03-25 16:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_004/780x0__r.jpg?hash=1774444380 not downloaded yet
2026-03-25 16:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a with identifier: 7000346auction111024
2026-03-25 16:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a with scrape type 1
2026-03-25 16:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000346%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443721%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_001/780x0__r.jpg?hash=1774443721 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000797%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444380%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_005/780x0__r.jpg?hash=1774444380 not downloaded yet
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000346%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443721%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_002/780x0__r.jpg?hash=1774443721 not downloaded yet
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_006/780x0__r.jpg?hash=1774444450> (referer: https://ecarstrade.com/cars/7000827)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_006/780x0__r.jpg?hash=1774443990> (referer: https://ecarstrade.com/cars/7000455)
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000797%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444380%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_006/780x0__r.jpg?hash=1774444380 not downloaded yet
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000346%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443721%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_003/780x0__r.jpg?hash=1774443721 not downloaded yet
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000346%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443721%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_004/780x0__r.jpg?hash=1774443721 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000346%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443721%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_005/780x0__r.jpg?hash=1774443721 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_006/780x0__r.jpg?hash=1774443781> (referer: https://ecarstrade.com/cars/7000368)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_005/780x0__r.jpg?hash=1774443781> (referer: https://ecarstrade.com/cars/7000368)
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000346%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443721%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_006/780x0__r.jpg?hash=1774443721 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000370> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_006/780x0__r.jpg?hash=1774443699> (referer: https://ecarstrade.com/cars/7000337)
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_006/780x0__r.jpg?hash=1774443830> (referer: https://ecarstrade.com/cars/7000390)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_005/780x0__r.jpg?hash=1774443700> (referer: https://ecarstrade.com/cars/7000337)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_001/780x0__r.jpg?hash=1774444380> (referer: https://ecarstrade.com/cars/7000797)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_004/780x0__r.jpg?hash=1774443699> (referer: https://ecarstrade.com/cars/7000337)
2026-03-25 16:51:08 [ecarstrade.be] INFO: Extracting details for car 7000370auction111024
2026-03-25 16:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d23908-89e5-586f-b729-7d4bd1add943 with identifier: 7000370auction111024
2026-03-25 16:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d23908-89e5-586f-b729-7d4bd1add943 with scrape type 1
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000370%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443786%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_001/780x0__r.jpg?hash=1774443786 not downloaded yet
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_002/780x0__r.jpg?hash=1774444380> (referer: https://ecarstrade.com/cars/7000797)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_001/780x0__r.jpg?hash=1774443721> (referer: https://ecarstrade.com/cars/7000346)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_002/780x0__r.jpg?hash=1774443721> (referer: https://ecarstrade.com/cars/7000346)
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000370%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443786%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_002/780x0__r.jpg?hash=1774443786 not downloaded yet
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000370%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443786%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_003/780x0__r.jpg?hash=1774443786 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000370%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443786%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_004/780x0__r.jpg?hash=1774443786 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_005/780x0__r.jpg?hash=1774443721> (referer: https://ecarstrade.com/cars/7000346)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_004/780x0__r.jpg?hash=1774443721> (referer: https://ecarstrade.com/cars/7000346)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_006/780x0__r.jpg?hash=1774443721> (referer: https://ecarstrade.com/cars/7000346)
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000370%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443786%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_005/780x0__r.jpg?hash=1774443786 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000370%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443786%27 HTTP/1.1" 200 None
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_006/780x0__r.jpg?hash=1774443786 not downloaded yet
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_005/780x0__r.jpg?hash=1774444380> (referer: https://ecarstrade.com/cars/7000797)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_006/780x0__r.jpg?hash=1774444380> (referer: https://ecarstrade.com/cars/7000797)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_003/780x0__r.jpg?hash=1774443721> (referer: https://ecarstrade.com/cars/7000346)
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000388> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_004/780x0__r.jpg?hash=1774444380> (referer: https://ecarstrade.com/cars/7000797)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_003/780x0__r.jpg?hash=1774444380> (referer: https://ecarstrade.com/cars/7000797)
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_001/780x0__r.jpg?hash=1774443786> (referer: https://ecarstrade.com/cars/7000370)
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_003/780x0__r.jpg?hash=1774443699> (referer: https://ecarstrade.com/cars/7000337)
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a
2026-03-25 16:51:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a, skipping ID generation
2026-03-25 16:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a with scrape type 1
2026-03-25 16:51:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a sending to next pipeline
2026-03-25 16:51:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a, identifier: 7000346auction111024
2026-03-25 16:51:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a with identifier: 7000346auction111024
2026-03-25 16:51:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a with identifier: 7000346auction111024
2026-03-25 16:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a with identifier: 7000346auction111024 to the API
2026-03-25 16:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000346/photo_003/780x0__r.jpg?hash=1774443721>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'ab2d99cd-3cd4-5b6e-ba2c-57b1a0dc200a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000346',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '520',
'odometer': 87310,
'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': "BMW, 5-ser To FL'20 PHEV, BMW 5 Reeks Touring 520e 150kW 5d",
'transmission': 'automatic',
'trim': ", 5-ser To FL'20 PHEV, 5 Reeks Touring e 150kW 5d",
'vin': None,
'year': 2022}
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000346auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:09 [ecarstrade.be] INFO: Saving data for 7000346auction111024: {'created_time': 1774457469.157068, 'last_price_update_time': 1774457469.157079, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000346auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_002/780x0__r.jpg?hash=1774443700> (referer: https://ecarstrade.com/cars/7000337)
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_004/780x0__r.jpg?hash=1774443786> (referer: https://ecarstrade.com/cars/7000370)
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_003/780x0__r.jpg?hash=1774443786> (referer: https://ecarstrade.com/cars/7000370)
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_002/780x0__r.jpg?hash=1774443786> (referer: https://ecarstrade.com/cars/7000370)
2026-03-25 16:51:09 [ecarstrade.be] INFO: Extracting details for car 7000388auction111024
2026-03-25 16:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 7000388auction111024
2026-03-25 16:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2757451-b6a8-5fb3-8a51-fc7082201db5 with scrape type 1
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000388%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443825%27 HTTP/1.1" 200 None
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_001/780x0__r.jpg?hash=1774443825 not downloaded yet
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c
2026-03-25 16:51:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c, skipping ID generation
2026-03-25 16:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with scrape type 1
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c sending to next pipeline
2026-03-25 16:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c, identifier: 7000797auction111024
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 7000797auction111024
2026-03-25 16:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 7000797auction111024
2026-03-25 16:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 7000797auction111024 to the API
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000797/photo_003/780x0__r.jpg?hash=1774444380>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '63a2e44d-9d17-5946-9c18-94cc4e9ace2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000797',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 91408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y 52 kWh Standard Range RWD 5d',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y 52 kWh Standard Range RWD 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000797auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:09 [ecarstrade.be] INFO: Saving data for 7000797auction111024: {'created_time': 1774457469.563105, 'last_price_update_time': 1774457469.563115, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000797auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_001/780x0__r.jpg?hash=1774443699> (referer: https://ecarstrade.com/cars/7000337)
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_006/780x0__r.jpg?hash=1774443786> (referer: https://ecarstrade.com/cars/7000370)
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_005/780x0__r.jpg?hash=1774443830> (referer: https://ecarstrade.com/cars/7000390)
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_005/780x0__r.jpg?hash=1774443786> (referer: https://ecarstrade.com/cars/7000370)
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000388%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443825%27 HTTP/1.1" 200 None
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_002/780x0__r.jpg?hash=1774443825 not downloaded yet
2026-03-25 16:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000406> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000388%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443825%27 HTTP/1.1" 200 None
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_003/780x0__r.jpg?hash=1774443825 not downloaded yet
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4b171545-493c-56d8-a88d-124dd2b7ce7f
2026-03-25 16:51:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b171545-493c-56d8-a88d-124dd2b7ce7f, skipping ID generation
2026-03-25 16:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b171545-493c-56d8-a88d-124dd2b7ce7f with scrape type 1
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b171545-493c-56d8-a88d-124dd2b7ce7f sending to next pipeline
2026-03-25 16:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b171545-493c-56d8-a88d-124dd2b7ce7f, identifier: 7000337auction111024
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 81d23908-89e5-586f-b729-7d4bd1add943
2026-03-25 16:51:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81d23908-89e5-586f-b729-7d4bd1add943, skipping ID generation
2026-03-25 16:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d23908-89e5-586f-b729-7d4bd1add943 with scrape type 1
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81d23908-89e5-586f-b729-7d4bd1add943 sending to next pipeline
2026-03-25 16:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81d23908-89e5-586f-b729-7d4bd1add943, identifier: 7000370auction111024
2026-03-25 16:51:09 [ecarstrade.be] INFO: Extracting details for car 7000406auction111024
2026-03-25 16:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000388%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443825%27 HTTP/1.1" 200 None
2026-03-25 16:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_004/780x0__r.jpg?hash=1774443825 not downloaded yet
2026-03-25 16:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 7000337auction111024
2026-03-25 16:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 7000337auction111024
2026-03-25 16:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 7000337auction111024 to the API
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000337/photo_001/780x0__r.jpg?hash=1774443699>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4b171545-493c-56d8-a88d-124dd2b7ce7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000337',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 45832,
'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': 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-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000337auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [ecarstrade.be] INFO: Saving data for 7000337auction111024: {'created_time': 1774457470.233353, 'last_price_update_time': 1774457470.233364, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000337auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81d23908-89e5-586f-b729-7d4bd1add943 with identifier: 7000370auction111024
2026-03-25 16:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81d23908-89e5-586f-b729-7d4bd1add943 with identifier: 7000370auction111024
2026-03-25 16:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81d23908-89e5-586f-b729-7d4bd1add943 with identifier: 7000370auction111024 to the API
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000370/photo_005/780x0__r.jpg?hash=1774443786>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '81d23908-89e5-586f-b729-7d4bd1add943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000370',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '620 Gran Turismo',
'odometer': 54483,
'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': "BMW, 6-serie Gr.Tu. FL'20, BMW 6 Reeks Gran Turismo 620d (120kW) 5d",
'transmission': 'automatic',
'trim': ", 6-serie Gr.Tu. FL'20, 6 Reeks Gran Turismo 620d (120kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000370auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [ecarstrade.be] INFO: Saving data for 7000370auction111024: {'created_time': 1774457470.534008, 'last_price_update_time': 1774457470.534019, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000370auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_004/780x0__r.jpg?hash=1774443830> (referer: https://ecarstrade.com/cars/7000390)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_002/780x0__r.jpg?hash=1774443829> (referer: https://ecarstrade.com/cars/7000390)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_006/780x0__r.jpg?hash=1774444095> (referer: https://ecarstrade.com/cars/7000497)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_003/780x0__r.jpg?hash=1774443829> (referer: https://ecarstrade.com/cars/7000390)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_001/780x0__r.jpg?hash=1774443829> (referer: https://ecarstrade.com/cars/7000390)
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000388%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443826%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_005/780x0__r.jpg?hash=1774443826 not downloaded yet
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000496> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fb1708b-c94f-5812-b24f-e325cf142995 with identifier: 7000406auction111024
2026-03-25 16:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fb1708b-c94f-5812-b24f-e325cf142995 with scrape type 1
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000406%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443872%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_001/780x0__r.jpg?hash=1774443872 not downloaded yet
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000388%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443826%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_006/780x0__r.jpg?hash=1774443826 not downloaded yet
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000406%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443870%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_002/780x0__r.jpg?hash=1774443870 not downloaded yet
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000406%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443870%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_003/780x0__r.jpg?hash=1774443870 not downloaded yet
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000406%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443870%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_004/780x0__r.jpg?hash=1774443870 not downloaded yet
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000406%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443870%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_005/780x0__r.jpg?hash=1774443870 not downloaded yet
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_004/780x0__r.jpg?hash=1774444095> (referer: https://ecarstrade.com/cars/7000497)
2026-03-25 16:51:10 [ecarstrade.be] INFO: Extracting details for car 7000496auction111024
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 434752d7-ab52-5cff-97d9-ea5339694ed5
2026-03-25 16:51:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 434752d7-ab52-5cff-97d9-ea5339694ed5, skipping ID generation
2026-03-25 16:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434752d7-ab52-5cff-97d9-ea5339694ed5 with scrape type 1
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 434752d7-ab52-5cff-97d9-ea5339694ed5 sending to next pipeline
2026-03-25 16:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 434752d7-ab52-5cff-97d9-ea5339694ed5, identifier: 7000390auction111024
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_005/780x0__r.jpg?hash=1774444095> (referer: https://ecarstrade.com/cars/7000497)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_001/780x0__r.jpg?hash=1774443825> (referer: https://ecarstrade.com/cars/7000388)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_003/780x0__r.jpg?hash=1774444094> (referer: https://ecarstrade.com/cars/7000497)
2026-03-25 16:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_002/780x0__r.jpg?hash=1774444093> (referer: https://ecarstrade.com/cars/7000497)
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000406%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443872%27 HTTP/1.1" 200 None
2026-03-25 16:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_006/780x0__r.jpg?hash=1774443872 not downloaded yet
2026-03-25 16:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 7000390auction111024
2026-03-25 16:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 7000390auction111024
2026-03-25 16:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 7000390auction111024 to the API
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000390/photo_001/780x0__r.jpg?hash=1774443829>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '434752d7-ab52-5cff-97d9-ea5339694ed5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000390',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 69790,
'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': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000390auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [ecarstrade.be] INFO: Saving data for 7000390auction111024: {'created_time': 1774457471.074299, 'last_price_update_time': 1774457471.074311, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000390auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000348> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b39e9eb-9655-54ae-9920-68d5e0e19710 with identifier: 7000496auction111024
2026-03-25 16:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b39e9eb-9655-54ae-9920-68d5e0e19710 with scrape type 1
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000496%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444092%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_001/780x0__r.jpg?hash=1774444092 not downloaded yet
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_004/780x0__r.jpg?hash=1774443781> (referer: https://ecarstrade.com/cars/7000368)
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000496%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444092%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_002/780x0__r.jpg?hash=1774444092 not downloaded yet
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000496%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444092%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_003/780x0__r.jpg?hash=1774444092 not downloaded yet
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000496%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444092%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_004/780x0__r.jpg?hash=1774444092 not downloaded yet
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_001/780x0__r.jpg?hash=1774443781> (referer: https://ecarstrade.com/cars/7000368)
2026-03-25 16:51:11 [ecarstrade.be] INFO: Extracting details for car 7000348auction111024
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000496%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444092%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_005/780x0__r.jpg?hash=1774444092 not downloaded yet
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_003/780x0__r.jpg?hash=1774443825> (referer: https://ecarstrade.com/cars/7000388)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_002/780x0__r.jpg?hash=1774443825> (referer: https://ecarstrade.com/cars/7000388)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_003/780x0__r.jpg?hash=1774443781> (referer: https://ecarstrade.com/cars/7000368)
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000496%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444092%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_006/780x0__r.jpg?hash=1774444092 not downloaded yet
2026-03-25 16:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b637db3-ae3b-5d70-8345-e504f4bfe964 with identifier: 7000348auction111024
2026-03-25 16:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b637db3-ae3b-5d70-8345-e504f4bfe964 with scrape type 1
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000348%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443727%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_001/780x0__r.jpg?hash=1774443727 not downloaded yet
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_001/780x0__r.jpg?hash=1774444093> (referer: https://ecarstrade.com/cars/7000497)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_004/780x0__r.jpg?hash=1774443825> (referer: https://ecarstrade.com/cars/7000388)
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000348%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443727%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_002/780x0__r.jpg?hash=1774443727 not downloaded yet
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_001/780x0__r.jpg?hash=1774443872> (referer: https://ecarstrade.com/cars/7000406)
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000348%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443727%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_003/780x0__r.jpg?hash=1774443727 not downloaded yet
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000348%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443727%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_004/780x0__r.jpg?hash=1774443727 not downloaded yet
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_005/780x0__r.jpg?hash=1774443870> (referer: https://ecarstrade.com/cars/7000406)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_004/780x0__r.jpg?hash=1774443870> (referer: https://ecarstrade.com/cars/7000406)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_003/780x0__r.jpg?hash=1774443870> (referer: https://ecarstrade.com/cars/7000406)
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000348%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443727%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_005/780x0__r.jpg?hash=1774443727 not downloaded yet
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_002/780x0__r.jpg?hash=1774443870> (referer: https://ecarstrade.com/cars/7000406)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_006/780x0__r.jpg?hash=1774443826> (referer: https://ecarstrade.com/cars/7000388)
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000348%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443727%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_006/780x0__r.jpg?hash=1774443727 not downloaded yet
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_006/780x0__r.jpg?hash=1774443872> (referer: https://ecarstrade.com/cars/7000406)
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 30cf445c-33f1-5a48-8a4b-d678f7b6f046
2026-03-25 16:51:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30cf445c-33f1-5a48-8a4b-d678f7b6f046, skipping ID generation
2026-03-25 16:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30cf445c-33f1-5a48-8a4b-d678f7b6f046 with scrape type 1
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30cf445c-33f1-5a48-8a4b-d678f7b6f046 sending to next pipeline
2026-03-25 16:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30cf445c-33f1-5a48-8a4b-d678f7b6f046, identifier: 7000497auction111024
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30cf445c-33f1-5a48-8a4b-d678f7b6f046 with identifier: 7000497auction111024
2026-03-25 16:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30cf445c-33f1-5a48-8a4b-d678f7b6f046 with identifier: 7000497auction111024
2026-03-25 16:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30cf445c-33f1-5a48-8a4b-d678f7b6f046 with identifier: 7000497auction111024 to the API
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000497/photo_001/780x0__r.jpg?hash=1774444093>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '30cf445c-33f1-5a48-8a4b-d678f7b6f046',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000497',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 182457,
'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 GLC DIESEL (X253) - 2019 GLC 300 de 316 (194+122) '
'4-Matic 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 de 316 (194+122) 4-Matic '
'5d Auto',
'vin': None,
'year': 2022}
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000497auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:11 [ecarstrade.be] INFO: Saving data for 7000497auction111024: {'created_time': 1774457471.793615, 'last_price_update_time': 1774457471.793625, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000497auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_002/780x0__r.jpg?hash=1774443781> (referer: https://ecarstrade.com/cars/7000368)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_004/780x0__r.jpg?hash=1774444092> (referer: https://ecarstrade.com/cars/7000496)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_005/780x0__r.jpg?hash=1774443826> (referer: https://ecarstrade.com/cars/7000388)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_005/780x0__r.jpg?hash=1774444092> (referer: https://ecarstrade.com/cars/7000496)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_002/780x0__r.jpg?hash=1774444092> (referer: https://ecarstrade.com/cars/7000496)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_001/780x0__r.jpg?hash=1774443727> (referer: https://ecarstrade.com/cars/7000348)
2026-03-25 16:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_003/780x0__r.jpg?hash=1774444092> (referer: https://ecarstrade.com/cars/7000496)
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4fb1708b-c94f-5812-b24f-e325cf142995
2026-03-25 16:51:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4fb1708b-c94f-5812-b24f-e325cf142995, skipping ID generation
2026-03-25 16:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fb1708b-c94f-5812-b24f-e325cf142995 with scrape type 1
2026-03-25 16:51:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4fb1708b-c94f-5812-b24f-e325cf142995 sending to next pipeline
2026-03-25 16:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4fb1708b-c94f-5812-b24f-e325cf142995, identifier: 7000406auction111024
2026-03-25 16:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4fb1708b-c94f-5812-b24f-e325cf142995 with identifier: 7000406auction111024
2026-03-25 16:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4fb1708b-c94f-5812-b24f-e325cf142995 with identifier: 7000406auction111024
2026-03-25 16:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4fb1708b-c94f-5812-b24f-e325cf142995 with identifier: 7000406auction111024 to the API
2026-03-25 16:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000406/photo_006/780x0__r.jpg?hash=1774443872>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4fb1708b-c94f-5812-b24f-e325cf142995',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000406',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X3',
'odometer': 59548,
'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 X3 xDrive30e (120 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive30e (120 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000406auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:12 [ecarstrade.be] INFO: Saving data for 7000406auction111024: {'created_time': 1774457472.183308, 'last_price_update_time': 1774457472.183318, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000406auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_004/780x0__r.jpg?hash=1774443727> (referer: https://ecarstrade.com/cars/7000348)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_001/780x0__r.jpg?hash=1774444092> (referer: https://ecarstrade.com/cars/7000496)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_006/780x0__r.jpg?hash=1774444092> (referer: https://ecarstrade.com/cars/7000496)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_005/780x0__r.jpg?hash=1774443727> (referer: https://ecarstrade.com/cars/7000348)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_003/780x0__r.jpg?hash=1774443727> (referer: https://ecarstrade.com/cars/7000348)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_002/780x0__r.jpg?hash=1774443727> (referer: https://ecarstrade.com/cars/7000348)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_005/780x0__r.jpg?hash=1774443990> (referer: https://ecarstrade.com/cars/7000455)
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95802723-04f5-5b99-9a3d-83ae572a7433
2026-03-25 16:51:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95802723-04f5-5b99-9a3d-83ae572a7433, skipping ID generation
2026-03-25 16:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95802723-04f5-5b99-9a3d-83ae572a7433 with scrape type 1
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95802723-04f5-5b99-9a3d-83ae572a7433 sending to next pipeline
2026-03-25 16:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95802723-04f5-5b99-9a3d-83ae572a7433, identifier: 7000368auction111024
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a2757451-b6a8-5fb3-8a51-fc7082201db5
2026-03-25 16:51:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2757451-b6a8-5fb3-8a51-fc7082201db5, skipping ID generation
2026-03-25 16:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2757451-b6a8-5fb3-8a51-fc7082201db5 with scrape type 1
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2757451-b6a8-5fb3-8a51-fc7082201db5 sending to next pipeline
2026-03-25 16:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2757451-b6a8-5fb3-8a51-fc7082201db5, identifier: 7000388auction111024
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95802723-04f5-5b99-9a3d-83ae572a7433 with identifier: 7000368auction111024
2026-03-25 16:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95802723-04f5-5b99-9a3d-83ae572a7433 with identifier: 7000368auction111024
2026-03-25 16:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95802723-04f5-5b99-9a3d-83ae572a7433 with identifier: 7000368auction111024 to the API
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000368/photo_002/780x0__r.jpg?hash=1774443781>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '95802723-04f5-5b99-9a3d-83ae572a7433',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000368',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '530',
'odometer': 130365,
'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 5 Reeks Berline 530e 215kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline e 215kW 4d',
'vin': None,
'year': 2023}
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000368auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:12 [ecarstrade.be] INFO: Saving data for 7000368auction111024: {'created_time': 1774457472.645422, 'last_price_update_time': 1774457472.645432, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000368auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 7000388auction111024
2026-03-25 16:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 7000388auction111024
2026-03-25 16:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 7000388auction111024 to the API
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000388/photo_005/780x0__r.jpg?hash=1774443826>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a2757451-b6a8-5fb3-8a51-fc7082201db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000388',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 43613,
'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': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000388auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:12 [ecarstrade.be] INFO: Saving data for 7000388auction111024: {'created_time': 1774457472.925084, 'last_price_update_time': 1774457472.925094, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000388auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_006/780x0__r.jpg?hash=1774443727> (referer: https://ecarstrade.com/cars/7000348)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_005/780x0__r.jpg?hash=1774444448> (referer: https://ecarstrade.com/cars/7000827)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_004/780x0__r.jpg?hash=1774443990> (referer: https://ecarstrade.com/cars/7000455)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_002/780x0__r.jpg?hash=1774443990> (referer: https://ecarstrade.com/cars/7000455)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_001/780x0__r.jpg?hash=1774443990> (referer: https://ecarstrade.com/cars/7000455)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_003/780x0__r.jpg?hash=1774443990> (referer: https://ecarstrade.com/cars/7000455)
2026-03-25 16:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_004/780x0__r.jpg?hash=1774444448> (referer: https://ecarstrade.com/cars/7000827)
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b39e9eb-9655-54ae-9920-68d5e0e19710
2026-03-25 16:51:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b39e9eb-9655-54ae-9920-68d5e0e19710, skipping ID generation
2026-03-25 16:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b39e9eb-9655-54ae-9920-68d5e0e19710 with scrape type 1
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b39e9eb-9655-54ae-9920-68d5e0e19710 sending to next pipeline
2026-03-25 16:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b39e9eb-9655-54ae-9920-68d5e0e19710, identifier: 7000496auction111024
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_003/780x0__r.jpg?hash=1774443949> (referer: https://ecarstrade.com/cars/7000438)
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_001/780x0__r.jpg?hash=1774444448> (referer: https://ecarstrade.com/cars/7000827)
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_003/780x0__r.jpg?hash=1774444448> (referer: https://ecarstrade.com/cars/7000827)
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_002/780x0__r.jpg?hash=1774444448> (referer: https://ecarstrade.com/cars/7000827)
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_005/780x0__r.jpg?hash=1774443949> (referer: https://ecarstrade.com/cars/7000438)
2026-03-25 16:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b39e9eb-9655-54ae-9920-68d5e0e19710 with identifier: 7000496auction111024
2026-03-25 16:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b39e9eb-9655-54ae-9920-68d5e0e19710 with identifier: 7000496auction111024
2026-03-25 16:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b39e9eb-9655-54ae-9920-68d5e0e19710 with identifier: 7000496auction111024 to the API
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000496/photo_006/780x0__r.jpg?hash=1774444092>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '9b39e9eb-9655-54ae-9920-68d5e0e19710',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000496',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 110887,
'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, GLC FL'19 PHEV, Mercedes-Benz GLC GLC 300 de Business "
'Solution 4MA',
'transmission': 'automatic',
'trim': ", GLC FL'19 PHEV, -Benz GLC de Business Solution 4MA",
'vin': None,
'year': 2021}
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000496auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:13 [ecarstrade.be] INFO: Saving data for 7000496auction111024: {'created_time': 1774457473.414815, 'last_price_update_time': 1774457473.414826, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000496auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_002/780x0__r.jpg?hash=1774443950> (referer: https://ecarstrade.com/cars/7000438)
2026-03-25 16:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_004/780x0__r.jpg?hash=1774443949> (referer: https://ecarstrade.com/cars/7000438)
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b637db3-ae3b-5d70-8345-e504f4bfe964
2026-03-25 16:51:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b637db3-ae3b-5d70-8345-e504f4bfe964, skipping ID generation
2026-03-25 16:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b637db3-ae3b-5d70-8345-e504f4bfe964 with scrape type 1
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b637db3-ae3b-5d70-8345-e504f4bfe964 sending to next pipeline
2026-03-25 16:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b637db3-ae3b-5d70-8345-e504f4bfe964, identifier: 7000348auction111024
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4
2026-03-25 16:51:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4, skipping ID generation
2026-03-25 16:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 with scrape type 1
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 sending to next pipeline
2026-03-25 16:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4, identifier: 7000455auction111024
2026-03-25 16:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b637db3-ae3b-5d70-8345-e504f4bfe964 with identifier: 7000348auction111024
2026-03-25 16:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b637db3-ae3b-5d70-8345-e504f4bfe964 with identifier: 7000348auction111024
2026-03-25 16:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b637db3-ae3b-5d70-8345-e504f4bfe964 with identifier: 7000348auction111024 to the API
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000348/photo_006/780x0__r.jpg?hash=1774443727>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '3b637db3-ae3b-5d70-8345-e504f4bfe964',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000348',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '518',
'odometer': 90643,
'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': "BMW, 5-serie To FL'20, BMW 5 Reeks Touring 518d Aut. (110 kW) 5d",
'transmission': 'automatic',
'trim': ", 5-serie To FL'20, 5 Reeks Touring d Aut. (110 kW) 5d",
'vin': None,
'year': 2023}
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000348auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:13 [ecarstrade.be] INFO: Saving data for 7000348auction111024: {'created_time': 1774457473.874794, 'last_price_update_time': 1774457473.874804, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000348auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 with identifier: 7000455auction111024
2026-03-25 16:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 with identifier: 7000455auction111024
2026-03-25 16:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4 with identifier: 7000455auction111024 to the API
2026-03-25 16:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000455/photo_003/780x0__r.jpg?hash=1774443990>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6fcd6987-73dd-5d7c-a8a3-7e6f9f88dca4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000455',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Other',
'odometer': 80142,
'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': 3,
'seller_name': None,
'title': "MAN, _TGE '17, MAN TGE 3.140 3.5 103/140 Auto L2H2 4d",
'transmission': 'automatic',
'trim': ", _TGE '17, TGE 3.140 3.5 103/140 Auto L2H2 4d",
'vin': None,
'year': 2023}
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000455auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:14 [ecarstrade.be] INFO: Saving data for 7000455auction111024: {'created_time': 1774457474.178047, 'last_price_update_time': 1774457474.178057, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000455auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_001/780x0__r.jpg?hash=1774443949> (referer: https://ecarstrade.com/cars/7000438)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_005/780x0__r.jpg?hash=1774443784> (referer: https://ecarstrade.com/cars/7000369)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_002/780x0__r.jpg?hash=1774443784> (referer: https://ecarstrade.com/cars/7000369)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_003/780x0__r.jpg?hash=1774443784> (referer: https://ecarstrade.com/cars/7000369)
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 627955fd-7169-5066-b3a6-96013d2386c1
2026-03-25 16:51:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 627955fd-7169-5066-b3a6-96013d2386c1, skipping ID generation
2026-03-25 16:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627955fd-7169-5066-b3a6-96013d2386c1 with scrape type 1
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 627955fd-7169-5066-b3a6-96013d2386c1 sending to next pipeline
2026-03-25 16:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 627955fd-7169-5066-b3a6-96013d2386c1, identifier: 7000827auction111024
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_005/780x0__r.jpg?hash=1774443993> (referer: https://ecarstrade.com/cars/7000456)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_001/780x0__r.jpg?hash=1774443785> (referer: https://ecarstrade.com/cars/7000369)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_004/780x0__r.jpg?hash=1774443784> (referer: https://ecarstrade.com/cars/7000369)
2026-03-25 16:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 7000827auction111024
2026-03-25 16:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 7000827auction111024
2026-03-25 16:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 7000827auction111024 to the API
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000827/photo_002/780x0__r.jpg?hash=1774444448>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '627955fd-7169-5066-b3a6-96013d2386c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000827',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 76227,
'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 TIGUAN DIESEL - 2021 2.0 TDI 150 SCR Elegance BMT DSG 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN DIESEL - 2021 2.0 TDI 150 SCR Elegance BMT DSG 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000827auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:14 [ecarstrade.be] INFO: Saving data for 7000827auction111024: {'created_time': 1774457474.567713, 'last_price_update_time': 1774457474.567725, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000827auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_003/780x0__r.jpg?hash=1774443991> (referer: https://ecarstrade.com/cars/7000456)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_002/780x0__r.jpg?hash=1774443991> (referer: https://ecarstrade.com/cars/7000456)
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_001/780x0__r.jpg?hash=1774443993> (referer: https://ecarstrade.com/cars/7000456)
2026-03-25 16:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_004/780x0__r.jpg?hash=1774443992> (referer: https://ecarstrade.com/cars/7000456)
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dbcc14f1-d3aa-580d-be84-c911f2b0eb17
2026-03-25 16:51:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dbcc14f1-d3aa-580d-be84-c911f2b0eb17, skipping ID generation
2026-03-25 16:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbcc14f1-d3aa-580d-be84-c911f2b0eb17 with scrape type 1
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dbcc14f1-d3aa-580d-be84-c911f2b0eb17 sending to next pipeline
2026-03-25 16:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbcc14f1-d3aa-580d-be84-c911f2b0eb17, identifier: 7000438auction111024
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28a10da2-0da4-5e93-9394-de9264e43d95
2026-03-25 16:51:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28a10da2-0da4-5e93-9394-de9264e43d95, skipping ID generation
2026-03-25 16:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28a10da2-0da4-5e93-9394-de9264e43d95 with scrape type 1
2026-03-25 16:51:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28a10da2-0da4-5e93-9394-de9264e43d95 sending to next pipeline
2026-03-25 16:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28a10da2-0da4-5e93-9394-de9264e43d95, identifier: 7000369auction111024
2026-03-25 16:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbcc14f1-d3aa-580d-be84-c911f2b0eb17 with identifier: 7000438auction111024
2026-03-25 16:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbcc14f1-d3aa-580d-be84-c911f2b0eb17 with identifier: 7000438auction111024
2026-03-25 16:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbcc14f1-d3aa-580d-be84-c911f2b0eb17 with identifier: 7000438auction111024 to the API
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000438/photo_001/780x0__r.jpg?hash=1774443949>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'dbcc14f1-d3aa-580d-be84-c911f2b0eb17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000438',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 19043,
'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': 'Hyundai Ioniq 6 77,4 kWh Balance 4d',
'transmission': 'automatic',
'trim': 'Ioniq 6 77,4 kWh Balance 4d',
'vin': None,
'year': 2024}
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000438auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:15 [ecarstrade.be] INFO: Saving data for 7000438auction111024: {'created_time': 1774457475.032408, 'last_price_update_time': 1774457475.032421, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000438auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28a10da2-0da4-5e93-9394-de9264e43d95 with identifier: 7000369auction111024
2026-03-25 16:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28a10da2-0da4-5e93-9394-de9264e43d95 with identifier: 7000369auction111024
2026-03-25 16:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28a10da2-0da4-5e93-9394-de9264e43d95 with identifier: 7000369auction111024 to the API
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000369/photo_004/780x0__r.jpg?hash=1774443784>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '28a10da2-0da4-5e93-9394-de9264e43d95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000369',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '318',
'odometer': 69763,
'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': 'BMW 3 TOURING DIESEL - 318 dA 150hp 5d',
'transmission': 'automatic',
'trim': '3 TOURING DIESEL - dA 150hp 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000369auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:15 [ecarstrade.be] INFO: Saving data for 7000369auction111024: {'created_time': 1774457475.321242, 'last_price_update_time': 1774457475.321252, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000369auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_005/780x0__r.jpg?hash=1774444081> (referer: https://ecarstrade.com/cars/7000491)
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d724278c-b782-5aa4-9147-8c41f56ab82c
2026-03-25 16:51:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d724278c-b782-5aa4-9147-8c41f56ab82c, skipping ID generation
2026-03-25 16:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d724278c-b782-5aa4-9147-8c41f56ab82c with scrape type 1
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d724278c-b782-5aa4-9147-8c41f56ab82c sending to next pipeline
2026-03-25 16:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d724278c-b782-5aa4-9147-8c41f56ab82c, identifier: 7000456auction111024
2026-03-25 16:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 7000456auction111024
2026-03-25 16:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 7000456auction111024
2026-03-25 16:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 7000456auction111024 to the API
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000456/photo_004/780x0__r.jpg?hash=1774443992>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd724278c-b782-5aa4-9147-8c41f56ab82c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000456',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 77990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER VELAR DIESEL 3.0 TD6 300 MHEV D300 R-Dynamic '
'S 5d',
'transmission': 'automatic',
'trim': 'LAND ROVER RANGE ROVER VELAR DIESEL 3.0 TD6 300 MHEV D300 R-Dynamic '
'S 5d',
'vin': None,
'year': 2022}
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000456auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:15 [ecarstrade.be] INFO: Saving data for 7000456auction111024: {'created_time': 1774457475.715296, 'last_price_update_time': 1774457475.715307, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000456auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_004/780x0__r.jpg?hash=1774444082> (referer: https://ecarstrade.com/cars/7000491)
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_003/780x0__r.jpg?hash=1774444081> (referer: https://ecarstrade.com/cars/7000491)
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_002/780x0__r.jpg?hash=1774444081> (referer: https://ecarstrade.com/cars/7000491)
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_001/780x0__r.jpg?hash=1774444081> (referer: https://ecarstrade.com/cars/7000491)
2026-03-25 16:51:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 274d42d9-607a-5e0d-99ca-33791a1d21e7
2026-03-25 16:51:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 274d42d9-607a-5e0d-99ca-33791a1d21e7, skipping ID generation
2026-03-25 16:51:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274d42d9-607a-5e0d-99ca-33791a1d21e7 with scrape type 1
2026-03-25 16:51:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 274d42d9-607a-5e0d-99ca-33791a1d21e7 sending to next pipeline
2026-03-25 16:51:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 274d42d9-607a-5e0d-99ca-33791a1d21e7, identifier: 7000491auction111024
2026-03-25 16:51:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 274d42d9-607a-5e0d-99ca-33791a1d21e7 with identifier: 7000491auction111024
2026-03-25 16:51:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 274d42d9-607a-5e0d-99ca-33791a1d21e7 with identifier: 7000491auction111024
2026-03-25 16:51:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 274d42d9-607a-5e0d-99ca-33791a1d21e7 with identifier: 7000491auction111024 to the API
2026-03-25 16:51:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000491/photo_001/780x0__r.jpg?hash=1774444081>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '274d42d9-607a-5e0d-99ca-33791a1d21e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000491',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 56725,
'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 CLASSE GLC COUPE DIESEL (C253) - 2019 GLC 300 de 316 '
'(194+122) 4-Matic (EU6.2) 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC COUPE DIESEL (C253) - 2019 de 316 (194+122) '
'4-Matic (EU6.2) 5d Auto',
'vin': None,
'year': 2022}
2026-03-25 16:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000491auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:16 [ecarstrade.be] INFO: Saving data for 7000491auction111024: {'created_time': 1774457476.484458, 'last_price_update_time': 1774457476.484469, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000491auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000833auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000833auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000833auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000393auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000393auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000393auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000477auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000477auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000477auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000332auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000332auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000332auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000835auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000835auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000835auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000815auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000815auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000815auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000814auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000814auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000814auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000327auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000327auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000327auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000485auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000485auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000485auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000780auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000780auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000780auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000476auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000476auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000476auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000727auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000727auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000727auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000841auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000841auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000841auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000324auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000324auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:21 [ecarstrade.be] INFO: Scrape type for 7000324auction111024: 1
2026-03-25 16:51:21 [ecarstrade.be] INFO: Found listing with ID: 7000394auction111024
2026-03-25 16:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000394auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [ecarstrade.be] INFO: Scrape type for 7000394auction111024: 1
2026-03-25 16:51:22 [ecarstrade.be] INFO: Found listing with ID: 7000502auction111024
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000502auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [ecarstrade.be] INFO: Scrape type for 7000502auction111024: 1
2026-03-25 16:51:22 [ecarstrade.be] INFO: Found listing with ID: 7000806auction111024
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000806auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [ecarstrade.be] INFO: Scrape type for 7000806auction111024: 1
2026-03-25 16:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000479> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:22 [ecarstrade.be] INFO: Found listing with ID: 7000329auction111024
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000329auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [ecarstrade.be] INFO: Scrape type for 7000329auction111024: 1
2026-03-25 16:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:22 [ecarstrade.be] INFO: Found listing with ID: 7000462auction111024
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000462auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [ecarstrade.be] INFO: Scrape type for 7000462auction111024: 1
2026-03-25 16:51:22 [ecarstrade.be] INFO: Found listing with ID: 7000322auction111024
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000322auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [ecarstrade.be] INFO: Scrape type for 7000322auction111024: 1
2026-03-25 16:51:22 [ecarstrade.be] INFO: Extracting details for car 7000479auction111024
2026-03-25 16:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38835345-931f-5849-9703-584ff25c3d98 with identifier: 7000479auction111024
2026-03-25 16:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38835345-931f-5849-9703-584ff25c3d98 with scrape type 1
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000479%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_001/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000479%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_002/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000479%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444048%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_003/780x0__r.jpg?hash=1774444048 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000479%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_004/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000479%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_005/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000479%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444048%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_006/780x0__r.jpg?hash=1774444048 not downloaded yet
2026-03-25 16:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000353> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:22 [ecarstrade.be] INFO: Extracting details for car 7000353auction111024
2026-03-25 16:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 415ae76f-7949-5e00-9540-ee8d6e657a13 with identifier: 7000353auction111024
2026-03-25 16:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 415ae76f-7949-5e00-9540-ee8d6e657a13 with scrape type 1
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000353%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443739%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_001/780x0__r.jpg?hash=1774443739 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000353%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443737%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_002/780x0__r.jpg?hash=1774443737 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000353%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443738%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_003/780x0__r.jpg?hash=1774443738 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000353%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443739%27 HTTP/1.1" 200 None
2026-03-25 16:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_004/780x0__r.jpg?hash=1774443739 not downloaded yet
2026-03-25 16:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000353%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443738%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_005/780x0__r.jpg?hash=1774443738 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000353%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443738%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_006/780x0__r.jpg?hash=1774443738 not downloaded yet
2026-03-25 16:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000488> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:23 [ecarstrade.be] INFO: Extracting details for car 7000488auction111024
2026-03-25 16:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a with identifier: 7000488auction111024
2026-03-25 16:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a with scrape type 1
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000488%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444073%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_001/780x0__r.jpg?hash=1774444073 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000488%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444073%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_002/780x0__r.jpg?hash=1774444073 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000488%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444074%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_003/780x0__r.jpg?hash=1774444074 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000488%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444073%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_004/780x0__r.jpg?hash=1774444073 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000488%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444073%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_005/780x0__r.jpg?hash=1774444073 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000488%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444074%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_006/780x0__r.jpg?hash=1774444074 not downloaded yet
2026-03-25 16:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000777> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:23 [ecarstrade.be] INFO: Extracting details for car 7000777auction111024
2026-03-25 16:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 with identifier: 7000777auction111024
2026-03-25 16:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 with scrape type 1
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000777%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444322%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_001/780x0__r.jpg?hash=1774444322 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000777%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444322%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_002/780x0__r.jpg?hash=1774444322 not downloaded yet
2026-03-25 16:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000478> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000777%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444323%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_003/780x0__r.jpg?hash=1774444323 not downloaded yet
2026-03-25 16:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000777%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444322%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_004/780x0__r.jpg?hash=1774444322 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000777%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444322%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_005/780x0__r.jpg?hash=1774444322 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000777%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444322%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_006/780x0__r.jpg?hash=1774444322 not downloaded yet
2026-03-25 16:51:23 [ecarstrade.be] INFO: Extracting details for car 7000478auction111024
2026-03-25 16:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 with identifier: 7000478auction111024
2026-03-25 16:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 with scrape type 1
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000478%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444050%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_001/780x0__r.jpg?hash=1774444050 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000478%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444050%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_002/780x0__r.jpg?hash=1774444050 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000478%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444050%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_003/780x0__r.jpg?hash=1774444050 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000478%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444050%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_004/780x0__r.jpg?hash=1774444050 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000478%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444050%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_005/780x0__r.jpg?hash=1774444050 not downloaded yet
2026-03-25 16:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000478%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444051%27 HTTP/1.1" 200 None
2026-03-25 16:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_006/780x0__r.jpg?hash=1774444051 not downloaded yet
2026-03-25 16:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000840> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:24 [ecarstrade.be] INFO: Extracting details for car 7000840auction111024
2026-03-25 16:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 7000840auction111024
2026-03-25 16:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with scrape type 1
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000840%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_001/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000840%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_002/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000840%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_003/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000840%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444477%27 HTTP/1.1" 200 None
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_004/780x0__r.jpg?hash=1774444477 not downloaded yet
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000840%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_005/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000840%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_006/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000480> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:28 [ecarstrade.be] INFO: Extracting details for car 7000480auction111024
2026-03-25 16:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 7000480auction111024
2026-03-25 16:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcff0cc5-f136-5805-9adc-35b4ffe94d4d with scrape type 1
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000480%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444053%27 HTTP/1.1" 200 None
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_001/780x0__r.jpg?hash=1774444053 not downloaded yet
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000480%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444053%27 HTTP/1.1" 200 None
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_002/780x0__r.jpg?hash=1774444053 not downloaded yet
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000480%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444053%27 HTTP/1.1" 200 None
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_003/780x0__r.jpg?hash=1774444053 not downloaded yet
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000480%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444054%27 HTTP/1.1" 200 None
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_004/780x0__r.jpg?hash=1774444054 not downloaded yet
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000480%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444054%27 HTTP/1.1" 200 None
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_005/780x0__r.jpg?hash=1774444054 not downloaded yet
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000480%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444054%27 HTTP/1.1" 200 None
2026-03-25 16:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_006/780x0__r.jpg?hash=1774444054 not downloaded yet
2026-03-25 16:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000483> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000321> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:29 [ecarstrade.be] INFO: Extracting details for car 7000483auction111024
2026-03-25 16:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35b9c2cc-ae3d-538e-914b-b3d3656baf8e with identifier: 7000483auction111024
2026-03-25 16:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e with scrape type 1
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000483%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444060%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_001/780x0__r.jpg?hash=1774444060 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000483%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444061%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_002/780x0__r.jpg?hash=1774444061 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000483%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444060%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_003/780x0__r.jpg?hash=1774444060 not downloaded yet
2026-03-25 16:51:29 [ecarstrade.be] INFO: Extracting details for car 7000321auction111024
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000483%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444060%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_004/780x0__r.jpg?hash=1774444060 not downloaded yet
2026-03-25 16:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 7000321auction111024
2026-03-25 16:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with scrape type 1
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000321%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443655%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_001/780x0__r.jpg?hash=1774443655 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000483%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444060%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_005/780x0__r.jpg?hash=1774444060 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000321%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443655%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_002/780x0__r.jpg?hash=1774443655 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000483%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444061%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_006/780x0__r.jpg?hash=1774444061 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000321%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443655%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_003/780x0__r.jpg?hash=1774443655 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000321%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443656%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_004/780x0__r.jpg?hash=1774443656 not downloaded yet
2026-03-25 16:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000481> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000321%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443655%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_005/780x0__r.jpg?hash=1774443655 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000321%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443655%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_006/780x0__r.jpg?hash=1774443655 not downloaded yet
2026-03-25 16:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_006/780x0__r.jpg?hash=1774444048> (referer: https://ecarstrade.com/cars/7000479)
2026-03-25 16:51:29 [ecarstrade.be] INFO: Extracting details for car 7000481auction111024
2026-03-25 16:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 7000481auction111024
2026-03-25 16:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with scrape type 1
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000481%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444053%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_001/780x0__r.jpg?hash=1774444053 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000481%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444053%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_002/780x0__r.jpg?hash=1774444053 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000481%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444053%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_003/780x0__r.jpg?hash=1774444053 not downloaded yet
2026-03-25 16:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_006/780x0__r.jpg?hash=1774443738> (referer: https://ecarstrade.com/cars/7000353)
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000481%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444054%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_004/780x0__r.jpg?hash=1774444054 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000481%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444054%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_005/780x0__r.jpg?hash=1774444054 not downloaded yet
2026-03-25 16:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000481%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444054%27 HTTP/1.1" 200 None
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_006/780x0__r.jpg?hash=1774444054 not downloaded yet
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_006/780x0__r.jpg?hash=1774444074> (referer: https://ecarstrade.com/cars/7000488)
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000443> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_006/780x0__r.jpg?hash=1774444051> (referer: https://ecarstrade.com/cars/7000478)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Extracting details for car 7000443auction111024
2026-03-25 16:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 7000443auction111024
2026-03-25 16:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8f4347-25ca-57b6-a130-a076a4a16ed9 with scrape type 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000443%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443955%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_001/780x0__r.jpg?hash=1774443955 not downloaded yet
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000443%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443955%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_002/780x0__r.jpg?hash=1774443955 not downloaded yet
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_006/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000840)
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000443%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443955%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_003/780x0__r.jpg?hash=1774443955 not downloaded yet
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000443%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443955%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_004/780x0__r.jpg?hash=1774443955 not downloaded yet
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000443%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443955%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_005/780x0__r.jpg?hash=1774443955 not downloaded yet
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000443%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443956%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_006/780x0__r.jpg?hash=1774443956 not downloaded yet
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_006/780x0__r.jpg?hash=1774444054> (referer: https://ecarstrade.com/cars/7000480)
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_002/780x0__r.jpg?hash=1774444322> (referer: https://ecarstrade.com/cars/7000777)
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_005/780x0__r.jpg?hash=1774444054> (referer: https://ecarstrade.com/cars/7000480)
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_004/780x0__r.jpg?hash=1774443656> (referer: https://ecarstrade.com/cars/7000321)
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_006/780x0__r.jpg?hash=1774443655> (referer: https://ecarstrade.com/cars/7000321)
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_003/780x0__r.jpg?hash=1774444053> (referer: https://ecarstrade.com/cars/7000481)
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_006/780x0__r.jpg?hash=1774444054> (referer: https://ecarstrade.com/cars/7000481)
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000366auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000366auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000366auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000442auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000442auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000442auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_002/780x0__r.jpg?hash=1774443955> (referer: https://ecarstrade.com/cars/7000443)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000471auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000471auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000471auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_005/780x0__r.jpg?hash=1774444054> (referer: https://ecarstrade.com/cars/7000481)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000360auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000360auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000360auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_004/780x0__r.jpg?hash=1774444054> (referer: https://ecarstrade.com/cars/7000481)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000459auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000459auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000459auction111024: 1
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000743auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000743auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000743auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_006/780x0__r.jpg?hash=1774443956> (referer: https://ecarstrade.com/cars/7000443)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000784auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000784auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000784auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000402auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000402auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000402auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_005/780x0__r.jpg?hash=1774443955> (referer: https://ecarstrade.com/cars/7000443)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000441auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000441auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000441auction111024: 1
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000320auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000320auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000320auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_004/780x0__r.jpg?hash=1774443955> (referer: https://ecarstrade.com/cars/7000443)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000334auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000334auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000334auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_003/780x0__r.jpg?hash=1774443955> (referer: https://ecarstrade.com/cars/7000443)
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000345auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000345auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000345auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_001/780x0__r.jpg?hash=1774443955> (referer: https://ecarstrade.com/cars/7000443)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000359auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000359auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000359auction111024: 1
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000820auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000820auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000820auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000822auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000822auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000822auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_001/780x0__r.jpg?hash=1774444053> (referer: https://ecarstrade.com/cars/7000481)
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_002/780x0__r.jpg?hash=1774444053> (referer: https://ecarstrade.com/cars/7000481)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000798auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000798auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000798auction111024: 1
2026-03-25 16:51:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000379auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000379auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000379auction111024: 1
2026-03-25 16:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_005/780x0__r.jpg?hash=1774443655> (referer: https://ecarstrade.com/cars/7000321)
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000754auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000754auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000754auction111024: 1
2026-03-25 16:51:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [ecarstrade.be] INFO: Found listing with ID: 7000317auction111024
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000317auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:30 [ecarstrade.be] INFO: Scrape type for 7000317auction111024: 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb8f4347-25ca-57b6-a130-a076a4a16ed9
2026-03-25 16:51:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb8f4347-25ca-57b6-a130-a076a4a16ed9, skipping ID generation
2026-03-25 16:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8f4347-25ca-57b6-a130-a076a4a16ed9 with scrape type 1
2026-03-25 16:51:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb8f4347-25ca-57b6-a130-a076a4a16ed9 sending to next pipeline
2026-03-25 16:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb8f4347-25ca-57b6-a130-a076a4a16ed9, identifier: 7000443auction111024
2026-03-25 16:51:31 [ecarstrade.be] INFO: Found listing with ID: 7000482auction111024
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000482auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:31 [ecarstrade.be] INFO: Scrape type for 7000482auction111024: 1
2026-03-25 16:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 7000443auction111024
2026-03-25 16:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 7000443auction111024
2026-03-25 16:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 7000443auction111024 to the API
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000443/photo_001/780x0__r.jpg?hash=1774443955>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eb8f4347-25ca-57b6-a130-a076a4a16ed9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000443',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 55197,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'JAGUAR E-PACE - 2021 1.5 T PHEV AWD P300e R-Dynamic SE 5d',
'transmission': 'automatic',
'trim': 'JAGUAR E-PE - 2021 1.5 T PHEV AWD P300e R-Dynamic SE 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000443auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:31 [ecarstrade.be] INFO: Saving data for 7000443auction111024: {'created_time': 1774457491.775494, 'last_price_update_time': 1774457491.775505, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000443auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d59cb6e2-b313-5b11-aa75-3a0d17ab4607
2026-03-25 16:51:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d59cb6e2-b313-5b11-aa75-3a0d17ab4607, skipping ID generation
2026-03-25 16:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with scrape type 1
2026-03-25 16:51:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 sending to next pipeline
2026-03-25 16:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d59cb6e2-b313-5b11-aa75-3a0d17ab4607, identifier: 7000481auction111024
2026-03-25 16:51:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 7000481auction111024
2026-03-25 16:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 7000481auction111024
2026-03-25 16:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 7000481auction111024 to the API
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000481/photo_002/780x0__r.jpg?hash=1774444053>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'd59cb6e2-b313-5b11-aa75-3a0d17ab4607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000481',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 48418,
'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': 5,
'seller_name': None,
'title': 'Mercedes-Benz EQA EQA 250+ Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz 250+ Business Line 5d',
'vin': None,
'year': 2024}
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000481auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:32 [ecarstrade.be] INFO: Saving data for 7000481auction111024: {'created_time': 1774457492.739335, 'last_price_update_time': 1774457492.739351, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000481auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000484> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:51:32 [ecarstrade.be] INFO: Extracting details for car 7000484auction111024
2026-03-25 16:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e622ef38-5af6-5f37-a44a-7b45d404b71c with identifier: 7000484auction111024
2026-03-25 16:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e622ef38-5af6-5f37-a44a-7b45d404b71c with scrape type 1
2026-03-25 16:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000484%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444062%27 HTTP/1.1" 200 None
2026-03-25 16:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_001/780x0__r.jpg?hash=1774444062 not downloaded yet
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000484%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444062%27 HTTP/1.1" 200 None
2026-03-25 16:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_002/780x0__r.jpg?hash=1774444062 not downloaded yet
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000484%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444062%27 HTTP/1.1" 200 None
2026-03-25 16:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_003/780x0__r.jpg?hash=1774444062 not downloaded yet
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000484%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444062%27 HTTP/1.1" 200 None
2026-03-25 16:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_004/780x0__r.jpg?hash=1774444062 not downloaded yet
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000484%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444062%27 HTTP/1.1" 200 None
2026-03-25 16:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_005/780x0__r.jpg?hash=1774444062 not downloaded yet
2026-03-25 16:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000484%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444062%27 HTTP/1.1" 200 None
2026-03-25 16:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_006/780x0__r.jpg?hash=1774444062 not downloaded yet
2026-03-25 16:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000833> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:35 [ecarstrade.be] INFO: Extracting details for car 7000833auction111024
2026-03-25 16:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 496c90d1-4a9e-5708-a623-b0fdd22f3e3c with identifier: 7000833auction111024
2026-03-25 16:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c with scrape type 1
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000833%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444458%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_001/780x0__r.jpg?hash=1774444458 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000833%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444459%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_002/780x0__r.jpg?hash=1774444459 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000833%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444458%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_003/780x0__r.jpg?hash=1774444458 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000833%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444458%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_004/780x0__r.jpg?hash=1774444458 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000833%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444458%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_005/780x0__r.jpg?hash=1774444458 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000833%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444458%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_006/780x0__r.jpg?hash=1774444458 not downloaded yet
2026-03-25 16:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000325> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:35 [ecarstrade.be] INFO: Extracting details for car 7000325auction111024
2026-03-25 16:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 7000325auction111024
2026-03-25 16:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with scrape type 1
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000325%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443664%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_001/780x0__r.jpg?hash=1774443664 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000325%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443664%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_002/780x0__r.jpg?hash=1774443664 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000325%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443664%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_003/780x0__r.jpg?hash=1774443664 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000325%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443664%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_004/780x0__r.jpg?hash=1774443664 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000325%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443664%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_005/780x0__r.jpg?hash=1774443664 not downloaded yet
2026-03-25 16:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000325%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443664%27 HTTP/1.1" 200 None
2026-03-25 16:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_006/780x0__r.jpg?hash=1774443664 not downloaded yet
2026-03-25 16:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000806> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:37 [ecarstrade.be] INFO: Extracting details for car 7000806auction111024
2026-03-25 16:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 7000806auction111024
2026-03-25 16:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with scrape type 1
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000806%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444401%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_001/780x0__r.jpg?hash=1774444401 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000806%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444401%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_002/780x0__r.jpg?hash=1774444401 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000806%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444402%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_003/780x0__r.jpg?hash=1774444402 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000806%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444401%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_004/780x0__r.jpg?hash=1774444401 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000806%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444402%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_005/780x0__r.jpg?hash=1774444402 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000806%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444402%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_006/780x0__r.jpg?hash=1774444402 not downloaded yet
2026-03-25 16:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000393> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:37 [ecarstrade.be] INFO: Extracting details for car 7000393auction111024
2026-03-25 16:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 7000393auction111024
2026-03-25 16:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda03420-8bfc-54db-b55e-8e35134dbfee with scrape type 1
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000393%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443838%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_001/780x0__r.jpg?hash=1774443838 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000393%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443838%27 HTTP/1.1" 200 None
2026-03-25 16:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_002/780x0__r.jpg?hash=1774443838 not downloaded yet
2026-03-25 16:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000393%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443837%27 HTTP/1.1" 200 None
2026-03-25 16:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_003/780x0__r.jpg?hash=1774443837 not downloaded yet
2026-03-25 16:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000393%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443837%27 HTTP/1.1" 200 None
2026-03-25 16:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_004/780x0__r.jpg?hash=1774443837 not downloaded yet
2026-03-25 16:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000393%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443837%27 HTTP/1.1" 200 None
2026-03-25 16:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_005/780x0__r.jpg?hash=1774443837 not downloaded yet
2026-03-25 16:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000393%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443837%27 HTTP/1.1" 200 None
2026-03-25 16:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_006/780x0__r.jpg?hash=1774443837 not downloaded yet
2026-03-25 16:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000360> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:39 [ecarstrade.be] INFO: Extracting details for car 7000360auction111024
2026-03-25 16:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d74179d6-281b-5f06-9429-aa8676e2151b with identifier: 7000360auction111024
2026-03-25 16:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d74179d6-281b-5f06-9429-aa8676e2151b with scrape type 1
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000360%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443760%27 HTTP/1.1" 200 None
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_001/780x0__r.jpg?hash=1774443760 not downloaded yet
2026-03-25 16:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000360%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443760%27 HTTP/1.1" 200 None
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_002/780x0__r.jpg?hash=1774443760 not downloaded yet
2026-03-25 16:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000360%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443760%27 HTTP/1.1" 200 None
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_003/780x0__r.jpg?hash=1774443760 not downloaded yet
2026-03-25 16:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000360%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443760%27 HTTP/1.1" 200 None
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_004/780x0__r.jpg?hash=1774443760 not downloaded yet
2026-03-25 16:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000360%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443760%27 HTTP/1.1" 200 None
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_005/780x0__r.jpg?hash=1774443760 not downloaded yet
2026-03-25 16:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000360%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443761%27 HTTP/1.1" 200 None
2026-03-25 16:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_006/780x0__r.jpg?hash=1774443761 not downloaded yet
2026-03-25 16:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000743> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:40 [ecarstrade.be] INFO: Extracting details for car 7000743auction111024
2026-03-25 16:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c84dce47-1dcc-5c8b-b676-d2d3b928d95c with identifier: 7000743auction111024
2026-03-25 16:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84dce47-1dcc-5c8b-b676-d2d3b928d95c with scrape type 1
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000743%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444231%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_001/780x0__r.jpg?hash=1774444231 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000743%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444231%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_002/780x0__r.jpg?hash=1774444231 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000743%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444231%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_003/780x0__r.jpg?hash=1774444231 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000743%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444231%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_004/780x0__r.jpg?hash=1774444231 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000743%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444231%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_005/780x0__r.jpg?hash=1774444231 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000743%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444231%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_006/780x0__r.jpg?hash=1774444231 not downloaded yet
2026-03-25 16:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000442> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:40 [ecarstrade.be] INFO: Extracting details for car 7000442auction111024
2026-03-25 16:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc9dae67-0dff-5c40-a57f-0646d7a850e2 with identifier: 7000442auction111024
2026-03-25 16:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc9dae67-0dff-5c40-a57f-0646d7a850e2 with scrape type 1
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000442%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443957%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_001/780x0__r.jpg?hash=1774443957 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000442%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443956%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_002/780x0__r.jpg?hash=1774443956 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000442%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443956%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_003/780x0__r.jpg?hash=1774443956 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000442%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443956%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_004/780x0__r.jpg?hash=1774443956 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000442%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443956%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_005/780x0__r.jpg?hash=1774443956 not downloaded yet
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000442%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443956%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_006/780x0__r.jpg?hash=1774443956 not downloaded yet
2026-03-25 16:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000471> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:40 [ecarstrade.be] INFO: Extracting details for car 7000471auction111024
2026-03-25 16:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6466a68d-f11f-59c8-a55a-637aebf1457c with identifier: 7000471auction111024
2026-03-25 16:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6466a68d-f11f-59c8-a55a-637aebf1457c with scrape type 1
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000471%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444030%27 HTTP/1.1" 200 None
2026-03-25 16:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_001/780x0__r.jpg?hash=1774444030 not downloaded yet
2026-03-25 16:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000471%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_002/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000471%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444030%27 HTTP/1.1" 200 None
2026-03-25 16:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_003/780x0__r.jpg?hash=1774444030 not downloaded yet
2026-03-25 16:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000471%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444030%27 HTTP/1.1" 200 None
2026-03-25 16:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_004/780x0__r.jpg?hash=1774444030 not downloaded yet
2026-03-25 16:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000471%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444030%27 HTTP/1.1" 200 None
2026-03-25 16:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_005/780x0__r.jpg?hash=1774444030 not downloaded yet
2026-03-25 16:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000471%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_006/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000402> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_006/780x0__r.jpg?hash=1774444062> (referer: https://ecarstrade.com/cars/7000484)
2026-03-25 16:51:42 [ecarstrade.be] INFO: Extracting details for car 7000402auction111024
2026-03-25 16:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c790e9a5-1f9d-573c-96b7-c2e3ec509886 with identifier: 7000402auction111024
2026-03-25 16:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c790e9a5-1f9d-573c-96b7-c2e3ec509886 with scrape type 1
2026-03-25 16:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000402%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443860%27 HTTP/1.1" 200 None
2026-03-25 16:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_001/780x0__r.jpg?hash=1774443860 not downloaded yet
2026-03-25 16:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000402%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443860%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_002/780x0__r.jpg?hash=1774443860 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_006/780x0__r.jpg?hash=1774444458> (referer: https://ecarstrade.com/cars/7000833)
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000402%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443860%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_003/780x0__r.jpg?hash=1774443860 not downloaded yet
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000402%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443860%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_004/780x0__r.jpg?hash=1774443860 not downloaded yet
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000402%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443860%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_005/780x0__r.jpg?hash=1774443860 not downloaded yet
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000402%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443860%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_006/780x0__r.jpg?hash=1774443860 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_006/780x0__r.jpg?hash=1774443664> (referer: https://ecarstrade.com/cars/7000325)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_006/780x0__r.jpg?hash=1774444402> (referer: https://ecarstrade.com/cars/7000806)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_006/780x0__r.jpg?hash=1774443837> (referer: https://ecarstrade.com/cars/7000393)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_006/780x0__r.jpg?hash=1774443761> (referer: https://ecarstrade.com/cars/7000360)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000441> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_006/780x0__r.jpg?hash=1774444231> (referer: https://ecarstrade.com/cars/7000743)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_006/780x0__r.jpg?hash=1774443956> (referer: https://ecarstrade.com/cars/7000442)
2026-03-25 16:51:43 [ecarstrade.be] INFO: Extracting details for car 7000441auction111024
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_006/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000471)
2026-03-25 16:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 7000441auction111024
2026-03-25 16:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 852808f7-eb27-551a-84db-3f0ace4b3e22 with scrape type 1
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000441%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443953%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_001/780x0__r.jpg?hash=1774443953 not downloaded yet
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000441%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443953%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_002/780x0__r.jpg?hash=1774443953 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_005/780x0__r.jpg?hash=1774444030> (referer: https://ecarstrade.com/cars/7000471)
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000441%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443953%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_003/780x0__r.jpg?hash=1774443953 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000320> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000441%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443954%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_004/780x0__r.jpg?hash=1774443954 not downloaded yet
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000441%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443953%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_005/780x0__r.jpg?hash=1774443953 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_002/780x0__r.jpg?hash=1774443860> (referer: https://ecarstrade.com/cars/7000402)
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000441%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443953%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_006/780x0__r.jpg?hash=1774443953 not downloaded yet
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_006/780x0__r.jpg?hash=1774443860> (referer: https://ecarstrade.com/cars/7000402)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_005/780x0__r.jpg?hash=1774443860> (referer: https://ecarstrade.com/cars/7000402)
2026-03-25 16:51:43 [ecarstrade.be] INFO: Extracting details for car 7000320auction111024
2026-03-25 16:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 7000320auction111024
2026-03-25 16:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92477003-4c1b-5987-9104-452a60280ad6 with scrape type 1
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000320%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443653%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_001/780x0__r.jpg?hash=1774443653 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_004/780x0__r.jpg?hash=1774443860> (referer: https://ecarstrade.com/cars/7000402)
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000320%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443653%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_002/780x0__r.jpg?hash=1774443653 not downloaded yet
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_003/780x0__r.jpg?hash=1774443860> (referer: https://ecarstrade.com/cars/7000402)
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_001/780x0__r.jpg?hash=1774443860> (referer: https://ecarstrade.com/cars/7000402)
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000320%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443653%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_003/780x0__r.jpg?hash=1774443653 not downloaded yet
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000320%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443653%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_004/780x0__r.jpg?hash=1774443653 not downloaded yet
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000320%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443653%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_005/780x0__r.jpg?hash=1774443653 not downloaded yet
2026-03-25 16:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000320%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443653%27 HTTP/1.1" 200 None
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_006/780x0__r.jpg?hash=1774443653 not downloaded yet
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_004/780x0__r.jpg?hash=1774444030> (referer: https://ecarstrade.com/cars/7000471)
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_002/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000471)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_003/780x0__r.jpg?hash=1774444030> (referer: https://ecarstrade.com/cars/7000471)
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c790e9a5-1f9d-573c-96b7-c2e3ec509886
2026-03-25 16:51:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c790e9a5-1f9d-573c-96b7-c2e3ec509886, skipping ID generation
2026-03-25 16:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c790e9a5-1f9d-573c-96b7-c2e3ec509886 with scrape type 1
2026-03-25 16:51:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c790e9a5-1f9d-573c-96b7-c2e3ec509886 sending to next pipeline
2026-03-25 16:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c790e9a5-1f9d-573c-96b7-c2e3ec509886, identifier: 7000402auction111024
2026-03-25 16:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c790e9a5-1f9d-573c-96b7-c2e3ec509886 with identifier: 7000402auction111024
2026-03-25 16:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c790e9a5-1f9d-573c-96b7-c2e3ec509886 with identifier: 7000402auction111024
2026-03-25 16:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c790e9a5-1f9d-573c-96b7-c2e3ec509886 with identifier: 7000402auction111024 to the API
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000402/photo_001/780x0__r.jpg?hash=1774443860>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c790e9a5-1f9d-573c-96b7-c2e3ec509886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000402',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X3',
'odometer': 91662,
'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': "BMW, X3 '17, BMW X3 xDrive30e (120 kW) 5d",
'transmission': 'automatic',
'trim': ", '17, xDrive30e (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000402auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:44 [ecarstrade.be] INFO: Saving data for 7000402auction111024: {'created_time': 1774457504.367486, 'last_price_update_time': 1774457504.367496, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000402auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_002/780x0__r.jpg?hash=1774443953> (referer: https://ecarstrade.com/cars/7000441)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_003/780x0__r.jpg?hash=1774443953> (referer: https://ecarstrade.com/cars/7000441)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_005/780x0__r.jpg?hash=1774443953> (referer: https://ecarstrade.com/cars/7000441)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_006/780x0__r.jpg?hash=1774443953> (referer: https://ecarstrade.com/cars/7000441)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_001/780x0__r.jpg?hash=1774443653> (referer: https://ecarstrade.com/cars/7000320)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_004/780x0__r.jpg?hash=1774443954> (referer: https://ecarstrade.com/cars/7000441)
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_006/780x0__r.jpg?hash=1774443653> (referer: https://ecarstrade.com/cars/7000320)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_001/780x0__r.jpg?hash=1774443953> (referer: https://ecarstrade.com/cars/7000441)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_002/780x0__r.jpg?hash=1774443653> (referer: https://ecarstrade.com/cars/7000320)
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_004/780x0__r.jpg?hash=1774443653> (referer: https://ecarstrade.com/cars/7000320)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_003/780x0__r.jpg?hash=1774443653> (referer: https://ecarstrade.com/cars/7000320)
2026-03-25 16:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_005/780x0__r.jpg?hash=1774443653> (referer: https://ecarstrade.com/cars/7000320)
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 852808f7-eb27-551a-84db-3f0ace4b3e22
2026-03-25 16:51:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 852808f7-eb27-551a-84db-3f0ace4b3e22, skipping ID generation
2026-03-25 16:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 852808f7-eb27-551a-84db-3f0ace4b3e22 with scrape type 1
2026-03-25 16:51:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 852808f7-eb27-551a-84db-3f0ace4b3e22 sending to next pipeline
2026-03-25 16:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 852808f7-eb27-551a-84db-3f0ace4b3e22, identifier: 7000441auction111024
2026-03-25 16:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 7000441auction111024
2026-03-25 16:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 7000441auction111024
2026-03-25 16:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 7000441auction111024 to the API
2026-03-25 16:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000441/photo_001/780x0__r.jpg?hash=1774443953>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '852808f7-eb27-551a-84db-3f0ace4b3e22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000441',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 67827,
'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': 'Hyundai Tucson 1.6 T-GDi Hybrid Feel 5d',
'transmission': 'automatic',
'trim': '1.6 T-GDi Hybrid Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000441auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:45 [ecarstrade.be] INFO: Saving data for 7000441auction111024: {'created_time': 1774457505.279577, 'last_price_update_time': 1774457505.279588, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000441auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_005/780x0__r.jpg?hash=1774443956> (referer: https://ecarstrade.com/cars/7000442)
2026-03-25 16:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_001/780x0__r.jpg?hash=1774444030> (referer: https://ecarstrade.com/cars/7000471)
2026-03-25 16:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_004/780x0__r.jpg?hash=1774443956> (referer: https://ecarstrade.com/cars/7000442)
2026-03-25 16:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 92477003-4c1b-5987-9104-452a60280ad6
2026-03-25 16:51:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92477003-4c1b-5987-9104-452a60280ad6, skipping ID generation
2026-03-25 16:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92477003-4c1b-5987-9104-452a60280ad6 with scrape type 1
2026-03-25 16:51:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92477003-4c1b-5987-9104-452a60280ad6 sending to next pipeline
2026-03-25 16:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92477003-4c1b-5987-9104-452a60280ad6, identifier: 7000320auction111024
2026-03-25 16:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 7000320auction111024
2026-03-25 16:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 7000320auction111024
2026-03-25 16:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 7000320auction111024 to the API
2026-03-25 16:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000320/photo_005/780x0__r.jpg?hash=1774443653>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '92477003-4c1b-5987-9104-452a60280ad6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000320',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 115752,
'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': 'AUDI A4 AVANT DIESEL - 2020 30 TDI 136hp S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 30 TDI 136hp S tronic (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000320auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:46 [ecarstrade.be] INFO: Saving data for 7000320auction111024: {'created_time': 1774457506.128722, 'last_price_update_time': 1774457506.128736, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000320auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_002/780x0__r.jpg?hash=1774443956> (referer: https://ecarstrade.com/cars/7000442)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_001/780x0__r.jpg?hash=1774443957> (referer: https://ecarstrade.com/cars/7000442)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_003/780x0__r.jpg?hash=1774443956> (referer: https://ecarstrade.com/cars/7000442)
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6466a68d-f11f-59c8-a55a-637aebf1457c
2026-03-25 16:51:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6466a68d-f11f-59c8-a55a-637aebf1457c, skipping ID generation
2026-03-25 16:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6466a68d-f11f-59c8-a55a-637aebf1457c with scrape type 1
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6466a68d-f11f-59c8-a55a-637aebf1457c sending to next pipeline
2026-03-25 16:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6466a68d-f11f-59c8-a55a-637aebf1457c, identifier: 7000471auction111024
2026-03-25 16:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6466a68d-f11f-59c8-a55a-637aebf1457c with identifier: 7000471auction111024
2026-03-25 16:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6466a68d-f11f-59c8-a55a-637aebf1457c with identifier: 7000471auction111024
2026-03-25 16:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6466a68d-f11f-59c8-a55a-637aebf1457c with identifier: 7000471auction111024 to the API
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000471/photo_001/780x0__r.jpg?hash=1774444030>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '6466a68d-f11f-59c8-a55a-637aebf1457c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000471',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 85932,
'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-Benz CLA CLA 250 e Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz CLA e Business Solution 4d',
'vin': None,
'year': 2022}
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000471auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:46 [ecarstrade.be] INFO: Saving data for 7000471auction111024: {'created_time': 1774457506.560969, 'last_price_update_time': 1774457506.56098, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000471auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000822> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000345> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_004/780x0__r.jpg?hash=1774444231> (referer: https://ecarstrade.com/cars/7000743)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_003/780x0__r.jpg?hash=1774444231> (referer: https://ecarstrade.com/cars/7000743)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_005/780x0__r.jpg?hash=1774444231> (referer: https://ecarstrade.com/cars/7000743)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000820> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc9dae67-0dff-5c40-a57f-0646d7a850e2
2026-03-25 16:51:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc9dae67-0dff-5c40-a57f-0646d7a850e2, skipping ID generation
2026-03-25 16:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc9dae67-0dff-5c40-a57f-0646d7a850e2 with scrape type 1
2026-03-25 16:51:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc9dae67-0dff-5c40-a57f-0646d7a850e2 sending to next pipeline
2026-03-25 16:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc9dae67-0dff-5c40-a57f-0646d7a850e2, identifier: 7000442auction111024
2026-03-25 16:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc9dae67-0dff-5c40-a57f-0646d7a850e2 with identifier: 7000442auction111024
2026-03-25 16:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc9dae67-0dff-5c40-a57f-0646d7a850e2 with identifier: 7000442auction111024
2026-03-25 16:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc9dae67-0dff-5c40-a57f-0646d7a850e2 with identifier: 7000442auction111024 to the API
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000442/photo_003/780x0__r.jpg?hash=1774443956>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'fc9dae67-0dff-5c40-a57f-0646d7a850e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000442',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 56460,
'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': "Hyundai, Tucson '20, Hyundai Tucson 1.6 T-GDi Hybrid Shine 5d",
'transmission': 'automatic',
'trim': ", '20, 1.6 T-GDi Hybrid Shine 5d",
'vin': None,
'year': 2022}
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000442auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:46 [ecarstrade.be] INFO: Saving data for 7000442auction111024: {'created_time': 1774457506.949002, 'last_price_update_time': 1774457506.949013, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000442auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_002/780x0__r.jpg?hash=1774444231> (referer: https://ecarstrade.com/cars/7000743)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_005/780x0__r.jpg?hash=1774443760> (referer: https://ecarstrade.com/cars/7000360)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_001/780x0__r.jpg?hash=1774444231> (referer: https://ecarstrade.com/cars/7000743)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_003/780x0__r.jpg?hash=1774443760> (referer: https://ecarstrade.com/cars/7000360)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_002/780x0__r.jpg?hash=1774443760> (referer: https://ecarstrade.com/cars/7000360)
2026-03-25 16:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_004/780x0__r.jpg?hash=1774443760> (referer: https://ecarstrade.com/cars/7000360)
2026-03-25 16:51:46 [ecarstrade.be] INFO: Extracting details for car 7000822auction111024
2026-03-25 16:51:46 [ecarstrade.be] INFO: Extracting details for car 7000345auction111024
2026-03-25 16:51:47 [ecarstrade.be] INFO: Extracting details for car 7000820auction111024
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000379> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 with identifier: 7000822auction111024
2026-03-25 16:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 with scrape type 1
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000822%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444436%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_001/780x0__r.jpg?hash=1774444436 not downloaded yet
2026-03-25 16:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b36f60-e1fa-5fe1-840e-5badc6287f01 with identifier: 7000345auction111024
2026-03-25 16:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b36f60-e1fa-5fe1-840e-5badc6287f01 with scrape type 1
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000345%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443719%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_001/780x0__r.jpg?hash=1774443719 not downloaded yet
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 7000820auction111024
2026-03-25 16:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with scrape type 1
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000820%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444434%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_001/780x0__r.jpg?hash=1774444434 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000822%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444437%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_002/780x0__r.jpg?hash=1774444437 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000345%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443719%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_002/780x0__r.jpg?hash=1774443719 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000820%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444434%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_002/780x0__r.jpg?hash=1774444434 not downloaded yet
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_005/780x0__r.jpg?hash=1774443837> (referer: https://ecarstrade.com/cars/7000393)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_003/780x0__r.jpg?hash=1774443837> (referer: https://ecarstrade.com/cars/7000393)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_001/780x0__r.jpg?hash=1774443838> (referer: https://ecarstrade.com/cars/7000393)
2026-03-25 16:51:47 [ecarstrade.be] INFO: Extracting details for car 7000379auction111024
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_001/780x0__r.jpg?hash=1774443760> (referer: https://ecarstrade.com/cars/7000360)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_002/780x0__r.jpg?hash=1774443838> (referer: https://ecarstrade.com/cars/7000393)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_005/780x0__r.jpg?hash=1774444402> (referer: https://ecarstrade.com/cars/7000806)
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000822%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444437%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_003/780x0__r.jpg?hash=1774444437 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000345%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443719%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_003/780x0__r.jpg?hash=1774443719 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000820%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444434%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_003/780x0__r.jpg?hash=1774444434 not downloaded yet
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c84dce47-1dcc-5c8b-b676-d2d3b928d95c
2026-03-25 16:51:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c84dce47-1dcc-5c8b-b676-d2d3b928d95c, skipping ID generation
2026-03-25 16:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84dce47-1dcc-5c8b-b676-d2d3b928d95c with scrape type 1
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c84dce47-1dcc-5c8b-b676-d2d3b928d95c sending to next pipeline
2026-03-25 16:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c84dce47-1dcc-5c8b-b676-d2d3b928d95c, identifier: 7000743auction111024
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 7000379auction111024
2026-03-25 16:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 with scrape type 1
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000379%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443804%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_001/780x0__r.jpg?hash=1774443804 not downloaded yet
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_004/780x0__r.jpg?hash=1774443837> (referer: https://ecarstrade.com/cars/7000393)
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000822%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444437%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_004/780x0__r.jpg?hash=1774444437 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000345%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443719%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_004/780x0__r.jpg?hash=1774443719 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000820%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444434%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_004/780x0__r.jpg?hash=1774444434 not downloaded yet
2026-03-25 16:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c84dce47-1dcc-5c8b-b676-d2d3b928d95c with identifier: 7000743auction111024
2026-03-25 16:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c84dce47-1dcc-5c8b-b676-d2d3b928d95c with identifier: 7000743auction111024
2026-03-25 16:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c84dce47-1dcc-5c8b-b676-d2d3b928d95c with identifier: 7000743auction111024 to the API
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000743/photo_001/780x0__r.jpg?hash=1774444231>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'c84dce47-1dcc-5c8b-b676-d2d3b928d95c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000743',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '408',
'odometer': 68628,
'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': 'Peugeot 408 1.6 Hybrid 225 S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.6 Hybrid 225 S&S EAT8 GT 5d',
'vin': None,
'year': 2024}
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000743auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [ecarstrade.be] INFO: Saving data for 7000743auction111024: {'created_time': 1774457507.859205, 'last_price_update_time': 1774457507.859216, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000743auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_003/780x0__r.jpg?hash=1774444402> (referer: https://ecarstrade.com/cars/7000806)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_002/780x0__r.jpg?hash=1774444401> (referer: https://ecarstrade.com/cars/7000806)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_004/780x0__r.jpg?hash=1774444401> (referer: https://ecarstrade.com/cars/7000806)
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000379%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443804%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_002/780x0__r.jpg?hash=1774443804 not downloaded yet
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_001/780x0__r.jpg?hash=1774444401> (referer: https://ecarstrade.com/cars/7000806)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_005/780x0__r.jpg?hash=1774443664> (referer: https://ecarstrade.com/cars/7000325)
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_004/780x0__r.jpg?hash=1774443664> (referer: https://ecarstrade.com/cars/7000325)
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000822%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444437%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_005/780x0__r.jpg?hash=1774444437 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000345%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443719%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_005/780x0__r.jpg?hash=1774443719 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000820%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444434%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_005/780x0__r.jpg?hash=1774444434 not downloaded yet
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000379%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443805%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_003/780x0__r.jpg?hash=1774443805 not downloaded yet
2026-03-25 16:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_003/780x0__r.jpg?hash=1774443664> (referer: https://ecarstrade.com/cars/7000325)
2026-03-25 16:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000822%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444437%27 HTTP/1.1" 200 None
2026-03-25 16:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_006/780x0__r.jpg?hash=1774444437 not downloaded yet
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000345%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443719%27 HTTP/1.1" 200 None
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_006/780x0__r.jpg?hash=1774443719 not downloaded yet
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000820%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444434%27 HTTP/1.1" 200 None
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_006/780x0__r.jpg?hash=1774444434 not downloaded yet
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d74179d6-281b-5f06-9429-aa8676e2151b
2026-03-25 16:51:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d74179d6-281b-5f06-9429-aa8676e2151b, skipping ID generation
2026-03-25 16:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d74179d6-281b-5f06-9429-aa8676e2151b with scrape type 1
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d74179d6-281b-5f06-9429-aa8676e2151b sending to next pipeline
2026-03-25 16:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d74179d6-281b-5f06-9429-aa8676e2151b, identifier: 7000360auction111024
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fda03420-8bfc-54db-b55e-8e35134dbfee
2026-03-25 16:51:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fda03420-8bfc-54db-b55e-8e35134dbfee, skipping ID generation
2026-03-25 16:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda03420-8bfc-54db-b55e-8e35134dbfee with scrape type 1
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fda03420-8bfc-54db-b55e-8e35134dbfee sending to next pipeline
2026-03-25 16:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fda03420-8bfc-54db-b55e-8e35134dbfee, identifier: 7000393auction111024
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_002/780x0__r.jpg?hash=1774443664> (referer: https://ecarstrade.com/cars/7000325)
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_001/780x0__r.jpg?hash=1774443719> (referer: https://ecarstrade.com/cars/7000345)
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_001/780x0__r.jpg?hash=1774444434> (referer: https://ecarstrade.com/cars/7000820)
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000379%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443804%27 HTTP/1.1" 200 None
2026-03-25 16:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_004/780x0__r.jpg?hash=1774443804 not downloaded yet
2026-03-25 16:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d74179d6-281b-5f06-9429-aa8676e2151b with identifier: 7000360auction111024
2026-03-25 16:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d74179d6-281b-5f06-9429-aa8676e2151b with identifier: 7000360auction111024
2026-03-25 16:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d74179d6-281b-5f06-9429-aa8676e2151b with identifier: 7000360auction111024 to the API
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000360/photo_001/780x0__r.jpg?hash=1774443760>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd74179d6-281b-5f06-9429-aa8676e2151b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000360',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '330',
'odometer': 54918,
'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 3 - 2019 330eXA 184hp PHEV 4d',
'transmission': 'automatic',
'trim': '3 - 2019 eXA 184hp PHEV 4d',
'vin': None,
'year': 2022}
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000360auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:48 [ecarstrade.be] INFO: Saving data for 7000360auction111024: {'created_time': 1774457508.557437, 'last_price_update_time': 1774457508.557447, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000360auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 7000393auction111024
2026-03-25 16:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 7000393auction111024
2026-03-25 16:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 7000393auction111024 to the API
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000393/photo_004/780x0__r.jpg?hash=1774443837>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fda03420-8bfc-54db-b55e-8e35134dbfee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000393',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 80091,
'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': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000393auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:48 [ecarstrade.be] INFO: Saving data for 7000393auction111024: {'created_time': 1774457508.883455, 'last_price_update_time': 1774457508.883466, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000393auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_002/780x0__r.jpg?hash=1774444434> (referer: https://ecarstrade.com/cars/7000820)
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_001/780x0__r.jpg?hash=1774444436> (referer: https://ecarstrade.com/cars/7000822)
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_002/780x0__r.jpg?hash=1774443719> (referer: https://ecarstrade.com/cars/7000345)
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000482> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_002/780x0__r.jpg?hash=1774444437> (referer: https://ecarstrade.com/cars/7000822)
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000379%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443804%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_005/780x0__r.jpg?hash=1774443804 not downloaded yet
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8
2026-03-25 16:51:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8, skipping ID generation
2026-03-25 16:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with scrape type 1
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 sending to next pipeline
2026-03-25 16:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8, identifier: 7000806auction111024
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_001/780x0__r.jpg?hash=1774443804> (referer: https://ecarstrade.com/cars/7000379)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_003/780x0__r.jpg?hash=1774444434> (referer: https://ecarstrade.com/cars/7000820)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_003/780x0__r.jpg?hash=1774443719> (referer: https://ecarstrade.com/cars/7000345)
2026-03-25 16:51:49 [ecarstrade.be] INFO: Extracting details for car 7000482auction111024
2026-03-25 16:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 7000806auction111024
2026-03-25 16:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 7000806auction111024
2026-03-25 16:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 7000806auction111024 to the API
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000806/photo_001/780x0__r.jpg?hash=1774444401>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '321b4b0e-51f4-5ba2-aab1-28488f4a81c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000806',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 54266,
'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': "VW, Arteon SB FL'20, Volkswagen Arteon Shooting Brake 2.0 TDI 110kW "
'DSG',
'transmission': 'automatic',
'trim': "VW, SB FL'20, Shooting Brake 2.0 TDI 110kW DSG",
'vin': None,
'year': 2021}
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000806auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [ecarstrade.be] INFO: Saving data for 7000806auction111024: {'created_time': 1774457509.453183, 'last_price_update_time': 1774457509.453193, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000806auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000379%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443804%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_006/780x0__r.jpg?hash=1774443804 not downloaded yet
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_003/780x0__r.jpg?hash=1774444437> (referer: https://ecarstrade.com/cars/7000822)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_005/780x0__r.jpg?hash=1774444434> (referer: https://ecarstrade.com/cars/7000820)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_004/780x0__r.jpg?hash=1774443719> (referer: https://ecarstrade.com/cars/7000345)
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24b58547-bbb0-55b4-99d3-a893e36e8e5f with identifier: 7000482auction111024
2026-03-25 16:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24b58547-bbb0-55b4-99d3-a893e36e8e5f with scrape type 1
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000482%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444059%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_001/780x0__r.jpg?hash=1774444059 not downloaded yet
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_004/780x0__r.jpg?hash=1774444434> (referer: https://ecarstrade.com/cars/7000820)
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000482%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444058%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_002/780x0__r.jpg?hash=1774444058 not downloaded yet
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_005/780x0__r.jpg?hash=1774444437> (referer: https://ecarstrade.com/cars/7000822)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_003/780x0__r.jpg?hash=1774443805> (referer: https://ecarstrade.com/cars/7000379)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_005/780x0__r.jpg?hash=1774443719> (referer: https://ecarstrade.com/cars/7000345)
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000482%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444058%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_003/780x0__r.jpg?hash=1774444058 not downloaded yet
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000482%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444058%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_004/780x0__r.jpg?hash=1774444058 not downloaded yet
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000482%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444059%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_005/780x0__r.jpg?hash=1774444059 not downloaded yet
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_006/780x0__r.jpg?hash=1774444434> (referer: https://ecarstrade.com/cars/7000820)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_004/780x0__r.jpg?hash=1774443804> (referer: https://ecarstrade.com/cars/7000379)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_006/780x0__r.jpg?hash=1774443719> (referer: https://ecarstrade.com/cars/7000345)
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000482%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444058%27 HTTP/1.1" 200 None
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_006/780x0__r.jpg?hash=1774444058 not downloaded yet
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_006/780x0__r.jpg?hash=1774444437> (referer: https://ecarstrade.com/cars/7000822)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_002/780x0__r.jpg?hash=1774443804> (referer: https://ecarstrade.com/cars/7000379)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_001/780x0__r.jpg?hash=1774443664> (referer: https://ecarstrade.com/cars/7000325)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_005/780x0__r.jpg?hash=1774444458> (referer: https://ecarstrade.com/cars/7000833)
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_004/780x0__r.jpg?hash=1774444458> (referer: https://ecarstrade.com/cars/7000833)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_003/780x0__r.jpg?hash=1774444458> (referer: https://ecarstrade.com/cars/7000833)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_005/780x0__r.jpg?hash=1774443804> (referer: https://ecarstrade.com/cars/7000379)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_001/780x0__r.jpg?hash=1774444059> (referer: https://ecarstrade.com/cars/7000482)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_002/780x0__r.jpg?hash=1774444058> (referer: https://ecarstrade.com/cars/7000482)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_006/780x0__r.jpg?hash=1774443804> (referer: https://ecarstrade.com/cars/7000379)
2026-03-25 16:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_002/780x0__r.jpg?hash=1774444459> (referer: https://ecarstrade.com/cars/7000833)
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af
2026-03-25 16:51:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af, skipping ID generation
2026-03-25 16:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with scrape type 1
2026-03-25 16:51:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af sending to next pipeline
2026-03-25 16:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af, identifier: 7000820auction111024
2026-03-25 16:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 7000820auction111024
2026-03-25 16:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 7000820auction111024
2026-03-25 16:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 7000820auction111024 to the API
2026-03-25 16:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000820/photo_006/780x0__r.jpg?hash=1774444434>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9b68eedd-792e-5ae6-b71c-0327ccbfc3af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000820',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 27162,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen T-Roc 1.5 TSI ACT 110kW Life DSG7 5d',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110kW Life DSG7 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000820auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:50 [ecarstrade.be] INFO: Saving data for 7000820auction111024: {'created_time': 1774457510.135593, 'last_price_update_time': 1774457510.135604, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000820auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_004/780x0__r.jpg?hash=1774444437> (referer: https://ecarstrade.com/cars/7000822)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_001/780x0__r.jpg?hash=1774444458> (referer: https://ecarstrade.com/cars/7000833)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_004/780x0__r.jpg?hash=1774444058> (referer: https://ecarstrade.com/cars/7000482)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_005/780x0__r.jpg?hash=1774444059> (referer: https://ecarstrade.com/cars/7000482)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_004/780x0__r.jpg?hash=1774444062> (referer: https://ecarstrade.com/cars/7000484)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_003/780x0__r.jpg?hash=1774444058> (referer: https://ecarstrade.com/cars/7000482)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_006/780x0__r.jpg?hash=1774444058> (referer: https://ecarstrade.com/cars/7000482)
2026-03-25 16:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_005/780x0__r.jpg?hash=1774444062> (referer: https://ecarstrade.com/cars/7000484)
2026-03-25 16: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-25 16: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-25 16: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-25 16: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-25 16: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-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96b36f60-e1fa-5fe1-840e-5badc6287f01
2026-03-25 16:51:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96b36f60-e1fa-5fe1-840e-5badc6287f01, skipping ID generation
2026-03-25 16:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b36f60-e1fa-5fe1-840e-5badc6287f01 with scrape type 1
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96b36f60-e1fa-5fe1-840e-5badc6287f01 sending to next pipeline
2026-03-25 16:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b36f60-e1fa-5fe1-840e-5badc6287f01, identifier: 7000345auction111024
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef
2026-03-25 16:51:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef, skipping ID generation
2026-03-25 16:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with scrape type 1
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef sending to next pipeline
2026-03-25 16:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef, identifier: 7000325auction111024
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 118bb977-1a02-5d14-b95d-89e41c46d7e9
2026-03-25 16:51:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 118bb977-1a02-5d14-b95d-89e41c46d7e9, skipping ID generation
2026-03-25 16:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 with scrape type 1
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 sending to next pipeline
2026-03-25 16:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 118bb977-1a02-5d14-b95d-89e41c46d7e9, identifier: 7000379auction111024
2026-03-25 16:51:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b36f60-e1fa-5fe1-840e-5badc6287f01 with identifier: 7000345auction111024
2026-03-25 16:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b36f60-e1fa-5fe1-840e-5badc6287f01 with identifier: 7000345auction111024
2026-03-25 16:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b36f60-e1fa-5fe1-840e-5badc6287f01 with identifier: 7000345auction111024 to the API
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000345/photo_006/780x0__r.jpg?hash=1774443719>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '96b36f60-e1fa-5fe1-840e-5badc6287f01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000345',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '530',
'odometer': 112251,
'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 5 Reeks Touring 530e Auto 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring e Auto 5d',
'vin': None,
'year': 2021}
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000345auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:50 [ecarstrade.be] INFO: Saving data for 7000345auction111024: {'created_time': 1774457510.696493, 'last_price_update_time': 1774457510.696504, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000345auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 7000325auction111024
2026-03-25 16:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 7000325auction111024
2026-03-25 16:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 7000325auction111024 to the API
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000325/photo_001/780x0__r.jpg?hash=1774443664>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8e0ea7a3-de13-567a-90c4-b1a2a0262cef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000325',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 62669,
'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 A5 SPORTBACK DIESEL - 2020 50 TDI 286hp Q Advanced Tiptronic '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 50 TDI 286hp Q Advanced Tiptronic '
'(EU6d-TEMP) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000325auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:50 [ecarstrade.be] INFO: Saving data for 7000325auction111024: {'created_time': 1774457510.992268, 'last_price_update_time': 1774457510.992279, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000325auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 7000379auction111024
2026-03-25 16:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 7000379auction111024
2026-03-25 16:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 7000379auction111024 to the API
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000379/photo_006/780x0__r.jpg?hash=1774443804>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '118bb977-1a02-5d14-b95d-89e41c46d7e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000379',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 28278,
'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, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000379auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:51 [ecarstrade.be] INFO: Saving data for 7000379auction111024: {'created_time': 1774457511.361983, 'last_price_update_time': 1774457511.361993, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000379auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_002/780x0__r.jpg?hash=1774444062> (referer: https://ecarstrade.com/cars/7000484)
2026-03-25 16:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_001/780x0__r.jpg?hash=1774444062> (referer: https://ecarstrade.com/cars/7000484)
2026-03-25 16:51:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_003/780x0__r.jpg?hash=1774444062> (referer: https://ecarstrade.com/cars/7000484)
2026-03-25 16:51:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35
2026-03-25 16:51:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d9b09ee-b3ae-5309-9453-300e3f0cfb35, skipping ID generation
2026-03-25 16:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 with scrape type 1
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 sending to next pipeline
2026-03-25 16:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d9b09ee-b3ae-5309-9453-300e3f0cfb35, identifier: 7000822auction111024
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c
2026-03-25 16:51:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 496c90d1-4a9e-5708-a623-b0fdd22f3e3c, skipping ID generation
2026-03-25 16:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c with scrape type 1
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 496c90d1-4a9e-5708-a623-b0fdd22f3e3c sending to next pipeline
2026-03-25 16:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 496c90d1-4a9e-5708-a623-b0fdd22f3e3c, identifier: 7000833auction111024
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 24b58547-bbb0-55b4-99d3-a893e36e8e5f
2026-03-25 16:51:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24b58547-bbb0-55b4-99d3-a893e36e8e5f, skipping ID generation
2026-03-25 16:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24b58547-bbb0-55b4-99d3-a893e36e8e5f with scrape type 1
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 24b58547-bbb0-55b4-99d3-a893e36e8e5f sending to next pipeline
2026-03-25 16:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24b58547-bbb0-55b4-99d3-a893e36e8e5f, identifier: 7000482auction111024
2026-03-25 16:51:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 with identifier: 7000822auction111024
2026-03-25 16:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 with identifier: 7000822auction111024
2026-03-25 16:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d9b09ee-b3ae-5309-9453-300e3f0cfb35 with identifier: 7000822auction111024 to the API
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000822/photo_004/780x0__r.jpg?hash=1774444437>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '6d9b09ee-b3ae-5309-9453-300e3f0cfb35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000822',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 52138,
'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 T-Roc 1.5 TSI ACT 110kW Life DSG7 5d',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110kW Life DSG7 5d',
'vin': None,
'year': 2023}
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000822auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:51 [ecarstrade.be] INFO: Saving data for 7000822auction111024: {'created_time': 1774457511.893103, 'last_price_update_time': 1774457511.893115, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000822auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 496c90d1-4a9e-5708-a623-b0fdd22f3e3c with identifier: 7000833auction111024
2026-03-25 16:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 496c90d1-4a9e-5708-a623-b0fdd22f3e3c with identifier: 7000833auction111024
2026-03-25 16:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 496c90d1-4a9e-5708-a623-b0fdd22f3e3c with identifier: 7000833auction111024 to the API
2026-03-25 16:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000833/photo_001/780x0__r.jpg?hash=1774444458>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '496c90d1-4a9e-5708-a623-b0fdd22f3e3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000833',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 211206,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 B5 D 4WD Geartronic Momentum Pro 7PL 5d',
'transmission': 'automatic',
'trim': 'XC90 2.0 B5 D 4WD Geartronic Momentum Pro 7PL 5d',
'vin': None,
'year': 2021}
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000833auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:52 [ecarstrade.be] INFO: Saving data for 7000833auction111024: {'created_time': 1774457512.190047, 'last_price_update_time': 1774457512.190059, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000833auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24b58547-bbb0-55b4-99d3-a893e36e8e5f with identifier: 7000482auction111024
2026-03-25 16:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24b58547-bbb0-55b4-99d3-a893e36e8e5f with identifier: 7000482auction111024
2026-03-25 16:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24b58547-bbb0-55b4-99d3-a893e36e8e5f with identifier: 7000482auction111024 to the API
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000482/photo_006/780x0__r.jpg?hash=1774444058>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '24b58547-bbb0-55b4-99d3-a893e36e8e5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000482',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 160882,
'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-Benz EQC EQC 400 4MATIC Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz 400 4MATIC Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000482auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:52 [ecarstrade.be] INFO: Saving data for 7000482auction111024: {'created_time': 1774457512.658845, 'last_price_update_time': 1774457512.658856, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000482auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e622ef38-5af6-5f37-a44a-7b45d404b71c
2026-03-25 16:51:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e622ef38-5af6-5f37-a44a-7b45d404b71c, skipping ID generation
2026-03-25 16:51:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e622ef38-5af6-5f37-a44a-7b45d404b71c with scrape type 1
2026-03-25 16:51:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e622ef38-5af6-5f37-a44a-7b45d404b71c sending to next pipeline
2026-03-25 16:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e622ef38-5af6-5f37-a44a-7b45d404b71c, identifier: 7000484auction111024
2026-03-25 16:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e622ef38-5af6-5f37-a44a-7b45d404b71c with identifier: 7000484auction111024
2026-03-25 16:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e622ef38-5af6-5f37-a44a-7b45d404b71c with identifier: 7000484auction111024
2026-03-25 16:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e622ef38-5af6-5f37-a44a-7b45d404b71c with identifier: 7000484auction111024 to the API
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:51:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:51:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000484/photo_003/780x0__r.jpg?hash=1774444062>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e622ef38-5af6-5f37-a44a-7b45d404b71c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000484',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 66775,
'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': 'Mercedes-Benz GLC GLC 200 d 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC d 4MATIC 5d',
'vin': None,
'year': 2022}
2026-03-25 16:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000484auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:51:53 [ecarstrade.be] INFO: Saving data for 7000484auction111024: {'created_time': 1774457513.082321, 'last_price_update_time': 1774457513.082332, 'auction_closing_time': 1774606200.0}
2026-03-25 16:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000484auction111024') HTTP/1.1" 204 0
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000784> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:51:59 [ecarstrade.be] INFO: Extracting details for car 7000784auction111024
2026-03-25 16:51:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 7000784auction111024
2026-03-25 16:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 with scrape type 1
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000784%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444343%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_001/780x0__r.jpg?hash=1774444343 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000784%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444343%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_002/780x0__r.jpg?hash=1774444343 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000784%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444343%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_003/780x0__r.jpg?hash=1774444343 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000784%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444343%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_004/780x0__r.jpg?hash=1774444343 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000784%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444344%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_005/780x0__r.jpg?hash=1774444344 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000784%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444343%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_006/780x0__r.jpg?hash=1774444343 not downloaded yet
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000754> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_003/780x0__r.jpg?hash=1774443655> (referer: https://ecarstrade.com/cars/7000321)
2026-03-25 16:51:59 [ecarstrade.be] INFO: Extracting details for car 7000754auction111024
2026-03-25 16:51:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 7000754auction111024
2026-03-25 16:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d830fa-f229-5d07-b777-9bd192c4464e with scrape type 1
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000754%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444267%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_001/780x0__r.jpg?hash=1774444267 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000754%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444267%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_002/780x0__r.jpg?hash=1774444267 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000754%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444268%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_003/780x0__r.jpg?hash=1774444268 not downloaded yet
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_006/780x0__r.jpg?hash=1774444061> (referer: https://ecarstrade.com/cars/7000483)
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000754%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444268%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_004/780x0__r.jpg?hash=1774444268 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000754%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444267%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_005/780x0__r.jpg?hash=1774444267 not downloaded yet
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_002/780x0__r.jpg?hash=1774443655> (referer: https://ecarstrade.com/cars/7000321)
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000754%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444267%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_006/780x0__r.jpg?hash=1774444267 not downloaded yet
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_005/780x0__r.jpg?hash=1774444060> (referer: https://ecarstrade.com/cars/7000483)
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000359> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_001/780x0__r.jpg?hash=1774443655> (referer: https://ecarstrade.com/cars/7000321)
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_004/780x0__r.jpg?hash=1774444060> (referer: https://ecarstrade.com/cars/7000483)
2026-03-25 16:51:59 [ecarstrade.be] INFO: Extracting details for car 7000359auction111024
2026-03-25 16:51:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e23ad49-457c-5399-969f-03e2f7357158 with identifier: 7000359auction111024
2026-03-25 16:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e23ad49-457c-5399-969f-03e2f7357158 with scrape type 1
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000359%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443754%27 HTTP/1.1" 200 None
2026-03-25 16:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_001/780x0__r.jpg?hash=1774443754 not downloaded yet
2026-03-25 16:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:51: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%252F7000359%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443754%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_002/780x0__r.jpg?hash=1774443754 not downloaded yet
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000359%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443754%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_003/780x0__r.jpg?hash=1774443754 not downloaded yet
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_002/780x0__r.jpg?hash=1774444061> (referer: https://ecarstrade.com/cars/7000483)
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bc17dcbe-f9e0-5c66-a30c-65e3934bd682
2026-03-25 16:52:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc17dcbe-f9e0-5c66-a30c-65e3934bd682, skipping ID generation
2026-03-25 16:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with scrape type 1
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 sending to next pipeline
2026-03-25 16:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc17dcbe-f9e0-5c66-a30c-65e3934bd682, identifier: 7000321auction111024
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_003/780x0__r.jpg?hash=1774444060> (referer: https://ecarstrade.com/cars/7000483)
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000359%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443754%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_004/780x0__r.jpg?hash=1774443754 not downloaded yet
2026-03-25 16:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 7000321auction111024
2026-03-25 16:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 7000321auction111024
2026-03-25 16:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 7000321auction111024 to the API
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000321/photo_001/780x0__r.jpg?hash=1774443655>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'bc17dcbe-f9e0-5c66-a30c-65e3934bd682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000321',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 69962,
'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 DIESEL - 2020 40 TDi 204hp Quattro S Line S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro S Line S tronic 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000321auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [ecarstrade.be] INFO: Saving data for 7000321auction111024: {'created_time': 1774457520.523082, 'last_price_update_time': 1774457520.523093, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000321auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_006/780x0__r.jpg?hash=1774444343> (referer: https://ecarstrade.com/cars/7000784)
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000359%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443754%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_005/780x0__r.jpg?hash=1774443754 not downloaded yet
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000798> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000359%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443755%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_006/780x0__r.jpg?hash=1774443755 not downloaded yet
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000334> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_005/780x0__r.jpg?hash=1774444344> (referer: https://ecarstrade.com/cars/7000784)
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_003/780x0__r.jpg?hash=1774444268> (referer: https://ecarstrade.com/cars/7000754)
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_005/780x0__r.jpg?hash=1774444267> (referer: https://ecarstrade.com/cars/7000754)
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:52:00 [ecarstrade.be] INFO: Extracting details for car 7000798auction111024
2026-03-25 16:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41513223-7a06-58f0-97e9-5d5acc453855 with identifier: 7000798auction111024
2026-03-25 16:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41513223-7a06-58f0-97e9-5d5acc453855 with scrape type 1
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000798%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444386%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_001/780x0__r.jpg?hash=1774444386 not downloaded yet
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_006/780x0__r.jpg?hash=1774444267> (referer: https://ecarstrade.com/cars/7000754)
2026-03-25 16:52:00 [ecarstrade.be] INFO: Extracting details for car 7000334auction111024
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000798%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444387%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_002/780x0__r.jpg?hash=1774444387 not downloaded yet
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_004/780x0__r.jpg?hash=1774444268> (referer: https://ecarstrade.com/cars/7000754)
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_001/780x0__r.jpg?hash=1774444267> (referer: https://ecarstrade.com/cars/7000754)
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_002/780x0__r.jpg?hash=1774444267> (referer: https://ecarstrade.com/cars/7000754)
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000798%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444386%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_003/780x0__r.jpg?hash=1774444386 not downloaded yet
2026-03-25 16:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 7000334auction111024
2026-03-25 16:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f19879d8-4a02-5ad8-ab85-54621f1a74af with scrape type 1
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000334%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443686%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_001/780x0__r.jpg?hash=1774443686 not downloaded yet
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000798%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444386%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_004/780x0__r.jpg?hash=1774444386 not downloaded yet
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000334%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443687%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_002/780x0__r.jpg?hash=1774443687 not downloaded yet
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_002/780x0__r.jpg?hash=1774443754> (referer: https://ecarstrade.com/cars/7000359)
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000798%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444386%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_005/780x0__r.jpg?hash=1774444386 not downloaded yet
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000334%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443686%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_003/780x0__r.jpg?hash=1774443686 not downloaded yet
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_001/780x0__r.jpg?hash=1774443754> (referer: https://ecarstrade.com/cars/7000359)
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_003/780x0__r.jpg?hash=1774443754> (referer: https://ecarstrade.com/cars/7000359)
2026-03-25 16:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_004/780x0__r.jpg?hash=1774443754> (referer: https://ecarstrade.com/cars/7000359)
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000798%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444387%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_006/780x0__r.jpg?hash=1774444387 not downloaded yet
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000334%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443686%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_004/780x0__r.jpg?hash=1774443686 not downloaded yet
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000334%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443686%27 HTTP/1.1" 200 None
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_005/780x0__r.jpg?hash=1774443686 not downloaded yet
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 97d830fa-f229-5d07-b777-9bd192c4464e
2026-03-25 16:52:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97d830fa-f229-5d07-b777-9bd192c4464e, skipping ID generation
2026-03-25 16:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d830fa-f229-5d07-b777-9bd192c4464e with scrape type 1
2026-03-25 16:52:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97d830fa-f229-5d07-b777-9bd192c4464e sending to next pipeline
2026-03-25 16:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97d830fa-f229-5d07-b777-9bd192c4464e, identifier: 7000754auction111024
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_006/780x0__r.jpg?hash=1774443755> (referer: https://ecarstrade.com/cars/7000359)
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000334%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443687%27 HTTP/1.1" 200 None
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_006/780x0__r.jpg?hash=1774443687 not downloaded yet
2026-03-25 16:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 7000754auction111024
2026-03-25 16:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 7000754auction111024
2026-03-25 16:52:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 7000754auction111024 to the API
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000754/photo_002/780x0__r.jpg?hash=1774444267>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '97d830fa-f229-5d07-b777-9bd192c4464e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000754',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 110610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 HYBRID 136 e-DSC6 GT 5d',
'transmission': 'automatic',
'trim': '1.2 HYBRID 136 e-DSC6 GT 5d',
'vin': None,
'year': 2024}
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000754auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:01 [ecarstrade.be] INFO: Saving data for 7000754auction111024: {'created_time': 1774457521.308773, 'last_price_update_time': 1774457521.308785, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000754auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_005/780x0__r.jpg?hash=1774443754> (referer: https://ecarstrade.com/cars/7000359)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_004/780x0__r.jpg?hash=1774444343> (referer: https://ecarstrade.com/cars/7000784)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_003/780x0__r.jpg?hash=1774444343> (referer: https://ecarstrade.com/cars/7000784)
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000317> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000459> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_001/780x0__r.jpg?hash=1774444386> (referer: https://ecarstrade.com/cars/7000798)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_002/780x0__r.jpg?hash=1774444387> (referer: https://ecarstrade.com/cars/7000798)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_002/780x0__r.jpg?hash=1774444343> (referer: https://ecarstrade.com/cars/7000784)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_001/780x0__r.jpg?hash=1774444343> (referer: https://ecarstrade.com/cars/7000784)
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6e23ad49-457c-5399-969f-03e2f7357158
2026-03-25 16:52:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e23ad49-457c-5399-969f-03e2f7357158, skipping ID generation
2026-03-25 16:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e23ad49-457c-5399-969f-03e2f7357158 with scrape type 1
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e23ad49-457c-5399-969f-03e2f7357158 sending to next pipeline
2026-03-25 16:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e23ad49-457c-5399-969f-03e2f7357158, identifier: 7000359auction111024
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e23ad49-457c-5399-969f-03e2f7357158 with identifier: 7000359auction111024
2026-03-25 16:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e23ad49-457c-5399-969f-03e2f7357158 with identifier: 7000359auction111024
2026-03-25 16:52:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e23ad49-457c-5399-969f-03e2f7357158 with identifier: 7000359auction111024 to the API
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000359/photo_005/780x0__r.jpg?hash=1774443754>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6e23ad49-457c-5399-969f-03e2f7357158',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000359',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '320',
'odometer': 102833,
'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, 3-serie '18 PHEV, BMW 3 Reeks Berline 320e (150 kW) 4d",
'transmission': 'automatic',
'trim': ", 3-serie '18 PHEV, 3 Reeks Berline e (150 kW) 4d",
'vin': None,
'year': 2022}
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000359auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:01 [ecarstrade.be] INFO: Saving data for 7000359auction111024: {'created_time': 1774457521.77007, 'last_price_update_time': 1774457521.770081, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000359auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_002/780x0__r.jpg?hash=1774443687> (referer: https://ecarstrade.com/cars/7000334)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_003/780x0__r.jpg?hash=1774443686> (referer: https://ecarstrade.com/cars/7000334)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_005/780x0__r.jpg?hash=1774444386> (referer: https://ecarstrade.com/cars/7000798)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_005/780x0__r.jpg?hash=1774443686> (referer: https://ecarstrade.com/cars/7000334)
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_004/780x0__r.jpg?hash=1774444386> (referer: https://ecarstrade.com/cars/7000798)
2026-03-25 16:52:01 [ecarstrade.be] INFO: Extracting details for car 7000317auction111024
2026-03-25 16:52:01 [ecarstrade.be] INFO: Extracting details for car 7000459auction111024
2026-03-25 16:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_004/780x0__r.jpg?hash=1774443686> (referer: https://ecarstrade.com/cars/7000334)
2026-03-25 16:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc2bb38b-5e7e-5db7-802c-c503d3234e80 with identifier: 7000317auction111024
2026-03-25 16:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc2bb38b-5e7e-5db7-802c-c503d3234e80 with scrape type 1
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000317%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443648%27 HTTP/1.1" 200 None
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_001/780x0__r.jpg?hash=1774443648 not downloaded yet
2026-03-25 16:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a2394be-fff9-5902-93e0-880659cdf52c with identifier: 7000459auction111024
2026-03-25 16:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a2394be-fff9-5902-93e0-880659cdf52c with scrape type 1
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000459%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443996%27 HTTP/1.1" 200 None
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_001/780x0__r.jpg?hash=1774443996 not downloaded yet
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdc0e25a-92df-5bb3-b4e4-749f46264a69
2026-03-25 16:52:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdc0e25a-92df-5bb3-b4e4-749f46264a69, skipping ID generation
2026-03-25 16:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 with scrape type 1
2026-03-25 16:52:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 sending to next pipeline
2026-03-25 16:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdc0e25a-92df-5bb3-b4e4-749f46264a69, identifier: 7000784auction111024
2026-03-25 16:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 7000784auction111024
2026-03-25 16:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 7000784auction111024
2026-03-25 16:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 7000784auction111024 to the API
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000784/photo_001/780x0__r.jpg?hash=1774444343>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cdc0e25a-92df-5bb3-b4e4-749f46264a69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000784',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 150009,
'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': 'SKODA KODIAQ DIESEL 2.0 CR TDi 150hp Style DSG (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'SKODA KODIAQ DIESEL 2.0 CR TDi 150hp Style DSG (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000784auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [ecarstrade.be] INFO: Saving data for 7000784auction111024: {'created_time': 1774457522.227703, 'last_price_update_time': 1774457522.227713, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000784auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_006/780x0__r.jpg?hash=1774444387> (referer: https://ecarstrade.com/cars/7000798)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_001/780x0__r.jpg?hash=1774443686> (referer: https://ecarstrade.com/cars/7000334)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_001/780x0__r.jpg?hash=1774444060> (referer: https://ecarstrade.com/cars/7000483)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_003/780x0__r.jpg?hash=1774444386> (referer: https://ecarstrade.com/cars/7000798)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_006/780x0__r.jpg?hash=1774443687> (referer: https://ecarstrade.com/cars/7000334)
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000317%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443648%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_002/780x0__r.jpg?hash=1774443648 not downloaded yet
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000459%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443996%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_002/780x0__r.jpg?hash=1774443996 not downloaded yet
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_004/780x0__r.jpg?hash=1774444054> (referer: https://ecarstrade.com/cars/7000480)
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000317%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443648%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_003/780x0__r.jpg?hash=1774443648 not downloaded yet
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000459%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443996%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_003/780x0__r.jpg?hash=1774443996 not downloaded yet
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000317%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443648%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_004/780x0__r.jpg?hash=1774443648 not downloaded yet
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000459%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443996%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_004/780x0__r.jpg?hash=1774443996 not downloaded yet
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_005/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000840)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_003/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000840)
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000317%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443648%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_005/780x0__r.jpg?hash=1774443648 not downloaded yet
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000459%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443996%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_005/780x0__r.jpg?hash=1774443996 not downloaded yet
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_004/780x0__r.jpg?hash=1774444477> (referer: https://ecarstrade.com/cars/7000840)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_001/780x0__r.jpg?hash=1774444053> (referer: https://ecarstrade.com/cars/7000480)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_003/780x0__r.jpg?hash=1774444053> (referer: https://ecarstrade.com/cars/7000480)
2026-03-25 16:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_002/780x0__r.jpg?hash=1774444053> (referer: https://ecarstrade.com/cars/7000480)
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000317%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443648%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_006/780x0__r.jpg?hash=1774443648 not downloaded yet
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000459%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443996%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_006/780x0__r.jpg?hash=1774443996 not downloaded yet
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e
2026-03-25 16:52:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35b9c2cc-ae3d-538e-914b-b3d3656baf8e, skipping ID generation
2026-03-25 16:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e with scrape type 1
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35b9c2cc-ae3d-538e-914b-b3d3656baf8e sending to next pipeline
2026-03-25 16:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35b9c2cc-ae3d-538e-914b-b3d3656baf8e, identifier: 7000483auction111024
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 41513223-7a06-58f0-97e9-5d5acc453855
2026-03-25 16:52:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41513223-7a06-58f0-97e9-5d5acc453855, skipping ID generation
2026-03-25 16:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41513223-7a06-58f0-97e9-5d5acc453855 with scrape type 1
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 41513223-7a06-58f0-97e9-5d5acc453855 sending to next pipeline
2026-03-25 16:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41513223-7a06-58f0-97e9-5d5acc453855, identifier: 7000798auction111024
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f19879d8-4a02-5ad8-ab85-54621f1a74af
2026-03-25 16:52:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f19879d8-4a02-5ad8-ab85-54621f1a74af, skipping ID generation
2026-03-25 16:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f19879d8-4a02-5ad8-ab85-54621f1a74af with scrape type 1
2026-03-25 16:52:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f19879d8-4a02-5ad8-ab85-54621f1a74af sending to next pipeline
2026-03-25 16:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f19879d8-4a02-5ad8-ab85-54621f1a74af, identifier: 7000334auction111024
2026-03-25 16:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35b9c2cc-ae3d-538e-914b-b3d3656baf8e with identifier: 7000483auction111024
2026-03-25 16:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35b9c2cc-ae3d-538e-914b-b3d3656baf8e with identifier: 7000483auction111024
2026-03-25 16:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35b9c2cc-ae3d-538e-914b-b3d3656baf8e with identifier: 7000483auction111024 to the API
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000483/photo_001/780x0__r.jpg?hash=1774444060>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '35b9c2cc-ae3d-538e-914b-b3d3656baf8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000483',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 83100,
'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': 'MERCEDES CLASSE GLC DIESEL (C253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (C253) - 2019 de 194 4-Ma PHEV Business '
'Solution 5d',
'vin': None,
'year': 2021}
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000483auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:02 [ecarstrade.be] INFO: Saving data for 7000483auction111024: {'created_time': 1774457522.948563, 'last_price_update_time': 1774457522.948574, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000483auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41513223-7a06-58f0-97e9-5d5acc453855 with identifier: 7000798auction111024
2026-03-25 16:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41513223-7a06-58f0-97e9-5d5acc453855 with identifier: 7000798auction111024
2026-03-25 16:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41513223-7a06-58f0-97e9-5d5acc453855 with identifier: 7000798auction111024 to the API
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000798/photo_003/780x0__r.jpg?hash=1774444386>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '41513223-7a06-58f0-97e9-5d5acc453855',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000798',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 81496,
'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': 'TESLA MODEL 3 75 kWh 351 Long-Range Dual Motor 5d',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 75 kWh 351 Long-Range Dual Motor 5d',
'vin': None,
'year': 2020}
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000798auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:03 [ecarstrade.be] INFO: Saving data for 7000798auction111024: {'created_time': 1774457523.226013, 'last_price_update_time': 1774457523.226023, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000798auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 7000334auction111024
2026-03-25 16:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 7000334auction111024
2026-03-25 16:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 7000334auction111024 to the API
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000334/photo_006/780x0__r.jpg?hash=1774443687>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f19879d8-4a02-5ad8-ab85-54621f1a74af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000334',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 94767,
'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': 'Audi Q3 35 TDI S tronic S line Business Edition 5d',
'transmission': 'automatic',
'trim': '35 TDI S tronic S line Business Edition 5d',
'vin': None,
'year': 2021}
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000334auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:03 [ecarstrade.be] INFO: Saving data for 7000334auction111024: {'created_time': 1774457523.510448, 'last_price_update_time': 1774457523.510458, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000334auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_002/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000840)
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_001/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000840)
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_004/780x0__r.jpg?hash=1774444050> (referer: https://ecarstrade.com/cars/7000478)
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_005/780x0__r.jpg?hash=1774444050> (referer: https://ecarstrade.com/cars/7000478)
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_001/780x0__r.jpg?hash=1774443648> (referer: https://ecarstrade.com/cars/7000317)
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_001/780x0__r.jpg?hash=1774443996> (referer: https://ecarstrade.com/cars/7000459)
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_002/780x0__r.jpg?hash=1774444050> (referer: https://ecarstrade.com/cars/7000478)
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dcff0cc5-f136-5805-9adc-35b4ffe94d4d
2026-03-25 16:52:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcff0cc5-f136-5805-9adc-35b4ffe94d4d, skipping ID generation
2026-03-25 16:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcff0cc5-f136-5805-9adc-35b4ffe94d4d with scrape type 1
2026-03-25 16:52:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dcff0cc5-f136-5805-9adc-35b4ffe94d4d sending to next pipeline
2026-03-25 16:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcff0cc5-f136-5805-9adc-35b4ffe94d4d, identifier: 7000480auction111024
2026-03-25 16:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_003/780x0__r.jpg?hash=1774444050> (referer: https://ecarstrade.com/cars/7000478)
2026-03-25 16:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 7000480auction111024
2026-03-25 16:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 7000480auction111024
2026-03-25 16:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 7000480auction111024 to the API
2026-03-25 16:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000480/photo_002/780x0__r.jpg?hash=1774444053>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'dcff0cc5-f136-5805-9adc-35b4ffe94d4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000480',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 57409,
'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': 'MERCEDES EQC 80 kWh EQC 400 4-Matic 408 Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 80 kWh 400 4-Matic 408 Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000480auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:04 [ecarstrade.be] INFO: Saving data for 7000480auction111024: {'created_time': 1774457524.137147, 'last_price_update_time': 1774457524.137168, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000480auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_005/780x0__r.jpg?hash=1774443648> (referer: https://ecarstrade.com/cars/7000317)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_005/780x0__r.jpg?hash=1774443996> (referer: https://ecarstrade.com/cars/7000459)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_004/780x0__r.jpg?hash=1774443996> (referer: https://ecarstrade.com/cars/7000459)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_003/780x0__r.jpg?hash=1774443996> (referer: https://ecarstrade.com/cars/7000459)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_004/780x0__r.jpg?hash=1774443648> (referer: https://ecarstrade.com/cars/7000317)
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b
2026-03-25 16:52:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b, skipping ID generation
2026-03-25 16:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with scrape type 1
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b sending to next pipeline
2026-03-25 16:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b, identifier: 7000840auction111024
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 7000840auction111024
2026-03-25 16:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 7000840auction111024
2026-03-25 16:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 7000840auction111024 to the API
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000840/photo_001/780x0__r.jpg?hash=1774444476>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '2b0becd0-ee32-55df-b21a-1e786c8e3f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000840',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 69912,
'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': "Volvo, XC40 FL'21 PHEV, Volvo XC40 T4 PHEV Ultimate Bright Design "
'Aut. 5d',
'transmission': 'automatic',
'trim': ", XC40 FL'21 PHEV, XC40 T4 PHEV Ultimate Bright Design Aut. 5d",
'vin': None,
'year': 2023}
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000840auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:04 [ecarstrade.be] INFO: Saving data for 7000840auction111024: {'created_time': 1774457524.848486, 'last_price_update_time': 1774457524.848497, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000840auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_006/780x0__r.jpg?hash=1774443648> (referer: https://ecarstrade.com/cars/7000317)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_001/780x0__r.jpg?hash=1774444050> (referer: https://ecarstrade.com/cars/7000478)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_003/780x0__r.jpg?hash=1774443648> (referer: https://ecarstrade.com/cars/7000317)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_006/780x0__r.jpg?hash=1774443996> (referer: https://ecarstrade.com/cars/7000459)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_002/780x0__r.jpg?hash=1774443648> (referer: https://ecarstrade.com/cars/7000317)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_002/780x0__r.jpg?hash=1774443996> (referer: https://ecarstrade.com/cars/7000459)
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_005/780x0__r.jpg?hash=1774444322> (referer: https://ecarstrade.com/cars/7000777)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_003/780x0__r.jpg?hash=1774444323> (referer: https://ecarstrade.com/cars/7000777)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_006/780x0__r.jpg?hash=1774444322> (referer: https://ecarstrade.com/cars/7000777)
2026-03-25 16:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_001/780x0__r.jpg?hash=1774444322> (referer: https://ecarstrade.com/cars/7000777)
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625
2026-03-25 16:52:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625, skipping ID generation
2026-03-25 16:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 with scrape type 1
2026-03-25 16:52:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 sending to next pipeline
2026-03-25 16:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625, identifier: 7000478auction111024
2026-03-25 16:52:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 with identifier: 7000478auction111024
2026-03-25 16:52:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 with identifier: 7000478auction111024
2026-03-25 16:52:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1aa387aa-40a9-50a0-bf5b-cd03d9f0b625 with identifier: 7000478auction111024 to the API
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000478/photo_001/780x0__r.jpg?hash=1774444050>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1aa387aa-40a9-50a0-bf5b-cd03d9f0b625',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000478',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 95111,
'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': "Mercedes, E-klasse '16, Mercedes-Benz E-Klasse Berline E 300 de "
'Business S',
'transmission': 'automatic',
'trim': ", E-klasse '16, -Benz E-Klasse Berline de Business S",
'vin': None,
'year': 2020}
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000478auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:05 [ecarstrade.be] INFO: Saving data for 7000478auction111024: {'created_time': 1774457525.346981, 'last_price_update_time': 1774457525.346991, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000478auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_005/780x0__r.jpg?hash=1774444073> (referer: https://ecarstrade.com/cars/7000488)
2026-03-25 16:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_004/780x0__r.jpg?hash=1774444322> (referer: https://ecarstrade.com/cars/7000777)
2026-03-25 16:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_004/780x0__r.jpg?hash=1774444073> (referer: https://ecarstrade.com/cars/7000488)
2026-03-25 16:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_003/780x0__r.jpg?hash=1774444074> (referer: https://ecarstrade.com/cars/7000488)
2026-03-25 16:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_002/780x0__r.jpg?hash=1774444073> (referer: https://ecarstrade.com/cars/7000488)
2026-03-25 16:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_001/780x0__r.jpg?hash=1774444073> (referer: https://ecarstrade.com/cars/7000488)
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc2bb38b-5e7e-5db7-802c-c503d3234e80
2026-03-25 16:52:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc2bb38b-5e7e-5db7-802c-c503d3234e80, skipping ID generation
2026-03-25 16:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc2bb38b-5e7e-5db7-802c-c503d3234e80 with scrape type 1
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc2bb38b-5e7e-5db7-802c-c503d3234e80 sending to next pipeline
2026-03-25 16:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc2bb38b-5e7e-5db7-802c-c503d3234e80, identifier: 7000317auction111024
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a2394be-fff9-5902-93e0-880659cdf52c
2026-03-25 16:52:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a2394be-fff9-5902-93e0-880659cdf52c, skipping ID generation
2026-03-25 16:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a2394be-fff9-5902-93e0-880659cdf52c with scrape type 1
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a2394be-fff9-5902-93e0-880659cdf52c sending to next pipeline
2026-03-25 16:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a2394be-fff9-5902-93e0-880659cdf52c, identifier: 7000459auction111024
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:52:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:52:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc2bb38b-5e7e-5db7-802c-c503d3234e80 with identifier: 7000317auction111024
2026-03-25 16:52:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc2bb38b-5e7e-5db7-802c-c503d3234e80 with identifier: 7000317auction111024
2026-03-25 16:52:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc2bb38b-5e7e-5db7-802c-c503d3234e80 with identifier: 7000317auction111024 to the API
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000317/photo_002/780x0__r.jpg?hash=1774443648>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dc2bb38b-5e7e-5db7-802c-c503d3234e80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000317',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 131265,
'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': 'AUDI A4 AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic '
'5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000317auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:05 [ecarstrade.be] INFO: Saving data for 7000317auction111024: {'created_time': 1774457525.808223, 'last_price_update_time': 1774457525.808235, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000317auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a2394be-fff9-5902-93e0-880659cdf52c with identifier: 7000459auction111024
2026-03-25 16:52:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a2394be-fff9-5902-93e0-880659cdf52c with identifier: 7000459auction111024
2026-03-25 16:52:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a2394be-fff9-5902-93e0-880659cdf52c with identifier: 7000459auction111024 to the API
2026-03-25 16:52:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000459/photo_002/780x0__r.jpg?hash=1774443996>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4a2394be-fff9-5902-93e0-880659cdf52c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000459',
'listing': 'auction',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 33547,
'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': 'Mercedes-Benz A-Klasse A 250 e Luxury Line 5d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse e Luxury Line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000459auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:06 [ecarstrade.be] INFO: Saving data for 7000459auction111024: {'created_time': 1774457526.109301, 'last_price_update_time': 1774457526.109311, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000459auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_005/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000479)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_003/780x0__r.jpg?hash=1774443738> (referer: https://ecarstrade.com/cars/7000353)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_004/780x0__r.jpg?hash=1774443739> (referer: https://ecarstrade.com/cars/7000353)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_005/780x0__r.jpg?hash=1774443738> (referer: https://ecarstrade.com/cars/7000353)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_002/780x0__r.jpg?hash=1774443737> (referer: https://ecarstrade.com/cars/7000353)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_001/780x0__r.jpg?hash=1774443739> (referer: https://ecarstrade.com/cars/7000353)
2026-03-25 16:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1
2026-03-25 16:52:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1, skipping ID generation
2026-03-25 16:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 with scrape type 1
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 sending to next pipeline
2026-03-25 16:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1, identifier: 7000777auction111024
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a
2026-03-25 16:52:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a, skipping ID generation
2026-03-25 16:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a with scrape type 1
2026-03-25 16:52:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a sending to next pipeline
2026-03-25 16:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a, identifier: 7000488auction111024
2026-03-25 16:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 with identifier: 7000777auction111024
2026-03-25 16:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 with identifier: 7000777auction111024
2026-03-25 16:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 853be8db-7c95-5ba8-9a7b-ccda8bfee5d1 with identifier: 7000777auction111024 to the API
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000777/photo_004/780x0__r.jpg?hash=1774444322>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '853be8db-7c95-5ba8-9a7b-ccda8bfee5d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000777',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 93985,
'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': 'SKODA ENYAQ COUPE 82 kWh 80X 4x4 204hp (+102) RS 5d',
'transmission': 'automatic',
'trim': 'SKODA ENYAQ COUPE 82 kWh 80X 4x4 204hp (+102) RS 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000777auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:06 [ecarstrade.be] INFO: Saving data for 7000777auction111024: {'created_time': 1774457526.644265, 'last_price_update_time': 1774457526.644282, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000777auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a with identifier: 7000488auction111024
2026-03-25 16:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a with identifier: 7000488auction111024
2026-03-25 16:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 846de2c6-ab4e-5f08-a1b9-b7cb1493f15a with identifier: 7000488auction111024 to the API
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000488/photo_001/780x0__r.jpg?hash=1774444073>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '846de2c6-ab4e-5f08-a1b9-b7cb1493f15a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000488',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 137401,
'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, GLC FL'19, Mercedes-Benz GLC GLC 200 d Business Solution "
'4MAT',
'transmission': 'automatic',
'trim': ", GLC FL'19, -Benz GLC d Business Solution 4MAT",
'vin': None,
'year': 2021}
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000488auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:06 [ecarstrade.be] INFO: Saving data for 7000488auction111024: {'created_time': 1774457526.962204, 'last_price_update_time': 1774457526.96222, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000488auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_004/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000479)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_001/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000479)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_002/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000479)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_003/780x0__r.jpg?hash=1774444048> (referer: https://ecarstrade.com/cars/7000479)
2026-03-25 16:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:07 [scrapy.extensions.logstats] INFO: Crawled 572 pages (at 55 pages/min), scraped 456 items (at 50 items/min)
2026-03-25 16:52:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16: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-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 415ae76f-7949-5e00-9540-ee8d6e657a13
2026-03-25 16:52:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 415ae76f-7949-5e00-9540-ee8d6e657a13, skipping ID generation
2026-03-25 16:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 415ae76f-7949-5e00-9540-ee8d6e657a13 with scrape type 1
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 415ae76f-7949-5e00-9540-ee8d6e657a13 sending to next pipeline
2026-03-25 16:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 415ae76f-7949-5e00-9540-ee8d6e657a13, identifier: 7000353auction111024
2026-03-25 16:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 415ae76f-7949-5e00-9540-ee8d6e657a13 with identifier: 7000353auction111024
2026-03-25 16:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 415ae76f-7949-5e00-9540-ee8d6e657a13 with identifier: 7000353auction111024
2026-03-25 16:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 415ae76f-7949-5e00-9540-ee8d6e657a13 with identifier: 7000353auction111024 to the API
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000353/photo_001/780x0__r.jpg?hash=1774443739>
{'auction_title': '',
'c_o_2_emission_value': 15,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '415ae76f-7949-5e00-9540-ee8d6e657a13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000353',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'BMW 225 Active Tourer',
'odometer': 46719,
'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 Reeks Active Tourer 225e xDrive 5d',
'transmission': 'automatic',
'trim': 'BMW 2 Reeks Active Tourer 225e xDrive 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000353auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Saving data for 7000353auction111024: {'created_time': 1774457527.394505, 'last_price_update_time': 1774457527.394515, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000353auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 38835345-931f-5849-9703-584ff25c3d98
2026-03-25 16:52:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38835345-931f-5849-9703-584ff25c3d98, skipping ID generation
2026-03-25 16:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38835345-931f-5849-9703-584ff25c3d98 with scrape type 1
2026-03-25 16:52:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38835345-931f-5849-9703-584ff25c3d98 sending to next pipeline
2026-03-25 16:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38835345-931f-5849-9703-584ff25c3d98, identifier: 7000479auction111024
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38835345-931f-5849-9703-584ff25c3d98 with identifier: 7000479auction111024
2026-03-25 16:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38835345-931f-5849-9703-584ff25c3d98 with identifier: 7000479auction111024
2026-03-25 16:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38835345-931f-5849-9703-584ff25c3d98 with identifier: 7000479auction111024 to the API
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000479/photo_003/780x0__r.jpg?hash=1774444048>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '38835345-931f-5849-9703-584ff25c3d98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000479',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 109547,
'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, E-klasse '16, Mercedes-Benz E-Klasse Berline E 200 d "
'Business So',
'transmission': 'automatic',
'trim': ", E-klasse '16, -Benz E-Klasse Berline d Business So",
'vin': None,
'year': 2021}
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000479auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Saving data for 7000479auction111024: {'created_time': 1774457527.820936, 'last_price_update_time': 1774457527.820948, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000479auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000315auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000315auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000315auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000308auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000308auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000308auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000373auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000373auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000373auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000392auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000392auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000392auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000399auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000399auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000399auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000761auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000761auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000761auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000338auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000338auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000338auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000336auction111024
2026-03-25 16:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000336auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:07 [ecarstrade.be] INFO: Scrape type for 7000336auction111024: 1
2026-03-25 16:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000387auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000387auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000387auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000801auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000801auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000801auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000367auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000367auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000367auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000434auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000434auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000434auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000461auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000461auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000461auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000759auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000759auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000759auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000762auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000762auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000762auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000312auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000312auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000312auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000340auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000340auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000340auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000400auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000400auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000400auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000803auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000803auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000803auction111024: 1
2026-03-25 16:52:08 [ecarstrade.be] INFO: Found listing with ID: 7000834auction111024
2026-03-25 16:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000834auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:08 [ecarstrade.be] INFO: Scrape type for 7000834auction111024: 1
2026-03-25 16:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000329> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:13 [ecarstrade.be] INFO: Extracting details for car 7000329auction111024
2026-03-25 16:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 7000329auction111024
2026-03-25 16:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 661da451-719c-55fc-888d-023cfd6c3e37 with scrape type 1
2026-03-25 16:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000329%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443675%27 HTTP/1.1" 200 None
2026-03-25 16:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_001/780x0__r.jpg?hash=1774443675 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000329%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443675%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_002/780x0__r.jpg?hash=1774443675 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000329%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443675%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_003/780x0__r.jpg?hash=1774443675 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000329%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443675%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_004/780x0__r.jpg?hash=1774443675 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000329%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443675%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_005/780x0__r.jpg?hash=1774443675 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000329%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443675%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_006/780x0__r.jpg?hash=1774443675 not downloaded yet
2026-03-25 16:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000502> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:14 [ecarstrade.be] INFO: Extracting details for car 7000502auction111024
2026-03-25 16:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d09a54-f990-524a-9e67-99545b479ae2 with identifier: 7000502auction111024
2026-03-25 16:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d09a54-f990-524a-9e67-99545b479ae2 with scrape type 1
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000502%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444105%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_001/780x0__r.jpg?hash=1774444105 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000502%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444106%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_002/780x0__r.jpg?hash=1774444106 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000502%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444105%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_003/780x0__r.jpg?hash=1774444105 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000502%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444106%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_004/780x0__r.jpg?hash=1774444106 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000502%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444106%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_005/780x0__r.jpg?hash=1774444106 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000502%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444106%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_006/780x0__r.jpg?hash=1774444106 not downloaded yet
2026-03-25 16:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000324> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:14 [ecarstrade.be] INFO: Extracting details for car 7000324auction111024
2026-03-25 16:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 263c0935-4727-52de-a2b9-590088462e4e with identifier: 7000324auction111024
2026-03-25 16:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 263c0935-4727-52de-a2b9-590088462e4e with scrape type 1
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000324%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443662%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_001/780x0__r.jpg?hash=1774443662 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000324%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443662%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_002/780x0__r.jpg?hash=1774443662 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000324%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443662%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_003/780x0__r.jpg?hash=1774443662 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000324%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443662%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_004/780x0__r.jpg?hash=1774443662 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000324%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443662%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_005/780x0__r.jpg?hash=1774443662 not downloaded yet
2026-03-25 16:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000324%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443662%27 HTTP/1.1" 200 None
2026-03-25 16:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_006/780x0__r.jpg?hash=1774443662 not downloaded yet
2026-03-25 16:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000322> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:15 [ecarstrade.be] INFO: Extracting details for car 7000322auction111024
2026-03-25 16:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 7000322auction111024
2026-03-25 16:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32c35381-b409-5290-b44d-9886161b1f6f with scrape type 1
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000322%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443657%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_001/780x0__r.jpg?hash=1774443657 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000322%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443657%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_002/780x0__r.jpg?hash=1774443657 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000322%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443657%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_003/780x0__r.jpg?hash=1774443657 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000322%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443657%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_004/780x0__r.jpg?hash=1774443657 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000322%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443657%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_005/780x0__r.jpg?hash=1774443657 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000322%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443657%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_006/780x0__r.jpg?hash=1774443657 not downloaded yet
2026-03-25 16:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000841> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:15 [ecarstrade.be] INFO: Extracting details for car 7000841auction111024
2026-03-25 16:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 7000841auction111024
2026-03-25 16:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd065017-0115-5ee3-b805-a078e7bd4986 with scrape type 1
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000841%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444480%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_001/780x0__r.jpg?hash=1774444480 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000841%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444480%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_002/780x0__r.jpg?hash=1774444480 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000841%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444480%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_003/780x0__r.jpg?hash=1774444480 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000841%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444480%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_004/780x0__r.jpg?hash=1774444480 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000841%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444480%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_005/780x0__r.jpg?hash=1774444480 not downloaded yet
2026-03-25 16:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000841%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444481%27 HTTP/1.1" 200 None
2026-03-25 16:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_006/780x0__r.jpg?hash=1774444481 not downloaded yet
2026-03-25 16:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000394> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:16 [ecarstrade.be] INFO: Extracting details for car 7000394auction111024
2026-03-25 16:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 7000394auction111024
2026-03-25 16:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b412a1a0-665a-558f-9deb-613289986a90 with scrape type 1
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000394%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443840%27 HTTP/1.1" 200 None
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_001/780x0__r.jpg?hash=1774443840 not downloaded yet
2026-03-25 16:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000394%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443840%27 HTTP/1.1" 200 None
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_002/780x0__r.jpg?hash=1774443840 not downloaded yet
2026-03-25 16:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000394%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443841%27 HTTP/1.1" 200 None
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_003/780x0__r.jpg?hash=1774443841 not downloaded yet
2026-03-25 16:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000394%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443841%27 HTTP/1.1" 200 None
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_004/780x0__r.jpg?hash=1774443841 not downloaded yet
2026-03-25 16:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000394%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443841%27 HTTP/1.1" 200 None
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_005/780x0__r.jpg?hash=1774443841 not downloaded yet
2026-03-25 16:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000394%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443840%27 HTTP/1.1" 200 None
2026-03-25 16:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_006/780x0__r.jpg?hash=1774443840 not downloaded yet
2026-03-25 16:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000780> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:20 [ecarstrade.be] INFO: Extracting details for car 7000780auction111024
2026-03-25 16:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94a8fb9-d24f-58b5-98f1-14fd53cc1588 with identifier: 7000780auction111024
2026-03-25 16:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94a8fb9-d24f-58b5-98f1-14fd53cc1588 with scrape type 1
2026-03-25 16:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000780%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444328%27 HTTP/1.1" 200 None
2026-03-25 16:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_001/780x0__r.jpg?hash=1774444328 not downloaded yet
2026-03-25 16:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000780%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444328%27 HTTP/1.1" 200 None
2026-03-25 16:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_002/780x0__r.jpg?hash=1774444328 not downloaded yet
2026-03-25 16:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000780%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444329%27 HTTP/1.1" 200 None
2026-03-25 16:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_003/780x0__r.jpg?hash=1774444329 not downloaded yet
2026-03-25 16:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000780%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444328%27 HTTP/1.1" 200 None
2026-03-25 16:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_004/780x0__r.jpg?hash=1774444328 not downloaded yet
2026-03-25 16:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000780%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444330%27 HTTP/1.1" 200 None
2026-03-25 16:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_005/780x0__r.jpg?hash=1774444330 not downloaded yet
2026-03-25 16:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000780%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444328%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_006/780x0__r.jpg?hash=1774444328 not downloaded yet
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000476> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:21 [ecarstrade.be] INFO: Extracting details for car 7000476auction111024
2026-03-25 16:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e51d1dfd-5721-5c1f-9add-9ae37ab532c1 with identifier: 7000476auction111024
2026-03-25 16:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51d1dfd-5721-5c1f-9add-9ae37ab532c1 with scrape type 1
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000476%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444045%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_001/780x0__r.jpg?hash=1774444045 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000476%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444045%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_002/780x0__r.jpg?hash=1774444045 not downloaded yet
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000727> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000476%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444046%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_003/780x0__r.jpg?hash=1774444046 not downloaded yet
2026-03-25 16:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000476%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444045%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_004/780x0__r.jpg?hash=1774444045 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000476%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444045%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_005/780x0__r.jpg?hash=1774444045 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000476%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444046%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_006/780x0__r.jpg?hash=1774444046 not downloaded yet
2026-03-25 16:52:21 [ecarstrade.be] INFO: Extracting details for car 7000727auction111024
2026-03-25 16:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 7000727auction111024
2026-03-25 16:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cdf406b-647e-546f-be3d-2d55efc9edff with scrape type 1
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000727%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_001/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000727%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_002/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000727%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_003/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000727%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_004/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000727%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_005/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000727%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_006/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000462> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000485> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_006/780x0__r.jpg?hash=1774443675> (referer: https://ecarstrade.com/cars/7000329)
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000366> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:21 [ecarstrade.be] INFO: Extracting details for car 7000462auction111024
2026-03-25 16:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f47436-6cd7-5142-a454-46f9c9673dc8 with identifier: 7000462auction111024
2026-03-25 16:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f47436-6cd7-5142-a454-46f9c9673dc8 with scrape type 1
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000462%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444006%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_001/780x0__r.jpg?hash=1774444006 not downloaded yet
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_006/780x0__r.jpg?hash=1774444106> (referer: https://ecarstrade.com/cars/7000502)
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000462%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444006%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_002/780x0__r.jpg?hash=1774444006 not downloaded yet
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_006/780x0__r.jpg?hash=1774443662> (referer: https://ecarstrade.com/cars/7000324)
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000462%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444006%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_003/780x0__r.jpg?hash=1774444006 not downloaded yet
2026-03-25 16:52:21 [ecarstrade.be] INFO: Extracting details for car 7000485auction111024
2026-03-25 16:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_006/780x0__r.jpg?hash=1774443657> (referer: https://ecarstrade.com/cars/7000322)
2026-03-25 16:52:21 [ecarstrade.be] INFO: Extracting details for car 7000366auction111024
2026-03-25 16:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000462%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444006%27 HTTP/1.1" 200 None
2026-03-25 16:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_004/780x0__r.jpg?hash=1774444006 not downloaded yet
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_006/780x0__r.jpg?hash=1774444481> (referer: https://ecarstrade.com/cars/7000841)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000327> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000462%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444006%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_005/780x0__r.jpg?hash=1774444006 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc6e3814-d154-5002-9ccd-4d38c720a54d with identifier: 7000485auction111024
2026-03-25 16:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc6e3814-d154-5002-9ccd-4d38c720a54d with scrape type 1
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000485%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444064%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_001/780x0__r.jpg?hash=1774444064 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3597ae2d-c2df-5104-9fab-90927216f780 with identifier: 7000366auction111024
2026-03-25 16:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3597ae2d-c2df-5104-9fab-90927216f780 with scrape type 1
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000366%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443775%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_001/780x0__r.jpg?hash=1774443775 not downloaded yet
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_006/780x0__r.jpg?hash=1774443840> (referer: https://ecarstrade.com/cars/7000394)
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000462%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444006%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_006/780x0__r.jpg?hash=1774444006 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000485%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444064%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_002/780x0__r.jpg?hash=1774444064 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000366%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443776%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_002/780x0__r.jpg?hash=1774443776 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:22 [ecarstrade.be] INFO: Extracting details for car 7000327auction111024
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_006/780x0__r.jpg?hash=1774444328> (referer: https://ecarstrade.com/cars/7000780)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_006/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000727)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_002/780x0__r.jpg?hash=1774444045> (referer: https://ecarstrade.com/cars/7000476)
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000485%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444064%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_003/780x0__r.jpg?hash=1774444064 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000366%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443775%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_003/780x0__r.jpg?hash=1774443775 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 567406b0-6a0c-5f98-84b0-2989ebe68c34 with identifier: 7000327auction111024
2026-03-25 16:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 567406b0-6a0c-5f98-84b0-2989ebe68c34 with scrape type 1
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000327%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443666%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_001/780x0__r.jpg?hash=1774443666 not downloaded yet
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_005/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000727)
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000485%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444064%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_004/780x0__r.jpg?hash=1774444064 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000366%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443776%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_004/780x0__r.jpg?hash=1774443776 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000327%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443667%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_002/780x0__r.jpg?hash=1774443667 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000485%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444066%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_005/780x0__r.jpg?hash=1774444066 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000366%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443776%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_005/780x0__r.jpg?hash=1774443776 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_003/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000727)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_001/780x0__r.jpg?hash=1774444006> (referer: https://ecarstrade.com/cars/7000462)
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000327%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443666%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_003/780x0__r.jpg?hash=1774443666 not downloaded yet
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_002/780x0__r.jpg?hash=1774444006> (referer: https://ecarstrade.com/cars/7000462)
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000485%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444064%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_006/780x0__r.jpg?hash=1774444064 not downloaded yet
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000366%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443775%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_006/780x0__r.jpg?hash=1774443775 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000327%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443667%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_004/780x0__r.jpg?hash=1774443667 not downloaded yet
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_004/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000727)
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000327%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443667%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_005/780x0__r.jpg?hash=1774443667 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000327%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443666%27 HTTP/1.1" 200 None
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_006/780x0__r.jpg?hash=1774443666 not downloaded yet
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_003/780x0__r.jpg?hash=1774444006> (referer: https://ecarstrade.com/cars/7000462)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_004/780x0__r.jpg?hash=1774444006> (referer: https://ecarstrade.com/cars/7000462)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_002/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000727)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_001/780x0__r.jpg?hash=1774443775> (referer: https://ecarstrade.com/cars/7000366)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_002/780x0__r.jpg?hash=1774443776> (referer: https://ecarstrade.com/cars/7000366)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_002/780x0__r.jpg?hash=1774444064> (referer: https://ecarstrade.com/cars/7000485)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_006/780x0__r.jpg?hash=1774444006> (referer: https://ecarstrade.com/cars/7000462)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_003/780x0__r.jpg?hash=1774443775> (referer: https://ecarstrade.com/cars/7000366)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_005/780x0__r.jpg?hash=1774444066> (referer: https://ecarstrade.com/cars/7000485)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_005/780x0__r.jpg?hash=1774443776> (referer: https://ecarstrade.com/cars/7000366)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_002/780x0__r.jpg?hash=1774443667> (referer: https://ecarstrade.com/cars/7000327)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_004/780x0__r.jpg?hash=1774443667> (referer: https://ecarstrade.com/cars/7000327)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_005/780x0__r.jpg?hash=1774443667> (referer: https://ecarstrade.com/cars/7000327)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_006/780x0__r.jpg?hash=1774443775> (referer: https://ecarstrade.com/cars/7000366)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_006/780x0__r.jpg?hash=1774443666> (referer: https://ecarstrade.com/cars/7000327)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_003/780x0__r.jpg?hash=1774443666> (referer: https://ecarstrade.com/cars/7000327)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_004/780x0__r.jpg?hash=1774443776> (referer: https://ecarstrade.com/cars/7000366)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_004/780x0__r.jpg?hash=1774444064> (referer: https://ecarstrade.com/cars/7000485)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_006/780x0__r.jpg?hash=1774444064> (referer: https://ecarstrade.com/cars/7000485)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000814> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_003/780x0__r.jpg?hash=1774444064> (referer: https://ecarstrade.com/cars/7000485)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_001/780x0__r.jpg?hash=1774443666> (referer: https://ecarstrade.com/cars/7000327)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_001/780x0__r.jpg?hash=1774444064> (referer: https://ecarstrade.com/cars/7000485)
2026-03-25 16:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_005/780x0__r.jpg?hash=1774444006> (referer: https://ecarstrade.com/cars/7000462)
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3597ae2d-c2df-5104-9fab-90927216f780
2026-03-25 16:52:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3597ae2d-c2df-5104-9fab-90927216f780, skipping ID generation
2026-03-25 16:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3597ae2d-c2df-5104-9fab-90927216f780 with scrape type 1
2026-03-25 16:52:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3597ae2d-c2df-5104-9fab-90927216f780 sending to next pipeline
2026-03-25 16:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3597ae2d-c2df-5104-9fab-90927216f780, identifier: 7000366auction111024
2026-03-25 16:52:23 [ecarstrade.be] INFO: Extracting details for car 7000814auction111024
2026-03-25 16:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3597ae2d-c2df-5104-9fab-90927216f780 with identifier: 7000366auction111024
2026-03-25 16:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3597ae2d-c2df-5104-9fab-90927216f780 with identifier: 7000366auction111024
2026-03-25 16:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3597ae2d-c2df-5104-9fab-90927216f780 with identifier: 7000366auction111024 to the API
2026-03-25 16:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000366/photo_004/780x0__r.jpg?hash=1774443776>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '3597ae2d-c2df-5104-9fab-90927216f780',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000366',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '320',
'odometer': 116308,
'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': "BMW, 3-serie Touring '18, BMW 3 Reeks Touring 320dA (120 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring dA (120 kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000366auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:24 [ecarstrade.be] INFO: Saving data for 7000366auction111024: {'created_time': 1774457544.047877, 'last_price_update_time': 1774457544.047888, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000366auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_001/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000727)
2026-03-25 16:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_005/780x0__r.jpg?hash=1774444045> (referer: https://ecarstrade.com/cars/7000476)
2026-03-25 16:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_004/780x0__r.jpg?hash=1774444045> (referer: https://ecarstrade.com/cars/7000476)
2026-03-25 16:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_003/780x0__r.jpg?hash=1774444046> (referer: https://ecarstrade.com/cars/7000476)
2026-03-25 16:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_006/780x0__r.jpg?hash=1774444046> (referer: https://ecarstrade.com/cars/7000476)
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 7000814auction111024
2026-03-25 16:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d1df1c3-a736-5325-b24b-f9d6ee796495 with scrape type 1
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000814%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444420%27 HTTP/1.1" 200 None
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_001/780x0__r.jpg?hash=1774444420 not downloaded yet
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 567406b0-6a0c-5f98-84b0-2989ebe68c34
2026-03-25 16:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 567406b0-6a0c-5f98-84b0-2989ebe68c34, skipping ID generation
2026-03-25 16:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 567406b0-6a0c-5f98-84b0-2989ebe68c34 with scrape type 1
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 567406b0-6a0c-5f98-84b0-2989ebe68c34 sending to next pipeline
2026-03-25 16:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 567406b0-6a0c-5f98-84b0-2989ebe68c34, identifier: 7000327auction111024
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cc6e3814-d154-5002-9ccd-4d38c720a54d
2026-03-25 16:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc6e3814-d154-5002-9ccd-4d38c720a54d, skipping ID generation
2026-03-25 16:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc6e3814-d154-5002-9ccd-4d38c720a54d with scrape type 1
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc6e3814-d154-5002-9ccd-4d38c720a54d sending to next pipeline
2026-03-25 16:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc6e3814-d154-5002-9ccd-4d38c720a54d, identifier: 7000485auction111024
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f3f47436-6cd7-5142-a454-46f9c9673dc8
2026-03-25 16:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3f47436-6cd7-5142-a454-46f9c9673dc8, skipping ID generation
2026-03-25 16:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f47436-6cd7-5142-a454-46f9c9673dc8 with scrape type 1
2026-03-25 16:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3f47436-6cd7-5142-a454-46f9c9673dc8 sending to next pipeline
2026-03-25 16:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3f47436-6cd7-5142-a454-46f9c9673dc8, identifier: 7000462auction111024
2026-03-25 16:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 567406b0-6a0c-5f98-84b0-2989ebe68c34 with identifier: 7000327auction111024
2026-03-25 16:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 567406b0-6a0c-5f98-84b0-2989ebe68c34 with identifier: 7000327auction111024
2026-03-25 16:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 567406b0-6a0c-5f98-84b0-2989ebe68c34 with identifier: 7000327auction111024 to the API
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000327/photo_001/780x0__r.jpg?hash=1774443666>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '567406b0-6a0c-5f98-84b0-2989ebe68c34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000327',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 63995,
'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': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 30 TDI S tronic Bus. Ed. Attraction 5d',
'transmission': 'automatic',
'trim': 'Sportback 30 TDI S tronic Bus. Ed. Attraction 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000327auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:24 [ecarstrade.be] INFO: Saving data for 7000327auction111024: {'created_time': 1774457544.820485, 'last_price_update_time': 1774457544.820497, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000327auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc6e3814-d154-5002-9ccd-4d38c720a54d with identifier: 7000485auction111024
2026-03-25 16:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc6e3814-d154-5002-9ccd-4d38c720a54d with identifier: 7000485auction111024
2026-03-25 16:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc6e3814-d154-5002-9ccd-4d38c720a54d with identifier: 7000485auction111024 to the API
2026-03-25 16:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000485/photo_001/780x0__r.jpg?hash=1774444064>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cc6e3814-d154-5002-9ccd-4d38c720a54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000485',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 88919,
'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': "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-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000485auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [ecarstrade.be] INFO: Saving data for 7000485auction111024: {'created_time': 1774457545.161032, 'last_price_update_time': 1774457545.161043, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000485auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3f47436-6cd7-5142-a454-46f9c9673dc8 with identifier: 7000462auction111024
2026-03-25 16:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3f47436-6cd7-5142-a454-46f9c9673dc8 with identifier: 7000462auction111024
2026-03-25 16:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3f47436-6cd7-5142-a454-46f9c9673dc8 with identifier: 7000462auction111024 to the API
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000462/photo_005/780x0__r.jpg?hash=1774444006>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f3f47436-6cd7-5142-a454-46f9c9673dc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000462',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 79693,
'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 CLASSE C BREAK DIESEL (S206) C 200 d Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE C BREAK DIESEL (S206) d Business Line 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000462auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [ecarstrade.be] INFO: Saving data for 7000462auction111024: {'created_time': 1774457545.451178, 'last_price_update_time': 1774457545.451189, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000462auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000814%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444420%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_002/780x0__r.jpg?hash=1774444420 not downloaded yet
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_005/780x0__r.jpg?hash=1774444330> (referer: https://ecarstrade.com/cars/7000780)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_003/780x0__r.jpg?hash=1774444329> (referer: https://ecarstrade.com/cars/7000780)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_004/780x0__r.jpg?hash=1774444328> (referer: https://ecarstrade.com/cars/7000780)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_002/780x0__r.jpg?hash=1774444328> (referer: https://ecarstrade.com/cars/7000780)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_001/780x0__r.jpg?hash=1774444045> (referer: https://ecarstrade.com/cars/7000476)
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000814%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444422%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_003/780x0__r.jpg?hash=1774444422 not downloaded yet
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cdf406b-647e-546f-be3d-2d55efc9edff
2026-03-25 16:52:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cdf406b-647e-546f-be3d-2d55efc9edff, skipping ID generation
2026-03-25 16:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cdf406b-647e-546f-be3d-2d55efc9edff with scrape type 1
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cdf406b-647e-546f-be3d-2d55efc9edff sending to next pipeline
2026-03-25 16:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cdf406b-647e-546f-be3d-2d55efc9edff, identifier: 7000727auction111024
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000814%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444420%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_004/780x0__r.jpg?hash=1774444420 not downloaded yet
2026-03-25 16:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 7000727auction111024
2026-03-25 16:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 7000727auction111024
2026-03-25 16:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 7000727auction111024 to the API
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000727/photo_001/780x0__r.jpg?hash=1774444190>
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7cdf406b-647e-546f-be3d-2d55efc9edff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000727',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 20800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Vivaro 2.0 Turbo D 145 S/S AT8 L3H1 4d',
'transmission': 'automatic',
'trim': '2.0 Turbo D 145 S/S AT8 L3H1 4d',
'vin': None,
'year': 2025}
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000727auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [ecarstrade.be] INFO: Saving data for 7000727auction111024: {'created_time': 1774457545.879929, 'last_price_update_time': 1774457545.87998, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000727auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_005/780x0__r.jpg?hash=1774443841> (referer: https://ecarstrade.com/cars/7000394)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_003/780x0__r.jpg?hash=1774443841> (referer: https://ecarstrade.com/cars/7000394)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_004/780x0__r.jpg?hash=1774443841> (referer: https://ecarstrade.com/cars/7000394)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_001/780x0__r.jpg?hash=1774444328> (referer: https://ecarstrade.com/cars/7000780)
2026-03-25 16:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_002/780x0__r.jpg?hash=1774443840> (referer: https://ecarstrade.com/cars/7000394)
2026-03-25 16:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000814%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444420%27 HTTP/1.1" 200 None
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_005/780x0__r.jpg?hash=1774444420 not downloaded yet
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e51d1dfd-5721-5c1f-9add-9ae37ab532c1
2026-03-25 16:52:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e51d1dfd-5721-5c1f-9add-9ae37ab532c1, skipping ID generation
2026-03-25 16:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51d1dfd-5721-5c1f-9add-9ae37ab532c1 with scrape type 1
2026-03-25 16:52:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e51d1dfd-5721-5c1f-9add-9ae37ab532c1 sending to next pipeline
2026-03-25 16:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e51d1dfd-5721-5c1f-9add-9ae37ab532c1, identifier: 7000476auction111024
2026-03-25 16:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e51d1dfd-5721-5c1f-9add-9ae37ab532c1 with identifier: 7000476auction111024
2026-03-25 16:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e51d1dfd-5721-5c1f-9add-9ae37ab532c1 with identifier: 7000476auction111024
2026-03-25 16:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e51d1dfd-5721-5c1f-9add-9ae37ab532c1 with identifier: 7000476auction111024 to the API
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000476/photo_001/780x0__r.jpg?hash=1774444045>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e51d1dfd-5721-5c1f-9add-9ae37ab532c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000476',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 84698,
'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, E-Clas Br FL'20 PHEV, Mercedes-Benz E-Klasse Break E 300 "
'e Business Solu',
'transmission': 'automatic',
'trim': ", E-Clas Br FL'20 PHEV, -Benz E-Klasse Break e Business Solu",
'vin': None,
'year': 2021}
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000476auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:26 [ecarstrade.be] INFO: Saving data for 7000476auction111024: {'created_time': 1774457546.30681, 'last_price_update_time': 1774457546.306822, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000476auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000814%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444422%27 HTTP/1.1" 200 None
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_006/780x0__r.jpg?hash=1774444422 not downloaded yet
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_003/780x0__r.jpg?hash=1774444480> (referer: https://ecarstrade.com/cars/7000841)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_001/780x0__r.jpg?hash=1774444420> (referer: https://ecarstrade.com/cars/7000814)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_004/780x0__r.jpg?hash=1774444480> (referer: https://ecarstrade.com/cars/7000841)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_001/780x0__r.jpg?hash=1774443840> (referer: https://ecarstrade.com/cars/7000394)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_005/780x0__r.jpg?hash=1774444480> (referer: https://ecarstrade.com/cars/7000841)
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c94a8fb9-d24f-58b5-98f1-14fd53cc1588
2026-03-25 16:52:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c94a8fb9-d24f-58b5-98f1-14fd53cc1588, skipping ID generation
2026-03-25 16:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94a8fb9-d24f-58b5-98f1-14fd53cc1588 with scrape type 1
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c94a8fb9-d24f-58b5-98f1-14fd53cc1588 sending to next pipeline
2026-03-25 16:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c94a8fb9-d24f-58b5-98f1-14fd53cc1588, identifier: 7000780auction111024
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c94a8fb9-d24f-58b5-98f1-14fd53cc1588 with identifier: 7000780auction111024
2026-03-25 16:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c94a8fb9-d24f-58b5-98f1-14fd53cc1588 with identifier: 7000780auction111024
2026-03-25 16:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c94a8fb9-d24f-58b5-98f1-14fd53cc1588 with identifier: 7000780auction111024 to the API
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000780/photo_001/780x0__r.jpg?hash=1774444328>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c94a8fb9-d24f-58b5-98f1-14fd53cc1588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000780',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 76325,
'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 Kodiaq 1.5 TSI 110kW DSG7 Sportline II 5d',
'transmission': 'automatic',
'trim': '1.5 TSI 110kW DSG7 Sportline II 5d',
'vin': None,
'year': 2021}
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000780auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:26 [ecarstrade.be] INFO: Saving data for 7000780auction111024: {'created_time': 1774457546.702671, 'last_price_update_time': 1774457546.702681, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000780auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_001/780x0__r.jpg?hash=1774444480> (referer: https://ecarstrade.com/cars/7000841)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_005/780x0__r.jpg?hash=1774443657> (referer: https://ecarstrade.com/cars/7000322)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_003/780x0__r.jpg?hash=1774444422> (referer: https://ecarstrade.com/cars/7000814)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_002/780x0__r.jpg?hash=1774444480> (referer: https://ecarstrade.com/cars/7000841)
2026-03-25 16:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_004/780x0__r.jpg?hash=1774444420> (referer: https://ecarstrade.com/cars/7000814)
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b412a1a0-665a-558f-9deb-613289986a90
2026-03-25 16:52:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b412a1a0-665a-558f-9deb-613289986a90, skipping ID generation
2026-03-25 16:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b412a1a0-665a-558f-9deb-613289986a90 with scrape type 1
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b412a1a0-665a-558f-9deb-613289986a90 sending to next pipeline
2026-03-25 16:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b412a1a0-665a-558f-9deb-613289986a90, identifier: 7000394auction111024
2026-03-25 16:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 7000394auction111024
2026-03-25 16:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 7000394auction111024
2026-03-25 16:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 7000394auction111024 to the API
2026-03-25 16:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000394/photo_001/780x0__r.jpg?hash=1774443840>
{'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-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b412a1a0-665a-558f-9deb-613289986a90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000394',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 39691,
'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': "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-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000394auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:27 [ecarstrade.be] INFO: Saving data for 7000394auction111024: {'created_time': 1774457547.116149, 'last_price_update_time': 1774457547.116159, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000394auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_005/780x0__r.jpg?hash=1774444420> (referer: https://ecarstrade.com/cars/7000814)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_002/780x0__r.jpg?hash=1774444420> (referer: https://ecarstrade.com/cars/7000814)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_003/780x0__r.jpg?hash=1774443657> (referer: https://ecarstrade.com/cars/7000322)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_002/780x0__r.jpg?hash=1774443657> (referer: https://ecarstrade.com/cars/7000322)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_004/780x0__r.jpg?hash=1774443657> (referer: https://ecarstrade.com/cars/7000322)
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd065017-0115-5ee3-b805-a078e7bd4986
2026-03-25 16:52:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd065017-0115-5ee3-b805-a078e7bd4986, skipping ID generation
2026-03-25 16:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd065017-0115-5ee3-b805-a078e7bd4986 with scrape type 1
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd065017-0115-5ee3-b805-a078e7bd4986 sending to next pipeline
2026-03-25 16:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd065017-0115-5ee3-b805-a078e7bd4986, identifier: 7000841auction111024
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 7000841auction111024
2026-03-25 16:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 7000841auction111024
2026-03-25 16:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 7000841auction111024 to the API
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000841/photo_002/780x0__r.jpg?hash=1774444480>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dd065017-0115-5ee3-b805-a078e7bd4986',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000841',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 71910,
'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': 'VOLVO XC60 DIESEL - 2021 2.0 B4 MHEV Core 5d',
'transmission': 'automatic',
'trim': 'VOLVO XC60 DIESEL - 2021 2.0 B4 MHEV Core 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000841auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:27 [ecarstrade.be] INFO: Saving data for 7000841auction111024: {'created_time': 1774457547.518379, 'last_price_update_time': 1774457547.51839, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000841auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_001/780x0__r.jpg?hash=1774443657> (referer: https://ecarstrade.com/cars/7000322)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_004/780x0__r.jpg?hash=1774443662> (referer: https://ecarstrade.com/cars/7000324)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_005/780x0__r.jpg?hash=1774443662> (referer: https://ecarstrade.com/cars/7000324)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_006/780x0__r.jpg?hash=1774444422> (referer: https://ecarstrade.com/cars/7000814)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_003/780x0__r.jpg?hash=1774443662> (referer: https://ecarstrade.com/cars/7000324)
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_003/780x0__r.jpg?hash=1774444105> (referer: https://ecarstrade.com/cars/7000502)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_002/780x0__r.jpg?hash=1774443662> (referer: https://ecarstrade.com/cars/7000324)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_001/780x0__r.jpg?hash=1774443662> (referer: https://ecarstrade.com/cars/7000324)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_004/780x0__r.jpg?hash=1774444106> (referer: https://ecarstrade.com/cars/7000502)
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_005/780x0__r.jpg?hash=1774444106> (referer: https://ecarstrade.com/cars/7000502)
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 32c35381-b409-5290-b44d-9886161b1f6f
2026-03-25 16:52:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 32c35381-b409-5290-b44d-9886161b1f6f, skipping ID generation
2026-03-25 16:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32c35381-b409-5290-b44d-9886161b1f6f with scrape type 1
2026-03-25 16:52:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 32c35381-b409-5290-b44d-9886161b1f6f sending to next pipeline
2026-03-25 16:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32c35381-b409-5290-b44d-9886161b1f6f, identifier: 7000322auction111024
2026-03-25 16:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 7000322auction111024
2026-03-25 16:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 7000322auction111024
2026-03-25 16:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 7000322auction111024 to the API
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000322/photo_001/780x0__r.jpg?hash=1774443657>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '32c35381-b409-5290-b44d-9886161b1f6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000322',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 103382,
'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 DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic '
'5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000322auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:27 [ecarstrade.be] INFO: Saving data for 7000322auction111024: {'created_time': 1774457547.981635, 'last_price_update_time': 1774457547.981647, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000322auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_002/780x0__r.jpg?hash=1774444106> (referer: https://ecarstrade.com/cars/7000502)
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_001/780x0__r.jpg?hash=1774444105> (referer: https://ecarstrade.com/cars/7000502)
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_004/780x0__r.jpg?hash=1774443675> (referer: https://ecarstrade.com/cars/7000329)
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_005/780x0__r.jpg?hash=1774443675> (referer: https://ecarstrade.com/cars/7000329)
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_003/780x0__r.jpg?hash=1774443675> (referer: https://ecarstrade.com/cars/7000329)
2026-03-25 16:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4d1df1c3-a736-5325-b24b-f9d6ee796495
2026-03-25 16:52:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d1df1c3-a736-5325-b24b-f9d6ee796495, skipping ID generation
2026-03-25 16:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d1df1c3-a736-5325-b24b-f9d6ee796495 with scrape type 1
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4d1df1c3-a736-5325-b24b-f9d6ee796495 sending to next pipeline
2026-03-25 16:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d1df1c3-a736-5325-b24b-f9d6ee796495, identifier: 7000814auction111024
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 263c0935-4727-52de-a2b9-590088462e4e
2026-03-25 16:52:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 263c0935-4727-52de-a2b9-590088462e4e, skipping ID generation
2026-03-25 16:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 263c0935-4727-52de-a2b9-590088462e4e with scrape type 1
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 263c0935-4727-52de-a2b9-590088462e4e sending to next pipeline
2026-03-25 16:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 263c0935-4727-52de-a2b9-590088462e4e, identifier: 7000324auction111024
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 7000814auction111024
2026-03-25 16:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 7000814auction111024
2026-03-25 16:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 7000814auction111024 to the API
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000814/photo_006/780x0__r.jpg?hash=1774444422>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '4d1df1c3-a736-5325-b24b-f9d6ee796495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000814',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 72561,
'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 ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000814auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:28 [ecarstrade.be] INFO: Saving data for 7000814auction111024: {'created_time': 1774457548.500141, 'last_price_update_time': 1774457548.500152, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000814auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 263c0935-4727-52de-a2b9-590088462e4e with identifier: 7000324auction111024
2026-03-25 16:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 263c0935-4727-52de-a2b9-590088462e4e with identifier: 7000324auction111024
2026-03-25 16:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 263c0935-4727-52de-a2b9-590088462e4e with identifier: 7000324auction111024 to the API
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000324/photo_001/780x0__r.jpg?hash=1774443662>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '263c0935-4727-52de-a2b9-590088462e4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000324',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 96796,
'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': 4,
'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-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000324auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:28 [ecarstrade.be] INFO: Saving data for 7000324auction111024: {'created_time': 1774457548.783067, 'last_price_update_time': 1774457548.783078, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000324auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_001/780x0__r.jpg?hash=1774443675> (referer: https://ecarstrade.com/cars/7000329)
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_002/780x0__r.jpg?hash=1774443675> (referer: https://ecarstrade.com/cars/7000329)
2026-03-25 16:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000815> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 76d09a54-f990-524a-9e67-99545b479ae2
2026-03-25 16:52:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76d09a54-f990-524a-9e67-99545b479ae2, skipping ID generation
2026-03-25 16:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d09a54-f990-524a-9e67-99545b479ae2 with scrape type 1
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76d09a54-f990-524a-9e67-99545b479ae2 sending to next pipeline
2026-03-25 16:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76d09a54-f990-524a-9e67-99545b479ae2, identifier: 7000502auction111024
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000834> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76d09a54-f990-524a-9e67-99545b479ae2 with identifier: 7000502auction111024
2026-03-25 16:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76d09a54-f990-524a-9e67-99545b479ae2 with identifier: 7000502auction111024
2026-03-25 16:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76d09a54-f990-524a-9e67-99545b479ae2 with identifier: 7000502auction111024 to the API
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000502/photo_001/780x0__r.jpg?hash=1774444105>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '76d09a54-f990-524a-9e67-99545b479ae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000502',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Mini Cooper S Countryman',
'odometer': 32297,
'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': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000502auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [ecarstrade.be] INFO: Saving data for 7000502auction111024: {'created_time': 1774457549.287843, 'last_price_update_time': 1774457549.287853, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000502auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:29 [ecarstrade.be] INFO: Extracting details for car 7000815auction111024
2026-03-25 16:52:29 [ecarstrade.be] INFO: Extracting details for car 7000834auction111024
2026-03-25 16:52:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 661da451-719c-55fc-888d-023cfd6c3e37
2026-03-25 16:52:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 661da451-719c-55fc-888d-023cfd6c3e37, skipping ID generation
2026-03-25 16:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 661da451-719c-55fc-888d-023cfd6c3e37 with scrape type 1
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 661da451-719c-55fc-888d-023cfd6c3e37 sending to next pipeline
2026-03-25 16:52:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 661da451-719c-55fc-888d-023cfd6c3e37, identifier: 7000329auction111024
2026-03-25 16:52:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 7000815auction111024
2026-03-25 16:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1060e5-2514-59e1-9e70-ccbf89425352 with scrape type 1
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000815%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_001/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:52:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 7000834auction111024
2026-03-25 16:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with scrape type 1
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000834%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444463%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_001/780x0__r.jpg?hash=1774444463 not downloaded yet
2026-03-25 16:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 7000329auction111024
2026-03-25 16:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 7000329auction111024
2026-03-25 16:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 7000329auction111024 to the API
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000329/photo_002/780x0__r.jpg?hash=1774443675>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '661da451-719c-55fc-888d-023cfd6c3e37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000329',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A6',
'odometer': 100147,
'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': "Audi, A6 Avant '18, Audi A6 Avant Business Edition 40 TDI S tronic "
'5d',
'transmission': 'automatic',
'trim': ", Avant '18, Avant Business Edition 40 TDI S tronic 5d",
'vin': None,
'year': 2021}
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000329auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [ecarstrade.be] INFO: Saving data for 7000329auction111024: {'created_time': 1774457549.795103, 'last_price_update_time': 1774457549.795114, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000329auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000815%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_002/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000834%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444463%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_002/780x0__r.jpg?hash=1774444463 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000815%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_003/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000834%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444463%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_003/780x0__r.jpg?hash=1774444463 not downloaded yet
2026-03-25 16:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000835> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000815%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_004/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000834%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444464%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_004/780x0__r.jpg?hash=1774444464 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000815%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_005/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000834%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444463%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_005/780x0__r.jpg?hash=1774444463 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000815%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_006/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000834%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444463%27 HTTP/1.1" 200 None
2026-03-25 16:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_006/780x0__r.jpg?hash=1774444463 not downloaded yet
2026-03-25 16:52:29 [ecarstrade.be] INFO: Extracting details for car 7000835auction111024
2026-03-25 16:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 7000835auction111024
2026-03-25 16:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with scrape type 1
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000835%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444466%27 HTTP/1.1" 200 None
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_001/780x0__r.jpg?hash=1774444466 not downloaded yet
2026-03-25 16:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000835%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444466%27 HTTP/1.1" 200 None
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_002/780x0__r.jpg?hash=1774444466 not downloaded yet
2026-03-25 16:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000835%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444466%27 HTTP/1.1" 200 None
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_003/780x0__r.jpg?hash=1774444466 not downloaded yet
2026-03-25 16:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000835%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444466%27 HTTP/1.1" 200 None
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_004/780x0__r.jpg?hash=1774444466 not downloaded yet
2026-03-25 16:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000835%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444466%27 HTTP/1.1" 200 None
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_005/780x0__r.jpg?hash=1774444466 not downloaded yet
2026-03-25 16:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000835%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444466%27 HTTP/1.1" 200 None
2026-03-25 16:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_006/780x0__r.jpg?hash=1774444466 not downloaded yet
2026-03-25 16:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000762> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:35 [ecarstrade.be] INFO: Extracting details for car 7000762auction111024
2026-03-25 16:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 7000762auction111024
2026-03-25 16:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 with scrape type 1
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000762%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444287%27 HTTP/1.1" 200 None
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_001/780x0__r.jpg?hash=1774444287 not downloaded yet
2026-03-25 16:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000762%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444287%27 HTTP/1.1" 200 None
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_002/780x0__r.jpg?hash=1774444287 not downloaded yet
2026-03-25 16:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000762%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444287%27 HTTP/1.1" 200 None
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_003/780x0__r.jpg?hash=1774444287 not downloaded yet
2026-03-25 16:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000762%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444287%27 HTTP/1.1" 200 None
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_004/780x0__r.jpg?hash=1774444287 not downloaded yet
2026-03-25 16:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000762%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444287%27 HTTP/1.1" 200 None
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_005/780x0__r.jpg?hash=1774444287 not downloaded yet
2026-03-25 16:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000762%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_006/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000312> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:36 [ecarstrade.be] INFO: Extracting details for car 7000312auction111024
2026-03-25 16:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 7000312auction111024
2026-03-25 16:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d03073-2c44-5106-90fa-fd91191bee42 with scrape type 1
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000312%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443636%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_001/780x0__r.jpg?hash=1774443636 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000312%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443636%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_002/780x0__r.jpg?hash=1774443636 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000312%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443636%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_003/780x0__r.jpg?hash=1774443636 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000312%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443637%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_004/780x0__r.jpg?hash=1774443637 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000312%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443636%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_005/780x0__r.jpg?hash=1774443636 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000312%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443636%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_006/780x0__r.jpg?hash=1774443636 not downloaded yet
2026-03-25 16:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000400> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000434> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:36 [ecarstrade.be] INFO: Extracting details for car 7000400auction111024
2026-03-25 16:52:36 [ecarstrade.be] INFO: Extracting details for car 7000434auction111024
2026-03-25 16:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01e2705f-081b-5553-a8bc-f9f628640fac with identifier: 7000400auction111024
2026-03-25 16:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01e2705f-081b-5553-a8bc-f9f628640fac with scrape type 1
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000400%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443854%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_001/780x0__r.jpg?hash=1774443854 not downloaded yet
2026-03-25 16:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 7000434auction111024
2026-03-25 16:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a with scrape type 1
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000434%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443939%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_001/780x0__r.jpg?hash=1774443939 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000400%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443854%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_002/780x0__r.jpg?hash=1774443854 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000434%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443939%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_002/780x0__r.jpg?hash=1774443939 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000400%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443854%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_003/780x0__r.jpg?hash=1774443854 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000434%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443938%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_003/780x0__r.jpg?hash=1774443938 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000400%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443855%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_004/780x0__r.jpg?hash=1774443855 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000434%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443938%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_004/780x0__r.jpg?hash=1774443938 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000400%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443855%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_005/780x0__r.jpg?hash=1774443855 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000434%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443938%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_005/780x0__r.jpg?hash=1774443938 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000400%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443855%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_006/780x0__r.jpg?hash=1774443855 not downloaded yet
2026-03-25 16:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000434%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443940%27 HTTP/1.1" 200 None
2026-03-25 16:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_006/780x0__r.jpg?hash=1774443940 not downloaded yet
2026-03-25 16:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000759> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:37 [ecarstrade.be] INFO: Extracting details for car 7000759auction111024
2026-03-25 16:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 7000759auction111024
2026-03-25 16:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1358c5-6a68-5fff-a388-d201dfe91858 with scrape type 1
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000759%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444281%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_001/780x0__r.jpg?hash=1774444281 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000759%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444281%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_002/780x0__r.jpg?hash=1774444281 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000759%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444281%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_003/780x0__r.jpg?hash=1774444281 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000759%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444282%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_004/780x0__r.jpg?hash=1774444282 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000759%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444282%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_005/780x0__r.jpg?hash=1774444282 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000759%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444282%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_006/780x0__r.jpg?hash=1774444282 not downloaded yet
2026-03-25 16:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000461> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:37 [ecarstrade.be] INFO: Extracting details for car 7000461auction111024
2026-03-25 16:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee9595f1-15dc-5eba-a64f-f2fda265277f with identifier: 7000461auction111024
2026-03-25 16:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee9595f1-15dc-5eba-a64f-f2fda265277f with scrape type 1
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000461%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444004%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_001/780x0__r.jpg?hash=1774444004 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000461%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444004%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_002/780x0__r.jpg?hash=1774444004 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000461%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444004%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_003/780x0__r.jpg?hash=1774444004 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000461%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444004%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_004/780x0__r.jpg?hash=1774444004 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000461%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444004%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_005/780x0__r.jpg?hash=1774444004 not downloaded yet
2026-03-25 16:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000461%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444004%27 HTTP/1.1" 200 None
2026-03-25 16:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_006/780x0__r.jpg?hash=1774444004 not downloaded yet
2026-03-25 16:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000340> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:40 [ecarstrade.be] INFO: Extracting details for car 7000340auction111024
2026-03-25 16:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72fa719f-1d49-5e71-bc2b-d11fb9fad91a with identifier: 7000340auction111024
2026-03-25 16:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a with scrape type 1
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000340%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443710%27 HTTP/1.1" 200 None
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_001/780x0__r.jpg?hash=1774443710 not downloaded yet
2026-03-25 16:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000340%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443710%27 HTTP/1.1" 200 None
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_002/780x0__r.jpg?hash=1774443710 not downloaded yet
2026-03-25 16:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000340%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443710%27 HTTP/1.1" 200 None
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_003/780x0__r.jpg?hash=1774443710 not downloaded yet
2026-03-25 16:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000340%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443710%27 HTTP/1.1" 200 None
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_004/780x0__r.jpg?hash=1774443710 not downloaded yet
2026-03-25 16:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000340%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443711%27 HTTP/1.1" 200 None
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_005/780x0__r.jpg?hash=1774443711 not downloaded yet
2026-03-25 16:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000340%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443710%27 HTTP/1.1" 200 None
2026-03-25 16:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_006/780x0__r.jpg?hash=1774443710 not downloaded yet
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000367> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_002/780x0__r.jpg?hash=1774444463> (referer: https://ecarstrade.com/cars/7000834)
2026-03-25 16:52:42 [ecarstrade.be] INFO: Extracting details for car 7000367auction111024
2026-03-25 16:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b66e85-0fae-562e-9834-e106f70b38aa with identifier: 7000367auction111024
2026-03-25 16:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b66e85-0fae-562e-9834-e106f70b38aa with scrape type 1
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000367%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443778%27 HTTP/1.1" 200 None
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_001/780x0__r.jpg?hash=1774443778 not downloaded yet
2026-03-25 16:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000367%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443778%27 HTTP/1.1" 200 None
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_002/780x0__r.jpg?hash=1774443778 not downloaded yet
2026-03-25 16:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000367%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443778%27 HTTP/1.1" 200 None
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_003/780x0__r.jpg?hash=1774443778 not downloaded yet
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_006/780x0__r.jpg?hash=1774444466> (referer: https://ecarstrade.com/cars/7000835)
2026-03-25 16:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000367%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443778%27 HTTP/1.1" 200 None
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_004/780x0__r.jpg?hash=1774443778 not downloaded yet
2026-03-25 16:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000367%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443778%27 HTTP/1.1" 200 None
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_005/780x0__r.jpg?hash=1774443778 not downloaded yet
2026-03-25 16:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000367%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443778%27 HTTP/1.1" 200 None
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_006/780x0__r.jpg?hash=1774443778 not downloaded yet
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_006/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000762)
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_006/780x0__r.jpg?hash=1774443636> (referer: https://ecarstrade.com/cars/7000312)
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_005/780x0__r.jpg?hash=1774443636> (referer: https://ecarstrade.com/cars/7000312)
2026-03-25 16:52:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_006/780x0__r.jpg?hash=1774443940> (referer: https://ecarstrade.com/cars/7000434)
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_006/780x0__r.jpg?hash=1774444282> (referer: https://ecarstrade.com/cars/7000759)
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000387> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_006/780x0__r.jpg?hash=1774444004> (referer: https://ecarstrade.com/cars/7000461)
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_006/780x0__r.jpg?hash=1774443710> (referer: https://ecarstrade.com/cars/7000340)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_005/780x0__r.jpg?hash=1774443711> (referer: https://ecarstrade.com/cars/7000340)
2026-03-25 16:52:43 [ecarstrade.be] INFO: Extracting details for car 7000387auction111024
2026-03-25 16:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 7000387auction111024
2026-03-25 16:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with scrape type 1
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000387%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443823%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_001/780x0__r.jpg?hash=1774443823 not downloaded yet
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000387%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443824%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_002/780x0__r.jpg?hash=1774443824 not downloaded yet
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000387%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443823%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_003/780x0__r.jpg?hash=1774443823 not downloaded yet
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_003/780x0__r.jpg?hash=1774443778> (referer: https://ecarstrade.com/cars/7000367)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_006/780x0__r.jpg?hash=1774443778> (referer: https://ecarstrade.com/cars/7000367)
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000387%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443823%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_004/780x0__r.jpg?hash=1774443823 not downloaded yet
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000387%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443823%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_005/780x0__r.jpg?hash=1774443823 not downloaded yet
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000387%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443823%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_006/780x0__r.jpg?hash=1774443823 not downloaded yet
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000338> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_004/780x0__r.jpg?hash=1774443778> (referer: https://ecarstrade.com/cars/7000367)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_005/780x0__r.jpg?hash=1774443778> (referer: https://ecarstrade.com/cars/7000367)
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_001/780x0__r.jpg?hash=1774443778> (referer: https://ecarstrade.com/cars/7000367)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_004/780x0__r.jpg?hash=1774443710> (referer: https://ecarstrade.com/cars/7000340)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_002/780x0__r.jpg?hash=1774443778> (referer: https://ecarstrade.com/cars/7000367)
2026-03-25 16:52:43 [ecarstrade.be] INFO: Extracting details for car 7000338auction111024
2026-03-25 16:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 7000338auction111024
2026-03-25 16:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with scrape type 1
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000338%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443703%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_001/780x0__r.jpg?hash=1774443703 not downloaded yet
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000338%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443704%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_002/780x0__r.jpg?hash=1774443704 not downloaded yet
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_001/780x0__r.jpg?hash=1774443710> (referer: https://ecarstrade.com/cars/7000340)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_002/780x0__r.jpg?hash=1774443710> (referer: https://ecarstrade.com/cars/7000340)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_003/780x0__r.jpg?hash=1774443710> (referer: https://ecarstrade.com/cars/7000340)
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000338%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443703%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_003/780x0__r.jpg?hash=1774443703 not downloaded yet
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000338%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443703%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_004/780x0__r.jpg?hash=1774443703 not downloaded yet
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000338%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443703%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_005/780x0__r.jpg?hash=1774443703 not downloaded yet
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000338%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443703%27 HTTP/1.1" 200 None
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_006/780x0__r.jpg?hash=1774443703 not downloaded yet
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a0b66e85-0fae-562e-9834-e106f70b38aa
2026-03-25 16:52:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0b66e85-0fae-562e-9834-e106f70b38aa, skipping ID generation
2026-03-25 16:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b66e85-0fae-562e-9834-e106f70b38aa with scrape type 1
2026-03-25 16:52:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0b66e85-0fae-562e-9834-e106f70b38aa sending to next pipeline
2026-03-25 16:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0b66e85-0fae-562e-9834-e106f70b38aa, identifier: 7000367auction111024
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_003/780x0__r.jpg?hash=1774443823> (referer: https://ecarstrade.com/cars/7000387)
2026-03-25 16:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_006/780x0__r.jpg?hash=1774443823> (referer: https://ecarstrade.com/cars/7000387)
2026-03-25 16:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0b66e85-0fae-562e-9834-e106f70b38aa with identifier: 7000367auction111024
2026-03-25 16:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0b66e85-0fae-562e-9834-e106f70b38aa with identifier: 7000367auction111024
2026-03-25 16:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0b66e85-0fae-562e-9834-e106f70b38aa with identifier: 7000367auction111024 to the API
2026-03-25 16:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000367/photo_002/780x0__r.jpg?hash=1774443778>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'a0b66e85-0fae-562e-9834-e106f70b38aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000367',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '330',
'odometer': 116974,
'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': "BMW, 3-serie To. '18 PHEV, BMW 3 Reeks Touring 330e (215 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie To. '18 PHEV, 3 Reeks Touring e (215 kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000367auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:44 [ecarstrade.be] INFO: Saving data for 7000367auction111024: {'created_time': 1774457564.444336, 'last_price_update_time': 1774457564.444346, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000367auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_002/780x0__r.jpg?hash=1774443824> (referer: https://ecarstrade.com/cars/7000387)
2026-03-25 16:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000801> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a
2026-03-25 16:52:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72fa719f-1d49-5e71-bc2b-d11fb9fad91a, skipping ID generation
2026-03-25 16:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a with scrape type 1
2026-03-25 16:52:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72fa719f-1d49-5e71-bc2b-d11fb9fad91a sending to next pipeline
2026-03-25 16:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72fa719f-1d49-5e71-bc2b-d11fb9fad91a, identifier: 7000340auction111024
2026-03-25 16:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000336> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72fa719f-1d49-5e71-bc2b-d11fb9fad91a with identifier: 7000340auction111024
2026-03-25 16:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72fa719f-1d49-5e71-bc2b-d11fb9fad91a with identifier: 7000340auction111024
2026-03-25 16:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72fa719f-1d49-5e71-bc2b-d11fb9fad91a with identifier: 7000340auction111024 to the API
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000340/photo_003/780x0__r.jpg?hash=1774443710>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '72fa719f-1d49-5e71-bc2b-d11fb9fad91a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000340',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q5',
'odometer': 172893,
'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 Q5 Business Edition 30 TDI S tronic 5d',
'transmission': 'automatic',
'trim': 'Business Edition 30 TDI S tronic 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000340auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:44 [ecarstrade.be] INFO: Saving data for 7000340auction111024: {'created_time': 1774457564.948615, 'last_price_update_time': 1774457564.948629, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000340auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_004/780x0__r.jpg?hash=1774443823> (referer: https://ecarstrade.com/cars/7000387)
2026-03-25 16:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_005/780x0__r.jpg?hash=1774443823> (referer: https://ecarstrade.com/cars/7000387)
2026-03-25 16:52:44 [ecarstrade.be] INFO: Extracting details for car 7000801auction111024
2026-03-25 16:52:44 [ecarstrade.be] INFO: Extracting details for car 7000336auction111024
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_001/780x0__r.jpg?hash=1774443823> (referer: https://ecarstrade.com/cars/7000387)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000761> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554410e8-2e36-536a-b197-a6663a5a4681 with identifier: 7000801auction111024
2026-03-25 16:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554410e8-2e36-536a-b197-a6663a5a4681 with scrape type 1
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000801%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444391%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_001/780x0__r.jpg?hash=1774444391 not downloaded yet
2026-03-25 16:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 7000336auction111024
2026-03-25 16:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08e8f8b-0258-579e-ae60-2fb52e326c69 with scrape type 1
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000336%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443693%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_001/780x0__r.jpg?hash=1774443693 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000801%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444391%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_002/780x0__r.jpg?hash=1774444391 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000336%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443693%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_002/780x0__r.jpg?hash=1774443693 not downloaded yet
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_005/780x0__r.jpg?hash=1774444004> (referer: https://ecarstrade.com/cars/7000461)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_003/780x0__r.jpg?hash=1774444004> (referer: https://ecarstrade.com/cars/7000461)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_001/780x0__r.jpg?hash=1774443703> (referer: https://ecarstrade.com/cars/7000338)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_002/780x0__r.jpg?hash=1774443704> (referer: https://ecarstrade.com/cars/7000338)
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000801%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444390%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_003/780x0__r.jpg?hash=1774444390 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000336%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443694%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_003/780x0__r.jpg?hash=1774443694 not downloaded yet
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_004/780x0__r.jpg?hash=1774444004> (referer: https://ecarstrade.com/cars/7000461)
2026-03-25 16:52:45 [ecarstrade.be] INFO: Extracting details for car 7000761auction111024
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_006/780x0__r.jpg?hash=1774443703> (referer: https://ecarstrade.com/cars/7000338)
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000801%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444390%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_004/780x0__r.jpg?hash=1774444390 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000336%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443693%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_004/780x0__r.jpg?hash=1774443693 not downloaded yet
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d
2026-03-25 16:52:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d, skipping ID generation
2026-03-25 16:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with scrape type 1
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d sending to next pipeline
2026-03-25 16:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d, identifier: 7000387auction111024
2026-03-25 16:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 7000761auction111024
2026-03-25 16:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a21d23-77ac-516c-abbd-9ee3c8460160 with scrape type 1
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000761%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444286%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_001/780x0__r.jpg?hash=1774444286 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000801%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444390%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_005/780x0__r.jpg?hash=1774444390 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000336%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443693%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_005/780x0__r.jpg?hash=1774443693 not downloaded yet
2026-03-25 16:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 7000387auction111024
2026-03-25 16:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 7000387auction111024
2026-03-25 16:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 7000387auction111024 to the API
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000387/photo_001/780x0__r.jpg?hash=1774443823>
{'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-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6c8547df-076e-506d-b0f9-4a9adb5bbe4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000387',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 73958,
'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': "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-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000387auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [ecarstrade.be] INFO: Saving data for 7000387auction111024: {'created_time': 1774457565.626311, 'last_price_update_time': 1774457565.626321, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000387auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_003/780x0__r.jpg?hash=1774443703> (referer: https://ecarstrade.com/cars/7000338)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_002/780x0__r.jpg?hash=1774444004> (referer: https://ecarstrade.com/cars/7000461)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_001/780x0__r.jpg?hash=1774444004> (referer: https://ecarstrade.com/cars/7000461)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_005/780x0__r.jpg?hash=1774443703> (referer: https://ecarstrade.com/cars/7000338)
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_004/780x0__r.jpg?hash=1774443703> (referer: https://ecarstrade.com/cars/7000338)
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000761%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444285%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_002/780x0__r.jpg?hash=1774444285 not downloaded yet
2026-03-25 16:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_005/780x0__r.jpg?hash=1774444282> (referer: https://ecarstrade.com/cars/7000759)
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000801%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444390%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_006/780x0__r.jpg?hash=1774444390 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000336%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443693%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_006/780x0__r.jpg?hash=1774443693 not downloaded yet
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000761%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444285%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_003/780x0__r.jpg?hash=1774444285 not downloaded yet
2026-03-25 16:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000761%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444285%27 HTTP/1.1" 200 None
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_004/780x0__r.jpg?hash=1774444285 not downloaded yet
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee9595f1-15dc-5eba-a64f-f2fda265277f
2026-03-25 16:52:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee9595f1-15dc-5eba-a64f-f2fda265277f, skipping ID generation
2026-03-25 16:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee9595f1-15dc-5eba-a64f-f2fda265277f with scrape type 1
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee9595f1-15dc-5eba-a64f-f2fda265277f sending to next pipeline
2026-03-25 16:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee9595f1-15dc-5eba-a64f-f2fda265277f, identifier: 7000461auction111024
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f03ae3e-a55a-5cd2-bc83-769cb2720657
2026-03-25 16:52:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f03ae3e-a55a-5cd2-bc83-769cb2720657, skipping ID generation
2026-03-25 16:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with scrape type 1
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 sending to next pipeline
2026-03-25 16:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f03ae3e-a55a-5cd2-bc83-769cb2720657, identifier: 7000338auction111024
2026-03-25 16:52:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee9595f1-15dc-5eba-a64f-f2fda265277f with identifier: 7000461auction111024
2026-03-25 16:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee9595f1-15dc-5eba-a64f-f2fda265277f with identifier: 7000461auction111024
2026-03-25 16:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee9595f1-15dc-5eba-a64f-f2fda265277f with identifier: 7000461auction111024 to the API
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000461/photo_001/780x0__r.jpg?hash=1774444004>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ee9595f1-15dc-5eba-a64f-f2fda265277f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000461',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 123086,
'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 CLASSE A SEDAN DIESEL (V177) A 180 d 116 Business Solution '
'4d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A SEDAN DIESEL (V177) d 116 Business Solution 4d',
'vin': None,
'year': 2022}
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000461auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:46 [ecarstrade.be] INFO: Saving data for 7000461auction111024: {'created_time': 1774457566.409243, 'last_price_update_time': 1774457566.409254, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000461auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 7000338auction111024
2026-03-25 16:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 7000338auction111024
2026-03-25 16:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 7000338auction111024 to the API
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000338/photo_004/780x0__r.jpg?hash=1774443703>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0f03ae3e-a55a-5cd2-bc83-769cb2720657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000338',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 162067,
'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': "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-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000338auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:46 [ecarstrade.be] INFO: Saving data for 7000338auction111024: {'created_time': 1774457566.687214, 'last_price_update_time': 1774457566.687224, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000338auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_002/780x0__r.jpg?hash=1774443693> (referer: https://ecarstrade.com/cars/7000336)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_001/780x0__r.jpg?hash=1774444391> (referer: https://ecarstrade.com/cars/7000801)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_004/780x0__r.jpg?hash=1774444282> (referer: https://ecarstrade.com/cars/7000759)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_001/780x0__r.jpg?hash=1774443693> (referer: https://ecarstrade.com/cars/7000336)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_002/780x0__r.jpg?hash=1774444391> (referer: https://ecarstrade.com/cars/7000801)
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000761%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444285%27 HTTP/1.1" 200 None
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_005/780x0__r.jpg?hash=1774444285 not downloaded yet
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_003/780x0__r.jpg?hash=1774444281> (referer: https://ecarstrade.com/cars/7000759)
2026-03-25 16:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000761%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444285%27 HTTP/1.1" 200 None
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_006/780x0__r.jpg?hash=1774444285 not downloaded yet
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_002/780x0__r.jpg?hash=1774444281> (referer: https://ecarstrade.com/cars/7000759)
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_003/780x0__r.jpg?hash=1774443694> (referer: https://ecarstrade.com/cars/7000336)
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_005/780x0__r.jpg?hash=1774443693> (referer: https://ecarstrade.com/cars/7000336)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_004/780x0__r.jpg?hash=1774443693> (referer: https://ecarstrade.com/cars/7000336)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_005/780x0__r.jpg?hash=1774444390> (referer: https://ecarstrade.com/cars/7000801)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_001/780x0__r.jpg?hash=1774444286> (referer: https://ecarstrade.com/cars/7000761)
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_004/780x0__r.jpg?hash=1774444285> (referer: https://ecarstrade.com/cars/7000761)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_006/780x0__r.jpg?hash=1774443693> (referer: https://ecarstrade.com/cars/7000336)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_006/780x0__r.jpg?hash=1774444390> (referer: https://ecarstrade.com/cars/7000801)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_004/780x0__r.jpg?hash=1774444390> (referer: https://ecarstrade.com/cars/7000801)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_003/780x0__r.jpg?hash=1774444390> (referer: https://ecarstrade.com/cars/7000801)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_003/780x0__r.jpg?hash=1774444285> (referer: https://ecarstrade.com/cars/7000761)
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_002/780x0__r.jpg?hash=1774444285> (referer: https://ecarstrade.com/cars/7000761)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_006/780x0__r.jpg?hash=1774444285> (referer: https://ecarstrade.com/cars/7000761)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_001/780x0__r.jpg?hash=1774444281> (referer: https://ecarstrade.com/cars/7000759)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_006/780x0__r.jpg?hash=1774443855> (referer: https://ecarstrade.com/cars/7000400)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_005/780x0__r.jpg?hash=1774443938> (referer: https://ecarstrade.com/cars/7000434)
2026-03-25 16:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_005/780x0__r.jpg?hash=1774444285> (referer: https://ecarstrade.com/cars/7000761)
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f08e8f8b-0258-579e-ae60-2fb52e326c69
2026-03-25 16:52:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f08e8f8b-0258-579e-ae60-2fb52e326c69, skipping ID generation
2026-03-25 16:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08e8f8b-0258-579e-ae60-2fb52e326c69 with scrape type 1
2026-03-25 16:52:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f08e8f8b-0258-579e-ae60-2fb52e326c69 sending to next pipeline
2026-03-25 16:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f08e8f8b-0258-579e-ae60-2fb52e326c69, identifier: 7000336auction111024
2026-03-25 16:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 7000336auction111024
2026-03-25 16:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 7000336auction111024
2026-03-25 16:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 7000336auction111024 to the API
2026-03-25 16:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000336/photo_006/780x0__r.jpg?hash=1774443693>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f08e8f8b-0258-579e-ae60-2fb52e326c69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000336',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q2',
'odometer': 79872,
'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 Q2 DIESEL - 2021 35 TDi 150hp S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2021 35 TDi 150hp S tronic 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000336auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:47 [ecarstrade.be] INFO: Saving data for 7000336auction111024: {'created_time': 1774457567.798863, 'last_price_update_time': 1774457567.798874, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000336auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_005/780x0__r.jpg?hash=1774443855> (referer: https://ecarstrade.com/cars/7000400)
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_004/780x0__r.jpg?hash=1774443938> (referer: https://ecarstrade.com/cars/7000434)
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_002/780x0__r.jpg?hash=1774443939> (referer: https://ecarstrade.com/cars/7000434)
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_003/780x0__r.jpg?hash=1774443854> (referer: https://ecarstrade.com/cars/7000400)
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_004/780x0__r.jpg?hash=1774443855> (referer: https://ecarstrade.com/cars/7000400)
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_003/780x0__r.jpg?hash=1774443938> (referer: https://ecarstrade.com/cars/7000434)
2026-03-25 16:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000399> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 554410e8-2e36-536a-b197-a6663a5a4681
2026-03-25 16:52:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 554410e8-2e36-536a-b197-a6663a5a4681, skipping ID generation
2026-03-25 16:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554410e8-2e36-536a-b197-a6663a5a4681 with scrape type 1
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 554410e8-2e36-536a-b197-a6663a5a4681 sending to next pipeline
2026-03-25 16:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 554410e8-2e36-536a-b197-a6663a5a4681, identifier: 7000801auction111024
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6a1358c5-6a68-5fff-a388-d201dfe91858
2026-03-25 16:52:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a1358c5-6a68-5fff-a388-d201dfe91858, skipping ID generation
2026-03-25 16:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1358c5-6a68-5fff-a388-d201dfe91858 with scrape type 1
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a1358c5-6a68-5fff-a388-d201dfe91858 sending to next pipeline
2026-03-25 16:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1358c5-6a68-5fff-a388-d201dfe91858, identifier: 7000759auction111024
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1a21d23-77ac-516c-abbd-9ee3c8460160
2026-03-25 16:52:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1a21d23-77ac-516c-abbd-9ee3c8460160, skipping ID generation
2026-03-25 16:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a21d23-77ac-516c-abbd-9ee3c8460160 with scrape type 1
2026-03-25 16:52:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1a21d23-77ac-516c-abbd-9ee3c8460160 sending to next pipeline
2026-03-25 16:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1a21d23-77ac-516c-abbd-9ee3c8460160, identifier: 7000761auction111024
2026-03-25 16:52:48 [ecarstrade.be] INFO: Extracting details for car 7000399auction111024
2026-03-25 16:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 554410e8-2e36-536a-b197-a6663a5a4681 with identifier: 7000801auction111024
2026-03-25 16:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 554410e8-2e36-536a-b197-a6663a5a4681 with identifier: 7000801auction111024
2026-03-25 16:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 554410e8-2e36-536a-b197-a6663a5a4681 with identifier: 7000801auction111024 to the API
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000801/photo_003/780x0__r.jpg?hash=1774444390>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '554410e8-2e36-536a-b197-a6663a5a4681',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000801',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 39042,
'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': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000801auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:48 [ecarstrade.be] INFO: Saving data for 7000801auction111024: {'created_time': 1774457568.350269, 'last_price_update_time': 1774457568.350284, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000801auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 7000759auction111024
2026-03-25 16:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 7000759auction111024
2026-03-25 16:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 7000759auction111024 to the API
2026-03-25 16:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000759/photo_001/780x0__r.jpg?hash=1774444281>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6a1358c5-6a68-5fff-a388-d201dfe91858',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000759',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 48854,
'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': 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-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000759auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [ecarstrade.be] INFO: Saving data for 7000759auction111024: {'created_time': 1774457569.128251, 'last_price_update_time': 1774457569.128266, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000759auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 7000761auction111024
2026-03-25 16:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 7000761auction111024
2026-03-25 16:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 7000761auction111024 to the API
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000761/photo_005/780x0__r.jpg?hash=1774444285>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd1a21d23-77ac-516c-abbd-9ee3c8460160',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000761',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 42304,
'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': 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-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000761auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [ecarstrade.be] INFO: Saving data for 7000761auction111024: {'created_time': 1774457569.405612, 'last_price_update_time': 1774457569.405623, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000761auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_001/780x0__r.jpg?hash=1774443854> (referer: https://ecarstrade.com/cars/7000400)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_004/780x0__r.jpg?hash=1774443637> (referer: https://ecarstrade.com/cars/7000312)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_002/780x0__r.jpg?hash=1774443854> (referer: https://ecarstrade.com/cars/7000400)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_001/780x0__r.jpg?hash=1774443939> (referer: https://ecarstrade.com/cars/7000434)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_001/780x0__r.jpg?hash=1774443636> (referer: https://ecarstrade.com/cars/7000312)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_003/780x0__r.jpg?hash=1774443636> (referer: https://ecarstrade.com/cars/7000312)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_002/780x0__r.jpg?hash=1774443636> (referer: https://ecarstrade.com/cars/7000312)
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 7000399auction111024
2026-03-25 16:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51aebc76-1534-58dc-b06e-fa43e69d80e6 with scrape type 1
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000399%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443853%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_001/780x0__r.jpg?hash=1774443853 not downloaded yet
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000399%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443853%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_002/780x0__r.jpg?hash=1774443853 not downloaded yet
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000399%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443853%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_003/780x0__r.jpg?hash=1774443853 not downloaded yet
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000399%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443853%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_004/780x0__r.jpg?hash=1774443853 not downloaded yet
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000399%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443853%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_005/780x0__r.jpg?hash=1774443853 not downloaded yet
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_002/780x0__r.jpg?hash=1774444287> (referer: https://ecarstrade.com/cars/7000762)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_004/780x0__r.jpg?hash=1774444287> (referer: https://ecarstrade.com/cars/7000762)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_005/780x0__r.jpg?hash=1774444287> (referer: https://ecarstrade.com/cars/7000762)
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000399%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443853%27 HTTP/1.1" 200 None
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_006/780x0__r.jpg?hash=1774443853 not downloaded yet
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_005/780x0__r.jpg?hash=1774444466> (referer: https://ecarstrade.com/cars/7000835)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_001/780x0__r.jpg?hash=1774444287> (referer: https://ecarstrade.com/cars/7000762)
2026-03-25 16:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_004/780x0__r.jpg?hash=1774444466> (referer: https://ecarstrade.com/cars/7000835)
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01e2705f-081b-5553-a8bc-f9f628640fac
2026-03-25 16:52:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01e2705f-081b-5553-a8bc-f9f628640fac, skipping ID generation
2026-03-25 16:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01e2705f-081b-5553-a8bc-f9f628640fac with scrape type 1
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01e2705f-081b-5553-a8bc-f9f628640fac sending to next pipeline
2026-03-25 16:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01e2705f-081b-5553-a8bc-f9f628640fac, identifier: 7000400auction111024
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8bf9987f-2b38-5976-9b77-e41e1da8b19a
2026-03-25 16:52:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8bf9987f-2b38-5976-9b77-e41e1da8b19a, skipping ID generation
2026-03-25 16:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a with scrape type 1
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a sending to next pipeline
2026-03-25 16:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bf9987f-2b38-5976-9b77-e41e1da8b19a, identifier: 7000434auction111024
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67d03073-2c44-5106-90fa-fd91191bee42
2026-03-25 16:52:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67d03073-2c44-5106-90fa-fd91191bee42, skipping ID generation
2026-03-25 16:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d03073-2c44-5106-90fa-fd91191bee42 with scrape type 1
2026-03-25 16:52:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67d03073-2c44-5106-90fa-fd91191bee42 sending to next pipeline
2026-03-25 16:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67d03073-2c44-5106-90fa-fd91191bee42, identifier: 7000312auction111024
2026-03-25 16:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01e2705f-081b-5553-a8bc-f9f628640fac with identifier: 7000400auction111024
2026-03-25 16:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01e2705f-081b-5553-a8bc-f9f628640fac with identifier: 7000400auction111024
2026-03-25 16:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01e2705f-081b-5553-a8bc-f9f628640fac with identifier: 7000400auction111024 to the API
2026-03-25 16:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000400/photo_002/780x0__r.jpg?hash=1774443854>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '01e2705f-081b-5553-a8bc-f9f628640fac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000400',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X2',
'odometer': 75668,
'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': 'BMW X2 xDrive25e 162kW 5d',
'transmission': 'automatic',
'trim': 'xDrive25e 162kW 5d',
'vin': None,
'year': 2021}
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000400auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:50 [ecarstrade.be] INFO: Saving data for 7000400auction111024: {'created_time': 1774457570.097273, 'last_price_update_time': 1774457570.097287, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000400auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 7000434auction111024
2026-03-25 16:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 7000434auction111024
2026-03-25 16:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 7000434auction111024 to the API
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000434/photo_001/780x0__r.jpg?hash=1774443939>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8bf9987f-2b38-5976-9b77-e41e1da8b19a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000434',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 255939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Ranger 2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'transmission': 'automatic',
'trim': '2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'vin': None,
'year': 2021}
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000434auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:50 [ecarstrade.be] INFO: Saving data for 7000434auction111024: {'created_time': 1774457570.39576, 'last_price_update_time': 1774457570.395772, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000434auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 7000312auction111024
2026-03-25 16:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 7000312auction111024
2026-03-25 16:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 7000312auction111024 to the API
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000312/photo_002/780x0__r.jpg?hash=1774443636>
{'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-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '67d03073-2c44-5106-90fa-fd91191bee42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000312',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 55042,
'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': 'Audi A3 Sportback 1.4 40 TFSI e Attraction 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.4 40 TFSI e Attraction 5d',
'vin': None,
'year': 2022}
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000312auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:50 [ecarstrade.be] INFO: Saving data for 7000312auction111024: {'created_time': 1774457570.681198, 'last_price_update_time': 1774457570.681209, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000312auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_003/780x0__r.jpg?hash=1774444287> (referer: https://ecarstrade.com/cars/7000762)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_001/780x0__r.jpg?hash=1774444466> (referer: https://ecarstrade.com/cars/7000835)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_002/780x0__r.jpg?hash=1774444466> (referer: https://ecarstrade.com/cars/7000835)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_006/780x0__r.jpg?hash=1774444463> (referer: https://ecarstrade.com/cars/7000834)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_005/780x0__r.jpg?hash=1774444463> (referer: https://ecarstrade.com/cars/7000834)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_006/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000815)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_003/780x0__r.jpg?hash=1774444466> (referer: https://ecarstrade.com/cars/7000835)
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_005/780x0__r.jpg?hash=1774443853> (referer: https://ecarstrade.com/cars/7000399)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_004/780x0__r.jpg?hash=1774444464> (referer: https://ecarstrade.com/cars/7000834)
2026-03-25 16:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_005/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000815)
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc4d1ba6-3c76-5e47-8834-c398289c3d85
2026-03-25 16:52:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc4d1ba6-3c76-5e47-8834-c398289c3d85, skipping ID generation
2026-03-25 16:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 with scrape type 1
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 sending to next pipeline
2026-03-25 16:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc4d1ba6-3c76-5e47-8834-c398289c3d85, identifier: 7000762auction111024
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 7000762auction111024
2026-03-25 16:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 7000762auction111024
2026-03-25 16:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 7000762auction111024 to the API
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000762/photo_003/780x0__r.jpg?hash=1774444287>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fc4d1ba6-3c76-5e47-8834-c398289c3d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000762',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 56087,
'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': 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-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000762auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:51 [ecarstrade.be] INFO: Saving data for 7000762auction111024: {'created_time': 1774457571.241318, 'last_price_update_time': 1774457571.241329, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000762auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_004/780x0__r.jpg?hash=1774443853> (referer: https://ecarstrade.com/cars/7000399)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_006/780x0__r.jpg?hash=1774443853> (referer: https://ecarstrade.com/cars/7000399)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_002/780x0__r.jpg?hash=1774443853> (referer: https://ecarstrade.com/cars/7000399)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_003/780x0__r.jpg?hash=1774443853> (referer: https://ecarstrade.com/cars/7000399)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_003/780x0__r.jpg?hash=1774444463> (referer: https://ecarstrade.com/cars/7000834)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_001/780x0__r.jpg?hash=1774443853> (referer: https://ecarstrade.com/cars/7000399)
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d4ebeb7-befe-5add-9c33-f78f0334fc93
2026-03-25 16:52:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d4ebeb7-befe-5add-9c33-f78f0334fc93, skipping ID generation
2026-03-25 16:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with scrape type 1
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d4ebeb7-befe-5add-9c33-f78f0334fc93 sending to next pipeline
2026-03-25 16:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d4ebeb7-befe-5add-9c33-f78f0334fc93, identifier: 7000835auction111024
2026-03-25 16:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 7000835auction111024
2026-03-25 16:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 7000835auction111024
2026-03-25 16:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 7000835auction111024 to the API
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000835/photo_003/780x0__r.jpg?hash=1774444466>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '0d4ebeb7-befe-5add-9c33-f78f0334fc93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000835',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 44462,
'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': "Volvo, XC40 '17 PHEV, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", XC40 '17 PHEV, XC40 T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2022}
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000835auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:51 [ecarstrade.be] INFO: Saving data for 7000835auction111024: {'created_time': 1774457571.637068, 'last_price_update_time': 1774457571.637082, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000835auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_004/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000815)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_002/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000815)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_003/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000815)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_001/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000815)
2026-03-25 16:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_001/780x0__r.jpg?hash=1774444463> (referer: https://ecarstrade.com/cars/7000834)
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 51aebc76-1534-58dc-b06e-fa43e69d80e6
2026-03-25 16:52:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51aebc76-1534-58dc-b06e-fa43e69d80e6, skipping ID generation
2026-03-25 16:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51aebc76-1534-58dc-b06e-fa43e69d80e6 with scrape type 1
2026-03-25 16:52:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51aebc76-1534-58dc-b06e-fa43e69d80e6 sending to next pipeline
2026-03-25 16:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51aebc76-1534-58dc-b06e-fa43e69d80e6, identifier: 7000399auction111024
2026-03-25 16:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 7000399auction111024
2026-03-25 16:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 7000399auction111024
2026-03-25 16:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 7000399auction111024 to the API
2026-03-25 16:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000399/photo_001/780x0__r.jpg?hash=1774443853>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '51aebc76-1534-58dc-b06e-fa43e69d80e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000399',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 30910,
'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': "BMW, X2 '17 PHEV, BMW X2 xDrive25e 162kW 5d",
'transmission': 'automatic',
'trim': ", '17 PHEV, xDrive25e 162kW 5d",
'vin': None,
'year': 2021}
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000399auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:52 [ecarstrade.be] INFO: Saving data for 7000399auction111024: {'created_time': 1774457572.158231, 'last_price_update_time': 1774457572.158242, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000399auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7e1060e5-2514-59e1-9e70-ccbf89425352
2026-03-25 16:52:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e1060e5-2514-59e1-9e70-ccbf89425352, skipping ID generation
2026-03-25 16:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1060e5-2514-59e1-9e70-ccbf89425352 with scrape type 1
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e1060e5-2514-59e1-9e70-ccbf89425352 sending to next pipeline
2026-03-25 16:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e1060e5-2514-59e1-9e70-ccbf89425352, identifier: 7000815auction111024
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6
2026-03-25 16:52:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6, skipping ID generation
2026-03-25 16:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with scrape type 1
2026-03-25 16:52:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 sending to next pipeline
2026-03-25 16:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6, identifier: 7000834auction111024
2026-03-25 16:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 7000815auction111024
2026-03-25 16:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 7000815auction111024
2026-03-25 16:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 7000815auction111024 to the API
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000815/photo_001/780x0__r.jpg?hash=1774444425>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '7e1060e5-2514-59e1-9e70-ccbf89425352',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000815',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 59540,
'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 ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000815auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:52 [ecarstrade.be] INFO: Saving data for 7000815auction111024: {'created_time': 1774457572.654146, 'last_price_update_time': 1774457572.65416, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000815auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 7000834auction111024
2026-03-25 16:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 7000834auction111024
2026-03-25 16:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 7000834auction111024 to the API
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000834/photo_001/780x0__r.jpg?hash=1774444463>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'ef2b6fc8-22a0-53b0-ad3b-114710c92ee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000834',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 93561,
'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': 'Volvo XC40 T4 Recharge Geartronic Inscription 5d',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge Geartronic Inscription 5d',
'vin': None,
'year': 2021}
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000834auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:52:52 [ecarstrade.be] INFO: Saving data for 7000834auction111024: {'created_time': 1774457572.948257, 'last_price_update_time': 1774457572.948273, 'auction_closing_time': 1774606200.0}
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000834auction111024') HTTP/1.1" 204 0
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000332> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000315> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000373> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:59 [ecarstrade.be] INFO: Extracting details for car 7000332auction111024
2026-03-25 16:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 7000332auction111024
2026-03-25 16:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c272e80b-4183-5fa7-95c8-e5f303163ca6 with scrape type 1
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000332%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443684%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_001/780x0__r.jpg?hash=1774443684 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000332%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443684%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_002/780x0__r.jpg?hash=1774443684 not downloaded yet
2026-03-25 16:52:59 [ecarstrade.be] INFO: Extracting details for car 7000315auction111024
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000332%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443684%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_003/780x0__r.jpg?hash=1774443684 not downloaded yet
2026-03-25 16:52:59 [ecarstrade.be] INFO: Extracting details for car 7000373auction111024
2026-03-25 16:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8eb4620-9b4f-5fab-a54f-a7390ab4a70e with identifier: 7000315auction111024
2026-03-25 16:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e with scrape type 1
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000315%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443645%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_001/780x0__r.jpg?hash=1774443645 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000332%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443685%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_004/780x0__r.jpg?hash=1774443685 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000315%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443644%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_002/780x0__r.jpg?hash=1774443644 not downloaded yet
2026-03-25 16:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f464066-fb1a-57a1-b846-900f2860e204 with identifier: 7000373auction111024
2026-03-25 16:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f464066-fb1a-57a1-b846-900f2860e204 with scrape type 1
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000373%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443790%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_001/780x0__r.jpg?hash=1774443790 not downloaded yet
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_001/780x0__r.jpg?hash=1774443684> (referer: https://ecarstrade.com/cars/7000332)
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000332%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443685%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_005/780x0__r.jpg?hash=1774443685 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000315%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443645%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_003/780x0__r.jpg?hash=1774443645 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000373%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443790%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_002/780x0__r.jpg?hash=1774443790 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000332%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443685%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_006/780x0__r.jpg?hash=1774443685 not downloaded yet
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_002/780x0__r.jpg?hash=1774443684> (referer: https://ecarstrade.com/cars/7000332)
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000315%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443644%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_004/780x0__r.jpg?hash=1774443644 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000373%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443790%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_003/780x0__r.jpg?hash=1774443790 not downloaded yet
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_003/780x0__r.jpg?hash=1774443684> (referer: https://ecarstrade.com/cars/7000332)
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_001/780x0__r.jpg?hash=1774443645> (referer: https://ecarstrade.com/cars/7000315)
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000315%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443644%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_005/780x0__r.jpg?hash=1774443644 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000373%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443790%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_004/780x0__r.jpg?hash=1774443790 not downloaded yet
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000315%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443644%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_006/780x0__r.jpg?hash=1774443644 not downloaded yet
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000373%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443790%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_005/780x0__r.jpg?hash=1774443790 not downloaded yet
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000392> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_005/780x0__r.jpg?hash=1774443685> (referer: https://ecarstrade.com/cars/7000332)
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000373%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443791%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_006/780x0__r.jpg?hash=1774443791 not downloaded yet
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_001/780x0__r.jpg?hash=1774443790> (referer: https://ecarstrade.com/cars/7000373)
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_004/780x0__r.jpg?hash=1774443685> (referer: https://ecarstrade.com/cars/7000332)
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_003/780x0__r.jpg?hash=1774443645> (referer: https://ecarstrade.com/cars/7000315)
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_006/780x0__r.jpg?hash=1774443685> (referer: https://ecarstrade.com/cars/7000332)
2026-03-25 16:52:59 [ecarstrade.be] INFO: Extracting details for car 7000392auction111024
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_002/780x0__r.jpg?hash=1774443644> (referer: https://ecarstrade.com/cars/7000315)
2026-03-25 16:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bd51690-5d65-553e-a7e3-5e05594b6124 with identifier: 7000392auction111024
2026-03-25 16:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bd51690-5d65-553e-a7e3-5e05594b6124 with scrape type 1
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000392%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443835%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_001/780x0__r.jpg?hash=1774443835 not downloaded yet
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_002/780x0__r.jpg?hash=1774443790> (referer: https://ecarstrade.com/cars/7000373)
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000392%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443835%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_002/780x0__r.jpg?hash=1774443835 not downloaded yet
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_004/780x0__r.jpg?hash=1774443644> (referer: https://ecarstrade.com/cars/7000315)
2026-03-25 16:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:52: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%252F7000392%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443835%27 HTTP/1.1" 200 None
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_003/780x0__r.jpg?hash=1774443835 not downloaded yet
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:52:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_003/780x0__r.jpg?hash=1774443790> (referer: https://ecarstrade.com/cars/7000373)
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000392%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443835%27 HTTP/1.1" 200 None
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_004/780x0__r.jpg?hash=1774443835 not downloaded yet
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_004/780x0__r.jpg?hash=1774443790> (referer: https://ecarstrade.com/cars/7000373)
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000392%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443835%27 HTTP/1.1" 200 None
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_005/780x0__r.jpg?hash=1774443835 not downloaded yet
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_005/780x0__r.jpg?hash=1774443644> (referer: https://ecarstrade.com/cars/7000315)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_005/780x0__r.jpg?hash=1774443790> (referer: https://ecarstrade.com/cars/7000373)
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000392%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443835%27 HTTP/1.1" 200 None
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_006/780x0__r.jpg?hash=1774443835 not downloaded yet
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c272e80b-4183-5fa7-95c8-e5f303163ca6
2026-03-25 16:53:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c272e80b-4183-5fa7-95c8-e5f303163ca6, skipping ID generation
2026-03-25 16:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c272e80b-4183-5fa7-95c8-e5f303163ca6 with scrape type 1
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c272e80b-4183-5fa7-95c8-e5f303163ca6 sending to next pipeline
2026-03-25 16:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c272e80b-4183-5fa7-95c8-e5f303163ca6, identifier: 7000332auction111024
2026-03-25 16:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 7000332auction111024
2026-03-25 16:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 7000332auction111024
2026-03-25 16:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 7000332auction111024 to the API
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000332/photo_006/780x0__r.jpg?hash=1774443685>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c272e80b-4183-5fa7-95c8-e5f303163ca6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000332',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 64277,
'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': 5,
'seller_name': None,
'title': 'AUDI Q3 - 2019 45 TFSIe 245hp PHEV S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI - 2019 45 TFSIe 245hp PHEV S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000332auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:00 [ecarstrade.be] INFO: Saving data for 7000332auction111024: {'created_time': 1774457580.472424, 'last_price_update_time': 1774457580.472434, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000332auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_006/780x0__r.jpg?hash=1774443644> (referer: https://ecarstrade.com/cars/7000315)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_006/780x0__r.jpg?hash=1774443791> (referer: https://ecarstrade.com/cars/7000373)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000477> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_002/780x0__r.jpg?hash=1774443835> (referer: https://ecarstrade.com/cars/7000392)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_001/780x0__r.jpg?hash=1774443835> (referer: https://ecarstrade.com/cars/7000392)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000308> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_004/780x0__r.jpg?hash=1774443835> (referer: https://ecarstrade.com/cars/7000392)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_005/780x0__r.jpg?hash=1774443835> (referer: https://ecarstrade.com/cars/7000392)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_003/780x0__r.jpg?hash=1774443835> (referer: https://ecarstrade.com/cars/7000392)
2026-03-25 16:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_006/780x0__r.jpg?hash=1774443835> (referer: https://ecarstrade.com/cars/7000392)
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e
2026-03-25 16:53:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8eb4620-9b4f-5fab-a54f-a7390ab4a70e, skipping ID generation
2026-03-25 16:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e with scrape type 1
2026-03-25 16:53:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8eb4620-9b4f-5fab-a54f-a7390ab4a70e sending to next pipeline
2026-03-25 16:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8eb4620-9b4f-5fab-a54f-a7390ab4a70e, identifier: 7000315auction111024
2026-03-25 16:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8eb4620-9b4f-5fab-a54f-a7390ab4a70e with identifier: 7000315auction111024
2026-03-25 16:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8eb4620-9b4f-5fab-a54f-a7390ab4a70e with identifier: 7000315auction111024
2026-03-25 16:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8eb4620-9b4f-5fab-a54f-a7390ab4a70e with identifier: 7000315auction111024 to the API
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000315/photo_006/780x0__r.jpg?hash=1774443644>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b8eb4620-9b4f-5fab-a54f-a7390ab4a70e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000315',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 26345,
'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': 'Audi A3 Sportback 1.0 30 TFSi 81kW S tronic Adv. Bus. Ed. 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.0 30 TFSi 81kW S tronic Adv. Bus. Ed. 5d',
'vin': None,
'year': 2023}
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000315auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:00 [ecarstrade.be] INFO: Saving data for 7000315auction111024: {'created_time': 1774457580.921429, 'last_price_update_time': 1774457580.921439, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000315auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:00 [ecarstrade.be] INFO: Extracting details for car 7000477auction111024
2026-03-25 16:53:00 [ecarstrade.be] INFO: Extracting details for car 7000308auction111024
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f464066-fb1a-57a1-b846-900f2860e204
2026-03-25 16:53:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f464066-fb1a-57a1-b846-900f2860e204, skipping ID generation
2026-03-25 16:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f464066-fb1a-57a1-b846-900f2860e204 with scrape type 1
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f464066-fb1a-57a1-b846-900f2860e204 sending to next pipeline
2026-03-25 16:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f464066-fb1a-57a1-b846-900f2860e204, identifier: 7000373auction111024
2026-03-25 16:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4528561e-2e5e-5647-8cf0-8882fd85c7c8 with identifier: 7000477auction111024
2026-03-25 16:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4528561e-2e5e-5647-8cf0-8882fd85c7c8 with scrape type 1
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000477%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_001/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 7000308auction111024
2026-03-25 16:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a5fc45-e83d-59c4-80e8-465370c65327 with scrape type 1
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000308%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443625%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_001/780x0__r.jpg?hash=1774443625 not downloaded yet
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1bd51690-5d65-553e-a7e3-5e05594b6124
2026-03-25 16:53:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1bd51690-5d65-553e-a7e3-5e05594b6124, skipping ID generation
2026-03-25 16:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bd51690-5d65-553e-a7e3-5e05594b6124 with scrape type 1
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1bd51690-5d65-553e-a7e3-5e05594b6124 sending to next pipeline
2026-03-25 16:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1bd51690-5d65-553e-a7e3-5e05594b6124, identifier: 7000392auction111024
2026-03-25 16:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f464066-fb1a-57a1-b846-900f2860e204 with identifier: 7000373auction111024
2026-03-25 16:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f464066-fb1a-57a1-b846-900f2860e204 with identifier: 7000373auction111024
2026-03-25 16:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f464066-fb1a-57a1-b846-900f2860e204 with identifier: 7000373auction111024 to the API
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000373/photo_006/780x0__r.jpg?hash=1774443791>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '9f464066-fb1a-57a1-b846-900f2860e204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000373',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '520',
'odometer': 105059,
'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': 'BMW 5 Reeks Berline 520e 150kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline e 150kW 4d',
'vin': None,
'year': 2022}
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000373auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [ecarstrade.be] INFO: Saving data for 7000373auction111024: {'created_time': 1774457581.53891, 'last_price_update_time': 1774457581.538923, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000373auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1bd51690-5d65-553e-a7e3-5e05594b6124 with identifier: 7000392auction111024
2026-03-25 16:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1bd51690-5d65-553e-a7e3-5e05594b6124 with identifier: 7000392auction111024
2026-03-25 16:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1bd51690-5d65-553e-a7e3-5e05594b6124 with identifier: 7000392auction111024 to the API
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000392/photo_006/780x0__r.jpg?hash=1774443835>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1bd51690-5d65-553e-a7e3-5e05594b6124',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000392',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 198721,
'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': 'BMW X1 sDrive18d (110kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive18d (110kW) 5d',
'vin': None,
'year': 2024}
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000392auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [ecarstrade.be] INFO: Saving data for 7000392auction111024: {'created_time': 1774457581.803983, 'last_price_update_time': 1774457581.803993, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000392auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000477%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444048%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_002/780x0__r.jpg?hash=1774444048 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000308%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443624%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_002/780x0__r.jpg?hash=1774443624 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000477%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_003/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000308%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443624%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_003/780x0__r.jpg?hash=1774443624 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000477%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444048%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_004/780x0__r.jpg?hash=1774444048 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000308%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443624%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_004/780x0__r.jpg?hash=1774443624 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000477%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_005/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000308%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443624%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_005/780x0__r.jpg?hash=1774443624 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000477%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444047%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_006/780x0__r.jpg?hash=1774444047 not downloaded yet
2026-03-25 16:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000308%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443624%27 HTTP/1.1" 200 None
2026-03-25 16:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_006/780x0__r.jpg?hash=1774443624 not downloaded yet
2026-03-25 16:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_001/780x0__r.jpg?hash=1774443625> (referer: https://ecarstrade.com/cars/7000308)
2026-03-25 16:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_001/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000477)
2026-03-25 16:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_002/780x0__r.jpg?hash=1774444048> (referer: https://ecarstrade.com/cars/7000477)
2026-03-25 16:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_002/780x0__r.jpg?hash=1774443624> (referer: https://ecarstrade.com/cars/7000308)
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_003/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000477)
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_003/780x0__r.jpg?hash=1774443624> (referer: https://ecarstrade.com/cars/7000308)
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_005/780x0__r.jpg?hash=1774443624> (referer: https://ecarstrade.com/cars/7000308)
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_004/780x0__r.jpg?hash=1774443624> (referer: https://ecarstrade.com/cars/7000308)
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_005/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000477)
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_004/780x0__r.jpg?hash=1774444048> (referer: https://ecarstrade.com/cars/7000477)
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_006/780x0__r.jpg?hash=1774444047> (referer: https://ecarstrade.com/cars/7000477)
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_006/780x0__r.jpg?hash=1774443624> (referer: https://ecarstrade.com/cars/7000308)
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4528561e-2e5e-5647-8cf0-8882fd85c7c8
2026-03-25 16:53:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4528561e-2e5e-5647-8cf0-8882fd85c7c8, skipping ID generation
2026-03-25 16:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4528561e-2e5e-5647-8cf0-8882fd85c7c8 with scrape type 1
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4528561e-2e5e-5647-8cf0-8882fd85c7c8 sending to next pipeline
2026-03-25 16:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4528561e-2e5e-5647-8cf0-8882fd85c7c8, identifier: 7000477auction111024
2026-03-25 16:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4528561e-2e5e-5647-8cf0-8882fd85c7c8 with identifier: 7000477auction111024
2026-03-25 16:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4528561e-2e5e-5647-8cf0-8882fd85c7c8 with identifier: 7000477auction111024
2026-03-25 16:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4528561e-2e5e-5647-8cf0-8882fd85c7c8 with identifier: 7000477auction111024 to the API
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000477/photo_006/780x0__r.jpg?hash=1774444047>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '4528561e-2e5e-5647-8cf0-8882fd85c7c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000477',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 102680,
'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': "Mercedes, E-Clas Br FL'20 PHEV, Mercedes-Benz E-Klasse Break E "
'300de Business Solu',
'transmission': 'automatic',
'trim': ", E-Clas Br FL'20 PHEV, -Benz E-Klasse Break de Business Solu",
'vin': None,
'year': 2022}
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000477auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:02 [ecarstrade.be] INFO: Saving data for 7000477auction111024: {'created_time': 1774457582.570686, 'last_price_update_time': 1774457582.570698, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000477auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e8a5fc45-e83d-59c4-80e8-465370c65327
2026-03-25 16:53:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8a5fc45-e83d-59c4-80e8-465370c65327, skipping ID generation
2026-03-25 16:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a5fc45-e83d-59c4-80e8-465370c65327 with scrape type 1
2026-03-25 16:53:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8a5fc45-e83d-59c4-80e8-465370c65327 sending to next pipeline
2026-03-25 16:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8a5fc45-e83d-59c4-80e8-465370c65327, identifier: 7000308auction111024
2026-03-25 16:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 7000308auction111024
2026-03-25 16:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 7000308auction111024
2026-03-25 16:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 7000308auction111024 to the API
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000308/photo_006/780x0__r.jpg?hash=1774443624>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e8a5fc45-e83d-59c4-80e8-465370c65327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000308',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A1',
'odometer': 12058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A1 35 TFSI S tronic 5d',
'transmission': 'automatic',
'trim': '35 TFSI S tronic 5d',
'vin': None,
'year': 2025}
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000308auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:02 [ecarstrade.be] INFO: Saving data for 7000308auction111024: {'created_time': 1774457582.947238, 'last_price_update_time': 1774457582.947249, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000308auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000803> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:03 [ecarstrade.be] INFO: Extracting details for car 7000803auction111024
2026-03-25 16:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 7000803auction111024
2026-03-25 16:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628c32d8-3808-519d-b2fc-21d7fc5a68ac with scrape type 1
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000803%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444393%27 HTTP/1.1" 200 None
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_001/780x0__r.jpg?hash=1774444393 not downloaded yet
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000803%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444393%27 HTTP/1.1" 200 None
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_002/780x0__r.jpg?hash=1774444393 not downloaded yet
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000803%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444393%27 HTTP/1.1" 200 None
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_003/780x0__r.jpg?hash=1774444393 not downloaded yet
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000803%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444394%27 HTTP/1.1" 200 None
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_004/780x0__r.jpg?hash=1774444394 not downloaded yet
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000803%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444394%27 HTTP/1.1" 200 None
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_005/780x0__r.jpg?hash=1774444394 not downloaded yet
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000803%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444393%27 HTTP/1.1" 200 None
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_006/780x0__r.jpg?hash=1774444393 not downloaded yet
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_001/780x0__r.jpg?hash=1774444393> (referer: https://ecarstrade.com/cars/7000803)
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_002/780x0__r.jpg?hash=1774444393> (referer: https://ecarstrade.com/cars/7000803)
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_003/780x0__r.jpg?hash=1774444393> (referer: https://ecarstrade.com/cars/7000803)
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_006/780x0__r.jpg?hash=1774444393> (referer: https://ecarstrade.com/cars/7000803)
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_005/780x0__r.jpg?hash=1774444394> (referer: https://ecarstrade.com/cars/7000803)
2026-03-25 16:53:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_004/780x0__r.jpg?hash=1774444394> (referer: https://ecarstrade.com/cars/7000803)
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 628c32d8-3808-519d-b2fc-21d7fc5a68ac
2026-03-25 16:53:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 628c32d8-3808-519d-b2fc-21d7fc5a68ac, skipping ID generation
2026-03-25 16:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628c32d8-3808-519d-b2fc-21d7fc5a68ac with scrape type 1
2026-03-25 16:53:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 628c32d8-3808-519d-b2fc-21d7fc5a68ac sending to next pipeline
2026-03-25 16:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 628c32d8-3808-519d-b2fc-21d7fc5a68ac, identifier: 7000803auction111024
2026-03-25 16:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 7000803auction111024
2026-03-25 16:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 7000803auction111024
2026-03-25 16:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 7000803auction111024 to the API
2026-03-25 16:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000803/photo_004/780x0__r.jpg?hash=1774444394>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '628c32d8-3808-519d-b2fc-21d7fc5a68ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000803',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 58182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 16:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000803auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:04 [ecarstrade.be] INFO: Saving data for 7000803auction111024: {'created_time': 1774457584.104704, 'last_price_update_time': 1774457584.104716, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000803auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:06 [scrapy.extensions.logstats] INFO: Crawled 600 pages (at 28 pages/min), scraped 496 items (at 40 items/min)
2026-03-25 16:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000828auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000828auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000828auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000355auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000355auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000355auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000356auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000356auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000356auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000839auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000839auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000839auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000760auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000760auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000760auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000354auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000354auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000354auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000397auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000397auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000397auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000808auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000808auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000808auction111024: 1
2026-03-25 16:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000818auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000818auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000818auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000386auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000386auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000386auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000823auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000823auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000823auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000824auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000824auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000824auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000377auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000377auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000377auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000758auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000758auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000758auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000307auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000307auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000307auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000503auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000503auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000503auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000398auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000398auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000398auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000452auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000452auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000452auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000838auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000838auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000838auction111024: 1
2026-03-25 16:53:08 [ecarstrade.be] INFO: Found listing with ID: 7000313auction111024
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000313auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:08 [ecarstrade.be] INFO: Scrape type for 7000313auction111024: 1
2026-03-25 16:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000333auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000333auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000333auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000395auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000395auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000395auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000837auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000837auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000837auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000330auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000330auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000330auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000378auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000378auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000378auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000389auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000389auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000389auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000311auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000311auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000311auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000358auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000358auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000358auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000470auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000470auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000470auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000734auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000734auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000734auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000773auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000773auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000773auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000792auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000792auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000792auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000831auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000831auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000831auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000465auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000465auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000465auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000384auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000384auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000384auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000451auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000451auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000451auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000473auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000473auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000473auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000802auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000802auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000802auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000335auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000335auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000335auction111024: 1
2026-03-25 16:53:14 [ecarstrade.be] INFO: Found listing with ID: 7000376auction111024
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000376auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:14 [ecarstrade.be] INFO: Scrape type for 7000376auction111024: 1
2026-03-25 16:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000354> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:14 [ecarstrade.be] INFO: Extracting details for car 7000354auction111024
2026-03-25 16:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e26c6a26-d6e1-580a-ad0d-d95387310b0e with identifier: 7000354auction111024
2026-03-25 16:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e26c6a26-d6e1-580a-ad0d-d95387310b0e with scrape type 1
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000354%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443740%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_001/780x0__r.jpg?hash=1774443740 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000354%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443740%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_002/780x0__r.jpg?hash=1774443740 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000354%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443740%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_003/780x0__r.jpg?hash=1774443740 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000354%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443741%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_004/780x0__r.jpg?hash=1774443741 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000354%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443740%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_005/780x0__r.jpg?hash=1774443740 not downloaded yet
2026-03-25 16:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000356> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000354%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443740%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_006/780x0__r.jpg?hash=1774443740 not downloaded yet
2026-03-25 16:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:15 [ecarstrade.be] INFO: Extracting details for car 7000356auction111024
2026-03-25 16:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 with identifier: 7000356auction111024
2026-03-25 16:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 with scrape type 1
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000356%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443743%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_001/780x0__r.jpg?hash=1774443743 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000356%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443743%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_002/780x0__r.jpg?hash=1774443743 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000356%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443743%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_003/780x0__r.jpg?hash=1774443743 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000356%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443743%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_004/780x0__r.jpg?hash=1774443743 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000356%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443744%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_005/780x0__r.jpg?hash=1774443744 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000356%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443743%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_006/780x0__r.jpg?hash=1774443743 not downloaded yet
2026-03-25 16:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000760> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:15 [ecarstrade.be] INFO: Extracting details for car 7000760auction111024
2026-03-25 16:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 7000760auction111024
2026-03-25 16:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f58f544-ab44-5535-9327-29f2727fa6a9 with scrape type 1
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000760%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444283%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_001/780x0__r.jpg?hash=1774444283 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000760%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444283%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_002/780x0__r.jpg?hash=1774444283 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000760%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444283%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_003/780x0__r.jpg?hash=1774444283 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000760%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444284%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_004/780x0__r.jpg?hash=1774444284 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000760%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444283%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_005/780x0__r.jpg?hash=1774444283 not downloaded yet
2026-03-25 16:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000760%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444283%27 HTTP/1.1" 200 None
2026-03-25 16:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_006/780x0__r.jpg?hash=1774444283 not downloaded yet
2026-03-25 16:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000355> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:16 [ecarstrade.be] INFO: Extracting details for car 7000355auction111024
2026-03-25 16:53:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 with identifier: 7000355auction111024
2026-03-25 16:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 with scrape type 1
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000355%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443741%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_001/780x0__r.jpg?hash=1774443741 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000355%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443741%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_002/780x0__r.jpg?hash=1774443741 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000355%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443742%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_003/780x0__r.jpg?hash=1774443742 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000355%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443742%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_004/780x0__r.jpg?hash=1774443742 not downloaded yet
2026-03-25 16:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000397> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000355%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443742%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_005/780x0__r.jpg?hash=1774443742 not downloaded yet
2026-03-25 16:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000355%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443742%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_006/780x0__r.jpg?hash=1774443742 not downloaded yet
2026-03-25 16:53:16 [ecarstrade.be] INFO: Extracting details for car 7000397auction111024
2026-03-25 16:53:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 7000397auction111024
2026-03-25 16:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d5d11a4-4d05-586e-b0af-80646304ffab with scrape type 1
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000397%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_001/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000397%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443849%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_002/780x0__r.jpg?hash=1774443849 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000397%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_003/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000397%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_004/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000839> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000397%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_005/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000397%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_006/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:53:16 [ecarstrade.be] INFO: Extracting details for car 7000839auction111024
2026-03-25 16:53:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 7000839auction111024
2026-03-25 16:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1413111-fa5a-5ea6-a41a-7a6581e0915b with scrape type 1
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000839%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444477%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_001/780x0__r.jpg?hash=1774444477 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000839%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_002/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000839%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444476%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_003/780x0__r.jpg?hash=1774444476 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000839%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444478%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_004/780x0__r.jpg?hash=1774444478 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000839%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444478%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_005/780x0__r.jpg?hash=1774444478 not downloaded yet
2026-03-25 16:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000839%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444478%27 HTTP/1.1" 200 None
2026-03-25 16:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_006/780x0__r.jpg?hash=1774444478 not downloaded yet
2026-03-25 16:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000808> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:21 [ecarstrade.be] INFO: Extracting details for car 7000808auction111024
2026-03-25 16:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 7000808auction111024
2026-03-25 16:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a644311b-58e2-54da-ada1-02f58739be5f with scrape type 1
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000808%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444406%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_001/780x0__r.jpg?hash=1774444406 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000808%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444406%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_002/780x0__r.jpg?hash=1774444406 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000808%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444407%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_003/780x0__r.jpg?hash=1774444407 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000808%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444407%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_004/780x0__r.jpg?hash=1774444407 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000808%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444407%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_005/780x0__r.jpg?hash=1774444407 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000808%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444407%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_006/780x0__r.jpg?hash=1774444407 not downloaded yet
2026-03-25 16:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000818> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:21 [ecarstrade.be] INFO: Extracting details for car 7000818auction111024
2026-03-25 16:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c63bc66-57fe-50d2-b7a9-7252eb9c767f with identifier: 7000818auction111024
2026-03-25 16:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f with scrape type 1
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000818%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444428%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_001/780x0__r.jpg?hash=1774444428 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000818%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444429%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_002/780x0__r.jpg?hash=1774444429 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000818%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444428%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_003/780x0__r.jpg?hash=1774444428 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000818%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444428%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_004/780x0__r.jpg?hash=1774444428 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000818%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444428%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_005/780x0__r.jpg?hash=1774444428 not downloaded yet
2026-03-25 16:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000818%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444428%27 HTTP/1.1" 200 None
2026-03-25 16:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_006/780x0__r.jpg?hash=1774444428 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000386> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:22 [ecarstrade.be] INFO: Extracting details for car 7000386auction111024
2026-03-25 16:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 7000386auction111024
2026-03-25 16:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4337119-bcce-58bb-b1a4-c409ad706cb3 with scrape type 1
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000386%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443820%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_001/780x0__r.jpg?hash=1774443820 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000386%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443820%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_002/780x0__r.jpg?hash=1774443820 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000386%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443820%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_003/780x0__r.jpg?hash=1774443820 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000824> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000386%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443820%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_004/780x0__r.jpg?hash=1774443820 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000386%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443820%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_005/780x0__r.jpg?hash=1774443820 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000386%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443820%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_006/780x0__r.jpg?hash=1774443820 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_005/780x0__r.jpg?hash=1774443740> (referer: https://ecarstrade.com/cars/7000354)
2026-03-25 16:53:22 [ecarstrade.be] INFO: Extracting details for car 7000824auction111024
2026-03-25 16:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 7000824auction111024
2026-03-25 16:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382d4bb8-1737-5add-b493-8a4c712071bd with scrape type 1
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000824%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_001/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000824%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444440%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_002/780x0__r.jpg?hash=1774444440 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000824%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444440%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_003/780x0__r.jpg?hash=1774444440 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000824%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444440%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_004/780x0__r.jpg?hash=1774444440 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000824%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444440%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_005/780x0__r.jpg?hash=1774444440 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_006/780x0__r.jpg?hash=1774443743> (referer: https://ecarstrade.com/cars/7000356)
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000824%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444440%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_006/780x0__r.jpg?hash=1774444440 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000823> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_006/780x0__r.jpg?hash=1774444283> (referer: https://ecarstrade.com/cars/7000760)
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_004/780x0__r.jpg?hash=1774443742> (referer: https://ecarstrade.com/cars/7000355)
2026-03-25 16:53:22 [ecarstrade.be] INFO: Extracting details for car 7000823auction111024
2026-03-25 16:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 7000823auction111024
2026-03-25 16:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with scrape type 1
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000823%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444438%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_001/780x0__r.jpg?hash=1774444438 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000823%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444438%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_002/780x0__r.jpg?hash=1774444438 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000823%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444439%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_003/780x0__r.jpg?hash=1774444439 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_006/780x0__r.jpg?hash=1774444478> (referer: https://ecarstrade.com/cars/7000839)
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_004/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000397)
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000823%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444439%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_004/780x0__r.jpg?hash=1774444439 not downloaded yet
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000823%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444439%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_005/780x0__r.jpg?hash=1774444439 not downloaded yet
2026-03-25 16:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000823%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444439%27 HTTP/1.1" 200 None
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_006/780x0__r.jpg?hash=1774444439 not downloaded yet
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000758> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_006/780x0__r.jpg?hash=1774444407> (referer: https://ecarstrade.com/cars/7000808)
2026-03-25 16:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_006/780x0__r.jpg?hash=1774444428> (referer: https://ecarstrade.com/cars/7000818)
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_006/780x0__r.jpg?hash=1774443820> (referer: https://ecarstrade.com/cars/7000386)
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_004/780x0__r.jpg?hash=1774444440> (referer: https://ecarstrade.com/cars/7000824)
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_003/780x0__r.jpg?hash=1774443820> (referer: https://ecarstrade.com/cars/7000386)
2026-03-25 16:53:23 [ecarstrade.be] INFO: Extracting details for car 7000758auction111024
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_006/780x0__r.jpg?hash=1774444440> (referer: https://ecarstrade.com/cars/7000824)
2026-03-25 16:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 7000758auction111024
2026-03-25 16:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05bd4d01-a648-5ffc-89d5-ce503927bbba with scrape type 1
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000758%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444275%27 HTTP/1.1" 200 None
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_001/780x0__r.jpg?hash=1774444275 not downloaded yet
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000758%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444275%27 HTTP/1.1" 200 None
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_002/780x0__r.jpg?hash=1774444275 not downloaded yet
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_005/780x0__r.jpg?hash=1774444440> (referer: https://ecarstrade.com/cars/7000824)
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_003/780x0__r.jpg?hash=1774444440> (referer: https://ecarstrade.com/cars/7000824)
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000758%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444275%27 HTTP/1.1" 200 None
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_003/780x0__r.jpg?hash=1774444275 not downloaded yet
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000758%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444275%27 HTTP/1.1" 200 None
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_004/780x0__r.jpg?hash=1774444275 not downloaded yet
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_003/780x0__r.jpg?hash=1774444439> (referer: https://ecarstrade.com/cars/7000823)
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000758%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444275%27 HTTP/1.1" 200 None
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_005/780x0__r.jpg?hash=1774444275 not downloaded yet
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000758%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444275%27 HTTP/1.1" 200 None
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_006/780x0__r.jpg?hash=1774444275 not downloaded yet
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_006/780x0__r.jpg?hash=1774444439> (referer: https://ecarstrade.com/cars/7000823)
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_002/780x0__r.jpg?hash=1774444438> (referer: https://ecarstrade.com/cars/7000823)
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_005/780x0__r.jpg?hash=1774444439> (referer: https://ecarstrade.com/cars/7000823)
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_001/780x0__r.jpg?hash=1774444438> (referer: https://ecarstrade.com/cars/7000823)
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_004/780x0__r.jpg?hash=1774444439> (referer: https://ecarstrade.com/cars/7000823)
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_002/780x0__r.jpg?hash=1774444440> (referer: https://ecarstrade.com/cars/7000824)
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_001/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000824)
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_005/780x0__r.jpg?hash=1774443820> (referer: https://ecarstrade.com/cars/7000386)
2026-03-25 16:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_002/780x0__r.jpg?hash=1774444275> (referer: https://ecarstrade.com/cars/7000758)
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b
2026-03-25 16:53:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b, skipping ID generation
2026-03-25 16:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with scrape type 1
2026-03-25 16:53:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b sending to next pipeline
2026-03-25 16:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b, identifier: 7000823auction111024
2026-03-25 16:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 7000823auction111024
2026-03-25 16:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 7000823auction111024
2026-03-25 16:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 7000823auction111024 to the API
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000823/photo_004/780x0__r.jpg?hash=1774444439>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '5a476cfc-037d-56ce-81df-7bdaff0a9d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000823',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 60289,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen T-Roc 1.0 TSI Life Business 5d',
'transmission': 'manual',
'trim': '1.0 TSI Life Business 5d',
'vin': None,
'year': 2023}
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000823auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:24 [ecarstrade.be] INFO: Saving data for 7000823auction111024: {'created_time': 1774457604.032406, 'last_price_update_time': 1774457604.032417, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000823auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_001/780x0__r.jpg?hash=1774444275> (referer: https://ecarstrade.com/cars/7000758)
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_004/780x0__r.jpg?hash=1774444275> (referer: https://ecarstrade.com/cars/7000758)
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_006/780x0__r.jpg?hash=1774444275> (referer: https://ecarstrade.com/cars/7000758)
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 382d4bb8-1737-5add-b493-8a4c712071bd
2026-03-25 16:53:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 382d4bb8-1737-5add-b493-8a4c712071bd, skipping ID generation
2026-03-25 16:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382d4bb8-1737-5add-b493-8a4c712071bd with scrape type 1
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 382d4bb8-1737-5add-b493-8a4c712071bd sending to next pipeline
2026-03-25 16:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382d4bb8-1737-5add-b493-8a4c712071bd, identifier: 7000824auction111024
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 7000824auction111024
2026-03-25 16:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 7000824auction111024
2026-03-25 16:53:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 7000824auction111024 to the API
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000824/photo_001/780x0__r.jpg?hash=1774444441>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '382d4bb8-1737-5add-b493-8a4c712071bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000824',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 56683,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VW, T-Roc 1. Roc, T-Roc 1.0TSI 81kW Life Busines',
'transmission': 'manual',
'trim': 'VW, 1. Roc, 1.0TSI 81kW Life Busines',
'vin': None,
'year': 2024}
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000824auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:24 [ecarstrade.be] INFO: Saving data for 7000824auction111024: {'created_time': 1774457604.519739, 'last_price_update_time': 1774457604.51975, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000824auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_003/780x0__r.jpg?hash=1774444275> (referer: https://ecarstrade.com/cars/7000758)
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_004/780x0__r.jpg?hash=1774443820> (referer: https://ecarstrade.com/cars/7000386)
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_005/780x0__r.jpg?hash=1774444275> (referer: https://ecarstrade.com/cars/7000758)
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_001/780x0__r.jpg?hash=1774443820> (referer: https://ecarstrade.com/cars/7000386)
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_002/780x0__r.jpg?hash=1774443820> (referer: https://ecarstrade.com/cars/7000386)
2026-03-25 16:53:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_005/780x0__r.jpg?hash=1774444428> (referer: https://ecarstrade.com/cars/7000818)
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 05bd4d01-a648-5ffc-89d5-ce503927bbba
2026-03-25 16:53:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05bd4d01-a648-5ffc-89d5-ce503927bbba, skipping ID generation
2026-03-25 16:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05bd4d01-a648-5ffc-89d5-ce503927bbba with scrape type 1
2026-03-25 16:53:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05bd4d01-a648-5ffc-89d5-ce503927bbba sending to next pipeline
2026-03-25 16:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05bd4d01-a648-5ffc-89d5-ce503927bbba, identifier: 7000758auction111024
2026-03-25 16:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 7000758auction111024
2026-03-25 16:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 7000758auction111024
2026-03-25 16:53:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 7000758auction111024 to the API
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000758/photo_005/780x0__r.jpg?hash=1774444275>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '05bd4d01-a648-5ffc-89d5-ce503927bbba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000758',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 68770,
'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': 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-25 16:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000758auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [ecarstrade.be] INFO: Saving data for 7000758auction111024: {'created_time': 1774457605.006325, 'last_price_update_time': 1774457605.006336, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000758auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_002/780x0__r.jpg?hash=1774444429> (referer: https://ecarstrade.com/cars/7000818)
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_003/780x0__r.jpg?hash=1774444428> (referer: https://ecarstrade.com/cars/7000818)
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_004/780x0__r.jpg?hash=1774444428> (referer: https://ecarstrade.com/cars/7000818)
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4337119-bcce-58bb-b1a4-c409ad706cb3
2026-03-25 16:53:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4337119-bcce-58bb-b1a4-c409ad706cb3, skipping ID generation
2026-03-25 16:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4337119-bcce-58bb-b1a4-c409ad706cb3 with scrape type 1
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4337119-bcce-58bb-b1a4-c409ad706cb3 sending to next pipeline
2026-03-25 16:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4337119-bcce-58bb-b1a4-c409ad706cb3, identifier: 7000386auction111024
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000377> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 7000386auction111024
2026-03-25 16:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 7000386auction111024
2026-03-25 16:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 7000386auction111024 to the API
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000386/photo_002/780x0__r.jpg?hash=1774443820>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b4337119-bcce-58bb-b1a4-c409ad706cb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000386',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 69132,
'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 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000386auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [ecarstrade.be] INFO: Saving data for 7000386auction111024: {'created_time': 1774457605.433071, 'last_price_update_time': 1774457605.43308, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000386auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:25 [ecarstrade.be] INFO: Extracting details for car 7000377auction111024
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_005/780x0__r.jpg?hash=1774444407> (referer: https://ecarstrade.com/cars/7000808)
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_001/780x0__r.jpg?hash=1774444428> (referer: https://ecarstrade.com/cars/7000818)
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_004/780x0__r.jpg?hash=1774444407> (referer: https://ecarstrade.com/cars/7000808)
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 7000377auction111024
2026-03-25 16:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e387d5-f3db-548f-91c7-a79af83661cb with scrape type 1
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000377%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443799%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_001/780x0__r.jpg?hash=1774443799 not downloaded yet
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000377%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443799%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_002/780x0__r.jpg?hash=1774443799 not downloaded yet
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000377%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443799%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_003/780x0__r.jpg?hash=1774443799 not downloaded yet
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000377%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443799%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_004/780x0__r.jpg?hash=1774443799 not downloaded yet
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000377%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443799%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_005/780x0__r.jpg?hash=1774443799 not downloaded yet
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_001/780x0__r.jpg?hash=1774444406> (referer: https://ecarstrade.com/cars/7000808)
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_003/780x0__r.jpg?hash=1774444407> (referer: https://ecarstrade.com/cars/7000808)
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000377%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443800%27 HTTP/1.1" 200 None
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_006/780x0__r.jpg?hash=1774443800 not downloaded yet
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_002/780x0__r.jpg?hash=1774444406> (referer: https://ecarstrade.com/cars/7000808)
2026-03-25 16:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_005/780x0__r.jpg?hash=1774444478> (referer: https://ecarstrade.com/cars/7000839)
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f
2026-03-25 16:53:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c63bc66-57fe-50d2-b7a9-7252eb9c767f, skipping ID generation
2026-03-25 16:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f with scrape type 1
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c63bc66-57fe-50d2-b7a9-7252eb9c767f sending to next pipeline
2026-03-25 16:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c63bc66-57fe-50d2-b7a9-7252eb9c767f, identifier: 7000818auction111024
2026-03-25 16:53:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c63bc66-57fe-50d2-b7a9-7252eb9c767f with identifier: 7000818auction111024
2026-03-25 16:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c63bc66-57fe-50d2-b7a9-7252eb9c767f with identifier: 7000818auction111024
2026-03-25 16:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c63bc66-57fe-50d2-b7a9-7252eb9c767f with identifier: 7000818auction111024 to the API
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000818/photo_001/780x0__r.jpg?hash=1774444428>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '6c63bc66-57fe-50d2-b7a9-7252eb9c767f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000818',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Sharan',
'odometer': 87359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 7,
'seller_name': None,
'title': "VW, Sharan '15, Volkswagen Sharan 1.4 TSi 110kW Highline 5d 7pl",
'transmission': 'manual',
'trim': "VW, '15, 1.4 TSi 110kW Highline 5d 7pl",
'vin': None,
'year': 2022}
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000818auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:26 [ecarstrade.be] INFO: Saving data for 7000818auction111024: {'created_time': 1774457606.030939, 'last_price_update_time': 1774457606.03095, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000818auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_003/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000839)
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_004/780x0__r.jpg?hash=1774444478> (referer: https://ecarstrade.com/cars/7000839)
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_002/780x0__r.jpg?hash=1774444476> (referer: https://ecarstrade.com/cars/7000839)
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_001/780x0__r.jpg?hash=1774444477> (referer: https://ecarstrade.com/cars/7000839)
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a644311b-58e2-54da-ada1-02f58739be5f
2026-03-25 16:53:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a644311b-58e2-54da-ada1-02f58739be5f, skipping ID generation
2026-03-25 16:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a644311b-58e2-54da-ada1-02f58739be5f with scrape type 1
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a644311b-58e2-54da-ada1-02f58739be5f sending to next pipeline
2026-03-25 16:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a644311b-58e2-54da-ada1-02f58739be5f, identifier: 7000808auction111024
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 7000808auction111024
2026-03-25 16:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 7000808auction111024
2026-03-25 16:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 7000808auction111024 to the API
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000808/photo_002/780x0__r.jpg?hash=1774444406>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'a644311b-58e2-54da-ada1-02f58739be5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000808',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 14129,
'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': '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-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000808auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:26 [ecarstrade.be] INFO: Saving data for 7000808auction111024: {'created_time': 1774457606.414832, 'last_price_update_time': 1774457606.414844, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000808auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_006/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000397)
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_005/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000397)
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_002/780x0__r.jpg?hash=1774443849> (referer: https://ecarstrade.com/cars/7000397)
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_003/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000397)
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f1413111-fa5a-5ea6-a41a-7a6581e0915b
2026-03-25 16:53:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1413111-fa5a-5ea6-a41a-7a6581e0915b, skipping ID generation
2026-03-25 16:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1413111-fa5a-5ea6-a41a-7a6581e0915b with scrape type 1
2026-03-25 16:53:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1413111-fa5a-5ea6-a41a-7a6581e0915b sending to next pipeline
2026-03-25 16:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1413111-fa5a-5ea6-a41a-7a6581e0915b, identifier: 7000839auction111024
2026-03-25 16:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 7000839auction111024
2026-03-25 16:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 7000839auction111024
2026-03-25 16:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 7000839auction111024 to the API
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000839/photo_001/780x0__r.jpg?hash=1774444477>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'f1413111-fa5a-5ea6-a41a-7a6581e0915b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000839',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Other',
'model': 'Volvo',
'odometer': 116394,
'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': 'Volvo XC40 Recharge Twin Plus 5d',
'transmission': 'automatic',
'trim': 'XC40 Recharge Twin Plus 5d',
'vin': None,
'year': 2021}
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000839auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:27 [ecarstrade.be] INFO: Saving data for 7000839auction111024: {'created_time': 1774457607.219341, 'last_price_update_time': 1774457607.219352, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000839auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_006/780x0__r.jpg?hash=1774443800> (referer: https://ecarstrade.com/cars/7000377)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_005/780x0__r.jpg?hash=1774443799> (referer: https://ecarstrade.com/cars/7000377)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_004/780x0__r.jpg?hash=1774443799> (referer: https://ecarstrade.com/cars/7000377)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_003/780x0__r.jpg?hash=1774443799> (referer: https://ecarstrade.com/cars/7000377)
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000307> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_002/780x0__r.jpg?hash=1774443799> (referer: https://ecarstrade.com/cars/7000377)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_001/780x0__r.jpg?hash=1774443799> (referer: https://ecarstrade.com/cars/7000377)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_001/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000397)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_006/780x0__r.jpg?hash=1774443742> (referer: https://ecarstrade.com/cars/7000355)
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_005/780x0__r.jpg?hash=1774443742> (referer: https://ecarstrade.com/cars/7000355)
2026-03-25 16:53:27 [ecarstrade.be] INFO: Extracting details for car 7000307auction111024
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_005/780x0__r.jpg?hash=1774444283> (referer: https://ecarstrade.com/cars/7000760)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_002/780x0__r.jpg?hash=1774443741> (referer: https://ecarstrade.com/cars/7000355)
2026-03-25 16:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64f9aece-e13f-5705-9813-deb67fd52f7d with identifier: 7000307auction111024
2026-03-25 16:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64f9aece-e13f-5705-9813-deb67fd52f7d with scrape type 1
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000307%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443627%27 HTTP/1.1" 200 None
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_001/780x0__r.jpg?hash=1774443627 not downloaded yet
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_001/780x0__r.jpg?hash=1774443741> (referer: https://ecarstrade.com/cars/7000355)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_003/780x0__r.jpg?hash=1774443742> (referer: https://ecarstrade.com/cars/7000355)
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000307%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443627%27 HTTP/1.1" 200 None
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_002/780x0__r.jpg?hash=1774443627 not downloaded yet
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_004/780x0__r.jpg?hash=1774444284> (referer: https://ecarstrade.com/cars/7000760)
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000307%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443625%27 HTTP/1.1" 200 None
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_003/780x0__r.jpg?hash=1774443625 not downloaded yet
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b9e387d5-f3db-548f-91c7-a79af83661cb
2026-03-25 16:53:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9e387d5-f3db-548f-91c7-a79af83661cb, skipping ID generation
2026-03-25 16:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e387d5-f3db-548f-91c7-a79af83661cb with scrape type 1
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9e387d5-f3db-548f-91c7-a79af83661cb sending to next pipeline
2026-03-25 16:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9e387d5-f3db-548f-91c7-a79af83661cb, identifier: 7000377auction111024
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d5d11a4-4d05-586e-b0af-80646304ffab
2026-03-25 16:53:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d5d11a4-4d05-586e-b0af-80646304ffab, skipping ID generation
2026-03-25 16:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d5d11a4-4d05-586e-b0af-80646304ffab with scrape type 1
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d5d11a4-4d05-586e-b0af-80646304ffab sending to next pipeline
2026-03-25 16:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d5d11a4-4d05-586e-b0af-80646304ffab, identifier: 7000397auction111024
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_002/780x0__r.jpg?hash=1774444283> (referer: https://ecarstrade.com/cars/7000760)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_005/780x0__r.jpg?hash=1774443744> (referer: https://ecarstrade.com/cars/7000356)
2026-03-25 16:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_001/780x0__r.jpg?hash=1774444283> (referer: https://ecarstrade.com/cars/7000760)
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000307%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443626%27 HTTP/1.1" 200 None
2026-03-25 16:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_004/780x0__r.jpg?hash=1774443626 not downloaded yet
2026-03-25 16:53:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 7000377auction111024
2026-03-25 16:53:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 7000377auction111024
2026-03-25 16:53:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 7000377auction111024 to the API
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000377/photo_001/780x0__r.jpg?hash=1774443799>
{'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-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b9e387d5-f3db-548f-91c7-a79af83661cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000377',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 96977,
'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': "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-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000377auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:28 [ecarstrade.be] INFO: Saving data for 7000377auction111024: {'created_time': 1774457608.069652, 'last_price_update_time': 1774457608.069664, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000377auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 7000397auction111024
2026-03-25 16:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 7000397auction111024
2026-03-25 16:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 7000397auction111024 to the API
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000397/photo_001/780x0__r.jpg?hash=1774443847>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8d5d11a4-4d05-586e-b0af-80646304ffab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000397',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 105048,
'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': 'BMW X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000397auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:28 [ecarstrade.be] INFO: Saving data for 7000397auction111024: {'created_time': 1774457608.377445, 'last_price_update_time': 1774457608.377454, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000397auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_003/780x0__r.jpg?hash=1774444283> (referer: https://ecarstrade.com/cars/7000760)
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_004/780x0__r.jpg?hash=1774443743> (referer: https://ecarstrade.com/cars/7000356)
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000307%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443627%27 HTTP/1.1" 200 None
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_005/780x0__r.jpg?hash=1774443627 not downloaded yet
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0
2026-03-25 16:53:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85759c92-4da1-5678-9a55-d4ef9b1e1ea0, skipping ID generation
2026-03-25 16:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 with scrape type 1
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 sending to next pipeline
2026-03-25 16:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85759c92-4da1-5678-9a55-d4ef9b1e1ea0, identifier: 7000355auction111024
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000313> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 with identifier: 7000355auction111024
2026-03-25 16:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 with identifier: 7000355auction111024
2026-03-25 16:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85759c92-4da1-5678-9a55-d4ef9b1e1ea0 with identifier: 7000355auction111024 to the API
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000355/photo_003/780x0__r.jpg?hash=1774443742>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '85759c92-4da1-5678-9a55-d4ef9b1e1ea0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000355',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 22997,
'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': 'BMW 2 Reeks Gran Coupé 218iA (100kW) 4d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Coupé 218iA (100kW) 4d',
'vin': None,
'year': 2023}
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000355auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:28 [ecarstrade.be] INFO: Saving data for 7000355auction111024: {'created_time': 1774457608.85952, 'last_price_update_time': 1774457608.859532, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000355auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_001/780x0__r.jpg?hash=1774443743> (referer: https://ecarstrade.com/cars/7000356)
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_003/780x0__r.jpg?hash=1774443743> (referer: https://ecarstrade.com/cars/7000356)
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_002/780x0__r.jpg?hash=1774443743> (referer: https://ecarstrade.com/cars/7000356)
2026-03-25 16:53:28 [ecarstrade.be] INFO: Extracting details for car 7000313auction111024
2026-03-25 16:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000307%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443625%27 HTTP/1.1" 200 None
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_006/780x0__r.jpg?hash=1774443625 not downloaded yet
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_006/780x0__r.jpg?hash=1774443740> (referer: https://ecarstrade.com/cars/7000354)
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_004/780x0__r.jpg?hash=1774443741> (referer: https://ecarstrade.com/cars/7000354)
2026-03-25 16:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000376> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f58f544-ab44-5535-9327-29f2727fa6a9
2026-03-25 16:53:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f58f544-ab44-5535-9327-29f2727fa6a9, skipping ID generation
2026-03-25 16:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f58f544-ab44-5535-9327-29f2727fa6a9 with scrape type 1
2026-03-25 16:53:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f58f544-ab44-5535-9327-29f2727fa6a9 sending to next pipeline
2026-03-25 16:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f58f544-ab44-5535-9327-29f2727fa6a9, identifier: 7000760auction111024
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 7000313auction111024
2026-03-25 16:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a96aeea-53f7-5635-be2a-470f97c0e97b with scrape type 1
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000313%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_001/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 7000760auction111024
2026-03-25 16:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 7000760auction111024
2026-03-25 16:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 7000760auction111024 to the API
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000760/photo_003/780x0__r.jpg?hash=1774444283>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1f58f544-ab44-5535-9327-29f2727fa6a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000760',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 67838,
'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': 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-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000760auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [ecarstrade.be] INFO: Saving data for 7000760auction111024: {'created_time': 1774457609.344975, 'last_price_update_time': 1774457609.344986, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000760auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_001/780x0__r.jpg?hash=1774443627> (referer: https://ecarstrade.com/cars/7000307)
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_002/780x0__r.jpg?hash=1774443627> (referer: https://ecarstrade.com/cars/7000307)
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_003/780x0__r.jpg?hash=1774443740> (referer: https://ecarstrade.com/cars/7000354)
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_003/780x0__r.jpg?hash=1774443625> (referer: https://ecarstrade.com/cars/7000307)
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_002/780x0__r.jpg?hash=1774443740> (referer: https://ecarstrade.com/cars/7000354)
2026-03-25 16:53:29 [ecarstrade.be] INFO: Extracting details for car 7000376auction111024
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000313%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_002/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_001/780x0__r.jpg?hash=1774443740> (referer: https://ecarstrade.com/cars/7000354)
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_004/780x0__r.jpg?hash=1774443626> (referer: https://ecarstrade.com/cars/7000307)
2026-03-25 16:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7
2026-03-25 16:53:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7, skipping ID generation
2026-03-25 16:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 with scrape type 1
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 sending to next pipeline
2026-03-25 16:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7, identifier: 7000356auction111024
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000313%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_003/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 with identifier: 7000356auction111024
2026-03-25 16:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 with identifier: 7000356auction111024
2026-03-25 16:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7 with identifier: 7000356auction111024 to the API
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000356/photo_002/780x0__r.jpg?hash=1774443743>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '3d5e4cac-d3f3-5c7e-8a1c-f3a936c4f6a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000356',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '118',
'odometer': 49447,
'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': 'BMW 1 Reeks Hatch 118iA (100 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch iA (100 kW) 5d',
'vin': None,
'year': 2023}
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000356auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [ecarstrade.be] INFO: Saving data for 7000356auction111024: {'created_time': 1774457609.800934, 'last_price_update_time': 1774457609.800945, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000356auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_005/780x0__r.jpg?hash=1774443627> (referer: https://ecarstrade.com/cars/7000307)
2026-03-25 16:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa504de-85aa-54cd-ae35-704116eed351 with identifier: 7000376auction111024
2026-03-25 16:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa504de-85aa-54cd-ae35-704116eed351 with scrape type 1
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000376%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443797%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_001/780x0__r.jpg?hash=1774443797 not downloaded yet
2026-03-25 16:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_006/780x0__r.jpg?hash=1774443625> (referer: https://ecarstrade.com/cars/7000307)
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000313%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_004/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000376%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443797%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_002/780x0__r.jpg?hash=1774443797 not downloaded yet
2026-03-25 16:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000313%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_005/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e26c6a26-d6e1-580a-ad0d-d95387310b0e
2026-03-25 16:53:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e26c6a26-d6e1-580a-ad0d-d95387310b0e, skipping ID generation
2026-03-25 16:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e26c6a26-d6e1-580a-ad0d-d95387310b0e with scrape type 1
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e26c6a26-d6e1-580a-ad0d-d95387310b0e sending to next pipeline
2026-03-25 16:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e26c6a26-d6e1-580a-ad0d-d95387310b0e, identifier: 7000354auction111024
2026-03-25 16:53:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000376%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443797%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_003/780x0__r.jpg?hash=1774443797 not downloaded yet
2026-03-25 16:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e26c6a26-d6e1-580a-ad0d-d95387310b0e with identifier: 7000354auction111024
2026-03-25 16:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e26c6a26-d6e1-580a-ad0d-d95387310b0e with identifier: 7000354auction111024
2026-03-25 16:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e26c6a26-d6e1-580a-ad0d-d95387310b0e with identifier: 7000354auction111024 to the API
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000354/photo_001/780x0__r.jpg?hash=1774443740>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e26c6a26-d6e1-580a-ad0d-d95387310b0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000354',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 88890,
'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 ACTIVE TOURER DIESEL - 2022 218 dA 150hp AdBlue 5d',
'transmission': 'automatic',
'trim': 'BMW 2 TIVE TOURER DIESEL - 2022 218 dA 150hp AdBlue 5d',
'vin': None,
'year': 2023}
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000354auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [ecarstrade.be] INFO: Saving data for 7000354auction111024: {'created_time': 1774457610.338702, 'last_price_update_time': 1774457610.338712, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000354auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_001/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000313)
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000313%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_006/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000376%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443797%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_004/780x0__r.jpg?hash=1774443797 not downloaded yet
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000376%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443797%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_005/780x0__r.jpg?hash=1774443797 not downloaded yet
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64f9aece-e13f-5705-9813-deb67fd52f7d
2026-03-25 16:53:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64f9aece-e13f-5705-9813-deb67fd52f7d, skipping ID generation
2026-03-25 16:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64f9aece-e13f-5705-9813-deb67fd52f7d with scrape type 1
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64f9aece-e13f-5705-9813-deb67fd52f7d sending to next pipeline
2026-03-25 16:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64f9aece-e13f-5705-9813-deb67fd52f7d, identifier: 7000307auction111024
2026-03-25 16:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64f9aece-e13f-5705-9813-deb67fd52f7d with identifier: 7000307auction111024
2026-03-25 16:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64f9aece-e13f-5705-9813-deb67fd52f7d with identifier: 7000307auction111024
2026-03-25 16:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64f9aece-e13f-5705-9813-deb67fd52f7d with identifier: 7000307auction111024 to the API
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000307/photo_006/780x0__r.jpg?hash=1774443625>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '64f9aece-e13f-5705-9813-deb67fd52f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000307',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 84837,
'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': 'ALFA ROMEO TONALE 1.5 MHEV 159hp VGT Edizione Speciale 5d',
'transmission': 'automatic',
'trim': 'ALFA ROMEO TONALE 1.5 MHEV 159hp VGT Edizione Speciale 5d',
'vin': None,
'year': 2023}
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000307auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [ecarstrade.be] INFO: Saving data for 7000307auction111024: {'created_time': 1774457610.763413, 'last_price_update_time': 1774457610.763423, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000307auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000376%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443797%27 HTTP/1.1" 200 None
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_006/780x0__r.jpg?hash=1774443797 not downloaded yet
2026-03-25 16:53:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000828> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:34 [ecarstrade.be] INFO: Extracting details for car 7000828auction111024
2026-03-25 16:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 7000828auction111024
2026-03-25 16:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafa9b8c-c2da-5662-8e83-73c7e59173cb with scrape type 1
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000828%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444451%27 HTTP/1.1" 200 None
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_001/780x0__r.jpg?hash=1774444451 not downloaded yet
2026-03-25 16:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000828%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444451%27 HTTP/1.1" 200 None
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_002/780x0__r.jpg?hash=1774444451 not downloaded yet
2026-03-25 16:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000828%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444451%27 HTTP/1.1" 200 None
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_003/780x0__r.jpg?hash=1774444451 not downloaded yet
2026-03-25 16:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000828%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444451%27 HTTP/1.1" 200 None
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_004/780x0__r.jpg?hash=1774444451 not downloaded yet
2026-03-25 16:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000828%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444451%27 HTTP/1.1" 200 None
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_005/780x0__r.jpg?hash=1774444451 not downloaded yet
2026-03-25 16:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000828%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444451%27 HTTP/1.1" 200 None
2026-03-25 16:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_006/780x0__r.jpg?hash=1774444451 not downloaded yet
2026-03-25 16:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000473> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:36 [ecarstrade.be] INFO: Extracting details for car 7000473auction111024
2026-03-25 16:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09fc4c6c-c04c-5830-b979-2e9af489983f with identifier: 7000473auction111024
2026-03-25 16:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09fc4c6c-c04c-5830-b979-2e9af489983f with scrape type 1
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000473%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444036%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_001/780x0__r.jpg?hash=1774444036 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000473%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444036%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_002/780x0__r.jpg?hash=1774444036 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000473%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444036%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_003/780x0__r.jpg?hash=1774444036 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000473%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444036%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_004/780x0__r.jpg?hash=1774444036 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000473%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444036%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_005/780x0__r.jpg?hash=1774444036 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000473%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444036%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_006/780x0__r.jpg?hash=1774444036 not downloaded yet
2026-03-25 16:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000335> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:36 [ecarstrade.be] INFO: Extracting details for car 7000335auction111024
2026-03-25 16:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 7000335auction111024
2026-03-25 16:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with scrape type 1
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000335%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443692%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_001/780x0__r.jpg?hash=1774443692 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000335%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443691%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_002/780x0__r.jpg?hash=1774443691 not downloaded yet
2026-03-25 16:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000384> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000335%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443691%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_003/780x0__r.jpg?hash=1774443691 not downloaded yet
2026-03-25 16:53:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000335%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443691%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_004/780x0__r.jpg?hash=1774443691 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000335%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443691%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_005/780x0__r.jpg?hash=1774443691 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000335%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443691%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_006/780x0__r.jpg?hash=1774443691 not downloaded yet
2026-03-25 16:53:36 [ecarstrade.be] INFO: Extracting details for car 7000384auction111024
2026-03-25 16:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 7000384auction111024
2026-03-25 16:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e424558d-acfc-5ba0-918b-01c862d57fd4 with scrape type 1
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000384%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443808%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_001/780x0__r.jpg?hash=1774443808 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000384%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443808%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_002/780x0__r.jpg?hash=1774443808 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000384%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443808%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_003/780x0__r.jpg?hash=1774443808 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000384%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443808%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_004/780x0__r.jpg?hash=1774443808 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000384%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443808%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_005/780x0__r.jpg?hash=1774443808 not downloaded yet
2026-03-25 16:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000384%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443808%27 HTTP/1.1" 200 None
2026-03-25 16:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_006/780x0__r.jpg?hash=1774443808 not downloaded yet
2026-03-25 16:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000465> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:37 [ecarstrade.be] INFO: Extracting details for car 7000465auction111024
2026-03-25 16:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92a5d9ec-63a2-5412-b708-1ce22dffd520 with identifier: 7000465auction111024
2026-03-25 16:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a5d9ec-63a2-5412-b708-1ce22dffd520 with scrape type 1
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000465%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444019%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_001/780x0__r.jpg?hash=1774444019 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000465%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444019%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_002/780x0__r.jpg?hash=1774444019 not downloaded yet
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000831> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000465%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444019%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_003/780x0__r.jpg?hash=1774444019 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000465%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444019%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_004/780x0__r.jpg?hash=1774444019 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000465%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444020%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_005/780x0__r.jpg?hash=1774444020 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000465%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444019%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_006/780x0__r.jpg?hash=1774444019 not downloaded yet
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_002/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000313)
2026-03-25 16:53:37 [ecarstrade.be] INFO: Extracting details for car 7000831auction111024
2026-03-25 16:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 7000831auction111024
2026-03-25 16:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 with scrape type 1
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000831%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444455%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_001/780x0__r.jpg?hash=1774444455 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000831%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444455%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_002/780x0__r.jpg?hash=1774444455 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000831%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444455%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_003/780x0__r.jpg?hash=1774444455 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000831%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444455%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_004/780x0__r.jpg?hash=1774444455 not downloaded yet
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_003/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000313)
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000831%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444456%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_005/780x0__r.jpg?hash=1774444456 not downloaded yet
2026-03-25 16:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000831%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444456%27 HTTP/1.1" 200 None
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_006/780x0__r.jpg?hash=1774444456 not downloaded yet
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_005/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000313)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_006/780x0__r.jpg?hash=1774443797> (referer: https://ecarstrade.com/cars/7000376)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_006/780x0__r.jpg?hash=1774444451> (referer: https://ecarstrade.com/cars/7000828)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_006/780x0__r.jpg?hash=1774444036> (referer: https://ecarstrade.com/cars/7000473)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_002/780x0__r.jpg?hash=1774443691> (referer: https://ecarstrade.com/cars/7000335)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_006/780x0__r.jpg?hash=1774443808> (referer: https://ecarstrade.com/cars/7000384)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_002/780x0__r.jpg?hash=1774444019> (referer: https://ecarstrade.com/cars/7000465)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_006/780x0__r.jpg?hash=1774444019> (referer: https://ecarstrade.com/cars/7000465)
2026-03-25 16:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_004/780x0__r.jpg?hash=1774444455> (referer: https://ecarstrade.com/cars/7000831)
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_006/780x0__r.jpg?hash=1774444456> (referer: https://ecarstrade.com/cars/7000831)
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_005/780x0__r.jpg?hash=1774444456> (referer: https://ecarstrade.com/cars/7000831)
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_003/780x0__r.jpg?hash=1774444455> (referer: https://ecarstrade.com/cars/7000831)
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000802> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_002/780x0__r.jpg?hash=1774444455> (referer: https://ecarstrade.com/cars/7000831)
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_001/780x0__r.jpg?hash=1774444455> (referer: https://ecarstrade.com/cars/7000831)
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:38 [ecarstrade.be] INFO: Extracting details for car 7000802auction111024
2026-03-25 16:53:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b60b2ae-fb68-5009-8146-124805907e45 with identifier: 7000802auction111024
2026-03-25 16:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b60b2ae-fb68-5009-8146-124805907e45 with scrape type 1
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000802%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444391%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_001/780x0__r.jpg?hash=1774444391 not downloaded yet
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000802%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444391%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_002/780x0__r.jpg?hash=1774444391 not downloaded yet
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000802%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444392%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_003/780x0__r.jpg?hash=1774444392 not downloaded yet
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_004/780x0__r.jpg?hash=1774444019> (referer: https://ecarstrade.com/cars/7000465)
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_005/780x0__r.jpg?hash=1774444020> (referer: https://ecarstrade.com/cars/7000465)
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000802%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444391%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_004/780x0__r.jpg?hash=1774444391 not downloaded yet
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000802%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444392%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_005/780x0__r.jpg?hash=1774444392 not downloaded yet
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 026f52dd-7d71-5412-9e7f-c6d07436ed43
2026-03-25 16:53:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 026f52dd-7d71-5412-9e7f-c6d07436ed43, skipping ID generation
2026-03-25 16:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 with scrape type 1
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 sending to next pipeline
2026-03-25 16:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 026f52dd-7d71-5412-9e7f-c6d07436ed43, identifier: 7000831auction111024
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000802%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444392%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_006/780x0__r.jpg?hash=1774444392 not downloaded yet
2026-03-25 16:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 7000831auction111024
2026-03-25 16:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 7000831auction111024
2026-03-25 16:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 7000831auction111024 to the API
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000831/photo_001/780x0__r.jpg?hash=1774444455>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '026f52dd-7d71-5412-9e7f-c6d07436ed43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000831',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 183543,
'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': "VW, Tiguan Allspace '17, Volkswagen Tiguan Allspace 1.5 TSI ACT "
'DSG7 Highli',
'transmission': 'automatic',
'trim': "VW, Allspace '17, Allspace 1.5 TSI ACT DSG7 Highli",
'vin': None,
'year': 2021}
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000831auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:38 [ecarstrade.be] INFO: Saving data for 7000831auction111024: {'created_time': 1774457618.862292, 'last_price_update_time': 1774457618.862306, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000831auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_003/780x0__r.jpg?hash=1774444019> (referer: https://ecarstrade.com/cars/7000465)
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_001/780x0__r.jpg?hash=1774444019> (referer: https://ecarstrade.com/cars/7000465)
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_004/780x0__r.jpg?hash=1774443808> (referer: https://ecarstrade.com/cars/7000384)
2026-03-25 16:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_005/780x0__r.jpg?hash=1774443808> (referer: https://ecarstrade.com/cars/7000384)
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 92a5d9ec-63a2-5412-b708-1ce22dffd520
2026-03-25 16:53:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92a5d9ec-63a2-5412-b708-1ce22dffd520, skipping ID generation
2026-03-25 16:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a5d9ec-63a2-5412-b708-1ce22dffd520 with scrape type 1
2026-03-25 16:53:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92a5d9ec-63a2-5412-b708-1ce22dffd520 sending to next pipeline
2026-03-25 16:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92a5d9ec-63a2-5412-b708-1ce22dffd520, identifier: 7000465auction111024
2026-03-25 16:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92a5d9ec-63a2-5412-b708-1ce22dffd520 with identifier: 7000465auction111024
2026-03-25 16:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92a5d9ec-63a2-5412-b708-1ce22dffd520 with identifier: 7000465auction111024
2026-03-25 16:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92a5d9ec-63a2-5412-b708-1ce22dffd520 with identifier: 7000465auction111024 to the API
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000465/photo_001/780x0__r.jpg?hash=1774444019>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '92a5d9ec-63a2-5412-b708-1ce22dffd520',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000465',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 215407,
'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': "Mercedes, C-Class Break '21, Mercedes-Benz C-Klasse Break C 200d "
'Luxury Line 5d',
'transmission': 'automatic',
'trim': ", C-Class Break '21, -Benz C-Klasse Break d Luxury Line 5d",
'vin': None,
'year': 2022}
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000465auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:39 [ecarstrade.be] INFO: Saving data for 7000465auction111024: {'created_time': 1774457619.362739, 'last_price_update_time': 1774457619.362749, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000465auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_003/780x0__r.jpg?hash=1774443808> (referer: https://ecarstrade.com/cars/7000384)
2026-03-25 16:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_002/780x0__r.jpg?hash=1774443808> (referer: https://ecarstrade.com/cars/7000384)
2026-03-25 16:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_001/780x0__r.jpg?hash=1774443808> (referer: https://ecarstrade.com/cars/7000384)
2026-03-25 16:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_006/780x0__r.jpg?hash=1774443691> (referer: https://ecarstrade.com/cars/7000335)
2026-03-25 16:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_002/780x0__r.jpg?hash=1774444391> (referer: https://ecarstrade.com/cars/7000802)
2026-03-25 16:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_003/780x0__r.jpg?hash=1774444392> (referer: https://ecarstrade.com/cars/7000802)
2026-03-25 16:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e424558d-acfc-5ba0-918b-01c862d57fd4
2026-03-25 16:53:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e424558d-acfc-5ba0-918b-01c862d57fd4, skipping ID generation
2026-03-25 16:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e424558d-acfc-5ba0-918b-01c862d57fd4 with scrape type 1
2026-03-25 16:53:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e424558d-acfc-5ba0-918b-01c862d57fd4 sending to next pipeline
2026-03-25 16:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e424558d-acfc-5ba0-918b-01c862d57fd4, identifier: 7000384auction111024
2026-03-25 16:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 7000384auction111024
2026-03-25 16:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 7000384auction111024
2026-03-25 16:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 7000384auction111024 to the API
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000384/photo_001/780x0__r.jpg?hash=1774443808>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e424558d-acfc-5ba0-918b-01c862d57fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000384',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 102641,
'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': "BMW, X1 FL'19, BMW X1 sDrive18iA (100 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive18iA (100 kW) 5d",
'vin': None,
'year': 2020}
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000384auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:40 [ecarstrade.be] INFO: Saving data for 7000384auction111024: {'created_time': 1774457620.085936, 'last_price_update_time': 1774457620.085946, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000384auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_005/780x0__r.jpg?hash=1774444392> (referer: https://ecarstrade.com/cars/7000802)
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_004/780x0__r.jpg?hash=1774444391> (referer: https://ecarstrade.com/cars/7000802)
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_006/780x0__r.jpg?hash=1774444392> (referer: https://ecarstrade.com/cars/7000802)
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_001/780x0__r.jpg?hash=1774444391> (referer: https://ecarstrade.com/cars/7000802)
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_005/780x0__r.jpg?hash=1774443691> (referer: https://ecarstrade.com/cars/7000335)
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_004/780x0__r.jpg?hash=1774443691> (referer: https://ecarstrade.com/cars/7000335)
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b60b2ae-fb68-5009-8146-124805907e45
2026-03-25 16:53:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b60b2ae-fb68-5009-8146-124805907e45, skipping ID generation
2026-03-25 16:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b60b2ae-fb68-5009-8146-124805907e45 with scrape type 1
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b60b2ae-fb68-5009-8146-124805907e45 sending to next pipeline
2026-03-25 16:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b60b2ae-fb68-5009-8146-124805907e45, identifier: 7000802auction111024
2026-03-25 16:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b60b2ae-fb68-5009-8146-124805907e45 with identifier: 7000802auction111024
2026-03-25 16:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b60b2ae-fb68-5009-8146-124805907e45 with identifier: 7000802auction111024
2026-03-25 16:53:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b60b2ae-fb68-5009-8146-124805907e45 with identifier: 7000802auction111024 to the API
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000802/photo_001/780x0__r.jpg?hash=1774444391>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '0b60b2ae-fb68-5009-8146-124805907e45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000802',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 84614,
'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': "Toyota, C-HR '16, Toyota C-HR 1.8 VVT i-Hybrid C-Hic Mono-Tone "
'E-CVT',
'transmission': 'automatic',
'trim': ", '16, 1.8 VVT i-Hybrid C-Hic Mono-Tone E-CVT",
'vin': None,
'year': 2022}
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000802auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:40 [ecarstrade.be] INFO: Saving data for 7000802auction111024: {'created_time': 1774457620.948892, 'last_price_update_time': 1774457620.948903, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000802auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_003/780x0__r.jpg?hash=1774443691> (referer: https://ecarstrade.com/cars/7000335)
2026-03-25 16:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_001/780x0__r.jpg?hash=1774443692> (referer: https://ecarstrade.com/cars/7000335)
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_004/780x0__r.jpg?hash=1774444036> (referer: https://ecarstrade.com/cars/7000473)
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_005/780x0__r.jpg?hash=1774444036> (referer: https://ecarstrade.com/cars/7000473)
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d
2026-03-25 16:53:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d, skipping ID generation
2026-03-25 16:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with scrape type 1
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d sending to next pipeline
2026-03-25 16:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d, identifier: 7000335auction111024
2026-03-25 16:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 7000335auction111024
2026-03-25 16:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 7000335auction111024
2026-03-25 16:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 7000335auction111024 to the API
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000335/photo_001/780x0__r.jpg?hash=1774443692>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5dd17e00-8b15-5bd6-ba92-732ef1f3e98d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000335',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 183992,
'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 35 TDI S tronic Advanced Business Editio 5d',
'transmission': 'automatic',
'trim': '35 TDI S tronic Advanced Business Editio 5d',
'vin': None,
'year': 2021}
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000335auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [ecarstrade.be] INFO: Saving data for 7000335auction111024: {'created_time': 1774457621.435663, 'last_price_update_time': 1774457621.435679, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000335auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_003/780x0__r.jpg?hash=1774444036> (referer: https://ecarstrade.com/cars/7000473)
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_002/780x0__r.jpg?hash=1774444036> (referer: https://ecarstrade.com/cars/7000473)
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000792> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_001/780x0__r.jpg?hash=1774444036> (referer: https://ecarstrade.com/cars/7000473)
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_005/780x0__r.jpg?hash=1774444451> (referer: https://ecarstrade.com/cars/7000828)
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_004/780x0__r.jpg?hash=1774444451> (referer: https://ecarstrade.com/cars/7000828)
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:41 [ecarstrade.be] INFO: Extracting details for car 7000792auction111024
2026-03-25 16:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 7000792auction111024
2026-03-25 16:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c34d73d1-2ada-5b77-abe9-8d909fc4577b with scrape type 1
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000792%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_001/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000792%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_002/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000792%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_003/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_003/780x0__r.jpg?hash=1774444451> (referer: https://ecarstrade.com/cars/7000828)
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000792%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444362%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_004/780x0__r.jpg?hash=1774444362 not downloaded yet
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_001/780x0__r.jpg?hash=1774444451> (referer: https://ecarstrade.com/cars/7000828)
2026-03-25 16:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_002/780x0__r.jpg?hash=1774444451> (referer: https://ecarstrade.com/cars/7000828)
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000792%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444362%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_005/780x0__r.jpg?hash=1774444362 not downloaded yet
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09fc4c6c-c04c-5830-b979-2e9af489983f
2026-03-25 16:53:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09fc4c6c-c04c-5830-b979-2e9af489983f, skipping ID generation
2026-03-25 16:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09fc4c6c-c04c-5830-b979-2e9af489983f with scrape type 1
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09fc4c6c-c04c-5830-b979-2e9af489983f sending to next pipeline
2026-03-25 16:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09fc4c6c-c04c-5830-b979-2e9af489983f, identifier: 7000473auction111024
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000792%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444362%27 HTTP/1.1" 200 None
2026-03-25 16:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_006/780x0__r.jpg?hash=1774444362 not downloaded yet
2026-03-25 16:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09fc4c6c-c04c-5830-b979-2e9af489983f with identifier: 7000473auction111024
2026-03-25 16:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09fc4c6c-c04c-5830-b979-2e9af489983f with identifier: 7000473auction111024
2026-03-25 16:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09fc4c6c-c04c-5830-b979-2e9af489983f with identifier: 7000473auction111024 to the API
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000473/photo_001/780x0__r.jpg?hash=1774444036>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '09fc4c6c-c04c-5830-b979-2e9af489983f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000473',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180 Shooting Brake',
'odometer': 44314,
'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, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'180 Business',
'transmission': 'manual',
'trim': ", CLA-Class SB '19, -Benz CLA Shooting Brake CLA 180 Business",
'vin': None,
'year': 2021}
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000473auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:42 [ecarstrade.be] INFO: Saving data for 7000473auction111024: {'created_time': 1774457622.06421, 'last_price_update_time': 1774457622.064224, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000473auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_005/780x0__r.jpg?hash=1774443797> (referer: https://ecarstrade.com/cars/7000376)
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_004/780x0__r.jpg?hash=1774443797> (referer: https://ecarstrade.com/cars/7000376)
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_006/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000313)
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dafa9b8c-c2da-5662-8e83-73c7e59173cb
2026-03-25 16:53:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dafa9b8c-c2da-5662-8e83-73c7e59173cb, skipping ID generation
2026-03-25 16:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafa9b8c-c2da-5662-8e83-73c7e59173cb with scrape type 1
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dafa9b8c-c2da-5662-8e83-73c7e59173cb sending to next pipeline
2026-03-25 16:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dafa9b8c-c2da-5662-8e83-73c7e59173cb, identifier: 7000828auction111024
2026-03-25 16:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 7000828auction111024
2026-03-25 16:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 7000828auction111024
2026-03-25 16:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 7000828auction111024 to the API
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000828/photo_002/780x0__r.jpg?hash=1774444451>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'dafa9b8c-c2da-5662-8e83-73c7e59173cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000828',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 47100,
'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': "VW, Tiguan FL'20, Volkswagen Tiguan 1.5 TSI 110kW Life 5d",
'transmission': 'manual',
'trim': "VW, FL'20, 1.5 TSI 110kW Life 5d",
'vin': None,
'year': 2021}
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000828auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:42 [ecarstrade.be] INFO: Saving data for 7000828auction111024: {'created_time': 1774457622.474228, 'last_price_update_time': 1774457622.474238, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000828auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_004/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000313)
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_003/780x0__r.jpg?hash=1774443797> (referer: https://ecarstrade.com/cars/7000376)
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_002/780x0__r.jpg?hash=1774443797> (referer: https://ecarstrade.com/cars/7000376)
2026-03-25 16:53:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000451> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_001/780x0__r.jpg?hash=1774443797> (referer: https://ecarstrade.com/cars/7000376)
2026-03-25 16:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_002/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000792)
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9a96aeea-53f7-5635-be2a-470f97c0e97b
2026-03-25 16:53:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a96aeea-53f7-5635-be2a-470f97c0e97b, skipping ID generation
2026-03-25 16:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a96aeea-53f7-5635-be2a-470f97c0e97b with scrape type 1
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a96aeea-53f7-5635-be2a-470f97c0e97b sending to next pipeline
2026-03-25 16:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a96aeea-53f7-5635-be2a-470f97c0e97b, identifier: 7000313auction111024
2026-03-25 16:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 7000313auction111024
2026-03-25 16:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 7000313auction111024
2026-03-25 16:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 7000313auction111024 to the API
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000313/photo_004/780x0__r.jpg?hash=1774443633>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9a96aeea-53f7-5635-be2a-470f97c0e97b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000313',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 51983,
'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': "Audi, A3 Berline '20, Audi A3 Berline 1.0 TFSi 30 81kW Stronic "
'Attractio',
'transmission': 'automatic',
'trim': ", Berline '20, Berline 1.0 TFSi 30 81kW Stronic Attractio",
'vin': None,
'year': 2022}
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000313auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [ecarstrade.be] INFO: Saving data for 7000313auction111024: {'created_time': 1774457623.022203, 'last_price_update_time': 1774457623.022214, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000313auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_003/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000792)
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_004/780x0__r.jpg?hash=1774444362> (referer: https://ecarstrade.com/cars/7000792)
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_005/780x0__r.jpg?hash=1774444362> (referer: https://ecarstrade.com/cars/7000792)
2026-03-25 16:53:43 [ecarstrade.be] INFO: Extracting details for car 7000451auction111024
2026-03-25 16:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000734> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 7000451auction111024
2026-03-25 16:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c43d7252-143f-5097-8cf4-42f252fdb69c with scrape type 1
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000451%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443979%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_001/780x0__r.jpg?hash=1774443979 not downloaded yet
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4aa504de-85aa-54cd-ae35-704116eed351
2026-03-25 16:53:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4aa504de-85aa-54cd-ae35-704116eed351, skipping ID generation
2026-03-25 16:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa504de-85aa-54cd-ae35-704116eed351 with scrape type 1
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4aa504de-85aa-54cd-ae35-704116eed351 sending to next pipeline
2026-03-25 16:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4aa504de-85aa-54cd-ae35-704116eed351, identifier: 7000376auction111024
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4aa504de-85aa-54cd-ae35-704116eed351 with identifier: 7000376auction111024
2026-03-25 16:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4aa504de-85aa-54cd-ae35-704116eed351 with identifier: 7000376auction111024
2026-03-25 16:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4aa504de-85aa-54cd-ae35-704116eed351 with identifier: 7000376auction111024 to the API
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000376/photo_001/780x0__r.jpg?hash=1774443797>
{'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-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4aa504de-85aa-54cd-ae35-704116eed351',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000376',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 80294,
'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, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000376auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [ecarstrade.be] INFO: Saving data for 7000376auction111024: {'created_time': 1774457623.53504, 'last_price_update_time': 1774457623.535052, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000376auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_006/780x0__r.jpg?hash=1774444362> (referer: https://ecarstrade.com/cars/7000792)
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_001/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000792)
2026-03-25 16:53:43 [ecarstrade.be] INFO: Extracting details for car 7000734auction111024
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000451%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443980%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_002/780x0__r.jpg?hash=1774443980 not downloaded yet
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000470> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000773> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000451%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443979%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_003/780x0__r.jpg?hash=1774443979 not downloaded yet
2026-03-25 16:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 7000734auction111024
2026-03-25 16:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e959c33-679a-58ec-9083-cee759c260a4 with scrape type 1
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000734%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444206%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_001/780x0__r.jpg?hash=1774444206 not downloaded yet
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000451%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443980%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_004/780x0__r.jpg?hash=1774443980 not downloaded yet
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000734%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444206%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_002/780x0__r.jpg?hash=1774444206 not downloaded yet
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000451%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443979%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_005/780x0__r.jpg?hash=1774443979 not downloaded yet
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000734%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444206%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_003/780x0__r.jpg?hash=1774444206 not downloaded yet
2026-03-25 16:53:43 [ecarstrade.be] INFO: Extracting details for car 7000470auction111024
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000451%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443979%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_006/780x0__r.jpg?hash=1774443979 not downloaded yet
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c34d73d1-2ada-5b77-abe9-8d909fc4577b
2026-03-25 16:53:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c34d73d1-2ada-5b77-abe9-8d909fc4577b, skipping ID generation
2026-03-25 16:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c34d73d1-2ada-5b77-abe9-8d909fc4577b with scrape type 1
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c34d73d1-2ada-5b77-abe9-8d909fc4577b sending to next pipeline
2026-03-25 16:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c34d73d1-2ada-5b77-abe9-8d909fc4577b, identifier: 7000792auction111024
2026-03-25 16:53:43 [ecarstrade.be] INFO: Extracting details for car 7000773auction111024
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000734%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444206%27 HTTP/1.1" 200 None
2026-03-25 16:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_004/780x0__r.jpg?hash=1774444206 not downloaded yet
2026-03-25 16:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 7000792auction111024
2026-03-25 16:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 7000792auction111024
2026-03-25 16:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 7000792auction111024 to the API
2026-03-25 16:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000792/photo_001/780x0__r.jpg?hash=1774444361>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c34d73d1-2ada-5b77-abe9-8d909fc4577b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000792',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 41782,
'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, Octavia '20, Skoda Octavia 2.0 CRTDI 85kW Style 5d",
'transmission': 'manual',
'trim': ", '20, 2.0 CRTDI 85kW Style 5d",
'vin': None,
'year': 2021}
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000792auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [ecarstrade.be] INFO: Saving data for 7000792auction111024: {'created_time': 1774457624.265747, 'last_price_update_time': 1774457624.265757, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000792auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000734%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444206%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_005/780x0__r.jpg?hash=1774444206 not downloaded yet
2026-03-25 16:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196acc29-62a2-52e3-aaaa-9a3aade21684 with identifier: 7000470auction111024
2026-03-25 16:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196acc29-62a2-52e3-aaaa-9a3aade21684 with scrape type 1
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000470%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444027%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_001/780x0__r.jpg?hash=1774444027 not downloaded yet
2026-03-25 16:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 with identifier: 7000773auction111024
2026-03-25 16:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 with scrape type 1
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000773%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_001/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000734%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444206%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_006/780x0__r.jpg?hash=1774444206 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000470%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444027%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_002/780x0__r.jpg?hash=1774444027 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000773%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_002/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000470%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444027%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_003/780x0__r.jpg?hash=1774444027 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000773%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_003/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000470%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444027%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_004/780x0__r.jpg?hash=1774444027 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000773%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444315%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_004/780x0__r.jpg?hash=1774444315 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000470%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444028%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_005/780x0__r.jpg?hash=1774444028 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000773%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444314%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_005/780x0__r.jpg?hash=1774444314 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000470%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444028%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_006/780x0__r.jpg?hash=1774444028 not downloaded yet
2026-03-25 16:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000773%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444314%27 HTTP/1.1" 200 None
2026-03-25 16:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_006/780x0__r.jpg?hash=1774444314 not downloaded yet
2026-03-25 16:53:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000358> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:45 [ecarstrade.be] INFO: Extracting details for car 7000358auction111024
2026-03-25 16:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 300941c5-e772-5a8b-b8f5-ce62582aa36a with identifier: 7000358auction111024
2026-03-25 16:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 300941c5-e772-5a8b-b8f5-ce62582aa36a with scrape type 1
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000358%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443749%27 HTTP/1.1" 200 None
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_001/780x0__r.jpg?hash=1774443749 not downloaded yet
2026-03-25 16:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000358%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443749%27 HTTP/1.1" 200 None
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_002/780x0__r.jpg?hash=1774443749 not downloaded yet
2026-03-25 16:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000358%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443749%27 HTTP/1.1" 200 None
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_003/780x0__r.jpg?hash=1774443749 not downloaded yet
2026-03-25 16:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000358%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443751%27 HTTP/1.1" 200 None
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_004/780x0__r.jpg?hash=1774443751 not downloaded yet
2026-03-25 16:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000358%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443749%27 HTTP/1.1" 200 None
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_005/780x0__r.jpg?hash=1774443749 not downloaded yet
2026-03-25 16:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000358%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443749%27 HTTP/1.1" 200 None
2026-03-25 16:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_006/780x0__r.jpg?hash=1774443749 not downloaded yet
2026-03-25 16:53:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000311> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:50 [ecarstrade.be] INFO: Extracting details for car 7000311auction111024
2026-03-25 16:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 7000311auction111024
2026-03-25 16:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afd55c47-700d-5387-9beb-b8e92cb8ea1a with scrape type 1
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000311%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_001/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000311%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_002/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000311%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_003/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000311%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_004/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000311%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_005/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000311%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_006/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:53:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000330> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000333> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:50 [ecarstrade.be] INFO: Extracting details for car 7000330auction111024
2026-03-25 16:53:50 [ecarstrade.be] INFO: Extracting details for car 7000333auction111024
2026-03-25 16:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7000330auction111024
2026-03-25 16:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af179afa-dd9b-572a-80e2-580e7113512c with scrape type 1
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000330%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443679%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_001/780x0__r.jpg?hash=1774443679 not downloaded yet
2026-03-25 16:53:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000395> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000330%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443679%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_002/780x0__r.jpg?hash=1774443679 not downloaded yet
2026-03-25 16:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21288039-a131-553d-8808-41f995316383 with identifier: 7000333auction111024
2026-03-25 16:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21288039-a131-553d-8808-41f995316383 with scrape type 1
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000333%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443688%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_001/780x0__r.jpg?hash=1774443688 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000330%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443679%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_003/780x0__r.jpg?hash=1774443679 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000333%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443690%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_002/780x0__r.jpg?hash=1774443690 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000330%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443679%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_004/780x0__r.jpg?hash=1774443679 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000333%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443688%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_003/780x0__r.jpg?hash=1774443688 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000330%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443679%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_005/780x0__r.jpg?hash=1774443679 not downloaded yet
2026-03-25 16:53:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_001/780x0__r.jpg?hash=1774443979> (referer: https://ecarstrade.com/cars/7000451)
2026-03-25 16:53:50 [ecarstrade.be] INFO: Extracting details for car 7000395auction111024
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000333%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443688%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_004/780x0__r.jpg?hash=1774443688 not downloaded yet
2026-03-25 16:53:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000330%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443680%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_006/780x0__r.jpg?hash=1774443680 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000333%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443690%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_005/780x0__r.jpg?hash=1774443690 not downloaded yet
2026-03-25 16:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 7000395auction111024
2026-03-25 16:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with scrape type 1
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000395%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443842%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_001/780x0__r.jpg?hash=1774443842 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000333%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443689%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_006/780x0__r.jpg?hash=1774443689 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000395%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443842%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_002/780x0__r.jpg?hash=1774443842 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000395%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443842%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_003/780x0__r.jpg?hash=1774443842 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000395%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443842%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_004/780x0__r.jpg?hash=1774443842 not downloaded yet
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000395%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443842%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_005/780x0__r.jpg?hash=1774443842 not downloaded yet
2026-03-25 16:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000395%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443843%27 HTTP/1.1" 200 None
2026-03-25 16:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_006/780x0__r.jpg?hash=1774443843 not downloaded yet
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000837> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_002/780x0__r.jpg?hash=1774443980> (referer: https://ecarstrade.com/cars/7000451)
2026-03-25 16:53:51 [ecarstrade.be] INFO: Extracting details for car 7000837auction111024
2026-03-25 16:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 7000837auction111024
2026-03-25 16:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with scrape type 1
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000837%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_001/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000837%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_002/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000837%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_003/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000389> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000837%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444470%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_004/780x0__r.jpg?hash=1774444470 not downloaded yet
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000837%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_005/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_003/780x0__r.jpg?hash=1774443979> (referer: https://ecarstrade.com/cars/7000451)
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000837%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444470%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_006/780x0__r.jpg?hash=1774444470 not downloaded yet
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_006/780x0__r.jpg?hash=1774444314> (referer: https://ecarstrade.com/cars/7000773)
2026-03-25 16:53:51 [ecarstrade.be] INFO: Extracting details for car 7000389auction111024
2026-03-25 16:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 7000389auction111024
2026-03-25 16:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15b73f59-7767-52c5-af15-58f4a562f4fe with scrape type 1
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000389%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443827%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_001/780x0__r.jpg?hash=1774443827 not downloaded yet
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_006/780x0__r.jpg?hash=1774443749> (referer: https://ecarstrade.com/cars/7000358)
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000389%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443827%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_002/780x0__r.jpg?hash=1774443827 not downloaded yet
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000389%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443827%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_003/780x0__r.jpg?hash=1774443827 not downloaded yet
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_006/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000311)
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000389%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443827%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_004/780x0__r.jpg?hash=1774443827 not downloaded yet
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000389%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443827%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_005/780x0__r.jpg?hash=1774443827 not downloaded yet
2026-03-25 16:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000389%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443827%27 HTTP/1.1" 200 None
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_006/780x0__r.jpg?hash=1774443827 not downloaded yet
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_005/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000311)
2026-03-25 16:53:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_001/780x0__r.jpg?hash=1774443679> (referer: https://ecarstrade.com/cars/7000330)
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_003/780x0__r.jpg?hash=1774443688> (referer: https://ecarstrade.com/cars/7000333)
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_006/780x0__r.jpg?hash=1774443843> (referer: https://ecarstrade.com/cars/7000395)
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_005/780x0__r.jpg?hash=1774443842> (referer: https://ecarstrade.com/cars/7000395)
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_003/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000837)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_005/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000837)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000381auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000381auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000381auction111024: 1
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_006/780x0__r.jpg?hash=1774444470> (referer: https://ecarstrade.com/cars/7000837)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000365auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000365auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000365auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_001/780x0__r.jpg?hash=1774443827> (referer: https://ecarstrade.com/cars/7000389)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000375auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000375auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000375auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000391auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000391auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000391auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000800auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000800auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000800auction111024: 1
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_003/780x0__r.jpg?hash=1774443827> (referer: https://ecarstrade.com/cars/7000389)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000323auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000323auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000323auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_005/780x0__r.jpg?hash=1774443827> (referer: https://ecarstrade.com/cars/7000389)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000380auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000380auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000380auction111024: 1
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_006/780x0__r.jpg?hash=1774443827> (referer: https://ecarstrade.com/cars/7000389)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000444auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000444auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000444auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000781auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000781auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000781auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000448auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000448auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000448auction111024: 1
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_004/780x0__r.jpg?hash=1774443827> (referer: https://ecarstrade.com/cars/7000389)
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_002/780x0__r.jpg?hash=1774443827> (referer: https://ecarstrade.com/cars/7000389)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000469auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000469auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000469auction111024: 1
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000310auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000310auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000310auction111024: 1
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000401auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000401auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000401auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_004/780x0__r.jpg?hash=1774444470> (referer: https://ecarstrade.com/cars/7000837)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000693auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000693auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000693auction111024: 1
2026-03-25 16:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000364auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000364auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000364auction111024: 1
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_001/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000837)
2026-03-25 16:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_002/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000837)
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000807auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000807auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000807auction111024: 1
2026-03-25 16:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000829auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000829auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000829auction111024: 1
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000385auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000385auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000385auction111024: 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 15b73f59-7767-52c5-af15-58f4a562f4fe
2026-03-25 16:53:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 15b73f59-7767-52c5-af15-58f4a562f4fe, skipping ID generation
2026-03-25 16:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15b73f59-7767-52c5-af15-58f4a562f4fe with scrape type 1
2026-03-25 16:53:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 15b73f59-7767-52c5-af15-58f4a562f4fe sending to next pipeline
2026-03-25 16:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15b73f59-7767-52c5-af15-58f4a562f4fe, identifier: 7000389auction111024
2026-03-25 16:53:52 [ecarstrade.be] INFO: Found listing with ID: 7000726auction111024
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000726auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:52 [ecarstrade.be] INFO: Scrape type for 7000726auction111024: 1
2026-03-25 16:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 7000389auction111024
2026-03-25 16:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 7000389auction111024
2026-03-25 16:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 7000389auction111024 to the API
2026-03-25 16:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000389/photo_002/780x0__r.jpg?hash=1774443827>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '15b73f59-7767-52c5-af15-58f4a562f4fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000389',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 107733,
'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': 'BMW X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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-25 16:53:53 [ecarstrade.be] INFO: Saving data for 7000389auction111024: {'created_time': 1774457633.846493, 'last_price_update_time': 1774457633.846504, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000389auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:54 [ecarstrade.be] INFO: Found listing with ID: 7000463auction111024
2026-03-25 16:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000463auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:54 [ecarstrade.be] INFO: Scrape type for 7000463auction111024: 1
2026-03-25 16:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000378> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c
2026-03-25 16:53:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c, skipping ID generation
2026-03-25 16:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with scrape type 1
2026-03-25 16:53:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c sending to next pipeline
2026-03-25 16:53:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c, identifier: 7000837auction111024
2026-03-25 16:53:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 7000837auction111024
2026-03-25 16:53:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 7000837auction111024
2026-03-25 16:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 7000837auction111024 to the API
2026-03-25 16:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000837/photo_002/780x0__r.jpg?hash=1774444469>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '70b9eb6d-3e2c-508f-9af0-dfe294b74f5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000837',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 133127,
'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': "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-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000837auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [ecarstrade.be] INFO: Saving data for 7000837auction111024: {'created_time': 1774457635.525372, 'last_price_update_time': 1774457635.525386, 'auction_closing_time': 1774606200.0}
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000837auction111024') HTTP/1.1" 204 0
2026-03-25 16:53:55 [ecarstrade.be] INFO: Extracting details for car 7000378auction111024
2026-03-25 16:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 7000378auction111024
2026-03-25 16:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1e009e-0f20-515e-8584-3ed20ee5229b with scrape type 1
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000378%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443802%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_001/780x0__r.jpg?hash=1774443802 not downloaded yet
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000378%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443802%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_002/780x0__r.jpg?hash=1774443802 not downloaded yet
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000378%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443802%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_003/780x0__r.jpg?hash=1774443802 not downloaded yet
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000378%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443802%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_004/780x0__r.jpg?hash=1774443802 not downloaded yet
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000378%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443802%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_005/780x0__r.jpg?hash=1774443802 not downloaded yet
2026-03-25 16:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000378%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443804%27 HTTP/1.1" 200 None
2026-03-25 16:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_006/780x0__r.jpg?hash=1774443804 not downloaded yet
2026-03-25 16:53:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000452> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:53:56 [ecarstrade.be] INFO: Extracting details for car 7000452auction111024
2026-03-25 16:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 7000452auction111024
2026-03-25 16:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb6a71fc-dfd9-507d-b25a-d860fe12c603 with scrape type 1
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000452%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443981%27 HTTP/1.1" 200 None
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_001/780x0__r.jpg?hash=1774443981 not downloaded yet
2026-03-25 16:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000452%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443981%27 HTTP/1.1" 200 None
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_002/780x0__r.jpg?hash=1774443981 not downloaded yet
2026-03-25 16:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000452%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443981%27 HTTP/1.1" 200 None
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_003/780x0__r.jpg?hash=1774443981 not downloaded yet
2026-03-25 16:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000452%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443981%27 HTTP/1.1" 200 None
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_004/780x0__r.jpg?hash=1774443981 not downloaded yet
2026-03-25 16:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000452%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443981%27 HTTP/1.1" 200 None
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_005/780x0__r.jpg?hash=1774443981 not downloaded yet
2026-03-25 16:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000452%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443981%27 HTTP/1.1" 200 None
2026-03-25 16:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_006/780x0__r.jpg?hash=1774443981 not downloaded yet
2026-03-25 16:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000398> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000838> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:53:57 [ecarstrade.be] INFO: Extracting details for car 7000398auction111024
2026-03-25 16:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 7000398auction111024
2026-03-25 16:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with scrape type 1
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000398%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443850%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_001/780x0__r.jpg?hash=1774443850 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000398%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443850%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_002/780x0__r.jpg?hash=1774443850 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000398%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443850%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_003/780x0__r.jpg?hash=1774443850 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000398%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443850%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_004/780x0__r.jpg?hash=1774443850 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000398%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443850%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_005/780x0__r.jpg?hash=1774443850 not downloaded yet
2026-03-25 16:53:57 [ecarstrade.be] INFO: Extracting details for car 7000838auction111024
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000398%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443850%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_006/780x0__r.jpg?hash=1774443850 not downloaded yet
2026-03-25 16:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 7000838auction111024
2026-03-25 16:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67fec376-26df-5c4a-b142-07a42fcd1db0 with scrape type 1
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000838%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444474%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_001/780x0__r.jpg?hash=1774444474 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000838%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444474%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_002/780x0__r.jpg?hash=1774444474 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000838%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444474%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_003/780x0__r.jpg?hash=1774444474 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000838%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444474%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_004/780x0__r.jpg?hash=1774444474 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000838%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444474%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_005/780x0__r.jpg?hash=1774444474 not downloaded yet
2026-03-25 16:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:53: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%252F7000838%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444474%27 HTTP/1.1" 200 None
2026-03-25 16:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_006/780x0__r.jpg?hash=1774444474 not downloaded yet
2026-03-25 16:54:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000314auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000314auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000314auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000363auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000363auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000363auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000826auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000826auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000826auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000472auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000472auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000472auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000498auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000498auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000498auction111024: 1
2026-03-25 16:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000365> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000819auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000819auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000819auction111024: 1
2026-03-25 16:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000475auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000475auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000475auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000747auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000747auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000747auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000775auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000775auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000775auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000836auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000836auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000836auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000499auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000499auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000499auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Extracting details for car 7000365auction111024
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000421auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000421auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000421auction111024: 1
2026-03-25 16:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 with identifier: 7000365auction111024
2026-03-25 16:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 with scrape type 1
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000365%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443772%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_001/780x0__r.jpg?hash=1774443772 not downloaded yet
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000785auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000785auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000785auction111024: 1
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000365%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443772%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_002/780x0__r.jpg?hash=1774443772 not downloaded yet
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000796auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000796auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000796auction111024: 1
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000365%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443772%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_003/780x0__r.jpg?hash=1774443772 not downloaded yet
2026-03-25 16:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000381> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000813auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000813auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000813auction111024: 1
2026-03-25 16:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000365%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443772%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_004/780x0__r.jpg?hash=1774443772 not downloaded yet
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000318auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000318auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000318auction111024: 1
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000365%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443772%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_005/780x0__r.jpg?hash=1774443772 not downloaded yet
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000766auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000766auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000766auction111024: 1
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000365%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443773%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_006/780x0__r.jpg?hash=1774443773 not downloaded yet
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000362auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000362auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000362auction111024: 1
2026-03-25 16:54:02 [ecarstrade.be] INFO: Extracting details for car 7000381auction111024
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000457auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000457auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000457auction111024: 1
2026-03-25 16:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 7000381auction111024
2026-03-25 16:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511564af-f9cd-532b-b9b5-2ed645ea56dd with scrape type 1
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000381%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443813%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_001/780x0__r.jpg?hash=1774443813 not downloaded yet
2026-03-25 16:54:02 [ecarstrade.be] INFO: Found listing with ID: 7000771auction111024
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000771auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [ecarstrade.be] INFO: Scrape type for 7000771auction111024: 1
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000381%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443813%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_002/780x0__r.jpg?hash=1774443813 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000381%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443813%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_003/780x0__r.jpg?hash=1774443813 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000381%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443814%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_004/780x0__r.jpg?hash=1774443814 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000381%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443813%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_005/780x0__r.jpg?hash=1774443813 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000381%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443813%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_006/780x0__r.jpg?hash=1774443813 not downloaded yet
2026-03-25 16:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000800> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:02 [ecarstrade.be] INFO: Extracting details for car 7000800auction111024
2026-03-25 16:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 7000800auction111024
2026-03-25 16:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 with scrape type 1
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000800%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444387%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_001/780x0__r.jpg?hash=1774444387 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000800%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444387%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_002/780x0__r.jpg?hash=1774444387 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000800%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444387%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_003/780x0__r.jpg?hash=1774444387 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000800%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444387%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_004/780x0__r.jpg?hash=1774444387 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000800%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444388%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_005/780x0__r.jpg?hash=1774444388 not downloaded yet
2026-03-25 16:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000800%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444388%27 HTTP/1.1" 200 None
2026-03-25 16:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_006/780x0__r.jpg?hash=1774444388 not downloaded yet
2026-03-25 16:54:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000323> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:03 [ecarstrade.be] INFO: Extracting details for car 7000323auction111024
2026-03-25 16:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 7000323auction111024
2026-03-25 16:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with scrape type 1
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000323%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443660%27 HTTP/1.1" 200 None
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_001/780x0__r.jpg?hash=1774443660 not downloaded yet
2026-03-25 16:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000323%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443660%27 HTTP/1.1" 200 None
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_002/780x0__r.jpg?hash=1774443660 not downloaded yet
2026-03-25 16:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000323%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443660%27 HTTP/1.1" 200 None
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_003/780x0__r.jpg?hash=1774443660 not downloaded yet
2026-03-25 16:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000323%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443660%27 HTTP/1.1" 200 None
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_004/780x0__r.jpg?hash=1774443660 not downloaded yet
2026-03-25 16:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000323%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443660%27 HTTP/1.1" 200 None
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_005/780x0__r.jpg?hash=1774443660 not downloaded yet
2026-03-25 16:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000323%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443660%27 HTTP/1.1" 200 None
2026-03-25 16:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_006/780x0__r.jpg?hash=1774443660 not downloaded yet
2026-03-25 16:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000380> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_006/780x0__r.jpg?hash=1774443804> (referer: https://ecarstrade.com/cars/7000378)
2026-03-25 16:54:04 [ecarstrade.be] INFO: Extracting details for car 7000380auction111024
2026-03-25 16:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05989629-a2c3-5ae0-85cf-f469c176edea with identifier: 7000380auction111024
2026-03-25 16:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05989629-a2c3-5ae0-85cf-f469c176edea with scrape type 1
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000380%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443806%27 HTTP/1.1" 200 None
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_001/780x0__r.jpg?hash=1774443806 not downloaded yet
2026-03-25 16:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000380%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443806%27 HTTP/1.1" 200 None
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_002/780x0__r.jpg?hash=1774443806 not downloaded yet
2026-03-25 16:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_006/780x0__r.jpg?hash=1774443981> (referer: https://ecarstrade.com/cars/7000452)
2026-03-25 16:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000380%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443806%27 HTTP/1.1" 200 None
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_003/780x0__r.jpg?hash=1774443806 not downloaded yet
2026-03-25 16:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000380%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443806%27 HTTP/1.1" 200 None
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_004/780x0__r.jpg?hash=1774443806 not downloaded yet
2026-03-25 16:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000380%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443806%27 HTTP/1.1" 200 None
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_005/780x0__r.jpg?hash=1774443806 not downloaded yet
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000380%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443806%27 HTTP/1.1" 200 None
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_006/780x0__r.jpg?hash=1774443806 not downloaded yet
2026-03-25 16:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_005/780x0__r.jpg?hash=1774443981> (referer: https://ecarstrade.com/cars/7000452)
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_006/780x0__r.jpg?hash=1774444474> (referer: https://ecarstrade.com/cars/7000838)
2026-03-25 16:54:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:54:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:54:06 [scrapy.extensions.logstats] INFO: Crawled 648 pages (at 48 pages/min), scraped 522 items (at 26 items/min)
2026-03-25 16:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000448> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_003/780x0__r.jpg?hash=1774443772> (referer: https://ecarstrade.com/cars/7000365)
2026-03-25 16:54:07 [ecarstrade.be] INFO: Extracting details for car 7000448auction111024
2026-03-25 16:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 7000448auction111024
2026-03-25 16:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 610f4059-f9bf-5529-9fc0-c57ae133bae2 with scrape type 1
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000448%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443970%27 HTTP/1.1" 200 None
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_001/780x0__r.jpg?hash=1774443970 not downloaded yet
2026-03-25 16:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000448%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443969%27 HTTP/1.1" 200 None
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_002/780x0__r.jpg?hash=1774443969 not downloaded yet
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_006/780x0__r.jpg?hash=1774443813> (referer: https://ecarstrade.com/cars/7000381)
2026-03-25 16:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000448%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443969%27 HTTP/1.1" 200 None
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_003/780x0__r.jpg?hash=1774443969 not downloaded yet
2026-03-25 16:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000448%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443969%27 HTTP/1.1" 200 None
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_004/780x0__r.jpg?hash=1774443969 not downloaded yet
2026-03-25 16:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000448%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443969%27 HTTP/1.1" 200 None
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_005/780x0__r.jpg?hash=1774443969 not downloaded yet
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000448%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443969%27 HTTP/1.1" 200 None
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_006/780x0__r.jpg?hash=1774443969 not downloaded yet
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_006/780x0__r.jpg?hash=1774444388> (referer: https://ecarstrade.com/cars/7000800)
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_006/780x0__r.jpg?hash=1774443660> (referer: https://ecarstrade.com/cars/7000323)
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_005/780x0__r.jpg?hash=1774443660> (referer: https://ecarstrade.com/cars/7000323)
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_002/780x0__r.jpg?hash=1774443806> (referer: https://ecarstrade.com/cars/7000380)
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_006/780x0__r.jpg?hash=1774443806> (referer: https://ecarstrade.com/cars/7000380)
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_005/780x0__r.jpg?hash=1774443806> (referer: https://ecarstrade.com/cars/7000380)
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_004/780x0__r.jpg?hash=1774443806> (referer: https://ecarstrade.com/cars/7000380)
2026-03-25 16:54:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_003/780x0__r.jpg?hash=1774443806> (referer: https://ecarstrade.com/cars/7000380)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_002/780x0__r.jpg?hash=1774443969> (referer: https://ecarstrade.com/cars/7000448)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_006/780x0__r.jpg?hash=1774443969> (referer: https://ecarstrade.com/cars/7000448)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_005/780x0__r.jpg?hash=1774443969> (referer: https://ecarstrade.com/cars/7000448)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_004/780x0__r.jpg?hash=1774443969> (referer: https://ecarstrade.com/cars/7000448)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_003/780x0__r.jpg?hash=1774443969> (referer: https://ecarstrade.com/cars/7000448)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_001/780x0__r.jpg?hash=1774443970> (referer: https://ecarstrade.com/cars/7000448)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_001/780x0__r.jpg?hash=1774443806> (referer: https://ecarstrade.com/cars/7000380)
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 610f4059-f9bf-5529-9fc0-c57ae133bae2
2026-03-25 16:54:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 610f4059-f9bf-5529-9fc0-c57ae133bae2, skipping ID generation
2026-03-25 16:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 610f4059-f9bf-5529-9fc0-c57ae133bae2 with scrape type 1
2026-03-25 16:54:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 610f4059-f9bf-5529-9fc0-c57ae133bae2 sending to next pipeline
2026-03-25 16:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 610f4059-f9bf-5529-9fc0-c57ae133bae2, identifier: 7000448auction111024
2026-03-25 16:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 7000448auction111024
2026-03-25 16:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 7000448auction111024
2026-03-25 16:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 7000448auction111024 to the API
2026-03-25 16:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000448/photo_001/780x0__r.jpg?hash=1774443970>
{'auction_title': '',
'c_o_2_emission_value': 187,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '610f4059-f9bf-5529-9fc0-c57ae133bae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000448',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 18675,
'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': 'KIA SPORTAGE - 2018 1.6T 177 4WD More DCT (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE - 2018 1.6T 177 4WD More DCT (EU6d-TEMP) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000448auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [ecarstrade.be] INFO: Saving data for 7000448auction111024: {'created_time': 1774457649.092379, 'last_price_update_time': 1774457649.092389, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000448auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_004/780x0__r.jpg?hash=1774443660> (referer: https://ecarstrade.com/cars/7000323)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000693> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000401> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000364> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 05989629-a2c3-5ae0-85cf-f469c176edea
2026-03-25 16:54:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05989629-a2c3-5ae0-85cf-f469c176edea, skipping ID generation
2026-03-25 16:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05989629-a2c3-5ae0-85cf-f469c176edea with scrape type 1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05989629-a2c3-5ae0-85cf-f469c176edea sending to next pipeline
2026-03-25 16:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05989629-a2c3-5ae0-85cf-f469c176edea, identifier: 7000380auction111024
2026-03-25 16:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05989629-a2c3-5ae0-85cf-f469c176edea with identifier: 7000380auction111024
2026-03-25 16:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05989629-a2c3-5ae0-85cf-f469c176edea with identifier: 7000380auction111024
2026-03-25 16:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05989629-a2c3-5ae0-85cf-f469c176edea with identifier: 7000380auction111024 to the API
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000380/photo_001/780x0__r.jpg?hash=1774443806>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '05989629-a2c3-5ae0-85cf-f469c176edea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000380',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 72790,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000380auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [ecarstrade.be] INFO: Saving data for 7000380auction111024: {'created_time': 1774457649.542827, 'last_price_update_time': 1774457649.542838, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000380auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_003/780x0__r.jpg?hash=1774443660> (referer: https://ecarstrade.com/cars/7000323)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_005/780x0__r.jpg?hash=1774444388> (referer: https://ecarstrade.com/cars/7000800)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_002/780x0__r.jpg?hash=1774443660> (referer: https://ecarstrade.com/cars/7000323)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_001/780x0__r.jpg?hash=1774443660> (referer: https://ecarstrade.com/cars/7000323)
2026-03-25 16:54:09 [ecarstrade.be] INFO: Extracting details for car 7000693auction111024
2026-03-25 16:54:09 [ecarstrade.be] INFO: Extracting details for car 7000401auction111024
2026-03-25 16:54:09 [ecarstrade.be] INFO: Extracting details for car 7000364auction111024
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000463> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 7000693auction111024
2026-03-25 16:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 with scrape type 1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000693%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444121%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_001/780x0__r.jpg?hash=1774444121 not downloaded yet
2026-03-25 16:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a46c637-982f-5357-9912-a5846ab065d3 with identifier: 7000401auction111024
2026-03-25 16:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a46c637-982f-5357-9912-a5846ab065d3 with scrape type 1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000401%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443856%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_001/780x0__r.jpg?hash=1774443856 not downloaded yet
2026-03-25 16:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7469679-3744-5280-8ae2-11731501bb31 with identifier: 7000364auction111024
2026-03-25 16:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7469679-3744-5280-8ae2-11731501bb31 with scrape type 1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000364%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443767%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_001/780x0__r.jpg?hash=1774443767 not downloaded yet
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000693%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444119%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_002/780x0__r.jpg?hash=1774444119 not downloaded yet
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000401%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443856%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_002/780x0__r.jpg?hash=1774443856 not downloaded yet
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000364%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443768%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_002/780x0__r.jpg?hash=1774443768 not downloaded yet
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000781> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_002/780x0__r.jpg?hash=1774444387> (referer: https://ecarstrade.com/cars/7000800)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_004/780x0__r.jpg?hash=1774444387> (referer: https://ecarstrade.com/cars/7000800)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_001/780x0__r.jpg?hash=1774444387> (referer: https://ecarstrade.com/cars/7000800)
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_003/780x0__r.jpg?hash=1774444387> (referer: https://ecarstrade.com/cars/7000800)
2026-03-25 16:54:09 [ecarstrade.be] INFO: Extracting details for car 7000463auction111024
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000693%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444119%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_003/780x0__r.jpg?hash=1774444119 not downloaded yet
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000401%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443857%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_003/780x0__r.jpg?hash=1774443857 not downloaded yet
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000364%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443767%27 HTTP/1.1" 200 None
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_003/780x0__r.jpg?hash=1774443767 not downloaded yet
2026-03-25 16:54:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1
2026-03-25 16:54:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1, skipping ID generation
2026-03-25 16:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with scrape type 1
2026-03-25 16:54:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 sending to next pipeline
2026-03-25 16:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1, identifier: 7000323auction111024
2026-03-25 16:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_005/780x0__r.jpg?hash=1774443813> (referer: https://ecarstrade.com/cars/7000381)
2026-03-25 16:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 7000323auction111024
2026-03-25 16:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 7000323auction111024
2026-03-25 16:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 7000323auction111024 to the API
2026-03-25 16:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000323/photo_001/780x0__r.jpg?hash=1774443660>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '5fb0c0eb-33ab-5061-8726-a9e17564e7d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000323',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 111686,
'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 Berline FL'19, Audi A4 2.0 35 TFSi 110kW S tronic "
'Attraction 4d',
'transmission': 'automatic',
'trim': ", Berline FL'19, 2.0 35 TFSi 110kW S tronic Attraction 4d",
'vin': None,
'year': 2022}
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000323auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [ecarstrade.be] INFO: Saving data for 7000323auction111024: {'created_time': 1774457650.16018, 'last_price_update_time': 1774457650.160192, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000323auction111024') HTTP/1.1" 204 0
2026-03-25 16: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-25 16:54:10 [ecarstrade.be] INFO: Extracting details for car 7000781auction111024
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000693%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444119%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_004/780x0__r.jpg?hash=1774444119 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000401%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443856%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_004/780x0__r.jpg?hash=1774443856 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000364%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443768%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_004/780x0__r.jpg?hash=1774443768 not downloaded yet
2026-03-25 16:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c91344b-d088-5fb0-aa56-d7784611a147 with identifier: 7000463auction111024
2026-03-25 16:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c91344b-d088-5fb0-aa56-d7784611a147 with scrape type 1
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000463%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444009%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_001/780x0__r.jpg?hash=1774444009 not downloaded yet
2026-03-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_003/780x0__r.jpg?hash=1774443813> (referer: https://ecarstrade.com/cars/7000381)
2026-03-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_002/780x0__r.jpg?hash=1774443813> (referer: https://ecarstrade.com/cars/7000381)
2026-03-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_001/780x0__r.jpg?hash=1774443813> (referer: https://ecarstrade.com/cars/7000381)
2026-03-25 16: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-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_004/780x0__r.jpg?hash=1774443814> (referer: https://ecarstrade.com/cars/7000381)
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000693%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444121%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_005/780x0__r.jpg?hash=1774444121 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000401%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443856%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_005/780x0__r.jpg?hash=1774443856 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000364%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443767%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_005/780x0__r.jpg?hash=1774443767 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000463%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444009%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_002/780x0__r.jpg?hash=1774444009 not downloaded yet
2026-03-25 16:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 761ff704-907d-5add-b221-de94e95edaa3 with identifier: 7000781auction111024
2026-03-25 16:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 761ff704-907d-5add-b221-de94e95edaa3 with scrape type 1
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000781%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444335%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_001/780x0__r.jpg?hash=1774444335 not downloaded yet
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cf2e8e31-83d7-5e25-9e61-dbb926443f81
2026-03-25 16:54:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf2e8e31-83d7-5e25-9e61-dbb926443f81, skipping ID generation
2026-03-25 16:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 with scrape type 1
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 sending to next pipeline
2026-03-25 16:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf2e8e31-83d7-5e25-9e61-dbb926443f81, identifier: 7000800auction111024
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_006/780x0__r.jpg?hash=1774443773> (referer: https://ecarstrade.com/cars/7000365)
2026-03-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_002/780x0__r.jpg?hash=1774443768> (referer: https://ecarstrade.com/cars/7000364)
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000693%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444121%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_006/780x0__r.jpg?hash=1774444121 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000401%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443856%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_006/780x0__r.jpg?hash=1774443856 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000364%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443767%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_006/780x0__r.jpg?hash=1774443767 not downloaded yet
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000463%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444009%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_003/780x0__r.jpg?hash=1774444009 not downloaded yet
2026-03-25 16:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 7000800auction111024
2026-03-25 16:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 7000800auction111024
2026-03-25 16:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 7000800auction111024 to the API
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000800/photo_003/780x0__r.jpg?hash=1774444387>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'cf2e8e31-83d7-5e25-9e61-dbb926443f81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000800',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 105317,
'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': "Toyota, Corolla TS '19, Toyota Corolla Touring Sports 1.8 Hybrid "
'Premium e',
'transmission': 'automatic',
'trim': ", TS '19, Touring Sports 1.8 Hybrid Premium e",
'vin': None,
'year': 2022}
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000800auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [ecarstrade.be] INFO: Saving data for 7000800auction111024: {'created_time': 1774457650.748955, 'last_price_update_time': 1774457650.748969, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000800auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000781%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444336%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_002/780x0__r.jpg?hash=1774444336 not downloaded yet
2026-03-25 16:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_002/780x0__r.jpg?hash=1774443856> (referer: https://ecarstrade.com/cars/7000401)
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000463%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_004/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 511564af-f9cd-532b-b9b5-2ed645ea56dd
2026-03-25 16:54:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 511564af-f9cd-532b-b9b5-2ed645ea56dd, skipping ID generation
2026-03-25 16:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511564af-f9cd-532b-b9b5-2ed645ea56dd with scrape type 1
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 511564af-f9cd-532b-b9b5-2ed645ea56dd sending to next pipeline
2026-03-25 16:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 511564af-f9cd-532b-b9b5-2ed645ea56dd, identifier: 7000381auction111024
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000781%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444336%27 HTTP/1.1" 200 None
2026-03-25 16:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_003/780x0__r.jpg?hash=1774444336 not downloaded yet
2026-03-25 16:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 7000381auction111024
2026-03-25 16:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 7000381auction111024
2026-03-25 16:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 7000381auction111024 to the API
2026-03-25 16:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000381/photo_004/780x0__r.jpg?hash=1774443814>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '511564af-f9cd-532b-b9b5-2ed645ea56dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000381',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 131105,
'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 X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000381auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:11 [ecarstrade.be] INFO: Saving data for 7000381auction111024: {'created_time': 1774457651.25998, 'last_price_update_time': 1774457651.259992, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000381auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_001/780x0__r.jpg?hash=1774443767> (referer: https://ecarstrade.com/cars/7000364)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_002/780x0__r.jpg?hash=1774444119> (referer: https://ecarstrade.com/cars/7000693)
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000463%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444009%27 HTTP/1.1" 200 None
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_005/780x0__r.jpg?hash=1774444009 not downloaded yet
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_001/780x0__r.jpg?hash=1774443856> (referer: https://ecarstrade.com/cars/7000401)
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000781%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444335%27 HTTP/1.1" 200 None
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_004/780x0__r.jpg?hash=1774444335 not downloaded yet
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000463%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444010%27 HTTP/1.1" 200 None
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_006/780x0__r.jpg?hash=1774444010 not downloaded yet
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000781%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444336%27 HTTP/1.1" 200 None
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_005/780x0__r.jpg?hash=1774444336 not downloaded yet
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000781%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444336%27 HTTP/1.1" 200 None
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_006/780x0__r.jpg?hash=1774444336 not downloaded yet
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_003/780x0__r.jpg?hash=1774443857> (referer: https://ecarstrade.com/cars/7000401)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_003/780x0__r.jpg?hash=1774443767> (referer: https://ecarstrade.com/cars/7000364)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_003/780x0__r.jpg?hash=1774444119> (referer: https://ecarstrade.com/cars/7000693)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_001/780x0__r.jpg?hash=1774444009> (referer: https://ecarstrade.com/cars/7000463)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_001/780x0__r.jpg?hash=1774444121> (referer: https://ecarstrade.com/cars/7000693)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_002/780x0__r.jpg?hash=1774444009> (referer: https://ecarstrade.com/cars/7000463)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_005/780x0__r.jpg?hash=1774443767> (referer: https://ecarstrade.com/cars/7000364)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_004/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000463)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_003/780x0__r.jpg?hash=1774444009> (referer: https://ecarstrade.com/cars/7000463)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_002/780x0__r.jpg?hash=1774444336> (referer: https://ecarstrade.com/cars/7000781)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_003/780x0__r.jpg?hash=1774444336> (referer: https://ecarstrade.com/cars/7000781)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_006/780x0__r.jpg?hash=1774444336> (referer: https://ecarstrade.com/cars/7000781)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_005/780x0__r.jpg?hash=1774444336> (referer: https://ecarstrade.com/cars/7000781)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_006/780x0__r.jpg?hash=1774444010> (referer: https://ecarstrade.com/cars/7000463)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_004/780x0__r.jpg?hash=1774444335> (referer: https://ecarstrade.com/cars/7000781)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_005/780x0__r.jpg?hash=1774444009> (referer: https://ecarstrade.com/cars/7000463)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_006/780x0__r.jpg?hash=1774443767> (referer: https://ecarstrade.com/cars/7000364)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_006/780x0__r.jpg?hash=1774443856> (referer: https://ecarstrade.com/cars/7000401)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_006/780x0__r.jpg?hash=1774444121> (referer: https://ecarstrade.com/cars/7000693)
2026-03-25 16:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_001/780x0__r.jpg?hash=1774444335> (referer: https://ecarstrade.com/cars/7000781)
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c91344b-d088-5fb0-aa56-d7784611a147
2026-03-25 16:54:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c91344b-d088-5fb0-aa56-d7784611a147, skipping ID generation
2026-03-25 16:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c91344b-d088-5fb0-aa56-d7784611a147 with scrape type 1
2026-03-25 16:54:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c91344b-d088-5fb0-aa56-d7784611a147 sending to next pipeline
2026-03-25 16:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c91344b-d088-5fb0-aa56-d7784611a147, identifier: 7000463auction111024
2026-03-25 16:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c91344b-d088-5fb0-aa56-d7784611a147 with identifier: 7000463auction111024
2026-03-25 16:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c91344b-d088-5fb0-aa56-d7784611a147 with identifier: 7000463auction111024
2026-03-25 16:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c91344b-d088-5fb0-aa56-d7784611a147 with identifier: 7000463auction111024 to the API
2026-03-25 16:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000463/photo_005/780x0__r.jpg?hash=1774444009>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1c91344b-d088-5fb0-aa56-d7784611a147',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000463',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 67883,
'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': "Mercedes, A-Class Berline '18, Mercedes-Benz A-Klasse Limousine A "
'180d DCT Busine',
'transmission': 'automatic',
'trim': ", A-Class Berline '18, -Benz A-Klasse Limousine d DCT Busine",
'vin': None,
'year': 2021}
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000463auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:12 [ecarstrade.be] INFO: Saving data for 7000463auction111024: {'created_time': 1774457652.32744, 'last_price_update_time': 1774457652.327452, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000463auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_005/780x0__r.jpg?hash=1774443856> (referer: https://ecarstrade.com/cars/7000401)
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_005/780x0__r.jpg?hash=1774444121> (referer: https://ecarstrade.com/cars/7000693)
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_004/780x0__r.jpg?hash=1774443768> (referer: https://ecarstrade.com/cars/7000364)
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000498> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 761ff704-907d-5add-b221-de94e95edaa3
2026-03-25 16:54:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 761ff704-907d-5add-b221-de94e95edaa3, skipping ID generation
2026-03-25 16:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 761ff704-907d-5add-b221-de94e95edaa3 with scrape type 1
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 761ff704-907d-5add-b221-de94e95edaa3 sending to next pipeline
2026-03-25 16:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 761ff704-907d-5add-b221-de94e95edaa3, identifier: 7000781auction111024
2026-03-25 16:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 761ff704-907d-5add-b221-de94e95edaa3 with identifier: 7000781auction111024
2026-03-25 16:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 761ff704-907d-5add-b221-de94e95edaa3 with identifier: 7000781auction111024
2026-03-25 16:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 761ff704-907d-5add-b221-de94e95edaa3 with identifier: 7000781auction111024 to the API
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000781/photo_001/780x0__r.jpg?hash=1774444335>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '761ff704-907d-5add-b221-de94e95edaa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000781',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 132529,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Kodiaq '16, Skoda Kodiaq 1.5 TSI 110kW DSG7 Clever 5d",
'transmission': 'automatic',
'trim': ", '16, 1.5 TSI 110kW DSG7 Clever 5d",
'vin': None,
'year': 2021}
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000781auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:12 [ecarstrade.be] INFO: Saving data for 7000781auction111024: {'created_time': 1774457652.702365, 'last_price_update_time': 1774457652.702382, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000781auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_004/780x0__r.jpg?hash=1774444119> (referer: https://ecarstrade.com/cars/7000693)
2026-03-25 16:54:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_005/780x0__r.jpg?hash=1774443772> (referer: https://ecarstrade.com/cars/7000365)
2026-03-25 16:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_004/780x0__r.jpg?hash=1774443856> (referer: https://ecarstrade.com/cars/7000401)
2026-03-25 16:54:12 [ecarstrade.be] INFO: Extracting details for car 7000498auction111024
2026-03-25 16:54:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7469679-3744-5280-8ae2-11731501bb31
2026-03-25 16:54:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7469679-3744-5280-8ae2-11731501bb31, skipping ID generation
2026-03-25 16:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7469679-3744-5280-8ae2-11731501bb31 with scrape type 1
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7469679-3744-5280-8ae2-11731501bb31 sending to next pipeline
2026-03-25 16:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7469679-3744-5280-8ae2-11731501bb31, identifier: 7000364auction111024
2026-03-25 16:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a39e870d-5a30-5918-8912-1d16b9b89e71 with identifier: 7000498auction111024
2026-03-25 16:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a39e870d-5a30-5918-8912-1d16b9b89e71 with scrape type 1
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000498%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444099%27 HTTP/1.1" 200 None
2026-03-25 16:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_001/780x0__r.jpg?hash=1774444099 not downloaded yet
2026-03-25 16:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7469679-3744-5280-8ae2-11731501bb31 with identifier: 7000364auction111024
2026-03-25 16:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7469679-3744-5280-8ae2-11731501bb31 with identifier: 7000364auction111024
2026-03-25 16:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7469679-3744-5280-8ae2-11731501bb31 with identifier: 7000364auction111024 to the API
2026-03-25 16:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000364/photo_004/780x0__r.jpg?hash=1774443768>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'b7469679-3744-5280-8ae2-11731501bb31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000364',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '330',
'odometer': 170348,
'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': 'BMW 3 Reeks Touring 330e (215 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring e (215 kW) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000364auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [ecarstrade.be] INFO: Saving data for 7000364auction111024: {'created_time': 1774457653.112373, 'last_price_update_time': 1774457653.112389, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000364auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_004/780x0__r.jpg?hash=1774443772> (referer: https://ecarstrade.com/cars/7000365)
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000498%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444099%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_002/780x0__r.jpg?hash=1774444099 not downloaded yet
2026-03-25 16:54:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b5802613-4656-5aa4-8f74-f6fc40ff79f9
2026-03-25 16:54:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5802613-4656-5aa4-8f74-f6fc40ff79f9, skipping ID generation
2026-03-25 16:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 with scrape type 1
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 sending to next pipeline
2026-03-25 16:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5802613-4656-5aa4-8f74-f6fc40ff79f9, identifier: 7000693auction111024
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a46c637-982f-5357-9912-a5846ab065d3
2026-03-25 16:54:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a46c637-982f-5357-9912-a5846ab065d3, skipping ID generation
2026-03-25 16:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a46c637-982f-5357-9912-a5846ab065d3 with scrape type 1
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a46c637-982f-5357-9912-a5846ab065d3 sending to next pipeline
2026-03-25 16:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a46c637-982f-5357-9912-a5846ab065d3, identifier: 7000401auction111024
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000498%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444099%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_003/780x0__r.jpg?hash=1774444099 not downloaded yet
2026-03-25 16:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 7000693auction111024
2026-03-25 16:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 7000693auction111024
2026-03-25 16:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 7000693auction111024 to the API
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000693/photo_004/780x0__r.jpg?hash=1774444119>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'b5802613-4656-5aa4-8f74-f6fc40ff79f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000693',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': '',
'odometer': 25500,
'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': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'vin': None,
'year': 2023}
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000693auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [ecarstrade.be] INFO: Saving data for 7000693auction111024: {'created_time': 1774457653.621216, 'last_price_update_time': 1774457653.621227, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000693auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a46c637-982f-5357-9912-a5846ab065d3 with identifier: 7000401auction111024
2026-03-25 16:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a46c637-982f-5357-9912-a5846ab065d3 with identifier: 7000401auction111024
2026-03-25 16:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a46c637-982f-5357-9912-a5846ab065d3 with identifier: 7000401auction111024 to the API
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000401/photo_004/780x0__r.jpg?hash=1774443856>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3a46c637-982f-5357-9912-a5846ab065d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000401',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 159660,
'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': 5,
'seller_name': None,
'title': 'BMW X2 xDrive25e 162kW 5d',
'transmission': 'automatic',
'trim': 'xDrive25e 162kW 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000401auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [ecarstrade.be] INFO: Saving data for 7000401auction111024: {'created_time': 1774457653.90714, 'last_price_update_time': 1774457653.90715, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000401auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000498%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444099%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_004/780x0__r.jpg?hash=1774444099 not downloaded yet
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000498%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444099%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_005/780x0__r.jpg?hash=1774444099 not downloaded yet
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000498%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444099%27 HTTP/1.1" 200 None
2026-03-25 16:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_006/780x0__r.jpg?hash=1774444099 not downloaded yet
2026-03-25 16:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000362> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_002/780x0__r.jpg?hash=1774443772> (referer: https://ecarstrade.com/cars/7000365)
2026-03-25 16: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-25 16:54:17 [ecarstrade.be] INFO: Extracting details for car 7000362auction111024
2026-03-25 16:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2cc9549-29bc-53fe-8612-fa108e0ba229 with identifier: 7000362auction111024
2026-03-25 16:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2cc9549-29bc-53fe-8612-fa108e0ba229 with scrape type 1
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000362%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443766%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_001/780x0__r.jpg?hash=1774443766 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000362%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443766%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_002/780x0__r.jpg?hash=1774443766 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000362%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443766%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_003/780x0__r.jpg?hash=1774443766 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000362%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443766%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_004/780x0__r.jpg?hash=1774443766 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000362%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443767%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_005/780x0__r.jpg?hash=1774443767 not downloaded yet
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000362%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443766%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_006/780x0__r.jpg?hash=1774443766 not downloaded yet
2026-03-25 16:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000771> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_001/780x0__r.jpg?hash=1774443772> (referer: https://ecarstrade.com/cars/7000365)
2026-03-25 16: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-25 16:54:17 [ecarstrade.be] INFO: Extracting details for car 7000771auction111024
2026-03-25 16:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 7000771auction111024
2026-03-25 16:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 830bee21-49f3-547d-9468-9400fe124abf with scrape type 1
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000771%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444308%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_001/780x0__r.jpg?hash=1774444308 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000771%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444308%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_002/780x0__r.jpg?hash=1774444308 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000771%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444308%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_003/780x0__r.jpg?hash=1774444308 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000771%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444308%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_004/780x0__r.jpg?hash=1774444308 not downloaded yet
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000771%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444308%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_005/780x0__r.jpg?hash=1774444308 not downloaded yet
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0
2026-03-25 16:54:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f9eee29-2c92-57b1-8739-9cab4f69b1a0, skipping ID generation
2026-03-25 16:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 with scrape type 1
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 sending to next pipeline
2026-03-25 16:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f9eee29-2c92-57b1-8739-9cab4f69b1a0, identifier: 7000365auction111024
2026-03-25 16:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000771%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444308%27 HTTP/1.1" 200 None
2026-03-25 16:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_006/780x0__r.jpg?hash=1774444308 not downloaded yet
2026-03-25 16:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 with identifier: 7000365auction111024
2026-03-25 16:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 with identifier: 7000365auction111024
2026-03-25 16:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f9eee29-2c92-57b1-8739-9cab4f69b1a0 with identifier: 7000365auction111024 to the API
2026-03-25 16:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000365/photo_001/780x0__r.jpg?hash=1774443772>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5f9eee29-2c92-57b1-8739-9cab4f69b1a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000365',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '318',
'odometer': 88272,
'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, 3-serie Touring '18, BMW 3 Reeks Touring 318dA (100 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring dA (100 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000365auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:18 [ecarstrade.be] INFO: Saving data for 7000365auction111024: {'created_time': 1774457658.435507, 'last_price_update_time': 1774457658.435518, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000365auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000766> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:19 [ecarstrade.be] INFO: Extracting details for car 7000766auction111024
2026-03-25 16:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 7000766auction111024
2026-03-25 16:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with scrape type 1
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000766%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_001/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000766%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_002/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000766%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_003/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000766%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_004/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000766%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_005/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000766%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_006/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:54:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000318> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000796> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:20 [ecarstrade.be] INFO: Extracting details for car 7000318auction111024
2026-03-25 16:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c49d312f-4f48-5eb9-aeb8-d8be54aa70fb with identifier: 7000318auction111024
2026-03-25 16:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb with scrape type 1
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000318%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443649%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_001/780x0__r.jpg?hash=1774443649 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000318%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443650%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_002/780x0__r.jpg?hash=1774443650 not downloaded yet
2026-03-25 16:54:20 [ecarstrade.be] INFO: Extracting details for car 7000796auction111024
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000318%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443649%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_003/780x0__r.jpg?hash=1774443649 not downloaded yet
2026-03-25 16:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 7000796auction111024
2026-03-25 16:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f5cf59-1036-54ee-a612-8571a212b85d with scrape type 1
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000796%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444377%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_001/780x0__r.jpg?hash=1774444377 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000318%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443651%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_004/780x0__r.jpg?hash=1774443651 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000796%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444377%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_002/780x0__r.jpg?hash=1774444377 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000318%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443650%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_005/780x0__r.jpg?hash=1774443650 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000796%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444377%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_003/780x0__r.jpg?hash=1774444377 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000318%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443650%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_006/780x0__r.jpg?hash=1774443650 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000796%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444378%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_004/780x0__r.jpg?hash=1774444378 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000796%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444377%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_005/780x0__r.jpg?hash=1774444377 not downloaded yet
2026-03-25 16:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000796%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444377%27 HTTP/1.1" 200 None
2026-03-25 16:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_006/780x0__r.jpg?hash=1774444377 not downloaded yet
2026-03-25 16:54:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000813> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:21 [ecarstrade.be] INFO: Extracting details for car 7000813auction111024
2026-03-25 16:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 7000813auction111024
2026-03-25 16:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with scrape type 1
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000813%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444418%27 HTTP/1.1" 200 None
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_001/780x0__r.jpg?hash=1774444418 not downloaded yet
2026-03-25 16:54:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_001/780x0__r.jpg?hash=1774444099> (referer: https://ecarstrade.com/cars/7000498)
2026-03-25 16:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000813%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444419%27 HTTP/1.1" 200 None
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_002/780x0__r.jpg?hash=1774444419 not downloaded yet
2026-03-25 16:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000813%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444419%27 HTTP/1.1" 200 None
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_003/780x0__r.jpg?hash=1774444419 not downloaded yet
2026-03-25 16:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000813%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444419%27 HTTP/1.1" 200 None
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_004/780x0__r.jpg?hash=1774444419 not downloaded yet
2026-03-25 16:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000813%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444419%27 HTTP/1.1" 200 None
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_005/780x0__r.jpg?hash=1774444419 not downloaded yet
2026-03-25 16:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000813%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444419%27 HTTP/1.1" 200 None
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_006/780x0__r.jpg?hash=1774444419 not downloaded yet
2026-03-25 16:54:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_006/780x0__r.jpg?hash=1774444099> (referer: https://ecarstrade.com/cars/7000498)
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_005/780x0__r.jpg?hash=1774444099> (referer: https://ecarstrade.com/cars/7000498)
2026-03-25 16:54:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_006/780x0__r.jpg?hash=1774443766> (referer: https://ecarstrade.com/cars/7000362)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_005/780x0__r.jpg?hash=1774443767> (referer: https://ecarstrade.com/cars/7000362)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_006/780x0__r.jpg?hash=1774444308> (referer: https://ecarstrade.com/cars/7000771)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_006/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000766)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_005/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000766)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_006/780x0__r.jpg?hash=1774444377> (referer: https://ecarstrade.com/cars/7000796)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_001/780x0__r.jpg?hash=1774444418> (referer: https://ecarstrade.com/cars/7000813)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_006/780x0__r.jpg?hash=1774444419> (referer: https://ecarstrade.com/cars/7000813)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_005/780x0__r.jpg?hash=1774444419> (referer: https://ecarstrade.com/cars/7000813)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_004/780x0__r.jpg?hash=1774444419> (referer: https://ecarstrade.com/cars/7000813)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_003/780x0__r.jpg?hash=1774444419> (referer: https://ecarstrade.com/cars/7000813)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_002/780x0__r.jpg?hash=1774444419> (referer: https://ecarstrade.com/cars/7000813)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_005/780x0__r.jpg?hash=1774444377> (referer: https://ecarstrade.com/cars/7000796)
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e
2026-03-25 16:54:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e, skipping ID generation
2026-03-25 16:54:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with scrape type 1
2026-03-25 16:54:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e sending to next pipeline
2026-03-25 16:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e, identifier: 7000813auction111024
2026-03-25 16:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 7000813auction111024
2026-03-25 16:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 7000813auction111024
2026-03-25 16:54:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 7000813auction111024 to the API
2026-03-25 16:54:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000813/photo_002/780x0__r.jpg?hash=1774444419>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'd9cf3c3e-f8f0-5b57-85f1-11e0e842972e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000813',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 88019,
'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': 'Volkswagen Golf Variant VIII 1.5 TSI 96kW Life 5d',
'transmission': 'manual',
'trim': 'Variant VIII 1.5 TSI 96kW Life 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000813auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:23 [ecarstrade.be] INFO: Saving data for 7000813auction111024: {'created_time': 1774457663.740493, 'last_price_update_time': 1774457663.740505, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000813auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_004/780x0__r.jpg?hash=1774444378> (referer: https://ecarstrade.com/cars/7000796)
2026-03-25 16:54:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_006/780x0__r.jpg?hash=1774443650> (referer: https://ecarstrade.com/cars/7000318)
2026-03-25 16:54:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_003/780x0__r.jpg?hash=1774444377> (referer: https://ecarstrade.com/cars/7000796)
2026-03-25 16:54:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_005/780x0__r.jpg?hash=1774443650> (referer: https://ecarstrade.com/cars/7000318)
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000421> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_002/780x0__r.jpg?hash=1774444377> (referer: https://ecarstrade.com/cars/7000796)
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_004/780x0__r.jpg?hash=1774443651> (referer: https://ecarstrade.com/cars/7000318)
2026-03-25 16:54:24 [ecarstrade.be] INFO: Extracting details for car 7000421auction111024
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_001/780x0__r.jpg?hash=1774444377> (referer: https://ecarstrade.com/cars/7000796)
2026-03-25 16:54:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d111462d-129e-5f09-9dd3-6473f9a877e9 with identifier: 7000421auction111024
2026-03-25 16:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d111462d-129e-5f09-9dd3-6473f9a877e9 with scrape type 1
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000421%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443906%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_001/780x0__r.jpg?hash=1774443906 not downloaded yet
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000421%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443907%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_002/780x0__r.jpg?hash=1774443907 not downloaded yet
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000421%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_003/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_003/780x0__r.jpg?hash=1774443649> (referer: https://ecarstrade.com/cars/7000318)
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000421%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443907%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_004/780x0__r.jpg?hash=1774443907 not downloaded yet
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000421%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443907%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_005/780x0__r.jpg?hash=1774443907 not downloaded yet
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000421%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443907%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_006/780x0__r.jpg?hash=1774443907 not downloaded yet
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_002/780x0__r.jpg?hash=1774443650> (referer: https://ecarstrade.com/cars/7000318)
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b6f5cf59-1036-54ee-a612-8571a212b85d
2026-03-25 16:54:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b6f5cf59-1036-54ee-a612-8571a212b85d, skipping ID generation
2026-03-25 16:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f5cf59-1036-54ee-a612-8571a212b85d with scrape type 1
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b6f5cf59-1036-54ee-a612-8571a212b85d sending to next pipeline
2026-03-25 16:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6f5cf59-1036-54ee-a612-8571a212b85d, identifier: 7000796auction111024
2026-03-25 16:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 7000796auction111024
2026-03-25 16:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 7000796auction111024
2026-03-25 16:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 7000796auction111024 to the API
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000796/photo_001/780x0__r.jpg?hash=1774444377>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'b6f5cf59-1036-54ee-a612-8571a212b85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000796',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 179363,
'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': 'SKODA SUPERB COMBI - 2019 1.4 TSI 156 Sportline PHEV DSG '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI - 2019 1.4 TSI 156 Sportline PHEV DSG (EU6d-TEMP) '
'5d',
'vin': None,
'year': 2020}
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000796auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:24 [ecarstrade.be] INFO: Saving data for 7000796auction111024: {'created_time': 1774457664.754937, 'last_price_update_time': 1774457664.754947, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000796auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_001/780x0__r.jpg?hash=1774443649> (referer: https://ecarstrade.com/cars/7000318)
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_004/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000766)
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000503> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_002/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000766)
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_003/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000766)
2026-03-25 16:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_001/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000766)
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb
2026-03-25 16:54:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c49d312f-4f48-5eb9-aeb8-d8be54aa70fb, skipping ID generation
2026-03-25 16:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb with scrape type 1
2026-03-25 16:54:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c49d312f-4f48-5eb9-aeb8-d8be54aa70fb sending to next pipeline
2026-03-25 16:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c49d312f-4f48-5eb9-aeb8-d8be54aa70fb, identifier: 7000318auction111024
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_004/780x0__r.jpg?hash=1774444308> (referer: https://ecarstrade.com/cars/7000771)
2026-03-25 16:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_005/780x0__r.jpg?hash=1774444308> (referer: https://ecarstrade.com/cars/7000771)
2026-03-25 16:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_003/780x0__r.jpg?hash=1774444308> (referer: https://ecarstrade.com/cars/7000771)
2026-03-25 16:54:25 [ecarstrade.be] INFO: Extracting details for car 7000503auction111024
2026-03-25 16:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c49d312f-4f48-5eb9-aeb8-d8be54aa70fb with identifier: 7000318auction111024
2026-03-25 16:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c49d312f-4f48-5eb9-aeb8-d8be54aa70fb with identifier: 7000318auction111024
2026-03-25 16:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c49d312f-4f48-5eb9-aeb8-d8be54aa70fb with identifier: 7000318auction111024 to the API
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000318/photo_001/780x0__r.jpg?hash=1774443649>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c49d312f-4f48-5eb9-aeb8-d8be54aa70fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000318',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 64039,
'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 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 1.0 30 TFSi 81kW 5d",
'vin': None,
'year': 2022}
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000318auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:25 [ecarstrade.be] INFO: Saving data for 7000318auction111024: {'created_time': 1774457665.596921, 'last_price_update_time': 1774457665.596931, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000318auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8682d259-080d-5625-8647-299855c60fc6 with identifier: 7000503auction111024
2026-03-25 16:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8682d259-080d-5625-8647-299855c60fc6 with scrape type 1
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000503%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444107%27 HTTP/1.1" 200 None
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_001/780x0__r.jpg?hash=1774444107 not downloaded yet
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85265101-3bb4-5b75-9801-8b1a6b67f6e3
2026-03-25 16:54:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85265101-3bb4-5b75-9801-8b1a6b67f6e3, skipping ID generation
2026-03-25 16:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with scrape type 1
2026-03-25 16:54:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85265101-3bb4-5b75-9801-8b1a6b67f6e3 sending to next pipeline
2026-03-25 16:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85265101-3bb4-5b75-9801-8b1a6b67f6e3, identifier: 7000766auction111024
2026-03-25 16:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000785> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 7000766auction111024
2026-03-25 16:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 7000766auction111024
2026-03-25 16:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 7000766auction111024 to the API
2026-03-25 16:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000766/photo_001/780x0__r.jpg?hash=1774444294>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '85265101-3bb4-5b75-9801-8b1a6b67f6e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000766',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 53748,
'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': 'Renault Arkana E-TECH Hybrid Corporate Edition 5d',
'transmission': 'automatic',
'trim': 'E-TECH Hybrid Corporate Edition 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000766auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [ecarstrade.be] INFO: Saving data for 7000766auction111024: {'created_time': 1774457666.122921, 'last_price_update_time': 1774457666.122933, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000766auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_005/780x0__r.jpg?hash=1774443907> (referer: https://ecarstrade.com/cars/7000421)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_006/780x0__r.jpg?hash=1774443907> (referer: https://ecarstrade.com/cars/7000421)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_003/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000421)
2026-03-25 16:54:26 [ecarstrade.be] INFO: Extracting details for car 7000785auction111024
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000503%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444107%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_002/780x0__r.jpg?hash=1774444107 not downloaded yet
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000503%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444108%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_003/780x0__r.jpg?hash=1774444108 not downloaded yet
2026-03-25 16:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 7000785auction111024
2026-03-25 16:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd85b01c-d991-53c1-b076-72a1e307f85d with scrape type 1
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000785%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444345%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_001/780x0__r.jpg?hash=1774444345 not downloaded yet
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000503%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444108%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_004/780x0__r.jpg?hash=1774444108 not downloaded yet
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000785%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444345%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_002/780x0__r.jpg?hash=1774444345 not downloaded yet
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_001/780x0__r.jpg?hash=1774443906> (referer: https://ecarstrade.com/cars/7000421)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_002/780x0__r.jpg?hash=1774444308> (referer: https://ecarstrade.com/cars/7000771)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_002/780x0__r.jpg?hash=1774443907> (referer: https://ecarstrade.com/cars/7000421)
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000503%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444108%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_005/780x0__r.jpg?hash=1774444108 not downloaded yet
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_004/780x0__r.jpg?hash=1774443907> (referer: https://ecarstrade.com/cars/7000421)
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000785%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444345%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_003/780x0__r.jpg?hash=1774444345 not downloaded yet
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000503%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444108%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_006/780x0__r.jpg?hash=1774444108 not downloaded yet
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000785%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444345%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_004/780x0__r.jpg?hash=1774444345 not downloaded yet
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000499> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_004/780x0__r.jpg?hash=1774443766> (referer: https://ecarstrade.com/cars/7000362)
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000785%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444345%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_005/780x0__r.jpg?hash=1774444345 not downloaded yet
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_001/780x0__r.jpg?hash=1774444308> (referer: https://ecarstrade.com/cars/7000771)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_002/780x0__r.jpg?hash=1774443766> (referer: https://ecarstrade.com/cars/7000362)
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000785%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444346%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_006/780x0__r.jpg?hash=1774444346 not downloaded yet
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_003/780x0__r.jpg?hash=1774443766> (referer: https://ecarstrade.com/cars/7000362)
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d111462d-129e-5f09-9dd3-6473f9a877e9
2026-03-25 16:54:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d111462d-129e-5f09-9dd3-6473f9a877e9, skipping ID generation
2026-03-25 16:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d111462d-129e-5f09-9dd3-6473f9a877e9 with scrape type 1
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d111462d-129e-5f09-9dd3-6473f9a877e9 sending to next pipeline
2026-03-25 16:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d111462d-129e-5f09-9dd3-6473f9a877e9, identifier: 7000421auction111024
2026-03-25 16:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d111462d-129e-5f09-9dd3-6473f9a877e9 with identifier: 7000421auction111024
2026-03-25 16:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d111462d-129e-5f09-9dd3-6473f9a877e9 with identifier: 7000421auction111024
2026-03-25 16:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d111462d-129e-5f09-9dd3-6473f9a877e9 with identifier: 7000421auction111024 to the API
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000421/photo_004/780x0__r.jpg?hash=1774443907>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd111462d-129e-5f09-9dd3-6473f9a877e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000421',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 64500,
'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': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5",
'vin': None,
'year': 2021}
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000421auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [ecarstrade.be] INFO: Saving data for 7000421auction111024: {'created_time': 1774457666.912362, 'last_price_update_time': 1774457666.912372, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000421auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_001/780x0__r.jpg?hash=1774443766> (referer: https://ecarstrade.com/cars/7000362)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_001/780x0__r.jpg?hash=1774444107> (referer: https://ecarstrade.com/cars/7000503)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_004/780x0__r.jpg?hash=1774444099> (referer: https://ecarstrade.com/cars/7000498)
2026-03-25 16:54:26 [ecarstrade.be] INFO: Extracting details for car 7000499auction111024
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_004/780x0__r.jpg?hash=1774444108> (referer: https://ecarstrade.com/cars/7000503)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_003/780x0__r.jpg?hash=1774444099> (referer: https://ecarstrade.com/cars/7000498)
2026-03-25 16:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000836> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20c4069c-cb7a-5ea5-b4f8-a384cae916ab with identifier: 7000499auction111024
2026-03-25 16:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab with scrape type 1
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000499%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444097%27 HTTP/1.1" 200 None
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_001/780x0__r.jpg?hash=1774444097 not downloaded yet
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 830bee21-49f3-547d-9468-9400fe124abf
2026-03-25 16:54:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 830bee21-49f3-547d-9468-9400fe124abf, skipping ID generation
2026-03-25 16:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 830bee21-49f3-547d-9468-9400fe124abf with scrape type 1
2026-03-25 16:54:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 830bee21-49f3-547d-9468-9400fe124abf sending to next pipeline
2026-03-25 16:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 830bee21-49f3-547d-9468-9400fe124abf, identifier: 7000771auction111024
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 7000771auction111024
2026-03-25 16:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 7000771auction111024
2026-03-25 16:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 7000771auction111024 to the API
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000771/photo_001/780x0__r.jpg?hash=1774444308>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '830bee21-49f3-547d-9468-9400fe124abf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000771',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 48845,
'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': 'Renault Mégane Berline TCe 140 R.S. Line 5d',
'transmission': 'manual',
'trim': 'Mégane Berline TCe 140 R.S. Line 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000771auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:27 [ecarstrade.be] INFO: Saving data for 7000771auction111024: {'created_time': 1774457667.480403, 'last_price_update_time': 1774457667.480413, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000771auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_003/780x0__r.jpg?hash=1774444108> (referer: https://ecarstrade.com/cars/7000503)
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_001/780x0__r.jpg?hash=1774444345> (referer: https://ecarstrade.com/cars/7000785)
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000499%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444097%27 HTTP/1.1" 200 None
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_002/780x0__r.jpg?hash=1774444097 not downloaded yet
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000775> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_006/780x0__r.jpg?hash=1774444108> (referer: https://ecarstrade.com/cars/7000503)
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_005/780x0__r.jpg?hash=1774444108> (referer: https://ecarstrade.com/cars/7000503)
2026-03-25 16:54:27 [ecarstrade.be] INFO: Extracting details for car 7000836auction111024
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2cc9549-29bc-53fe-8612-fa108e0ba229
2026-03-25 16:54:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2cc9549-29bc-53fe-8612-fa108e0ba229, skipping ID generation
2026-03-25 16:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2cc9549-29bc-53fe-8612-fa108e0ba229 with scrape type 1
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2cc9549-29bc-53fe-8612-fa108e0ba229 sending to next pipeline
2026-03-25 16:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2cc9549-29bc-53fe-8612-fa108e0ba229, identifier: 7000362auction111024
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_004/780x0__r.jpg?hash=1774444345> (referer: https://ecarstrade.com/cars/7000785)
2026-03-25 16:54:27 [ecarstrade.be] INFO: Extracting details for car 7000775auction111024
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000499%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444097%27 HTTP/1.1" 200 None
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_003/780x0__r.jpg?hash=1774444097 not downloaded yet
2026-03-25 16:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2cc9549-29bc-53fe-8612-fa108e0ba229 with identifier: 7000362auction111024
2026-03-25 16:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2cc9549-29bc-53fe-8612-fa108e0ba229 with identifier: 7000362auction111024
2026-03-25 16:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2cc9549-29bc-53fe-8612-fa108e0ba229 with identifier: 7000362auction111024 to the API
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000362/photo_001/780x0__r.jpg?hash=1774443766>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd2cc9549-29bc-53fe-8612-fa108e0ba229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000362',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '318',
'odometer': 211863,
'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 3 Reeks Berline 318dA (110 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline dA (110 kW) 4d',
'vin': None,
'year': 2021}
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000362auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:27 [ecarstrade.be] INFO: Saving data for 7000362auction111024: {'created_time': 1774457667.917032, 'last_price_update_time': 1774457667.917043, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000362auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_005/780x0__r.jpg?hash=1774444345> (referer: https://ecarstrade.com/cars/7000785)
2026-03-25 16:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 7000836auction111024
2026-03-25 16:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd40316e-60c7-5b6c-9476-34327d0a2a26 with scrape type 1
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000836%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_001/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_003/780x0__r.jpg?hash=1774444345> (referer: https://ecarstrade.com/cars/7000785)
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_002/780x0__r.jpg?hash=1774444099> (referer: https://ecarstrade.com/cars/7000498)
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_002/780x0__r.jpg?hash=1774444107> (referer: https://ecarstrade.com/cars/7000503)
2026-03-25 16:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_002/780x0__r.jpg?hash=1774444345> (referer: https://ecarstrade.com/cars/7000785)
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000499%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444097%27 HTTP/1.1" 200 None
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_004/780x0__r.jpg?hash=1774444097 not downloaded yet
2026-03-25 16:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66175067-8a7b-5311-a5d8-a7bef89311a6 with identifier: 7000775auction111024
2026-03-25 16:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66175067-8a7b-5311-a5d8-a7bef89311a6 with scrape type 1
2026-03-25 16:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000775%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444318%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_001/780x0__r.jpg?hash=1774444318 not downloaded yet
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_006/780x0__r.jpg?hash=1774444346> (referer: https://ecarstrade.com/cars/7000785)
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000836%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_002/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:54:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000499%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444097%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_005/780x0__r.jpg?hash=1774444097 not downloaded yet
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000775%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444318%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_002/780x0__r.jpg?hash=1774444318 not downloaded yet
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000836%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_003/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000499%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444098%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_006/780x0__r.jpg?hash=1774444098 not downloaded yet
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000775%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444318%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_003/780x0__r.jpg?hash=1774444318 not downloaded yet
2026-03-25 16:54:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_001/780x0__r.jpg?hash=1774444097> (referer: https://ecarstrade.com/cars/7000499)
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000836%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_004/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:54:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000775%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444318%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_004/780x0__r.jpg?hash=1774444318 not downloaded yet
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000836%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_005/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000775%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444319%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_005/780x0__r.jpg?hash=1774444319 not downloaded yet
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a39e870d-5a30-5918-8912-1d16b9b89e71
2026-03-25 16:54:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a39e870d-5a30-5918-8912-1d16b9b89e71, skipping ID generation
2026-03-25 16:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a39e870d-5a30-5918-8912-1d16b9b89e71 with scrape type 1
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a39e870d-5a30-5918-8912-1d16b9b89e71 sending to next pipeline
2026-03-25 16:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a39e870d-5a30-5918-8912-1d16b9b89e71, identifier: 7000498auction111024
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8682d259-080d-5625-8647-299855c60fc6
2026-03-25 16:54:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8682d259-080d-5625-8647-299855c60fc6, skipping ID generation
2026-03-25 16:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8682d259-080d-5625-8647-299855c60fc6 with scrape type 1
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8682d259-080d-5625-8647-299855c60fc6 sending to next pipeline
2026-03-25 16:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8682d259-080d-5625-8647-299855c60fc6, identifier: 7000503auction111024
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fd85b01c-d991-53c1-b076-72a1e307f85d
2026-03-25 16:54:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fd85b01c-d991-53c1-b076-72a1e307f85d, skipping ID generation
2026-03-25 16:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd85b01c-d991-53c1-b076-72a1e307f85d with scrape type 1
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fd85b01c-d991-53c1-b076-72a1e307f85d sending to next pipeline
2026-03-25 16:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd85b01c-d991-53c1-b076-72a1e307f85d, identifier: 7000785auction111024
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000836%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444469%27 HTTP/1.1" 200 None
2026-03-25 16:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_006/780x0__r.jpg?hash=1774444469 not downloaded yet
2026-03-25 16:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a39e870d-5a30-5918-8912-1d16b9b89e71 with identifier: 7000498auction111024
2026-03-25 16:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a39e870d-5a30-5918-8912-1d16b9b89e71 with identifier: 7000498auction111024
2026-03-25 16:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a39e870d-5a30-5918-8912-1d16b9b89e71 with identifier: 7000498auction111024 to the API
2026-03-25 16:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000498/photo_002/780x0__r.jpg?hash=1774444099>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a39e870d-5a30-5918-8912-1d16b9b89e71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000498',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 72452,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000498auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:29 [ecarstrade.be] INFO: Saving data for 7000498auction111024: {'created_time': 1774457669.876454, 'last_price_update_time': 1774457669.876464, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000498auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8682d259-080d-5625-8647-299855c60fc6 with identifier: 7000503auction111024
2026-03-25 16:54:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8682d259-080d-5625-8647-299855c60fc6 with identifier: 7000503auction111024
2026-03-25 16:54:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8682d259-080d-5625-8647-299855c60fc6 with identifier: 7000503auction111024 to the API
2026-03-25 16:54:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000503/photo_002/780x0__r.jpg?hash=1774444107>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '8682d259-080d-5625-8647-299855c60fc6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000503',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Mini Cooper S Countryman',
'odometer': 79822,
'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 Countryman '16, Mini Countryman Cooper S E ALL4 AT 5d",
'transmission': 'automatic',
'trim': "MINI, Mini Countryman '16, Mini Countryman Cooper S E ALL4 AT 5d",
'vin': None,
'year': 2021}
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000503auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:30 [ecarstrade.be] INFO: Saving data for 7000503auction111024: {'created_time': 1774457670.313769, 'last_price_update_time': 1774457670.313779, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000503auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 7000785auction111024
2026-03-25 16:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 7000785auction111024
2026-03-25 16:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 7000785auction111024 to the API
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000785/photo_006/780x0__r.jpg?hash=1774444346>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fd85b01c-d991-53c1-b076-72a1e307f85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000785',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 74987,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000785auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:30 [ecarstrade.be] INFO: Saving data for 7000785auction111024: {'created_time': 1774457670.906608, 'last_price_update_time': 1774457670.906619, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000785auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000775%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444319%27 HTTP/1.1" 200 None
2026-03-25 16:54:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_006/780x0__r.jpg?hash=1774444319 not downloaded yet
2026-03-25 16:54:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000819> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000747> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_002/780x0__r.jpg?hash=1774444097> (referer: https://ecarstrade.com/cars/7000499)
2026-03-25 16:54:37 [ecarstrade.be] INFO: Extracting details for car 7000819auction111024
2026-03-25 16:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 7000819auction111024
2026-03-25 16:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with scrape type 1
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000819%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444431%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_001/780x0__r.jpg?hash=1774444431 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000819%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444431%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_002/780x0__r.jpg?hash=1774444431 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000819%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444431%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_003/780x0__r.jpg?hash=1774444431 not downloaded yet
2026-03-25 16:54:37 [ecarstrade.be] INFO: Extracting details for car 7000747auction111024
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_003/780x0__r.jpg?hash=1774444097> (referer: https://ecarstrade.com/cars/7000499)
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000819%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444432%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_004/780x0__r.jpg?hash=1774444432 not downloaded yet
2026-03-25 16:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 7000747auction111024
2026-03-25 16:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e45b132-da5a-5529-ae9e-ccccf9152aed with scrape type 1
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000747%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444244%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_001/780x0__r.jpg?hash=1774444244 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000819%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444431%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_005/780x0__r.jpg?hash=1774444431 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000747%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444243%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_002/780x0__r.jpg?hash=1774444243 not downloaded yet
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000819%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444431%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_006/780x0__r.jpg?hash=1774444431 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000747%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444243%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_003/780x0__r.jpg?hash=1774444243 not downloaded yet
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_005/780x0__r.jpg?hash=1774444474> (referer: https://ecarstrade.com/cars/7000838)
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000747%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444243%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_004/780x0__r.jpg?hash=1774444243 not downloaded yet
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000747%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444244%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_005/780x0__r.jpg?hash=1774444244 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000747%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444243%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_006/780x0__r.jpg?hash=1774444243 not downloaded yet
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000363> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_004/780x0__r.jpg?hash=1774444474> (referer: https://ecarstrade.com/cars/7000838)
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_003/780x0__r.jpg?hash=1774444474> (referer: https://ecarstrade.com/cars/7000838)
2026-03-25 16:54:37 [ecarstrade.be] INFO: Extracting details for car 7000363auction111024
2026-03-25 16:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0373745c-c61d-50d3-8463-787ae4309289 with identifier: 7000363auction111024
2026-03-25 16:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0373745c-c61d-50d3-8463-787ae4309289 with scrape type 1
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000363%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443769%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_001/780x0__r.jpg?hash=1774443769 not downloaded yet
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_001/780x0__r.jpg?hash=1774444318> (referer: https://ecarstrade.com/cars/7000775)
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000363%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443769%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_002/780x0__r.jpg?hash=1774443769 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000363%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443769%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_003/780x0__r.jpg?hash=1774443769 not downloaded yet
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000363%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443769%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_004/780x0__r.jpg?hash=1774443769 not downloaded yet
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_003/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000836)
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000363%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443769%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_005/780x0__r.jpg?hash=1774443769 not downloaded yet
2026-03-25 16:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_006/780x0__r.jpg?hash=1774444319> (referer: https://ecarstrade.com/cars/7000775)
2026-03-25 16:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000363%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443769%27 HTTP/1.1" 200 None
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_006/780x0__r.jpg?hash=1774443769 not downloaded yet
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_006/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000836)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000472> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_005/780x0__r.jpg?hash=1774444319> (referer: https://ecarstrade.com/cars/7000775)
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_003/780x0__r.jpg?hash=1774444243> (referer: https://ecarstrade.com/cars/7000747)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_003/780x0__r.jpg?hash=1774444431> (referer: https://ecarstrade.com/cars/7000819)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_006/780x0__r.jpg?hash=1774444243> (referer: https://ecarstrade.com/cars/7000747)
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:38 [ecarstrade.be] INFO: Extracting details for car 7000472auction111024
2026-03-25 16:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b18e589-310c-5218-a3d1-f27a971380f6 with identifier: 7000472auction111024
2026-03-25 16:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b18e589-310c-5218-a3d1-f27a971380f6 with scrape type 1
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000472%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444032%27 HTTP/1.1" 200 None
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_001/780x0__r.jpg?hash=1774444032 not downloaded yet
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000472%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_002/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_001/780x0__r.jpg?hash=1774443769> (referer: https://ecarstrade.com/cars/7000363)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_005/780x0__r.jpg?hash=1774444244> (referer: https://ecarstrade.com/cars/7000747)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_004/780x0__r.jpg?hash=1774444243> (referer: https://ecarstrade.com/cars/7000747)
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000472%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_003/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000472%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_004/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000472%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_005/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000472%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444031%27 HTTP/1.1" 200 None
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_006/780x0__r.jpg?hash=1774444031 not downloaded yet
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_006/780x0__r.jpg?hash=1774443769> (referer: https://ecarstrade.com/cars/7000363)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_005/780x0__r.jpg?hash=1774443769> (referer: https://ecarstrade.com/cars/7000363)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_004/780x0__r.jpg?hash=1774443769> (referer: https://ecarstrade.com/cars/7000363)
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_003/780x0__r.jpg?hash=1774443769> (referer: https://ecarstrade.com/cars/7000363)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_006/780x0__r.jpg?hash=1774444431> (referer: https://ecarstrade.com/cars/7000819)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_002/780x0__r.jpg?hash=1774443769> (referer: https://ecarstrade.com/cars/7000363)
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_002/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000472)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_002/780x0__r.jpg?hash=1774444243> (referer: https://ecarstrade.com/cars/7000747)
2026-03-25 16:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_005/780x0__r.jpg?hash=1774444431> (referer: https://ecarstrade.com/cars/7000819)
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0373745c-c61d-50d3-8463-787ae4309289
2026-03-25 16:54:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0373745c-c61d-50d3-8463-787ae4309289, skipping ID generation
2026-03-25 16:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0373745c-c61d-50d3-8463-787ae4309289 with scrape type 1
2026-03-25 16:54:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0373745c-c61d-50d3-8463-787ae4309289 sending to next pipeline
2026-03-25 16:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0373745c-c61d-50d3-8463-787ae4309289, identifier: 7000363auction111024
2026-03-25 16:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0373745c-c61d-50d3-8463-787ae4309289 with identifier: 7000363auction111024
2026-03-25 16:54:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0373745c-c61d-50d3-8463-787ae4309289 with identifier: 7000363auction111024
2026-03-25 16:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0373745c-c61d-50d3-8463-787ae4309289 with identifier: 7000363auction111024 to the API
2026-03-25 16:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000363/photo_002/780x0__r.jpg?hash=1774443769>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '0373745c-c61d-50d3-8463-787ae4309289',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000363',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '320',
'odometer': 114958,
'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': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 320i (135 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring i (135 kW) 5d',
'vin': None,
'year': 2020}
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000363auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:39 [ecarstrade.be] INFO: Saving data for 7000363auction111024: {'created_time': 1774457679.464531, 'last_price_update_time': 1774457679.46455, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000363auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_001/780x0__r.jpg?hash=1774444032> (referer: https://ecarstrade.com/cars/7000472)
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_006/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000472)
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_001/780x0__r.jpg?hash=1774444244> (referer: https://ecarstrade.com/cars/7000747)
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_003/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000472)
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_005/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000472)
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_004/780x0__r.jpg?hash=1774444031> (referer: https://ecarstrade.com/cars/7000472)
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0e45b132-da5a-5529-ae9e-ccccf9152aed
2026-03-25 16:54:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e45b132-da5a-5529-ae9e-ccccf9152aed, skipping ID generation
2026-03-25 16:54:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e45b132-da5a-5529-ae9e-ccccf9152aed with scrape type 1
2026-03-25 16:54:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e45b132-da5a-5529-ae9e-ccccf9152aed sending to next pipeline
2026-03-25 16:54:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e45b132-da5a-5529-ae9e-ccccf9152aed, identifier: 7000747auction111024
2026-03-25 16:54:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 7000747auction111024
2026-03-25 16:54:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 7000747auction111024
2026-03-25 16:54:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 7000747auction111024 to the API
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000747/photo_001/780x0__r.jpg?hash=1774444244>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '0e45b132-da5a-5529-ae9e-ccccf9152aed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000747',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 80986,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000747auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:39 [ecarstrade.be] INFO: Saving data for 7000747auction111024: {'created_time': 1774457679.981446, 'last_price_update_time': 1774457679.981457, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000747auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_001/780x0__r.jpg?hash=1774444431> (referer: https://ecarstrade.com/cars/7000819)
2026-03-25 16:54:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_004/780x0__r.jpg?hash=1774444432> (referer: https://ecarstrade.com/cars/7000819)
2026-03-25 16:54:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_002/780x0__r.jpg?hash=1774444431> (referer: https://ecarstrade.com/cars/7000819)
2026-03-25 16:54:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b18e589-310c-5218-a3d1-f27a971380f6
2026-03-25 16:54:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b18e589-310c-5218-a3d1-f27a971380f6, skipping ID generation
2026-03-25 16:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b18e589-310c-5218-a3d1-f27a971380f6 with scrape type 1
2026-03-25 16:54:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b18e589-310c-5218-a3d1-f27a971380f6 sending to next pipeline
2026-03-25 16:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b18e589-310c-5218-a3d1-f27a971380f6, identifier: 7000472auction111024
2026-03-25 16:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b18e589-310c-5218-a3d1-f27a971380f6 with identifier: 7000472auction111024
2026-03-25 16:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b18e589-310c-5218-a3d1-f27a971380f6 with identifier: 7000472auction111024
2026-03-25 16:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b18e589-310c-5218-a3d1-f27a971380f6 with identifier: 7000472auction111024 to the API
2026-03-25 16:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000472/photo_004/780x0__r.jpg?hash=1774444031>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0b18e589-310c-5218-a3d1-f27a971380f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000472',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180 Shooting Brake',
'odometer': 137118,
'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': "Mercedes, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'180 d Busines',
'transmission': 'automatic',
'trim': ", CLA-Class SB '19, -Benz CLA Shooting Brake CLA 180 d Busines",
'vin': None,
'year': 2021}
2026-03-25 16:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000472auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:43 [ecarstrade.be] INFO: Saving data for 7000472auction111024: {'created_time': 1774457683.925922, 'last_price_update_time': 1774457683.925934, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000472auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_005/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000836)
2026-03-25 16:54:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_004/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000836)
2026-03-25 16:54:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_004/780x0__r.jpg?hash=1774444318> (referer: https://ecarstrade.com/cars/7000775)
2026-03-25 16:54:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000314> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000826> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d
2026-03-25 16:54:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d, skipping ID generation
2026-03-25 16:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with scrape type 1
2026-03-25 16:54:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d sending to next pipeline
2026-03-25 16:54:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d, identifier: 7000819auction111024
2026-03-25 16:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 7000819auction111024
2026-03-25 16:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 7000819auction111024
2026-03-25 16:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 7000819auction111024 to the API
2026-03-25 16:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000819/photo_002/780x0__r.jpg?hash=1774444431>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000819',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 79412,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, T-Roc '17, Volkswagen T-Roc 2.0 TDI 85kW Active 5d",
'transmission': 'manual',
'trim': "VW, '17, 2.0 TDI 85kW Active 5d",
'vin': None,
'year': 2021}
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000819auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:49 [ecarstrade.be] INFO: Saving data for 7000819auction111024: {'created_time': 1774457689.858807, 'last_price_update_time': 1774457689.858818, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000819auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_002/780x0__r.jpg?hash=1774444318> (referer: https://ecarstrade.com/cars/7000775)
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_003/780x0__r.jpg?hash=1774444318> (referer: https://ecarstrade.com/cars/7000775)
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_005/780x0__r.jpg?hash=1774444097> (referer: https://ecarstrade.com/cars/7000499)
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_002/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000836)
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_006/780x0__r.jpg?hash=1774444098> (referer: https://ecarstrade.com/cars/7000499)
2026-03-25 16:54:49 [ecarstrade.be] INFO: Extracting details for car 7000314auction111024
2026-03-25 16:54:49 [ecarstrade.be] INFO: Extracting details for car 7000826auction111024
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000475> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000457> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 7000314auction111024
2026-03-25 16:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152f42e0-e2c2-5444-b677-e19241e52498 with scrape type 1
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000314%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443641%27 HTTP/1.1" 200 None
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_001/780x0__r.jpg?hash=1774443641 not downloaded yet
2026-03-25 16:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 7000826auction111024
2026-03-25 16:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with scrape type 1
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000826%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444445%27 HTTP/1.1" 200 None
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_001/780x0__r.jpg?hash=1774444445 not downloaded yet
2026-03-25 16:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000314%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443641%27 HTTP/1.1" 200 None
2026-03-25 16:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_002/780x0__r.jpg?hash=1774443641 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000826%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444445%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_002/780x0__r.jpg?hash=1774444445 not downloaded yet
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_002/780x0__r.jpg?hash=1774444474> (referer: https://ecarstrade.com/cars/7000838)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_001/780x0__r.jpg?hash=1774444474> (referer: https://ecarstrade.com/cars/7000838)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_004/780x0__r.jpg?hash=1774444097> (referer: https://ecarstrade.com/cars/7000499)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_006/780x0__r.jpg?hash=1774443850> (referer: https://ecarstrade.com/cars/7000398)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_001/780x0__r.jpg?hash=1774444469> (referer: https://ecarstrade.com/cars/7000836)
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000314%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443641%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_003/780x0__r.jpg?hash=1774443641 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000826%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444445%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_003/780x0__r.jpg?hash=1774444445 not downloaded yet
2026-03-25 16:54:50 [ecarstrade.be] INFO: Extracting details for car 7000475auction111024
2026-03-25 16:54:50 [ecarstrade.be] INFO: Extracting details for car 7000457auction111024
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66175067-8a7b-5311-a5d8-a7bef89311a6
2026-03-25 16:54:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66175067-8a7b-5311-a5d8-a7bef89311a6, skipping ID generation
2026-03-25 16:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66175067-8a7b-5311-a5d8-a7bef89311a6 with scrape type 1
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66175067-8a7b-5311-a5d8-a7bef89311a6 sending to next pipeline
2026-03-25 16:54:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66175067-8a7b-5311-a5d8-a7bef89311a6, identifier: 7000775auction111024
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_005/780x0__r.jpg?hash=1774443850> (referer: https://ecarstrade.com/cars/7000398)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_004/780x0__r.jpg?hash=1774443850> (referer: https://ecarstrade.com/cars/7000398)
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000314%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443641%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_004/780x0__r.jpg?hash=1774443641 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000826%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444445%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_004/780x0__r.jpg?hash=1774444445 not downloaded yet
2026-03-25 16:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66175067-8a7b-5311-a5d8-a7bef89311a6 with identifier: 7000775auction111024
2026-03-25 16:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66175067-8a7b-5311-a5d8-a7bef89311a6 with identifier: 7000775auction111024
2026-03-25 16:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66175067-8a7b-5311-a5d8-a7bef89311a6 with identifier: 7000775auction111024 to the API
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000775/photo_003/780x0__r.jpg?hash=1774444318>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '66175067-8a7b-5311-a5d8-a7bef89311a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000775',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 99999,
'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': 'SEAT Ateca 2.0 TDI 85kW Move 5d',
'transmission': 'manual',
'trim': 'SEAT 2.0 TDI 85kW Move 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000775auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [ecarstrade.be] INFO: Saving data for 7000775auction111024: {'created_time': 1774457690.573487, 'last_price_update_time': 1774457690.573497, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000775auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 with identifier: 7000475auction111024
2026-03-25 16:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 with scrape type 1
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000475%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444040%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_001/780x0__r.jpg?hash=1774444040 not downloaded yet
2026-03-25 16:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1540e27-4ea6-5aac-bd12-023ee2a12b88 with identifier: 7000457auction111024
2026-03-25 16:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1540e27-4ea6-5aac-bd12-023ee2a12b88 with scrape type 1
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000457%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443994%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_001/780x0__r.jpg?hash=1774443994 not downloaded yet
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_003/780x0__r.jpg?hash=1774443850> (referer: https://ecarstrade.com/cars/7000398)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_002/780x0__r.jpg?hash=1774443850> (referer: https://ecarstrade.com/cars/7000398)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_001/780x0__r.jpg?hash=1774443850> (referer: https://ecarstrade.com/cars/7000398)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_004/780x0__r.jpg?hash=1774443981> (referer: https://ecarstrade.com/cars/7000452)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_002/780x0__r.jpg?hash=1774443981> (referer: https://ecarstrade.com/cars/7000452)
2026-03-25 16:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_003/780x0__r.jpg?hash=1774443981> (referer: https://ecarstrade.com/cars/7000452)
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000314%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443641%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_005/780x0__r.jpg?hash=1774443641 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000826%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444445%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_005/780x0__r.jpg?hash=1774444445 not downloaded yet
2026-03-25 16:54:50 [ecarstrade.be] INFO: Found listing with ID: 7000795auction111024
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000795auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [ecarstrade.be] INFO: Scrape type for 7000795auction111024: 1
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000475%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444042%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_002/780x0__r.jpg?hash=1774444042 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000457%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443994%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_002/780x0__r.jpg?hash=1774443994 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000314%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443641%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_006/780x0__r.jpg?hash=1774443641 not downloaded yet
2026-03-25 16:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000826%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444445%27 HTTP/1.1" 200 None
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_006/780x0__r.jpg?hash=1774444445 not downloaded yet
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67fec376-26df-5c4a-b142-07a42fcd1db0
2026-03-25 16:54:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67fec376-26df-5c4a-b142-07a42fcd1db0, skipping ID generation
2026-03-25 16:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67fec376-26df-5c4a-b142-07a42fcd1db0 with scrape type 1
2026-03-25 16:54:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67fec376-26df-5c4a-b142-07a42fcd1db0 sending to next pipeline
2026-03-25 16:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67fec376-26df-5c4a-b142-07a42fcd1db0, identifier: 7000838auction111024
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab
2026-03-25 16:54:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20c4069c-cb7a-5ea5-b4f8-a384cae916ab, skipping ID generation
2026-03-25 16:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab with scrape type 1
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 20c4069c-cb7a-5ea5-b4f8-a384cae916ab sending to next pipeline
2026-03-25 16:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20c4069c-cb7a-5ea5-b4f8-a384cae916ab, identifier: 7000499auction111024
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd40316e-60c7-5b6c-9476-34327d0a2a26
2026-03-25 16:54:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd40316e-60c7-5b6c-9476-34327d0a2a26, skipping ID generation
2026-03-25 16:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd40316e-60c7-5b6c-9476-34327d0a2a26 with scrape type 1
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd40316e-60c7-5b6c-9476-34327d0a2a26 sending to next pipeline
2026-03-25 16:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd40316e-60c7-5b6c-9476-34327d0a2a26, identifier: 7000836auction111024
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_001/780x0__r.jpg?hash=1774443981> (referer: https://ecarstrade.com/cars/7000452)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_005/780x0__r.jpg?hash=1774443802> (referer: https://ecarstrade.com/cars/7000378)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_002/780x0__r.jpg?hash=1774444445> (referer: https://ecarstrade.com/cars/7000826)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_004/780x0__r.jpg?hash=1774443802> (referer: https://ecarstrade.com/cars/7000378)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_001/780x0__r.jpg?hash=1774443641> (referer: https://ecarstrade.com/cars/7000314)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_002/780x0__r.jpg?hash=1774443641> (referer: https://ecarstrade.com/cars/7000314)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_001/780x0__r.jpg?hash=1774444445> (referer: https://ecarstrade.com/cars/7000826)
2026-03-25 16:54:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_003/780x0__r.jpg?hash=1774443802> (referer: https://ecarstrade.com/cars/7000378)
2026-03-25 16:54:51 [ecarstrade.be] INFO: Found listing with ID: 7000382auction111024
2026-03-25 16:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000382auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:51 [ecarstrade.be] INFO: Scrape type for 7000382auction111024: 1
2026-03-25 16:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000475%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444040%27 HTTP/1.1" 200 None
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_003/780x0__r.jpg?hash=1774444040 not downloaded yet
2026-03-25 16:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54: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%252F7000457%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443994%27 HTTP/1.1" 200 None
2026-03-25 16:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_003/780x0__r.jpg?hash=1774443994 not downloaded yet
2026-03-25 16:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 7000838auction111024
2026-03-25 16:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 7000838auction111024
2026-03-25 16:54:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 7000838auction111024 to the API
2026-03-25 16:54:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000838/photo_001/780x0__r.jpg?hash=1774444474>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '67fec376-26df-5c4a-b142-07a42fcd1db0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000838',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Other',
'model': 'Volvo',
'odometer': 118190,
'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': 'Volvo XC40 T4 Recharge Geartronic Inscription 5d',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge Geartronic Inscription 5d',
'vin': None,
'year': 2021}
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000838auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:52 [ecarstrade.be] INFO: Saving data for 7000838auction111024: {'created_time': 1774457692.146575, 'last_price_update_time': 1774457692.146586, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000838auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20c4069c-cb7a-5ea5-b4f8-a384cae916ab with identifier: 7000499auction111024
2026-03-25 16:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20c4069c-cb7a-5ea5-b4f8-a384cae916ab with identifier: 7000499auction111024
2026-03-25 16:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20c4069c-cb7a-5ea5-b4f8-a384cae916ab with identifier: 7000499auction111024 to the API
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000499/photo_004/780x0__r.jpg?hash=1774444097>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '20c4069c-cb7a-5ea5-b4f8-a384cae916ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000499',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 49194,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000499auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:52 [ecarstrade.be] INFO: Saving data for 7000499auction111024: {'created_time': 1774457692.537413, 'last_price_update_time': 1774457692.537422, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000499auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 7000836auction111024
2026-03-25 16:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 7000836auction111024
2026-03-25 16:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 7000836auction111024 to the API
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000836/photo_001/780x0__r.jpg?hash=1774444469>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'cd40316e-60c7-5b6c-9476-34327d0a2a26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000836',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 147700,
'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': "Volvo, XC40 '17, Volvo XC40 T5 Recharge Geartronic Inscription Expr",
'transmission': 'automatic',
'trim': ", XC40 '17, XC40 T5 Recharge Geartronic Inscription Expr",
'vin': None,
'year': 2020}
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000836auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:52 [ecarstrade.be] INFO: Saving data for 7000836auction111024: {'created_time': 1774457692.915017, 'last_price_update_time': 1774457692.915029, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000836auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:52 [ecarstrade.be] INFO: Found listing with ID: 7000810auction111024
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000810auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:52 [ecarstrade.be] INFO: Scrape type for 7000810auction111024: 1
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000475%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444040%27 HTTP/1.1" 200 None
2026-03-25 16:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_004/780x0__r.jpg?hash=1774444040 not downloaded yet
2026-03-25 16:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000457%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443995%27 HTTP/1.1" 200 None
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_004/780x0__r.jpg?hash=1774443995 not downloaded yet
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac
2026-03-25 16:54:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac, skipping ID generation
2026-03-25 16:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with scrape type 1
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac sending to next pipeline
2026-03-25 16:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac, identifier: 7000398auction111024
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 7000398auction111024
2026-03-25 16:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 7000398auction111024
2026-03-25 16:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 7000398auction111024 to the API
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000398/photo_001/780x0__r.jpg?hash=1774443850>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '9affd5cf-41e4-561a-9f9f-a87aaa77ccac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000398',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 60918,
'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': 5,
'seller_name': None,
'title': 'BMW X2 sDrive16dA 85kW DCT 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA 85kW DCT 5d',
'vin': None,
'year': 2020}
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000398auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:53 [ecarstrade.be] INFO: Saving data for 7000398auction111024: {'created_time': 1774457693.540439, 'last_price_update_time': 1774457693.540449, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000398auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_004/780x0__r.jpg?hash=1774444445> (referer: https://ecarstrade.com/cars/7000826)
2026-03-25 16:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_002/780x0__r.jpg?hash=1774443802> (referer: https://ecarstrade.com/cars/7000378)
2026-03-25 16:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_003/780x0__r.jpg?hash=1774443641> (referer: https://ecarstrade.com/cars/7000314)
2026-03-25 16:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_004/780x0__r.jpg?hash=1774443641> (referer: https://ecarstrade.com/cars/7000314)
2026-03-25 16:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_001/780x0__r.jpg?hash=1774443802> (referer: https://ecarstrade.com/cars/7000378)
2026-03-25 16:54:53 [ecarstrade.be] INFO: Found listing with ID: 7000309auction111024
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000309auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:53 [ecarstrade.be] INFO: Scrape type for 7000309auction111024: 1
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000475%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444040%27 HTTP/1.1" 200 None
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_005/780x0__r.jpg?hash=1774444040 not downloaded yet
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000457%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443994%27 HTTP/1.1" 200 None
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_005/780x0__r.jpg?hash=1774443994 not downloaded yet
2026-03-25 16: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-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb6a71fc-dfd9-507d-b25a-d860fe12c603
2026-03-25 16:54:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb6a71fc-dfd9-507d-b25a-d860fe12c603, skipping ID generation
2026-03-25 16:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb6a71fc-dfd9-507d-b25a-d860fe12c603 with scrape type 1
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb6a71fc-dfd9-507d-b25a-d860fe12c603 sending to next pipeline
2026-03-25 16:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb6a71fc-dfd9-507d-b25a-d860fe12c603, identifier: 7000452auction111024
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_003/780x0__r.jpg?hash=1774444445> (referer: https://ecarstrade.com/cars/7000826)
2026-03-25 16:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 7000452auction111024
2026-03-25 16:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 7000452auction111024
2026-03-25 16:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 7000452auction111024 to the API
2026-03-25 16:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000452/photo_001/780x0__r.jpg?hash=1774443981>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bb6a71fc-dfd9-507d-b25a-d860fe12c603',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000452',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 41317,
'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': 'KIA XCeed 1.6 GDi PHEV DCT Business Line 5d',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi PHEV DCT Business Line 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000452auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Saving data for 7000452auction111024: {'created_time': 1774457694.339384, 'last_price_update_time': 1774457694.339396, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000452auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000316auction111024
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000316auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Scrape type for 7000316auction111024: 1
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000475%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444040%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_006/780x0__r.jpg?hash=1774444040 not downloaded yet
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000457%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443995%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_006/780x0__r.jpg?hash=1774443995 not downloaded yet
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_005/780x0__r.jpg?hash=1774444445> (referer: https://ecarstrade.com/cars/7000826)
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_002/780x0__r.jpg?hash=1774443994> (referer: https://ecarstrade.com/cars/7000457)
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_005/780x0__r.jpg?hash=1774443641> (referer: https://ecarstrade.com/cars/7000314)
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_002/780x0__r.jpg?hash=1774444042> (referer: https://ecarstrade.com/cars/7000475)
2026-03-25 16:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6a1e009e-0f20-515e-8584-3ed20ee5229b
2026-03-25 16:54:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a1e009e-0f20-515e-8584-3ed20ee5229b, skipping ID generation
2026-03-25 16:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1e009e-0f20-515e-8584-3ed20ee5229b with scrape type 1
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a1e009e-0f20-515e-8584-3ed20ee5229b sending to next pipeline
2026-03-25 16:54:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1e009e-0f20-515e-8584-3ed20ee5229b, identifier: 7000378auction111024
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_001/780x0__r.jpg?hash=1774443994> (referer: https://ecarstrade.com/cars/7000457)
2026-03-25 16:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000328auction111024
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000328auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Scrape type for 7000328auction111024: 1
2026-03-25 16:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 7000378auction111024
2026-03-25 16:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 7000378auction111024
2026-03-25 16:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 7000378auction111024 to the API
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000378/photo_001/780x0__r.jpg?hash=1774443802>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6a1e009e-0f20-515e-8584-3ed20ee5229b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000378',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 73976,
'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, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000378auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Saving data for 7000378auction111024: {'created_time': 1774457694.887087, 'last_price_update_time': 1774457694.887097, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000378auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_004/780x0__r.jpg?hash=1774444040> (referer: https://ecarstrade.com/cars/7000475)
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_004/780x0__r.jpg?hash=1774443995> (referer: https://ecarstrade.com/cars/7000457)
2026-03-25 16:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_001/780x0__r.jpg?hash=1774444040> (referer: https://ecarstrade.com/cars/7000475)
2026-03-25 16:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000422auction111024
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000422auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Scrape type for 7000422auction111024: 1
2026-03-25 16:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000439auction111024
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000439auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Scrape type for 7000439auction111024: 1
2026-03-25 16:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000493auction111024
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000493auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Scrape type for 7000493auction111024: 1
2026-03-25 16:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000504auction111024
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000504auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:54 [ecarstrade.be] INFO: Scrape type for 7000504auction111024: 1
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000778auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000778auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000778auction111024: 1
2026-03-25 16:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_003/780x0__r.jpg?hash=1774444040> (referer: https://ecarstrade.com/cars/7000475)
2026-03-25 16:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_003/780x0__r.jpg?hash=1774443994> (referer: https://ecarstrade.com/cars/7000457)
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000791auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000791auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000791auction111024: 1
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000816auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000816auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000816auction111024: 1
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000770auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000770auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000770auction111024: 1
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000811auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000811auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000811auction111024: 1
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000705auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000705auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000705auction111024: 1
2026-03-25 16:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_005/780x0__r.jpg?hash=1774443994> (referer: https://ecarstrade.com/cars/7000457)
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000706auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000706auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000706auction111024: 1
2026-03-25 16:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000708auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000708auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000708auction111024: 1
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_005/780x0__r.jpg?hash=1774444040> (referer: https://ecarstrade.com/cars/7000475)
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000710auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000710auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000710auction111024: 1
2026-03-25 16:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000711auction111024
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000711auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Scrape type for 7000711auction111024: 1
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_006/780x0__r.jpg?hash=1774444445> (referer: https://ecarstrade.com/cars/7000826)
2026-03-25 16:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_006/780x0__r.jpg?hash=1774443995> (referer: https://ecarstrade.com/cars/7000457)
2026-03-25 16:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0
2026-03-25 16:54:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0, skipping ID generation
2026-03-25 16:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with scrape type 1
2026-03-25 16:54:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 sending to next pipeline
2026-03-25 16:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0, identifier: 7000826auction111024
2026-03-25 16:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 7000826auction111024
2026-03-25 16:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 7000826auction111024
2026-03-25 16:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 7000826auction111024 to the API
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000826/photo_006/780x0__r.jpg?hash=1774444445>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'f3eb3c2f-77c2-5f25-ac39-36cde99d39b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000826',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 176659,
'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': 'Volkswagen Tiguan 1.4 eHybrid DSG Life 5d',
'transmission': 'automatic',
'trim': '1.4 eHybrid DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000826auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:55 [ecarstrade.be] INFO: Saving data for 7000826auction111024: {'created_time': 1774457695.929303, 'last_price_update_time': 1774457695.929314, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000826auction111024') HTTP/1.1" 204 0
2026-03-25 16:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c1540e27-4ea6-5aac-bd12-023ee2a12b88
2026-03-25 16:54:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1540e27-4ea6-5aac-bd12-023ee2a12b88, skipping ID generation
2026-03-25 16:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1540e27-4ea6-5aac-bd12-023ee2a12b88 with scrape type 1
2026-03-25 16:54:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1540e27-4ea6-5aac-bd12-023ee2a12b88 sending to next pipeline
2026-03-25 16:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1540e27-4ea6-5aac-bd12-023ee2a12b88, identifier: 7000457auction111024
2026-03-25 16:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1540e27-4ea6-5aac-bd12-023ee2a12b88 with identifier: 7000457auction111024
2026-03-25 16:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1540e27-4ea6-5aac-bd12-023ee2a12b88 with identifier: 7000457auction111024
2026-03-25 16:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1540e27-4ea6-5aac-bd12-023ee2a12b88 with identifier: 7000457auction111024 to the API
2026-03-25 16:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000457/photo_006/780x0__r.jpg?hash=1774443995>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c1540e27-4ea6-5aac-bd12-023ee2a12b88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000457',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 74415,
'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, A-Class '18, Mercedes-Benz A-Klasse A 180 d DCT Business "
'Soluti',
'transmission': 'automatic',
'trim': ", A-Class '18, -Benz A-Klasse d DCT Business Soluti",
'vin': None,
'year': 2021}
2026-03-25 16:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000457auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:54:56 [ecarstrade.be] INFO: Saving data for 7000457auction111024: {'created_time': 1774457696.481402, 'last_price_update_time': 1774457696.481413, 'auction_closing_time': 1774606200.0}
2026-03-25 16:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000457auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000795> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_006/780x0__r.jpg?hash=1774444040> (referer: https://ecarstrade.com/cars/7000475)
2026-03-25 16:55:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:00 [ecarstrade.be] INFO: Extracting details for car 7000795auction111024
2026-03-25 16:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 7000795auction111024
2026-03-25 16:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93feb302-a40c-5368-9797-8998ce2116fc with scrape type 1
2026-03-25 16:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000795%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444375%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_001/780x0__r.jpg?hash=1774444375 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000795%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444374%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_002/780x0__r.jpg?hash=1774444374 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000795%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444374%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_003/780x0__r.jpg?hash=1774444374 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000795%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444373%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_004/780x0__r.jpg?hash=1774444373 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000795%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444374%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_005/780x0__r.jpg?hash=1774444374 not downloaded yet
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4
2026-03-25 16:55:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4, skipping ID generation
2026-03-25 16:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 with scrape type 1
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 sending to next pipeline
2026-03-25 16:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4, identifier: 7000475auction111024
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000795%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444374%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_006/780x0__r.jpg?hash=1774444374 not downloaded yet
2026-03-25 16:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 with identifier: 7000475auction111024
2026-03-25 16:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 with identifier: 7000475auction111024
2026-03-25 16:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f04fab7-d4ab-5f09-b7c2-3c7928e218b4 with identifier: 7000475auction111024 to the API
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000475/photo_006/780x0__r.jpg?hash=1774444040>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '9f04fab7-d4ab-5f09-b7c2-3c7928e218b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000475',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 177796,
'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': "Mercedes, E-Class Break FL'20, Mercedes-Benz E-Klasse Break E 200d "
'Business Solut',
'transmission': 'automatic',
'trim': ", E-Class Break FL'20, -Benz E-Klasse Break d Business Solut",
'vin': None,
'year': 2021}
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000475auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [ecarstrade.be] INFO: Saving data for 7000475auction111024: {'created_time': 1774457701.466885, 'last_price_update_time': 1774457701.466895, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000475auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000810> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:01 [ecarstrade.be] INFO: Extracting details for car 7000810auction111024
2026-03-25 16:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 7000810auction111024
2026-03-25 16:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e23b6251-1d74-5f0c-93c6-42be0569fbc3 with scrape type 1
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000810%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444410%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_001/780x0__r.jpg?hash=1774444410 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000810%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444410%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_002/780x0__r.jpg?hash=1774444410 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000810%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444410%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_003/780x0__r.jpg?hash=1774444410 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000810%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444410%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_004/780x0__r.jpg?hash=1774444410 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000810%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444410%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_005/780x0__r.jpg?hash=1774444410 not downloaded yet
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000810%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444410%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_006/780x0__r.jpg?hash=1774444410 not downloaded yet
2026-03-25 16:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000382> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000385> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:01 [ecarstrade.be] INFO: Extracting details for car 7000382auction111024
2026-03-25 16:55:01 [ecarstrade.be] INFO: Extracting details for car 7000385auction111024
2026-03-25 16:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 7000382auction111024
2026-03-25 16:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2585f62e-b749-57a1-810d-d01cb2926337 with scrape type 1
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000382%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443810%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_001/780x0__r.jpg?hash=1774443810 not downloaded yet
2026-03-25 16:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 7000385auction111024
2026-03-25 16:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2427d6b1-be1c-5357-b019-8524daf91689 with scrape type 1
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000385%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443817%27 HTTP/1.1" 200 None
2026-03-25 16:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_001/780x0__r.jpg?hash=1774443817 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000382%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443810%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_002/780x0__r.jpg?hash=1774443810 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000385%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443818%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_002/780x0__r.jpg?hash=1774443818 not downloaded yet
2026-03-25 16:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000382%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443810%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_003/780x0__r.jpg?hash=1774443810 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000385%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443818%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_003/780x0__r.jpg?hash=1774443818 not downloaded yet
2026-03-25 16:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000382%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443810%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_004/780x0__r.jpg?hash=1774443810 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000385%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443818%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_004/780x0__r.jpg?hash=1774443818 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000382%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443810%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_005/780x0__r.jpg?hash=1774443810 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000385%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443818%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_005/780x0__r.jpg?hash=1774443818 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000382%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443810%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_006/780x0__r.jpg?hash=1774443810 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000385%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443818%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_006/780x0__r.jpg?hash=1774443818 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000728auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000728auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000728auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000821auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000821auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000821auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000352auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000352auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000352auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000507auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000507auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000507auction111024: 1
2026-03-25 16:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000309> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000351auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000351auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000351auction111024: 1
2026-03-25 16:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000347auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000347auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000347auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000349auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000349auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000349auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000372auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000372auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000372auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000396auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000396auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000396auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000458auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000458auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000458auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Extracting details for car 7000309auction111024
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000501auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000501auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000501auction111024: 1
2026-03-25 16:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 7000309auction111024
2026-03-25 16:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with scrape type 1
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000309%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443629%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_001/780x0__r.jpg?hash=1774443629 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000707auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000707auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000707auction111024: 1
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000309%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443629%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_002/780x0__r.jpg?hash=1774443629 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000730auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000730auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000730auction111024: 1
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000309%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443629%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_003/780x0__r.jpg?hash=1774443629 not downloaded yet
2026-03-25 16:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000726> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000736auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000736auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000736auction111024: 1
2026-03-25 16:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000309%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443629%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_004/780x0__r.jpg?hash=1774443629 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000741auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000741auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000741auction111024: 1
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000309%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443629%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_005/780x0__r.jpg?hash=1774443629 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000763auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000763auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000763auction111024: 1
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000309%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443629%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_006/780x0__r.jpg?hash=1774443629 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000786auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000786auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000786auction111024: 1
2026-03-25 16:55:02 [ecarstrade.be] INFO: Extracting details for car 7000726auction111024
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000790auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000790auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000790auction111024: 1
2026-03-25 16:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 7000726auction111024
2026-03-25 16:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with scrape type 1
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000726%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444189%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_001/780x0__r.jpg?hash=1774444189 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000794auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000794auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000794auction111024: 1
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000726%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444188%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_002/780x0__r.jpg?hash=1774444188 not downloaded yet
2026-03-25 16:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000799auction111024
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000799auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [ecarstrade.be] INFO: Scrape type for 7000799auction111024: 1
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000726%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444188%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_003/780x0__r.jpg?hash=1774444188 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000726%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444188%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_004/780x0__r.jpg?hash=1774444188 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000726%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444190%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_005/780x0__r.jpg?hash=1774444190 not downloaded yet
2026-03-25 16:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000726%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444188%27 HTTP/1.1" 200 None
2026-03-25 16:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_006/780x0__r.jpg?hash=1774444188 not downloaded yet
2026-03-25 16:55:06 [scrapy.extensions.logstats] INFO: Crawled 683 pages (at 35 pages/min), scraped 557 items (at 35 items/min)
2026-03-25 16:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:55:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000504> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:07 [ecarstrade.be] INFO: Extracting details for car 7000504auction111024
2026-03-25 16:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 with identifier: 7000504auction111024
2026-03-25 16:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 with scrape type 1
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000504%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444114%27 HTTP/1.1" 200 None
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_001/780x0__r.jpg?hash=1774444114 not downloaded yet
2026-03-25 16:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000504%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444112%27 HTTP/1.1" 200 None
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_002/780x0__r.jpg?hash=1774444112 not downloaded yet
2026-03-25 16:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000504%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444112%27 HTTP/1.1" 200 None
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_003/780x0__r.jpg?hash=1774444112 not downloaded yet
2026-03-25 16:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000504%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444113%27 HTTP/1.1" 200 None
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_004/780x0__r.jpg?hash=1774444113 not downloaded yet
2026-03-25 16:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000504%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444113%27 HTTP/1.1" 200 None
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_005/780x0__r.jpg?hash=1774444113 not downloaded yet
2026-03-25 16:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000504%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444113%27 HTTP/1.1" 200 None
2026-03-25 16:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_006/780x0__r.jpg?hash=1774444113 not downloaded yet
2026-03-25 16:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000705> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:08 [ecarstrade.be] INFO: Extracting details for car 7000705auction111024
2026-03-25 16:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 7000705auction111024
2026-03-25 16:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02011f24-d21c-5a7e-b02f-6e14be26ec91 with scrape type 1
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000705%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444147%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_001/780x0__r.jpg?hash=1774444147 not downloaded yet
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000705%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444146%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_002/780x0__r.jpg?hash=1774444146 not downloaded yet
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000705%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444146%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_003/780x0__r.jpg?hash=1774444146 not downloaded yet
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000705%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444146%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_004/780x0__r.jpg?hash=1774444146 not downloaded yet
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000705%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444146%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_005/780x0__r.jpg?hash=1774444146 not downloaded yet
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000705%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444146%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_006/780x0__r.jpg?hash=1774444146 not downloaded yet
2026-03-25 16:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000778> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_006/780x0__r.jpg?hash=1774444374> (referer: https://ecarstrade.com/cars/7000795)
2026-03-25 16:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000710> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:08 [ecarstrade.be] INFO: Extracting details for car 7000778auction111024
2026-03-25 16:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 7000778auction111024
2026-03-25 16:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a with scrape type 1
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000778%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444325%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_001/780x0__r.jpg?hash=1774444325 not downloaded yet
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000778%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444326%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_002/780x0__r.jpg?hash=1774444326 not downloaded yet
2026-03-25 16:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_005/780x0__r.jpg?hash=1774444410> (referer: https://ecarstrade.com/cars/7000810)
2026-03-25 16:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000778%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444326%27 HTTP/1.1" 200 None
2026-03-25 16:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_003/780x0__r.jpg?hash=1774444326 not downloaded yet
2026-03-25 16:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_006/780x0__r.jpg?hash=1774444410> (referer: https://ecarstrade.com/cars/7000810)
2026-03-25 16:55:08 [ecarstrade.be] INFO: Extracting details for car 7000710auction111024
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000778%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444325%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_004/780x0__r.jpg?hash=1774444325 not downloaded yet
2026-03-25 16:55:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000778%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444325%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_005/780x0__r.jpg?hash=1774444325 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 7000710auction111024
2026-03-25 16:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17919c86-2242-54e1-972c-27573b09c3e6 with scrape type 1
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000710%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444155%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_001/780x0__r.jpg?hash=1774444155 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000778%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444326%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_006/780x0__r.jpg?hash=1774444326 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000710%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444155%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_002/780x0__r.jpg?hash=1774444155 not downloaded yet
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_002/780x0__r.jpg?hash=1774443818> (referer: https://ecarstrade.com/cars/7000385)
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000710%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444155%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_003/780x0__r.jpg?hash=1774444155 not downloaded yet
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000708> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000710%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444155%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_004/780x0__r.jpg?hash=1774444155 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000710%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444155%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_005/780x0__r.jpg?hash=1774444155 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000710%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444155%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_006/780x0__r.jpg?hash=1774444155 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_003/780x0__r.jpg?hash=1774443629> (referer: https://ecarstrade.com/cars/7000309)
2026-03-25 16:55:09 [ecarstrade.be] INFO: Extracting details for car 7000708auction111024
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_006/780x0__r.jpg?hash=1774444188> (referer: https://ecarstrade.com/cars/7000726)
2026-03-25 16:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 7000708auction111024
2026-03-25 16:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 195a93f1-e263-5a82-9b95-7628a1a6ca25 with scrape type 1
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000708%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444151%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_001/780x0__r.jpg?hash=1774444151 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000708%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444152%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_002/780x0__r.jpg?hash=1774444152 not downloaded yet
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_006/780x0__r.jpg?hash=1774444113> (referer: https://ecarstrade.com/cars/7000504)
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000708%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444151%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_003/780x0__r.jpg?hash=1774444151 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000708%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444151%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_004/780x0__r.jpg?hash=1774444151 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000708%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444151%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_005/780x0__r.jpg?hash=1774444151 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_006/780x0__r.jpg?hash=1774444146> (referer: https://ecarstrade.com/cars/7000705)
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000708%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444151%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_006/780x0__r.jpg?hash=1774444151 not downloaded yet
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000711> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_005/780x0__r.jpg?hash=1774444146> (referer: https://ecarstrade.com/cars/7000705)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_002/780x0__r.jpg?hash=1774444326> (referer: https://ecarstrade.com/cars/7000778)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_004/780x0__r.jpg?hash=1774444146> (referer: https://ecarstrade.com/cars/7000705)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_003/780x0__r.jpg?hash=1774444326> (referer: https://ecarstrade.com/cars/7000778)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:09 [ecarstrade.be] INFO: Extracting details for car 7000711auction111024
2026-03-25 16:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 7000711auction111024
2026-03-25 16:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f725e7-1aaf-5673-b905-f0e9e75efef2 with scrape type 1
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000711%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444156%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_001/780x0__r.jpg?hash=1774444156 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_002/780x0__r.jpg?hash=1774444155> (referer: https://ecarstrade.com/cars/7000710)
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000711%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444156%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_002/780x0__r.jpg?hash=1774444156 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000711%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444156%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_003/780x0__r.jpg?hash=1774444156 not downloaded yet
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_003/780x0__r.jpg?hash=1774444155> (referer: https://ecarstrade.com/cars/7000710)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_006/780x0__r.jpg?hash=1774444155> (referer: https://ecarstrade.com/cars/7000710)
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000711%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444156%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_004/780x0__r.jpg?hash=1774444156 not downloaded yet
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000711%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444156%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_005/780x0__r.jpg?hash=1774444156 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000711%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444156%27 HTTP/1.1" 200 None
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_006/780x0__r.jpg?hash=1774444156 not downloaded yet
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_005/780x0__r.jpg?hash=1774444155> (referer: https://ecarstrade.com/cars/7000710)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_005/780x0__r.jpg?hash=1774444151> (referer: https://ecarstrade.com/cars/7000708)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_002/780x0__r.jpg?hash=1774444152> (referer: https://ecarstrade.com/cars/7000708)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_006/780x0__r.jpg?hash=1774444151> (referer: https://ecarstrade.com/cars/7000708)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_003/780x0__r.jpg?hash=1774444151> (referer: https://ecarstrade.com/cars/7000708)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_004/780x0__r.jpg?hash=1774444151> (referer: https://ecarstrade.com/cars/7000708)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_001/780x0__r.jpg?hash=1774444151> (referer: https://ecarstrade.com/cars/7000708)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_001/780x0__r.jpg?hash=1774444156> (referer: https://ecarstrade.com/cars/7000711)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_003/780x0__r.jpg?hash=1774444156> (referer: https://ecarstrade.com/cars/7000711)
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_004/780x0__r.jpg?hash=1774444155> (referer: https://ecarstrade.com/cars/7000710)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_002/780x0__r.jpg?hash=1774444156> (referer: https://ecarstrade.com/cars/7000711)
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 195a93f1-e263-5a82-9b95-7628a1a6ca25
2026-03-25 16:55:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 195a93f1-e263-5a82-9b95-7628a1a6ca25, skipping ID generation
2026-03-25 16:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 195a93f1-e263-5a82-9b95-7628a1a6ca25 with scrape type 1
2026-03-25 16:55:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 195a93f1-e263-5a82-9b95-7628a1a6ca25 sending to next pipeline
2026-03-25 16:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 195a93f1-e263-5a82-9b95-7628a1a6ca25, identifier: 7000708auction111024
2026-03-25 16:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 7000708auction111024
2026-03-25 16:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 7000708auction111024
2026-03-25 16:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 7000708auction111024 to the API
2026-03-25 16:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000708/photo_001/780x0__r.jpg?hash=1774444151>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '195a93f1-e263-5a82-9b95-7628a1a6ca25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000708',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 23473,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000708auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:10 [ecarstrade.be] INFO: Saving data for 7000708auction111024: {'created_time': 1774457710.8122, 'last_price_update_time': 1774457710.812217, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000708auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_006/780x0__r.jpg?hash=1774444156> (referer: https://ecarstrade.com/cars/7000711)
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_005/780x0__r.jpg?hash=1774444156> (referer: https://ecarstrade.com/cars/7000711)
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_004/780x0__r.jpg?hash=1774444156> (referer: https://ecarstrade.com/cars/7000711)
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_006/780x0__r.jpg?hash=1774444326> (referer: https://ecarstrade.com/cars/7000778)
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_001/780x0__r.jpg?hash=1774444155> (referer: https://ecarstrade.com/cars/7000710)
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_005/780x0__r.jpg?hash=1774444325> (referer: https://ecarstrade.com/cars/7000778)
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60f725e7-1aaf-5673-b905-f0e9e75efef2
2026-03-25 16:55:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60f725e7-1aaf-5673-b905-f0e9e75efef2, skipping ID generation
2026-03-25 16:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f725e7-1aaf-5673-b905-f0e9e75efef2 with scrape type 1
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60f725e7-1aaf-5673-b905-f0e9e75efef2 sending to next pipeline
2026-03-25 16:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60f725e7-1aaf-5673-b905-f0e9e75efef2, identifier: 7000711auction111024
2026-03-25 16:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 7000711auction111024
2026-03-25 16:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 7000711auction111024
2026-03-25 16:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 7000711auction111024 to the API
2026-03-25 16:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000711/photo_004/780x0__r.jpg?hash=1774444156>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '60f725e7-1aaf-5673-b905-f0e9e75efef2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000711',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 23244,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000711auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:11 [ecarstrade.be] INFO: Saving data for 7000711auction111024: {'created_time': 1774457711.646549, 'last_price_update_time': 1774457711.646559, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000711auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_004/780x0__r.jpg?hash=1774444325> (referer: https://ecarstrade.com/cars/7000778)
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_001/780x0__r.jpg?hash=1774444325> (referer: https://ecarstrade.com/cars/7000778)
2026-03-25 16:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_003/780x0__r.jpg?hash=1774444146> (referer: https://ecarstrade.com/cars/7000705)
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 17919c86-2242-54e1-972c-27573b09c3e6
2026-03-25 16:55:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17919c86-2242-54e1-972c-27573b09c3e6, skipping ID generation
2026-03-25 16:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17919c86-2242-54e1-972c-27573b09c3e6 with scrape type 1
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17919c86-2242-54e1-972c-27573b09c3e6 sending to next pipeline
2026-03-25 16:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17919c86-2242-54e1-972c-27573b09c3e6, identifier: 7000710auction111024
2026-03-25 16:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 7000710auction111024
2026-03-25 16:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 7000710auction111024
2026-03-25 16:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 7000710auction111024 to the API
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000710/photo_001/780x0__r.jpg?hash=1774444155>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '17919c86-2242-54e1-972c-27573b09c3e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000710',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 20826,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000710auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:12 [ecarstrade.be] INFO: Saving data for 7000710auction111024: {'created_time': 1774457712.244413, 'last_price_update_time': 1774457712.244423, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000710auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_002/780x0__r.jpg?hash=1774444146> (referer: https://ecarstrade.com/cars/7000705)
2026-03-25 16:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_005/780x0__r.jpg?hash=1774444113> (referer: https://ecarstrade.com/cars/7000504)
2026-03-25 16:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_001/780x0__r.jpg?hash=1774444147> (referer: https://ecarstrade.com/cars/7000705)
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 61e99e51-f866-53d0-991c-d9c7c4f2f59a
2026-03-25 16:55:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61e99e51-f866-53d0-991c-d9c7c4f2f59a, skipping ID generation
2026-03-25 16:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a with scrape type 1
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a sending to next pipeline
2026-03-25 16:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61e99e51-f866-53d0-991c-d9c7c4f2f59a, identifier: 7000778auction111024
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 7000778auction111024
2026-03-25 16:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 7000778auction111024
2026-03-25 16:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 7000778auction111024 to the API
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000778/photo_001/780x0__r.jpg?hash=1774444325>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '61e99e51-f866-53d0-991c-d9c7c4f2f59a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000778',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 150500,
'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': "Skoda, Karoq '17, Skoda Karoq 2.0 CRTDI 85KW Clever 5d",
'transmission': 'manual',
'trim': ", '17, 2.0 CRTDI 85KW Clever 5d",
'vin': None,
'year': 2021}
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000778auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:12 [ecarstrade.be] INFO: Saving data for 7000778auction111024: {'created_time': 1774457712.795782, 'last_price_update_time': 1774457712.795795, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000778auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_002/780x0__r.jpg?hash=1774444112> (referer: https://ecarstrade.com/cars/7000504)
2026-03-25 16:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_004/780x0__r.jpg?hash=1774444113> (referer: https://ecarstrade.com/cars/7000504)
2026-03-25 16:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_003/780x0__r.jpg?hash=1774444112> (referer: https://ecarstrade.com/cars/7000504)
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02011f24-d21c-5a7e-b02f-6e14be26ec91
2026-03-25 16:55:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02011f24-d21c-5a7e-b02f-6e14be26ec91, skipping ID generation
2026-03-25 16:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02011f24-d21c-5a7e-b02f-6e14be26ec91 with scrape type 1
2026-03-25 16:55:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02011f24-d21c-5a7e-b02f-6e14be26ec91 sending to next pipeline
2026-03-25 16:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02011f24-d21c-5a7e-b02f-6e14be26ec91, identifier: 7000705auction111024
2026-03-25 16:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 7000705auction111024
2026-03-25 16:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 7000705auction111024
2026-03-25 16:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 7000705auction111024 to the API
2026-03-25 16:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000705/photo_001/780x0__r.jpg?hash=1774444147>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '02011f24-d21c-5a7e-b02f-6e14be26ec91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000705',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 4493,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000705auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:13 [ecarstrade.be] INFO: Saving data for 7000705auction111024: {'created_time': 1774457713.375179, 'last_price_update_time': 1774457713.375189, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000705auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_001/780x0__r.jpg?hash=1774444114> (referer: https://ecarstrade.com/cars/7000504)
2026-03-25 16:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_005/780x0__r.jpg?hash=1774444190> (referer: https://ecarstrade.com/cars/7000726)
2026-03-25 16:55:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_004/780x0__r.jpg?hash=1774444188> (referer: https://ecarstrade.com/cars/7000726)
2026-03-25 16:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_003/780x0__r.jpg?hash=1774444188> (referer: https://ecarstrade.com/cars/7000726)
2026-03-25 16:55:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_002/780x0__r.jpg?hash=1774444188> (referer: https://ecarstrade.com/cars/7000726)
2026-03-25 16:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25
2026-03-25 16:55:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 769ffeb8-78c6-5f53-b011-7fb26ee9bc25, skipping ID generation
2026-03-25 16:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 with scrape type 1
2026-03-25 16:55:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 sending to next pipeline
2026-03-25 16:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 769ffeb8-78c6-5f53-b011-7fb26ee9bc25, identifier: 7000504auction111024
2026-03-25 16:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 with identifier: 7000504auction111024
2026-03-25 16:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 with identifier: 7000504auction111024
2026-03-25 16:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 769ffeb8-78c6-5f53-b011-7fb26ee9bc25 with identifier: 7000504auction111024 to the API
2026-03-25 16:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000504/photo_001/780x0__r.jpg?hash=1774444114>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '769ffeb8-78c6-5f53-b011-7fb26ee9bc25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000504',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 69975,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000504auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [ecarstrade.be] INFO: Saving data for 7000504auction111024: {'created_time': 1774457714.03035, 'last_price_update_time': 1774457714.03036, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000504auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_001/780x0__r.jpg?hash=1774444189> (referer: https://ecarstrade.com/cars/7000726)
2026-03-25 16:55:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000706> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000328> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_006/780x0__r.jpg?hash=1774443629> (referer: https://ecarstrade.com/cars/7000309)
2026-03-25 16:55:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6
2026-03-25 16:55:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6, skipping ID generation
2026-03-25 16:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with scrape type 1
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 sending to next pipeline
2026-03-25 16:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6, identifier: 7000726auction111024
2026-03-25 16:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 7000726auction111024
2026-03-25 16:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 7000726auction111024
2026-03-25 16:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 7000726auction111024 to the API
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000726/photo_001/780x0__r.jpg?hash=1774444189>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000726',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 54904,
'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': 'OPEL E-MOKKA 50 kWh Elegance 5d',
'transmission': 'automatic',
'trim': 'OPEL E-MOKKA 50 kWh Elegance 5d',
'vin': None,
'year': 2023}
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000726auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [ecarstrade.be] INFO: Saving data for 7000726auction111024: {'created_time': 1774457714.56632, 'last_price_update_time': 1774457714.56633, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000726auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:14 [ecarstrade.be] INFO: Extracting details for car 7000706auction111024
2026-03-25 16:55:14 [ecarstrade.be] INFO: Extracting details for car 7000328auction111024
2026-03-25 16:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000316> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 7000706auction111024
2026-03-25 16:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b972c1-05db-56d5-8597-7b3585b1f7b4 with scrape type 1
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000706%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444147%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_001/780x0__r.jpg?hash=1774444147 not downloaded yet
2026-03-25 16:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 7000328auction111024
2026-03-25 16:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with scrape type 1
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000328%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443674%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_001/780x0__r.jpg?hash=1774443674 not downloaded yet
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000706%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444147%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_002/780x0__r.jpg?hash=1774444147 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000328%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443671%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_002/780x0__r.jpg?hash=1774443671 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000706%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444149%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_003/780x0__r.jpg?hash=1774444149 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000328%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443671%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_003/780x0__r.jpg?hash=1774443671 not downloaded yet
2026-03-25 16:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_005/780x0__r.jpg?hash=1774443629> (referer: https://ecarstrade.com/cars/7000309)
2026-03-25 16:55:14 [ecarstrade.be] INFO: Extracting details for car 7000316auction111024
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000706%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444148%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_004/780x0__r.jpg?hash=1774444148 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000328%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443671%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_004/780x0__r.jpg?hash=1774443671 not downloaded yet
2026-03-25 16:55:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000706%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444148%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_005/780x0__r.jpg?hash=1774444148 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000328%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443671%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_005/780x0__r.jpg?hash=1774443671 not downloaded yet
2026-03-25 16:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 7000316auction111024
2026-03-25 16:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f72e8d01-bc25-5232-b3c1-e64b06d17611 with scrape type 1
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000316%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443646%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_001/780x0__r.jpg?hash=1774443646 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000706%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444147%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_006/780x0__r.jpg?hash=1774444147 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000328%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443673%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_006/780x0__r.jpg?hash=1774443673 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000316%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443645%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_002/780x0__r.jpg?hash=1774443645 not downloaded yet
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000316%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443645%27 HTTP/1.1" 200 None
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_003/780x0__r.jpg?hash=1774443645 not downloaded yet
2026-03-25 16:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000316%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443645%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_004/780x0__r.jpg?hash=1774443645 not downloaded yet
2026-03-25 16:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000811> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000316%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443647%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_005/780x0__r.jpg?hash=1774443647 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000316%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443646%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_006/780x0__r.jpg?hash=1774443646 not downloaded yet
2026-03-25 16:55:15 [ecarstrade.be] INFO: Extracting details for car 7000811auction111024
2026-03-25 16:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_004/780x0__r.jpg?hash=1774443629> (referer: https://ecarstrade.com/cars/7000309)
2026-03-25 16:55:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 7000811auction111024
2026-03-25 16:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e543de38-e369-54bf-8fbc-450e9a8f99aa with scrape type 1
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000811%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444412%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_001/780x0__r.jpg?hash=1774444412 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000811%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444412%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_002/780x0__r.jpg?hash=1774444412 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000811%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444412%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_003/780x0__r.jpg?hash=1774444412 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000811%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444412%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_004/780x0__r.jpg?hash=1774444412 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000811%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444412%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_005/780x0__r.jpg?hash=1774444412 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000811%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444414%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_006/780x0__r.jpg?hash=1774444414 not downloaded yet
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000507> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:15 [ecarstrade.be] INFO: Extracting details for car 7000507auction111024
2026-03-25 16:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13d5bba1-074a-5b34-80be-a8bc4b455808 with identifier: 7000507auction111024
2026-03-25 16:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13d5bba1-074a-5b34-80be-a8bc4b455808 with scrape type 1
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000507%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444118%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_001/780x0__r.jpg?hash=1774444118 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000507%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444118%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_002/780x0__r.jpg?hash=1774444118 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000507%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444118%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_003/780x0__r.jpg?hash=1774444118 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000507%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444118%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_004/780x0__r.jpg?hash=1774444118 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000507%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444118%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_005/780x0__r.jpg?hash=1774444118 not downloaded yet
2026-03-25 16:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000507%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444119%27 HTTP/1.1" 200 None
2026-03-25 16:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_006/780x0__r.jpg?hash=1774444119 not downloaded yet
2026-03-25 16:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000763> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000794> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_002/780x0__r.jpg?hash=1774443629> (referer: https://ecarstrade.com/cars/7000309)
2026-03-25 16:55:20 [ecarstrade.be] INFO: Extracting details for car 7000763auction111024
2026-03-25 16:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70ba1c02-ecab-5fda-891c-44360dd9c1b9 with identifier: 7000763auction111024
2026-03-25 16:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ba1c02-ecab-5fda-891c-44360dd9c1b9 with scrape type 1
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000763%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_001/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000763%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_002/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_001/780x0__r.jpg?hash=1774443629> (referer: https://ecarstrade.com/cars/7000309)
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000763%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_003/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:55:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:20 [ecarstrade.be] INFO: Extracting details for car 7000794auction111024
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000763%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_004/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000763%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_005/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 7000794auction111024
2026-03-25 16:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b830e0c4-9e6e-5105-a11c-dc28676629e1 with scrape type 1
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000794%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444372%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_001/780x0__r.jpg?hash=1774444372 not downloaded yet
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000763%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444288%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_006/780x0__r.jpg?hash=1774444288 not downloaded yet
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000794%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444372%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_002/780x0__r.jpg?hash=1774444372 not downloaded yet
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000794%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444372%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_003/780x0__r.jpg?hash=1774444372 not downloaded yet
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000794%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444372%27 HTTP/1.1" 200 None
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_004/780x0__r.jpg?hash=1774444372 not downloaded yet
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7
2026-03-25 16:55:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7, skipping ID generation
2026-03-25 16:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with scrape type 1
2026-03-25 16:55:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 sending to next pipeline
2026-03-25 16:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7, identifier: 7000309auction111024
2026-03-25 16:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 7000309auction111024
2026-03-25 16:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 7000309auction111024
2026-03-25 16:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 7000309auction111024 to the API
2026-03-25 16:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000309/photo_001/780x0__r.jpg?hash=1774443629>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000309',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 106788,
'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': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic Business Ed 5d',
'vin': None,
'year': 2019}
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000309auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [ecarstrade.be] INFO: Saving data for 7000309auction111024: {'created_time': 1774457721.239413, 'last_price_update_time': 1774457721.239425, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000309auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000794%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444372%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_005/780x0__r.jpg?hash=1774444372 not downloaded yet
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000790> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000794%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444372%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_006/780x0__r.jpg?hash=1774444372 not downloaded yet
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000799> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_003/780x0__r.jpg?hash=1774443671> (referer: https://ecarstrade.com/cars/7000328)
2026-03-25 16:55:21 [ecarstrade.be] INFO: Extracting details for car 7000790auction111024
2026-03-25 16:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 7000790auction111024
2026-03-25 16:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with scrape type 1
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000790%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444360%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_001/780x0__r.jpg?hash=1774444360 not downloaded yet
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000790%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_002/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_004/780x0__r.jpg?hash=1774443645> (referer: https://ecarstrade.com/cars/7000316)
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000790%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_003/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:55:21 [ecarstrade.be] INFO: Extracting details for car 7000799auction111024
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_006/780x0__r.jpg?hash=1774443646> (referer: https://ecarstrade.com/cars/7000316)
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000790%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_004/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0966714-3ad8-59de-a619-31f8f40cb1cc with identifier: 7000799auction111024
2026-03-25 16:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0966714-3ad8-59de-a619-31f8f40cb1cc with scrape type 1
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000799%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444383%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_001/780x0__r.jpg?hash=1774444383 not downloaded yet
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000790%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_005/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000799%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444383%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_002/780x0__r.jpg?hash=1774444383 not downloaded yet
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000790%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444361%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_006/780x0__r.jpg?hash=1774444361 not downloaded yet
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_006/780x0__r.jpg?hash=1774444414> (referer: https://ecarstrade.com/cars/7000811)
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000799%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444383%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_003/780x0__r.jpg?hash=1774444383 not downloaded yet
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000799%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444383%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_004/780x0__r.jpg?hash=1774444383 not downloaded yet
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_006/780x0__r.jpg?hash=1774444119> (referer: https://ecarstrade.com/cars/7000507)
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000799%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444383%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_005/780x0__r.jpg?hash=1774444383 not downloaded yet
2026-03-25 16:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000799%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444383%27 HTTP/1.1" 200 None
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_006/780x0__r.jpg?hash=1774444383 not downloaded yet
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_005/780x0__r.jpg?hash=1774444118> (referer: https://ecarstrade.com/cars/7000507)
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_004/780x0__r.jpg?hash=1774444118> (referer: https://ecarstrade.com/cars/7000507)
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_002/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000763)
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_005/780x0__r.jpg?hash=1774444372> (referer: https://ecarstrade.com/cars/7000794)
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_006/780x0__r.jpg?hash=1774444372> (referer: https://ecarstrade.com/cars/7000794)
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_004/780x0__r.jpg?hash=1774444372> (referer: https://ecarstrade.com/cars/7000794)
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_002/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000790)
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_002/780x0__r.jpg?hash=1774444383> (referer: https://ecarstrade.com/cars/7000799)
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_003/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000790)
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_004/780x0__r.jpg?hash=1774444383> (referer: https://ecarstrade.com/cars/7000799)
2026-03-25 16:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_006/780x0__r.jpg?hash=1774444383> (referer: https://ecarstrade.com/cars/7000799)
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_005/780x0__r.jpg?hash=1774444383> (referer: https://ecarstrade.com/cars/7000799)
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_003/780x0__r.jpg?hash=1774444383> (referer: https://ecarstrade.com/cars/7000799)
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_006/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000790)
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_005/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000790)
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_001/780x0__r.jpg?hash=1774444383> (referer: https://ecarstrade.com/cars/7000799)
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_004/780x0__r.jpg?hash=1774444361> (referer: https://ecarstrade.com/cars/7000790)
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_001/780x0__r.jpg?hash=1774444360> (referer: https://ecarstrade.com/cars/7000790)
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000730> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_003/780x0__r.jpg?hash=1774444372> (referer: https://ecarstrade.com/cars/7000794)
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e0966714-3ad8-59de-a619-31f8f40cb1cc
2026-03-25 16:55:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0966714-3ad8-59de-a619-31f8f40cb1cc, skipping ID generation
2026-03-25 16:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0966714-3ad8-59de-a619-31f8f40cb1cc with scrape type 1
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0966714-3ad8-59de-a619-31f8f40cb1cc sending to next pipeline
2026-03-25 16:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0966714-3ad8-59de-a619-31f8f40cb1cc, identifier: 7000799auction111024
2026-03-25 16:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0966714-3ad8-59de-a619-31f8f40cb1cc with identifier: 7000799auction111024
2026-03-25 16:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0966714-3ad8-59de-a619-31f8f40cb1cc with identifier: 7000799auction111024
2026-03-25 16:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0966714-3ad8-59de-a619-31f8f40cb1cc with identifier: 7000799auction111024 to the API
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000799/photo_001/780x0__r.jpg?hash=1774444383>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e0966714-3ad8-59de-a619-31f8f40cb1cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000799',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 165922,
'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': 'Toyota Corolla Touring Sports 1.8 Hybrid Dynamic e-CVT 5d',
'transmission': 'automatic',
'trim': 'Touring Sports 1.8 Hybrid Dynamic e-CVT 5d',
'vin': None,
'year': 2022}
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000799auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:22 [ecarstrade.be] INFO: Saving data for 7000799auction111024: {'created_time': 1774457722.634988, 'last_price_update_time': 1774457722.635, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000799auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_002/780x0__r.jpg?hash=1774444372> (referer: https://ecarstrade.com/cars/7000794)
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_006/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000763)
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_001/780x0__r.jpg?hash=1774444372> (referer: https://ecarstrade.com/cars/7000794)
2026-03-25 16:55:22 [ecarstrade.be] INFO: Extracting details for car 7000730auction111024
2026-03-25 16:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000786> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1
2026-03-25 16:55:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1, skipping ID generation
2026-03-25 16:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with scrape type 1
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 sending to next pipeline
2026-03-25 16:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1, identifier: 7000790auction111024
2026-03-25 16:55:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 7000730auction111024
2026-03-25 16:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ab6203-83ff-5f51-9c25-f01735513f78 with scrape type 1
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000730%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_001/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 7000790auction111024
2026-03-25 16:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 7000790auction111024
2026-03-25 16:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 7000790auction111024 to the API
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000790/photo_001/780x0__r.jpg?hash=1774444360>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000790',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 55238,
'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': 5,
'seller_name': None,
'title': "Skoda, Scala '19, Skoda Scala 1.0 TSI 85kW Style 5d",
'transmission': 'manual',
'trim': ", '19, 1.0 TSI 85kW Style 5d",
'vin': None,
'year': 2020}
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000790auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [ecarstrade.be] INFO: Saving data for 7000790auction111024: {'created_time': 1774457723.048095, 'last_price_update_time': 1774457723.048106, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000790auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_003/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000763)
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_004/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000763)
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_005/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000763)
2026-03-25 16:55:23 [ecarstrade.be] INFO: Extracting details for car 7000786auction111024
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000730%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444197%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_002/780x0__r.jpg?hash=1774444197 not downloaded yet
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_001/780x0__r.jpg?hash=1774444288> (referer: https://ecarstrade.com/cars/7000763)
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000736> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000730%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444197%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_003/780x0__r.jpg?hash=1774444197 not downloaded yet
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b830e0c4-9e6e-5105-a11c-dc28676629e1
2026-03-25 16:55:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b830e0c4-9e6e-5105-a11c-dc28676629e1, skipping ID generation
2026-03-25 16:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b830e0c4-9e6e-5105-a11c-dc28676629e1 with scrape type 1
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b830e0c4-9e6e-5105-a11c-dc28676629e1 sending to next pipeline
2026-03-25 16:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b830e0c4-9e6e-5105-a11c-dc28676629e1, identifier: 7000794auction111024
2026-03-25 16:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b7c867a-4f43-5749-9825-cc7747c0d053 with identifier: 7000786auction111024
2026-03-25 16:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b7c867a-4f43-5749-9825-cc7747c0d053 with scrape type 1
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000786%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444348%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_001/780x0__r.jpg?hash=1774444348 not downloaded yet
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000730%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444197%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_004/780x0__r.jpg?hash=1774444197 not downloaded yet
2026-03-25 16:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 7000794auction111024
2026-03-25 16:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 7000794auction111024
2026-03-25 16:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 7000794auction111024 to the API
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000794/photo_001/780x0__r.jpg?hash=1774444372>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b830e0c4-9e6e-5105-a11c-dc28676629e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000794',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 104829,
'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, Scala '19, Skoda Scala 1.0 TSI 81kW DSG7 Clever 5d",
'transmission': 'automatic',
'trim': ", '19, 1.0 TSI 81kW DSG7 Clever 5d",
'vin': None,
'year': 2022}
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000794auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [ecarstrade.be] INFO: Saving data for 7000794auction111024: {'created_time': 1774457723.67247, 'last_price_update_time': 1774457723.67248, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000794auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_003/780x0__r.jpg?hash=1774444118> (referer: https://ecarstrade.com/cars/7000507)
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_001/780x0__r.jpg?hash=1774444118> (referer: https://ecarstrade.com/cars/7000507)
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_002/780x0__r.jpg?hash=1774444118> (referer: https://ecarstrade.com/cars/7000507)
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_005/780x0__r.jpg?hash=1774444412> (referer: https://ecarstrade.com/cars/7000811)
2026-03-25 16:55:23 [ecarstrade.be] INFO: Extracting details for car 7000736auction111024
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000786%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444348%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_002/780x0__r.jpg?hash=1774444348 not downloaded yet
2026-03-25 16:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_004/780x0__r.jpg?hash=1774444412> (referer: https://ecarstrade.com/cars/7000811)
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000730%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444197%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_005/780x0__r.jpg?hash=1774444197 not downloaded yet
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000786%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444348%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_003/780x0__r.jpg?hash=1774444348 not downloaded yet
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000730%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444197%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_006/780x0__r.jpg?hash=1774444197 not downloaded yet
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70ba1c02-ecab-5fda-891c-44360dd9c1b9
2026-03-25 16:55:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70ba1c02-ecab-5fda-891c-44360dd9c1b9, skipping ID generation
2026-03-25 16:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ba1c02-ecab-5fda-891c-44360dd9c1b9 with scrape type 1
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70ba1c02-ecab-5fda-891c-44360dd9c1b9 sending to next pipeline
2026-03-25 16:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70ba1c02-ecab-5fda-891c-44360dd9c1b9, identifier: 7000763auction111024
2026-03-25 16:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33402124-4748-53d0-b3f9-0a04b673526e with identifier: 7000736auction111024
2026-03-25 16:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33402124-4748-53d0-b3f9-0a04b673526e with scrape type 1
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000736%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444210%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_001/780x0__r.jpg?hash=1774444210 not downloaded yet
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000786%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444348%27 HTTP/1.1" 200 None
2026-03-25 16:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_004/780x0__r.jpg?hash=1774444348 not downloaded yet
2026-03-25 16:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70ba1c02-ecab-5fda-891c-44360dd9c1b9 with identifier: 7000763auction111024
2026-03-25 16:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70ba1c02-ecab-5fda-891c-44360dd9c1b9 with identifier: 7000763auction111024
2026-03-25 16:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70ba1c02-ecab-5fda-891c-44360dd9c1b9 with identifier: 7000763auction111024 to the API
2026-03-25 16:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000763/photo_001/780x0__r.jpg?hash=1774444288>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '70ba1c02-ecab-5fda-891c-44360dd9c1b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000763',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 93177,
'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': 'Peugeot Rifter 1.2 PureTech 130 EAT8 Allure Pack Long 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 EAT8 Allure Pack Long 5d',
'vin': None,
'year': 2021}
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000763auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [ecarstrade.be] INFO: Saving data for 7000763auction111024: {'created_time': 1774457724.172579, 'last_price_update_time': 1774457724.17259, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000763auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_001/780x0__r.jpg?hash=1774444412> (referer: https://ecarstrade.com/cars/7000811)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_002/780x0__r.jpg?hash=1774444412> (referer: https://ecarstrade.com/cars/7000811)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_001/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000730)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_005/780x0__r.jpg?hash=1774443647> (referer: https://ecarstrade.com/cars/7000316)
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000736%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444210%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_002/780x0__r.jpg?hash=1774444210 not downloaded yet
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000786%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444348%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_005/780x0__r.jpg?hash=1774444348 not downloaded yet
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_003/780x0__r.jpg?hash=1774444412> (referer: https://ecarstrade.com/cars/7000811)
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000736%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444210%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_003/780x0__r.jpg?hash=1774444210 not downloaded yet
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000786%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444348%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_006/780x0__r.jpg?hash=1774444348 not downloaded yet
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 13d5bba1-074a-5b34-80be-a8bc4b455808
2026-03-25 16:55:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13d5bba1-074a-5b34-80be-a8bc4b455808, skipping ID generation
2026-03-25 16:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13d5bba1-074a-5b34-80be-a8bc4b455808 with scrape type 1
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13d5bba1-074a-5b34-80be-a8bc4b455808 sending to next pipeline
2026-03-25 16:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13d5bba1-074a-5b34-80be-a8bc4b455808, identifier: 7000507auction111024
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000736%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444210%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_004/780x0__r.jpg?hash=1774444210 not downloaded yet
2026-03-25 16:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13d5bba1-074a-5b34-80be-a8bc4b455808 with identifier: 7000507auction111024
2026-03-25 16:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13d5bba1-074a-5b34-80be-a8bc4b455808 with identifier: 7000507auction111024
2026-03-25 16:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13d5bba1-074a-5b34-80be-a8bc4b455808 with identifier: 7000507auction111024 to the API
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000507/photo_002/780x0__r.jpg?hash=1774444118>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '13d5bba1-074a-5b34-80be-a8bc4b455808',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000507',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 65866,
'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': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 3d',
'vin': None,
'year': 2023}
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000507auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [ecarstrade.be] INFO: Saving data for 7000507auction111024: {'created_time': 1774457724.647413, 'last_price_update_time': 1774457724.647424, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000507auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_002/780x0__r.jpg?hash=1774443645> (referer: https://ecarstrade.com/cars/7000316)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_002/780x0__r.jpg?hash=1774444197> (referer: https://ecarstrade.com/cars/7000730)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_001/780x0__r.jpg?hash=1774444348> (referer: https://ecarstrade.com/cars/7000786)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_003/780x0__r.jpg?hash=1774443645> (referer: https://ecarstrade.com/cars/7000316)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_003/780x0__r.jpg?hash=1774444197> (referer: https://ecarstrade.com/cars/7000730)
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000736%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444210%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_005/780x0__r.jpg?hash=1774444210 not downloaded yet
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_006/780x0__r.jpg?hash=1774444147> (referer: https://ecarstrade.com/cars/7000706)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_001/780x0__r.jpg?hash=1774444210> (referer: https://ecarstrade.com/cars/7000736)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_004/780x0__r.jpg?hash=1774444197> (referer: https://ecarstrade.com/cars/7000730)
2026-03-25 16:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_006/780x0__r.jpg?hash=1774443673> (referer: https://ecarstrade.com/cars/7000328)
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000736%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444210%27 HTTP/1.1" 200 None
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_006/780x0__r.jpg?hash=1774444210 not downloaded yet
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e543de38-e369-54bf-8fbc-450e9a8f99aa
2026-03-25 16:55:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e543de38-e369-54bf-8fbc-450e9a8f99aa, skipping ID generation
2026-03-25 16:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e543de38-e369-54bf-8fbc-450e9a8f99aa with scrape type 1
2026-03-25 16:55:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e543de38-e369-54bf-8fbc-450e9a8f99aa sending to next pipeline
2026-03-25 16:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e543de38-e369-54bf-8fbc-450e9a8f99aa, identifier: 7000811auction111024
2026-03-25 16:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 7000811auction111024
2026-03-25 16:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 7000811auction111024
2026-03-25 16:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 7000811auction111024 to the API
2026-03-25 16:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000811/photo_003/780x0__r.jpg?hash=1774444412>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e543de38-e369-54bf-8fbc-450e9a8f99aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000811',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 101355,
'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 Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'transmission': 'automatic',
'trim': 'Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000811auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:25 [ecarstrade.be] INFO: Saving data for 7000811auction111024: {'created_time': 1774457725.16715, 'last_price_update_time': 1774457725.16716, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000811auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_006/780x0__r.jpg?hash=1774444197> (referer: https://ecarstrade.com/cars/7000730)
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_003/780x0__r.jpg?hash=1774444348> (referer: https://ecarstrade.com/cars/7000786)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_006/780x0__r.jpg?hash=1774444348> (referer: https://ecarstrade.com/cars/7000786)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_005/780x0__r.jpg?hash=1774444197> (referer: https://ecarstrade.com/cars/7000730)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_005/780x0__r.jpg?hash=1774444348> (referer: https://ecarstrade.com/cars/7000786)
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_005/780x0__r.jpg?hash=1774444210> (referer: https://ecarstrade.com/cars/7000736)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_002/780x0__r.jpg?hash=1774444210> (referer: https://ecarstrade.com/cars/7000736)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_004/780x0__r.jpg?hash=1774444210> (referer: https://ecarstrade.com/cars/7000736)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_004/780x0__r.jpg?hash=1774444348> (referer: https://ecarstrade.com/cars/7000786)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_003/780x0__r.jpg?hash=1774444210> (referer: https://ecarstrade.com/cars/7000736)
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e0ab6203-83ff-5f51-9c25-f01735513f78
2026-03-25 16:55:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0ab6203-83ff-5f51-9c25-f01735513f78, skipping ID generation
2026-03-25 16:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ab6203-83ff-5f51-9c25-f01735513f78 with scrape type 1
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0ab6203-83ff-5f51-9c25-f01735513f78 sending to next pipeline
2026-03-25 16:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0ab6203-83ff-5f51-9c25-f01735513f78, identifier: 7000730auction111024
2026-03-25 16:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 7000730auction111024
2026-03-25 16:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 7000730auction111024
2026-03-25 16:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 7000730auction111024 to the API
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000730/photo_005/780x0__r.jpg?hash=1774444197>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e0ab6203-83ff-5f51-9c25-f01735513f78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000730',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 64487,
'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': 'PEUGEOT 2008 - 2020 1.2 PureTech Allure S&S (EU6.4) 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT - 2020 1.2 PureTech Allure S&S (EU6.4) 5d',
'vin': None,
'year': 2023}
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000730auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:25 [ecarstrade.be] INFO: Saving data for 7000730auction111024: {'created_time': 1774457725.740801, 'last_price_update_time': 1774457725.740813, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000730auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_001/780x0__r.jpg?hash=1774443646> (referer: https://ecarstrade.com/cars/7000316)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_002/780x0__r.jpg?hash=1774444348> (referer: https://ecarstrade.com/cars/7000786)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_006/780x0__r.jpg?hash=1774444210> (referer: https://ecarstrade.com/cars/7000736)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_005/780x0__r.jpg?hash=1774443671> (referer: https://ecarstrade.com/cars/7000328)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_005/780x0__r.jpg?hash=1774444148> (referer: https://ecarstrade.com/cars/7000706)
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_004/780x0__r.jpg?hash=1774443671> (referer: https://ecarstrade.com/cars/7000328)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_003/780x0__r.jpg?hash=1774444149> (referer: https://ecarstrade.com/cars/7000706)
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_004/780x0__r.jpg?hash=1774444148> (referer: https://ecarstrade.com/cars/7000706)
2026-03-25 16:55:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_002/780x0__r.jpg?hash=1774443671> (referer: https://ecarstrade.com/cars/7000328)
2026-03-25 16:55:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f72e8d01-bc25-5232-b3c1-e64b06d17611
2026-03-25 16:55:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f72e8d01-bc25-5232-b3c1-e64b06d17611, skipping ID generation
2026-03-25 16:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f72e8d01-bc25-5232-b3c1-e64b06d17611 with scrape type 1
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f72e8d01-bc25-5232-b3c1-e64b06d17611 sending to next pipeline
2026-03-25 16:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f72e8d01-bc25-5232-b3c1-e64b06d17611, identifier: 7000316auction111024
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b7c867a-4f43-5749-9825-cc7747c0d053
2026-03-25 16:55:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b7c867a-4f43-5749-9825-cc7747c0d053, skipping ID generation
2026-03-25 16:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b7c867a-4f43-5749-9825-cc7747c0d053 with scrape type 1
2026-03-25 16:55:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b7c867a-4f43-5749-9825-cc7747c0d053 sending to next pipeline
2026-03-25 16:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b7c867a-4f43-5749-9825-cc7747c0d053, identifier: 7000786auction111024
2026-03-25 16:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 33402124-4748-53d0-b3f9-0a04b673526e
2026-03-25 16:55:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33402124-4748-53d0-b3f9-0a04b673526e, skipping ID generation
2026-03-25 16:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33402124-4748-53d0-b3f9-0a04b673526e with scrape type 1
2026-03-25 16:55:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33402124-4748-53d0-b3f9-0a04b673526e sending to next pipeline
2026-03-25 16:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33402124-4748-53d0-b3f9-0a04b673526e, identifier: 7000736auction111024
2026-03-25 16:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_002/780x0__r.jpg?hash=1774444147> (referer: https://ecarstrade.com/cars/7000706)
2026-03-25 16:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 7000316auction111024
2026-03-25 16:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 7000316auction111024
2026-03-25 16:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 7000316auction111024 to the API
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000316/photo_001/780x0__r.jpg?hash=1774443646>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f72e8d01-bc25-5232-b3c1-e64b06d17611',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000316',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 132810,
'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, A3 SB '20, Audi A3 Sportback 2.0 30 TDi 85kW 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 2.0 30 TDi 85kW 5d",
'vin': None,
'year': 2021}
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000316auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:26 [ecarstrade.be] INFO: Saving data for 7000316auction111024: {'created_time': 1774457726.35307, 'last_price_update_time': 1774457726.353081, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000316auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b7c867a-4f43-5749-9825-cc7747c0d053 with identifier: 7000786auction111024
2026-03-25 16:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b7c867a-4f43-5749-9825-cc7747c0d053 with identifier: 7000786auction111024
2026-03-25 16:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b7c867a-4f43-5749-9825-cc7747c0d053 with identifier: 7000786auction111024 to the API
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000786/photo_002/780x0__r.jpg?hash=1774444348>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9b7c867a-4f43-5749-9825-cc7747c0d053',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000786',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 80762,
'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': "Skoda, Octavia Combi '20, Skoda Octavia Combi 1.0 TSI 81kW Clever "
'5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 1.0 TSI 81kW Clever 5d",
'vin': None,
'year': 2022}
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000786auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:26 [ecarstrade.be] INFO: Saving data for 7000786auction111024: {'created_time': 1774457726.626959, 'last_price_update_time': 1774457726.62697, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000786auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33402124-4748-53d0-b3f9-0a04b673526e with identifier: 7000736auction111024
2026-03-25 16:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33402124-4748-53d0-b3f9-0a04b673526e with identifier: 7000736auction111024
2026-03-25 16:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33402124-4748-53d0-b3f9-0a04b673526e with identifier: 7000736auction111024 to the API
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000736/photo_006/780x0__r.jpg?hash=1774444210>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '33402124-4748-53d0-b3f9-0a04b673526e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000736',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '3008',
'odometer': 199983,
'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': 'PEUGEOT 3008 DIESEL - 2021 1.5 BlueHDi 130 Allure 5d Auto',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2021 1.5 BlueHDi 130 Allure 5d Auto',
'vin': None,
'year': 2023}
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000736auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:27 [ecarstrade.be] INFO: Saving data for 7000736auction111024: {'created_time': 1774457727.079386, 'last_price_update_time': 1774457727.079398, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000736auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_001/780x0__r.jpg?hash=1774443674> (referer: https://ecarstrade.com/cars/7000328)
2026-03-25 16:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_001/780x0__r.jpg?hash=1774444147> (referer: https://ecarstrade.com/cars/7000706)
2026-03-25 16:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 10b4ff6a-9419-56bd-89e0-7cb956f25d42
2026-03-25 16:55:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 10b4ff6a-9419-56bd-89e0-7cb956f25d42, skipping ID generation
2026-03-25 16:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with scrape type 1
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 sending to next pipeline
2026-03-25 16:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10b4ff6a-9419-56bd-89e0-7cb956f25d42, identifier: 7000328auction111024
2026-03-25 16:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 7000328auction111024
2026-03-25 16:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 7000328auction111024
2026-03-25 16:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 7000328auction111024 to the API
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000328/photo_001/780x0__r.jpg?hash=1774443674>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '10b4ff6a-9419-56bd-89e0-7cb956f25d42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000328',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 178299,
'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': 'Audi A4 2.0 35 TDi 120kW S tronic Advanced 4d',
'transmission': 'automatic',
'trim': '2.0 35 TDi 120kW S tronic Advanced 4d',
'vin': None,
'year': 2020}
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000328auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:27 [ecarstrade.be] INFO: Saving data for 7000328auction111024: {'created_time': 1774457727.664634, 'last_price_update_time': 1774457727.664646, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000328auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000501> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11b972c1-05db-56d5-8597-7b3585b1f7b4
2026-03-25 16:55:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11b972c1-05db-56d5-8597-7b3585b1f7b4, skipping ID generation
2026-03-25 16:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b972c1-05db-56d5-8597-7b3585b1f7b4 with scrape type 1
2026-03-25 16:55:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11b972c1-05db-56d5-8597-7b3585b1f7b4 sending to next pipeline
2026-03-25 16:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11b972c1-05db-56d5-8597-7b3585b1f7b4, identifier: 7000706auction111024
2026-03-25 16:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 7000706auction111024
2026-03-25 16:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 7000706auction111024
2026-03-25 16:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 7000706auction111024 to the API
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000706/photo_001/780x0__r.jpg?hash=1774444147>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '11b972c1-05db-56d5-8597-7b3585b1f7b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000706',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 22782,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000706auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [ecarstrade.be] INFO: Saving data for 7000706auction111024: {'created_time': 1774457728.029899, 'last_price_update_time': 1774457728.02991, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000706auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:28 [ecarstrade.be] INFO: Extracting details for car 7000501auction111024
2026-03-25 16:55:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9695e6c5-c9c3-5eb5-84d7-9f427f65974e with identifier: 7000501auction111024
2026-03-25 16:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e with scrape type 1
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000501%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444102%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_001/780x0__r.jpg?hash=1774444102 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000501%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444102%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_002/780x0__r.jpg?hash=1774444102 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000501%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444104%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_003/780x0__r.jpg?hash=1774444104 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000501%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444102%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_004/780x0__r.jpg?hash=1774444102 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000501%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444102%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_005/780x0__r.jpg?hash=1774444102 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000501%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444104%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_006/780x0__r.jpg?hash=1774444104 not downloaded yet
2026-03-25 16:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000707> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:28 [ecarstrade.be] INFO: Extracting details for car 7000707auction111024
2026-03-25 16:55:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 7000707auction111024
2026-03-25 16:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffef709-883b-5028-8c42-4fa111862d11 with scrape type 1
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000707%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444149%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_001/780x0__r.jpg?hash=1774444149 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000707%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444151%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_002/780x0__r.jpg?hash=1774444151 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000707%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444149%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_003/780x0__r.jpg?hash=1774444149 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000707%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444149%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_004/780x0__r.jpg?hash=1774444149 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000707%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444149%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_005/780x0__r.jpg?hash=1774444149 not downloaded yet
2026-03-25 16:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000707%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444149%27 HTTP/1.1" 200 None
2026-03-25 16:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_006/780x0__r.jpg?hash=1774444149 not downloaded yet
2026-03-25 16:55:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000458> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:34 [ecarstrade.be] INFO: Extracting details for car 7000458auction111024
2026-03-25 16:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 with identifier: 7000458auction111024
2026-03-25 16:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 with scrape type 1
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000458%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443998%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_001/780x0__r.jpg?hash=1774443998 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000458%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443998%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_002/780x0__r.jpg?hash=1774443998 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000458%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443998%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_003/780x0__r.jpg?hash=1774443998 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000458%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443998%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_004/780x0__r.jpg?hash=1774443998 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000458%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443998%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_005/780x0__r.jpg?hash=1774443998 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000458%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443998%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_006/780x0__r.jpg?hash=1774443998 not downloaded yet
2026-03-25 16:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000351> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:34 [ecarstrade.be] INFO: Extracting details for car 7000351auction111024
2026-03-25 16:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e124aee3-54b7-554e-a052-92c4aa967f30 with identifier: 7000351auction111024
2026-03-25 16:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e124aee3-54b7-554e-a052-92c4aa967f30 with scrape type 1
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000351%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443730%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_001/780x0__r.jpg?hash=1774443730 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000351%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443731%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_002/780x0__r.jpg?hash=1774443731 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000351%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443730%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_003/780x0__r.jpg?hash=1774443730 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000351%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443730%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_004/780x0__r.jpg?hash=1774443730 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000351%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443731%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_005/780x0__r.jpg?hash=1774443731 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000351%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443730%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_006/780x0__r.jpg?hash=1774443730 not downloaded yet
2026-03-25 16:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000349> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:34 [ecarstrade.be] INFO: Extracting details for car 7000349auction111024
2026-03-25 16:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68b115c1-f49f-5ba4-9042-876b8183b96e with identifier: 7000349auction111024
2026-03-25 16:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68b115c1-f49f-5ba4-9042-876b8183b96e with scrape type 1
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000349%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443728%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_001/780x0__r.jpg?hash=1774443728 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000349%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443728%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_002/780x0__r.jpg?hash=1774443728 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000349%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443728%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_003/780x0__r.jpg?hash=1774443728 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000349%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443728%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_004/780x0__r.jpg?hash=1774443728 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000349%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443728%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_005/780x0__r.jpg?hash=1774443728 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000349%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443728%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_006/780x0__r.jpg?hash=1774443728 not downloaded yet
2026-03-25 16:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000352> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_006/780x0__r.jpg?hash=1774443818> (referer: https://ecarstrade.com/cars/7000385)
2026-03-25 16:55:34 [ecarstrade.be] INFO: Extracting details for car 7000352auction111024
2026-03-25 16:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f56caf47-d567-5f8e-ac75-35c02135da0a with identifier: 7000352auction111024
2026-03-25 16:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f56caf47-d567-5f8e-ac75-35c02135da0a with scrape type 1
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000352%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443733%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_001/780x0__r.jpg?hash=1774443733 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000352%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443732%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_002/780x0__r.jpg?hash=1774443732 not downloaded yet
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000352%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443732%27 HTTP/1.1" 200 None
2026-03-25 16:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_003/780x0__r.jpg?hash=1774443732 not downloaded yet
2026-03-25 16:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_006/780x0__r.jpg?hash=1774443810> (referer: https://ecarstrade.com/cars/7000382)
2026-03-25 16:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000352%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443732%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_004/780x0__r.jpg?hash=1774443732 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000352%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443732%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_005/780x0__r.jpg?hash=1774443732 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000352%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443732%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_006/780x0__r.jpg?hash=1774443732 not downloaded yet
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_005/780x0__r.jpg?hash=1774443818> (referer: https://ecarstrade.com/cars/7000385)
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_005/780x0__r.jpg?hash=1774443810> (referer: https://ecarstrade.com/cars/7000382)
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_006/780x0__r.jpg?hash=1774444104> (referer: https://ecarstrade.com/cars/7000501)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_006/780x0__r.jpg?hash=1774444149> (referer: https://ecarstrade.com/cars/7000707)
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000372> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000347> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_006/780x0__r.jpg?hash=1774443998> (referer: https://ecarstrade.com/cars/7000458)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_006/780x0__r.jpg?hash=1774443730> (referer: https://ecarstrade.com/cars/7000351)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000396> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:35 [ecarstrade.be] INFO: Extracting details for car 7000372auction111024
2026-03-25 16:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de with identifier: 7000372auction111024
2026-03-25 16:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de with scrape type 1
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000372%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443787%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_001/780x0__r.jpg?hash=1774443787 not downloaded yet
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_006/780x0__r.jpg?hash=1774443728> (referer: https://ecarstrade.com/cars/7000349)
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000372%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443787%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_002/780x0__r.jpg?hash=1774443787 not downloaded yet
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_003/780x0__r.jpg?hash=1774443732> (referer: https://ecarstrade.com/cars/7000352)
2026-03-25 16:55:35 [ecarstrade.be] INFO: Extracting details for car 7000347auction111024
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_005/780x0__r.jpg?hash=1774443728> (referer: https://ecarstrade.com/cars/7000349)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_006/780x0__r.jpg?hash=1774443732> (referer: https://ecarstrade.com/cars/7000352)
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000372%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443787%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_003/780x0__r.jpg?hash=1774443787 not downloaded yet
2026-03-25 16:55:35 [ecarstrade.be] INFO: Extracting details for car 7000396auction111024
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000372%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443787%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_004/780x0__r.jpg?hash=1774443787 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b0523ba-aae8-52f7-afa6-91d13ec82e6e with identifier: 7000347auction111024
2026-03-25 16:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e with scrape type 1
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000347%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443724%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_001/780x0__r.jpg?hash=1774443724 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_005/780x0__r.jpg?hash=1774443732> (referer: https://ecarstrade.com/cars/7000352)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_004/780x0__r.jpg?hash=1774443732> (referer: https://ecarstrade.com/cars/7000352)
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000372%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443787%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_005/780x0__r.jpg?hash=1774443787 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000347%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443724%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_002/780x0__r.jpg?hash=1774443724 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a with identifier: 7000396auction111024
2026-03-25 16:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a with scrape type 1
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000396%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443844%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_001/780x0__r.jpg?hash=1774443844 not downloaded yet
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_002/780x0__r.jpg?hash=1774443732> (referer: https://ecarstrade.com/cars/7000352)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_001/780x0__r.jpg?hash=1774443733> (referer: https://ecarstrade.com/cars/7000352)
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000372%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443787%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_006/780x0__r.jpg?hash=1774443787 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000347%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443724%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_003/780x0__r.jpg?hash=1774443724 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000396%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443844%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_002/780x0__r.jpg?hash=1774443844 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000347%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443724%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_004/780x0__r.jpg?hash=1774443724 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000396%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443844%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_003/780x0__r.jpg?hash=1774443844 not downloaded yet
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_002/780x0__r.jpg?hash=1774443728> (referer: https://ecarstrade.com/cars/7000349)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_001/780x0__r.jpg?hash=1774443728> (referer: https://ecarstrade.com/cars/7000349)
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_003/780x0__r.jpg?hash=1774443728> (referer: https://ecarstrade.com/cars/7000349)
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000347%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443724%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_005/780x0__r.jpg?hash=1774443724 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000396%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_004/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_004/780x0__r.jpg?hash=1774443728> (referer: https://ecarstrade.com/cars/7000349)
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000347%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443724%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_006/780x0__r.jpg?hash=1774443724 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000396%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443847%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_005/780x0__r.jpg?hash=1774443847 not downloaded yet
2026-03-25 16:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000396%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443844%27 HTTP/1.1" 200 None
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_006/780x0__r.jpg?hash=1774443844 not downloaded yet
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f56caf47-d567-5f8e-ac75-35c02135da0a
2026-03-25 16:55:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f56caf47-d567-5f8e-ac75-35c02135da0a, skipping ID generation
2026-03-25 16:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f56caf47-d567-5f8e-ac75-35c02135da0a with scrape type 1
2026-03-25 16:55:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f56caf47-d567-5f8e-ac75-35c02135da0a sending to next pipeline
2026-03-25 16:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f56caf47-d567-5f8e-ac75-35c02135da0a, identifier: 7000352auction111024
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_002/780x0__r.jpg?hash=1774443787> (referer: https://ecarstrade.com/cars/7000372)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_001/780x0__r.jpg?hash=1774443787> (referer: https://ecarstrade.com/cars/7000372)
2026-03-25 16:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f56caf47-d567-5f8e-ac75-35c02135da0a with identifier: 7000352auction111024
2026-03-25 16:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f56caf47-d567-5f8e-ac75-35c02135da0a with identifier: 7000352auction111024
2026-03-25 16:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f56caf47-d567-5f8e-ac75-35c02135da0a with identifier: 7000352auction111024 to the API
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000352/photo_001/780x0__r.jpg?hash=1774443733>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f56caf47-d567-5f8e-ac75-35c02135da0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000352',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 80362,
'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 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000352auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:36 [ecarstrade.be] INFO: Saving data for 7000352auction111024: {'created_time': 1774457736.339538, 'last_price_update_time': 1774457736.339554, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000352auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_005/780x0__r.jpg?hash=1774443731> (referer: https://ecarstrade.com/cars/7000351)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_004/780x0__r.jpg?hash=1774443730> (referer: https://ecarstrade.com/cars/7000351)
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 68b115c1-f49f-5ba4-9042-876b8183b96e
2026-03-25 16:55:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68b115c1-f49f-5ba4-9042-876b8183b96e, skipping ID generation
2026-03-25 16:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68b115c1-f49f-5ba4-9042-876b8183b96e with scrape type 1
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68b115c1-f49f-5ba4-9042-876b8183b96e sending to next pipeline
2026-03-25 16:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68b115c1-f49f-5ba4-9042-876b8183b96e, identifier: 7000349auction111024
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68b115c1-f49f-5ba4-9042-876b8183b96e with identifier: 7000349auction111024
2026-03-25 16:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68b115c1-f49f-5ba4-9042-876b8183b96e with identifier: 7000349auction111024
2026-03-25 16:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68b115c1-f49f-5ba4-9042-876b8183b96e with identifier: 7000349auction111024 to the API
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000349/photo_004/780x0__r.jpg?hash=1774443728>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '68b115c1-f49f-5ba4-9042-876b8183b96e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000349',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 72546,
'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, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000349auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:36 [ecarstrade.be] INFO: Saving data for 7000349auction111024: {'created_time': 1774457736.717531, 'last_price_update_time': 1774457736.717541, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000349auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_004/780x0__r.jpg?hash=1774443787> (referer: https://ecarstrade.com/cars/7000372)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_001/780x0__r.jpg?hash=1774443724> (referer: https://ecarstrade.com/cars/7000347)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_003/780x0__r.jpg?hash=1774443787> (referer: https://ecarstrade.com/cars/7000372)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_003/780x0__r.jpg?hash=1774443730> (referer: https://ecarstrade.com/cars/7000351)
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_002/780x0__r.jpg?hash=1774443844> (referer: https://ecarstrade.com/cars/7000396)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_004/780x0__r.jpg?hash=1774443724> (referer: https://ecarstrade.com/cars/7000347)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_004/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000396)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_003/780x0__r.jpg?hash=1774443844> (referer: https://ecarstrade.com/cars/7000396)
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000741> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_006/780x0__r.jpg?hash=1774443844> (referer: https://ecarstrade.com/cars/7000396)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_006/780x0__r.jpg?hash=1774443724> (referer: https://ecarstrade.com/cars/7000347)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_005/780x0__r.jpg?hash=1774443847> (referer: https://ecarstrade.com/cars/7000396)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_005/780x0__r.jpg?hash=1774443724> (referer: https://ecarstrade.com/cars/7000347)
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_006/780x0__r.jpg?hash=1774443787> (referer: https://ecarstrade.com/cars/7000372)
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_003/780x0__r.jpg?hash=1774443724> (referer: https://ecarstrade.com/cars/7000347)
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:36 [ecarstrade.be] INFO: Extracting details for car 7000741auction111024
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_001/780x0__r.jpg?hash=1774443844> (referer: https://ecarstrade.com/cars/7000396)
2026-03-25 16:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 7000741auction111024
2026-03-25 16:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76b61524-08ad-5f91-bb3e-a562461818ad with scrape type 1
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000741%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444225%27 HTTP/1.1" 200 None
2026-03-25 16:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_001/780x0__r.jpg?hash=1774444225 not downloaded yet
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_002/780x0__r.jpg?hash=1774443724> (referer: https://ecarstrade.com/cars/7000347)
2026-03-25 16:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_005/780x0__r.jpg?hash=1774443787> (referer: https://ecarstrade.com/cars/7000372)
2026-03-25 16:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000741%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444225%27 HTTP/1.1" 200 None
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_002/780x0__r.jpg?hash=1774444225 not downloaded yet
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_002/780x0__r.jpg?hash=1774443731> (referer: https://ecarstrade.com/cars/7000351)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_001/780x0__r.jpg?hash=1774443730> (referer: https://ecarstrade.com/cars/7000351)
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000741%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444225%27 HTTP/1.1" 200 None
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_003/780x0__r.jpg?hash=1774444225 not downloaded yet
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000741%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444225%27 HTTP/1.1" 200 None
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_004/780x0__r.jpg?hash=1774444225 not downloaded yet
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_005/780x0__r.jpg?hash=1774443998> (referer: https://ecarstrade.com/cars/7000458)
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000741%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444225%27 HTTP/1.1" 200 None
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_005/780x0__r.jpg?hash=1774444225 not downloaded yet
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_003/780x0__r.jpg?hash=1774443998> (referer: https://ecarstrade.com/cars/7000458)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_004/780x0__r.jpg?hash=1774443998> (referer: https://ecarstrade.com/cars/7000458)
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000741%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444225%27 HTTP/1.1" 200 None
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_006/780x0__r.jpg?hash=1774444225 not downloaded yet
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_001/780x0__r.jpg?hash=1774443998> (referer: https://ecarstrade.com/cars/7000458)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_002/780x0__r.jpg?hash=1774443998> (referer: https://ecarstrade.com/cars/7000458)
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a
2026-03-25 16:55:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a, skipping ID generation
2026-03-25 16:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a with scrape type 1
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a sending to next pipeline
2026-03-25 16:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a, identifier: 7000396auction111024
2026-03-25 16:55:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a with identifier: 7000396auction111024
2026-03-25 16:55:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a with identifier: 7000396auction111024
2026-03-25 16:55:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a with identifier: 7000396auction111024 to the API
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000396/photo_001/780x0__r.jpg?hash=1774443844>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd94b15e1-4c9e-545c-8cf4-3ca5ccdcbd7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000396',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 127457,
'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, X2 '17, BMW X2 sDrive16dA 85kW DCT 5d",
'transmission': 'automatic',
'trim': ", '17, sDrive16dA 85kW DCT 5d",
'vin': None,
'year': 2021}
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000396auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:37 [ecarstrade.be] INFO: Saving data for 7000396auction111024: {'created_time': 1774457737.544756, 'last_price_update_time': 1774457737.544767, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000396auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_005/780x0__r.jpg?hash=1774444149> (referer: https://ecarstrade.com/cars/7000707)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_003/780x0__r.jpg?hash=1774444149> (referer: https://ecarstrade.com/cars/7000707)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_001/780x0__r.jpg?hash=1774444225> (referer: https://ecarstrade.com/cars/7000741)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_002/780x0__r.jpg?hash=1774444151> (referer: https://ecarstrade.com/cars/7000707)
2026-03-25 16:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_004/780x0__r.jpg?hash=1774444149> (referer: https://ecarstrade.com/cars/7000707)
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e
2026-03-25 16:55:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b0523ba-aae8-52f7-afa6-91d13ec82e6e, skipping ID generation
2026-03-25 16:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e with scrape type 1
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b0523ba-aae8-52f7-afa6-91d13ec82e6e sending to next pipeline
2026-03-25 16:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b0523ba-aae8-52f7-afa6-91d13ec82e6e, identifier: 7000347auction111024
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de
2026-03-25 16:55:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de, skipping ID generation
2026-03-25 16:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de with scrape type 1
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de sending to next pipeline
2026-03-25 16:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de, identifier: 7000372auction111024
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e124aee3-54b7-554e-a052-92c4aa967f30
2026-03-25 16:55:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e124aee3-54b7-554e-a052-92c4aa967f30, skipping ID generation
2026-03-25 16:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e124aee3-54b7-554e-a052-92c4aa967f30 with scrape type 1
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e124aee3-54b7-554e-a052-92c4aa967f30 sending to next pipeline
2026-03-25 16:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e124aee3-54b7-554e-a052-92c4aa967f30, identifier: 7000351auction111024
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66
2026-03-25 16:55:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66, skipping ID generation
2026-03-25 16:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 with scrape type 1
2026-03-25 16:55:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 sending to next pipeline
2026-03-25 16:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66, identifier: 7000458auction111024
2026-03-25 16:55:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b0523ba-aae8-52f7-afa6-91d13ec82e6e with identifier: 7000347auction111024
2026-03-25 16:55:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b0523ba-aae8-52f7-afa6-91d13ec82e6e with identifier: 7000347auction111024
2026-03-25 16:55:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b0523ba-aae8-52f7-afa6-91d13ec82e6e with identifier: 7000347auction111024 to the API
2026-03-25 16:55:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000347/photo_002/780x0__r.jpg?hash=1774443724>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1b0523ba-aae8-52f7-afa6-91d13ec82e6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000347',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 32264,
'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, 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': 2021}
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000347auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:38 [ecarstrade.be] INFO: Saving data for 7000347auction111024: {'created_time': 1774457738.24599, 'last_price_update_time': 1774457738.246005, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000347auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de with identifier: 7000372auction111024
2026-03-25 16:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de with identifier: 7000372auction111024
2026-03-25 16:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27aeeaf2-b071-5e0b-80e4-1488b5c1d6de with identifier: 7000372auction111024 to the API
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000372/photo_005/780x0__r.jpg?hash=1774443787>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '27aeeaf2-b071-5e0b-80e4-1488b5c1d6de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000372',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 98476,
'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': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2019}
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000372auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:38 [ecarstrade.be] INFO: Saving data for 7000372auction111024: {'created_time': 1774457738.558387, 'last_price_update_time': 1774457738.558398, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000372auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e124aee3-54b7-554e-a052-92c4aa967f30 with identifier: 7000351auction111024
2026-03-25 16:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e124aee3-54b7-554e-a052-92c4aa967f30 with identifier: 7000351auction111024
2026-03-25 16:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e124aee3-54b7-554e-a052-92c4aa967f30 with identifier: 7000351auction111024 to the API
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000351/photo_001/780x0__r.jpg?hash=1774443730>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e124aee3-54b7-554e-a052-92c4aa967f30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000351',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 87346,
'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, 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': 2023}
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000351auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:38 [ecarstrade.be] INFO: Saving data for 7000351auction111024: {'created_time': 1774457738.915445, 'last_price_update_time': 1774457738.915457, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000351auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 with identifier: 7000458auction111024
2026-03-25 16:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 with identifier: 7000458auction111024
2026-03-25 16:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66 with identifier: 7000458auction111024 to the API
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000458/photo_002/780x0__r.jpg?hash=1774443998>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7c3f1d29-ca2f-5d0b-aa08-ff31ed9c4c66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000458',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 102906,
'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': 5,
'seller_name': None,
'title': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 180 d Business "
'Solution 5',
'transmission': 'manual',
'trim': ", A-Class '18, -Benz A-Klasse d Business Solution 5",
'vin': None,
'year': 2020}
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000458auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:39 [ecarstrade.be] INFO: Saving data for 7000458auction111024: {'created_time': 1774457739.525828, 'last_price_update_time': 1774457739.525839, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000458auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_002/780x0__r.jpg?hash=1774444225> (referer: https://ecarstrade.com/cars/7000741)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_005/780x0__r.jpg?hash=1774444102> (referer: https://ecarstrade.com/cars/7000501)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_001/780x0__r.jpg?hash=1774444149> (referer: https://ecarstrade.com/cars/7000707)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_005/780x0__r.jpg?hash=1774444225> (referer: https://ecarstrade.com/cars/7000741)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_004/780x0__r.jpg?hash=1774444225> (referer: https://ecarstrade.com/cars/7000741)
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_006/780x0__r.jpg?hash=1774444225> (referer: https://ecarstrade.com/cars/7000741)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_003/780x0__r.jpg?hash=1774444104> (referer: https://ecarstrade.com/cars/7000501)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_004/780x0__r.jpg?hash=1774444102> (referer: https://ecarstrade.com/cars/7000501)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_003/780x0__r.jpg?hash=1774444225> (referer: https://ecarstrade.com/cars/7000741)
2026-03-25 16:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_002/780x0__r.jpg?hash=1774444102> (referer: https://ecarstrade.com/cars/7000501)
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ffef709-883b-5028-8c42-4fa111862d11
2026-03-25 16:55:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ffef709-883b-5028-8c42-4fa111862d11, skipping ID generation
2026-03-25 16:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffef709-883b-5028-8c42-4fa111862d11 with scrape type 1
2026-03-25 16:55:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ffef709-883b-5028-8c42-4fa111862d11 sending to next pipeline
2026-03-25 16:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ffef709-883b-5028-8c42-4fa111862d11, identifier: 7000707auction111024
2026-03-25 16:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 7000707auction111024
2026-03-25 16:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 7000707auction111024
2026-03-25 16:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 7000707auction111024 to the API
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000707/photo_001/780x0__r.jpg?hash=1774444149>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2ffef709-883b-5028-8c42-4fa111862d11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000707',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 17893,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000707auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:40 [ecarstrade.be] INFO: Saving data for 7000707auction111024: {'created_time': 1774457740.073279, 'last_price_update_time': 1774457740.073289, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000707auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_001/780x0__r.jpg?hash=1774444102> (referer: https://ecarstrade.com/cars/7000501)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_004/780x0__r.jpg?hash=1774443818> (referer: https://ecarstrade.com/cars/7000385)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_004/780x0__r.jpg?hash=1774443810> (referer: https://ecarstrade.com/cars/7000382)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_003/780x0__r.jpg?hash=1774443818> (referer: https://ecarstrade.com/cars/7000385)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_003/780x0__r.jpg?hash=1774443810> (referer: https://ecarstrade.com/cars/7000382)
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 76b61524-08ad-5f91-bb3e-a562461818ad
2026-03-25 16:55:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76b61524-08ad-5f91-bb3e-a562461818ad, skipping ID generation
2026-03-25 16:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76b61524-08ad-5f91-bb3e-a562461818ad with scrape type 1
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76b61524-08ad-5f91-bb3e-a562461818ad sending to next pipeline
2026-03-25 16:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76b61524-08ad-5f91-bb3e-a562461818ad, identifier: 7000741auction111024
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 7000741auction111024
2026-03-25 16:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 7000741auction111024
2026-03-25 16:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 7000741auction111024 to the API
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000741/photo_003/780x0__r.jpg?hash=1774444225>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '76b61524-08ad-5f91-bb3e-a562461818ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000741',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 69441,
'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': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000741auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:40 [ecarstrade.be] INFO: Saving data for 7000741auction111024: {'created_time': 1774457740.491712, 'last_price_update_time': 1774457740.491722, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000741auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_003/780x0__r.jpg?hash=1774444410> (referer: https://ecarstrade.com/cars/7000810)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_001/780x0__r.jpg?hash=1774443817> (referer: https://ecarstrade.com/cars/7000385)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_001/780x0__r.jpg?hash=1774443810> (referer: https://ecarstrade.com/cars/7000382)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_002/780x0__r.jpg?hash=1774443810> (referer: https://ecarstrade.com/cars/7000382)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_004/780x0__r.jpg?hash=1774444410> (referer: https://ecarstrade.com/cars/7000810)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000821> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e
2026-03-25 16:55:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9695e6c5-c9c3-5eb5-84d7-9f427f65974e, skipping ID generation
2026-03-25 16:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e with scrape type 1
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9695e6c5-c9c3-5eb5-84d7-9f427f65974e sending to next pipeline
2026-03-25 16:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9695e6c5-c9c3-5eb5-84d7-9f427f65974e, identifier: 7000501auction111024
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9695e6c5-c9c3-5eb5-84d7-9f427f65974e with identifier: 7000501auction111024
2026-03-25 16:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9695e6c5-c9c3-5eb5-84d7-9f427f65974e with identifier: 7000501auction111024
2026-03-25 16:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9695e6c5-c9c3-5eb5-84d7-9f427f65974e with identifier: 7000501auction111024 to the API
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000501/photo_001/780x0__r.jpg?hash=1774444102>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '9695e6c5-c9c3-5eb5-84d7-9f427f65974e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000501',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini Cooper S Countryman',
'odometer': 114165,
'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': 'Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2020}
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000501auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:40 [ecarstrade.be] INFO: Saving data for 7000501auction111024: {'created_time': 1774457740.91547, 'last_price_update_time': 1774457740.915481, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000501auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_004/780x0__r.jpg?hash=1774444373> (referer: https://ecarstrade.com/cars/7000795)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_005/780x0__r.jpg?hash=1774444374> (referer: https://ecarstrade.com/cars/7000795)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_003/780x0__r.jpg?hash=1774444374> (referer: https://ecarstrade.com/cars/7000795)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_002/780x0__r.jpg?hash=1774444410> (referer: https://ecarstrade.com/cars/7000810)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_001/780x0__r.jpg?hash=1774444410> (referer: https://ecarstrade.com/cars/7000810)
2026-03-25 16:55:40 [ecarstrade.be] INFO: Extracting details for car 7000821auction111024
2026-03-25 16:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_002/780x0__r.jpg?hash=1774444374> (referer: https://ecarstrade.com/cars/7000795)
2026-03-25 16:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_001/780x0__r.jpg?hash=1774444375> (referer: https://ecarstrade.com/cars/7000795)
2026-03-25 16:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2427d6b1-be1c-5357-b019-8524daf91689
2026-03-25 16:55:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2427d6b1-be1c-5357-b019-8524daf91689, skipping ID generation
2026-03-25 16:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2427d6b1-be1c-5357-b019-8524daf91689 with scrape type 1
2026-03-25 16:55:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2427d6b1-be1c-5357-b019-8524daf91689 sending to next pipeline
2026-03-25 16:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2427d6b1-be1c-5357-b019-8524daf91689, identifier: 7000385auction111024
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2585f62e-b749-57a1-810d-d01cb2926337
2026-03-25 16:55:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2585f62e-b749-57a1-810d-d01cb2926337, skipping ID generation
2026-03-25 16:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2585f62e-b749-57a1-810d-d01cb2926337 with scrape type 1
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2585f62e-b749-57a1-810d-d01cb2926337 sending to next pipeline
2026-03-25 16:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2585f62e-b749-57a1-810d-d01cb2926337, identifier: 7000382auction111024
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 7000821auction111024
2026-03-25 16:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfce0bad-584b-5d7a-8297-16e570baa893 with scrape type 1
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000821%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444435%27 HTTP/1.1" 200 None
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_001/780x0__r.jpg?hash=1774444435 not downloaded yet
2026-03-25 16:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 7000385auction111024
2026-03-25 16:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 7000385auction111024
2026-03-25 16:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 7000385auction111024 to the API
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000385/photo_001/780x0__r.jpg?hash=1774443817>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2427d6b1-be1c-5357-b019-8524daf91689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000385',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 128419,
'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 X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000385auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:41 [ecarstrade.be] INFO: Saving data for 7000385auction111024: {'created_time': 1774457741.448431, 'last_price_update_time': 1774457741.448441, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000385auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 7000382auction111024
2026-03-25 16:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 7000382auction111024
2026-03-25 16:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 7000382auction111024 to the API
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000382/photo_002/780x0__r.jpg?hash=1774443810>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2585f62e-b749-57a1-810d-d01cb2926337',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000382',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 111467,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000382auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:41 [ecarstrade.be] INFO: Saving data for 7000382auction111024: {'created_time': 1774457741.746854, 'last_price_update_time': 1774457741.746872, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000382auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:41 [ecarstrade.be] INFO: Found listing with ID: 7000433auction111024
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000433auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:41 [ecarstrade.be] INFO: Scrape type for 7000433auction111024: 1
2026-03-25 16:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000821%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444435%27 HTTP/1.1" 200 None
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_002/780x0__r.jpg?hash=1774444435 not downloaded yet
2026-03-25 16:55:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_006/780x0__r.jpg?hash=1774443641> (referer: https://ecarstrade.com/cars/7000314)
2026-03-25 16: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-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e23b6251-1d74-5f0c-93c6-42be0569fbc3
2026-03-25 16:55:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e23b6251-1d74-5f0c-93c6-42be0569fbc3, skipping ID generation
2026-03-25 16:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e23b6251-1d74-5f0c-93c6-42be0569fbc3 with scrape type 1
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e23b6251-1d74-5f0c-93c6-42be0569fbc3 sending to next pipeline
2026-03-25 16:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e23b6251-1d74-5f0c-93c6-42be0569fbc3, identifier: 7000810auction111024
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 93feb302-a40c-5368-9797-8998ce2116fc
2026-03-25 16:55:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 93feb302-a40c-5368-9797-8998ce2116fc, skipping ID generation
2026-03-25 16:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93feb302-a40c-5368-9797-8998ce2116fc with scrape type 1
2026-03-25 16:55:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 93feb302-a40c-5368-9797-8998ce2116fc sending to next pipeline
2026-03-25 16:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93feb302-a40c-5368-9797-8998ce2116fc, identifier: 7000795auction111024
2026-03-25 16:55:42 [ecarstrade.be] INFO: Found listing with ID: 7000460auction111024
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000460auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [ecarstrade.be] INFO: Scrape type for 7000460auction111024: 1
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000821%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444435%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_003/780x0__r.jpg?hash=1774444435 not downloaded yet
2026-03-25 16:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 7000810auction111024
2026-03-25 16:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 7000810auction111024
2026-03-25 16:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 7000810auction111024 to the API
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000810/photo_001/780x0__r.jpg?hash=1774444410>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e23b6251-1d74-5f0c-93c6-42be0569fbc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000810',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 61157,
'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': '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-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000810auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [ecarstrade.be] INFO: Saving data for 7000810auction111024: {'created_time': 1774457742.313888, 'last_price_update_time': 1774457742.313898, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000810auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 7000795auction111024
2026-03-25 16:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 7000795auction111024
2026-03-25 16:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 7000795auction111024 to the API
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000795/photo_001/780x0__r.jpg?hash=1774444375>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '93feb302-a40c-5368-9797-8998ce2116fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000795',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 164755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 2.0 CRTDI 110kW DSG7 Clever+ 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 110kW DSG7 Clever+ 5d',
'vin': None,
'year': 2022}
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000795auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [ecarstrade.be] INFO: Saving data for 7000795auction111024: {'created_time': 1774457742.584813, 'last_price_update_time': 1774457742.584825, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000795auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:42 [ecarstrade.be] INFO: Found listing with ID: 7000506auction111024
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000506auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [ecarstrade.be] INFO: Scrape type for 7000506auction111024: 1
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000821%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444435%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_004/780x0__r.jpg?hash=1774444435 not downloaded yet
2026-03-25 16:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000728> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:42 [ecarstrade.be] INFO: Found listing with ID: 7000748auction111024
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000748auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [ecarstrade.be] INFO: Scrape type for 7000748auction111024: 1
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000821%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444435%27 HTTP/1.1" 200 None
2026-03-25 16:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_005/780x0__r.jpg?hash=1774444435 not downloaded yet
2026-03-25 16:55:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 152f42e0-e2c2-5444-b677-e19241e52498
2026-03-25 16:55:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 152f42e0-e2c2-5444-b677-e19241e52498, skipping ID generation
2026-03-25 16:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152f42e0-e2c2-5444-b677-e19241e52498 with scrape type 1
2026-03-25 16:55:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 152f42e0-e2c2-5444-b677-e19241e52498 sending to next pipeline
2026-03-25 16:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152f42e0-e2c2-5444-b677-e19241e52498, identifier: 7000314auction111024
2026-03-25 16:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 7000314auction111024
2026-03-25 16:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 7000314auction111024
2026-03-25 16:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 7000314auction111024 to the API
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000314/photo_006/780x0__r.jpg?hash=1774443641>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '152f42e0-e2c2-5444-b677-e19241e52498',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000314',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 104224,
'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, A3 SB '20, Audi A3 Sportback 2.0 30 TDi 85kW S line 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 2.0 30 TDi 85kW S line 5d",
'vin': None,
'year': 2021}
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000314auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Saving data for 7000314auction111024: {'created_time': 1774457743.048741, 'last_price_update_time': 1774457743.048757, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000314auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:43 [ecarstrade.be] INFO: Extracting details for car 7000728auction111024
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000774auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000774auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000774auction111024: 1
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000821%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444435%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_006/780x0__r.jpg?hash=1774444435 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000782auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000782auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000782auction111024: 1
2026-03-25 16:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 7000728auction111024
2026-03-25 16:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35d7c18b-b142-5515-8045-e28fa6e3bec2 with scrape type 1
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000728%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444193%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_001/780x0__r.jpg?hash=1774444193 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000361auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000361auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000361auction111024: 1
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000728%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444193%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_002/780x0__r.jpg?hash=1774444193 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000415auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000415auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000415auction111024: 1
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000728%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444194%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_003/780x0__r.jpg?hash=1774444194 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000793auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000793auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000793auction111024: 1
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000728%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444193%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_004/780x0__r.jpg?hash=1774444193 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000420auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000420auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000420auction111024: 1
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000728%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444193%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_005/780x0__r.jpg?hash=1774444193 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000435auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000435auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000435auction111024: 1
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000728%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444193%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_006/780x0__r.jpg?hash=1774444193 not downloaded yet
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000445auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000445auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000445auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000729auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000729auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000729auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000751auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000751auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000751auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000752auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000752auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000752auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000446auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000446auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000446auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000500auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000500auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000500auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000825auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000825auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000825auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000709auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000709auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000709auction111024: 1
2026-03-25 16:55:43 [ecarstrade.be] INFO: Found listing with ID: 7000757auction111024
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000757auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:43 [ecarstrade.be] INFO: Scrape type for 7000757auction111024: 1
2026-03-25 16:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000439> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:49 [ecarstrade.be] INFO: Extracting details for car 7000439auction111024
2026-03-25 16:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000816> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 7000439auction111024
2026-03-25 16:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 with scrape type 1
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000439%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443947%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_001/780x0__r.jpg?hash=1774443947 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000439%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443947%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_002/780x0__r.jpg?hash=1774443947 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000439%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443948%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_003/780x0__r.jpg?hash=1774443948 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000439%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443947%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_004/780x0__r.jpg?hash=1774443947 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000439%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443948%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_005/780x0__r.jpg?hash=1774443948 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000439%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443948%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_006/780x0__r.jpg?hash=1774443948 not downloaded yet
2026-03-25 16:55:49 [ecarstrade.be] INFO: Extracting details for car 7000816auction111024
2026-03-25 16:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 7000816auction111024
2026-03-25 16:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b8226ff-1a71-55db-8a86-12fd502fdb08 with scrape type 1
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000816%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444422%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_001/780x0__r.jpg?hash=1774444422 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000816%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444422%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_002/780x0__r.jpg?hash=1774444422 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000816%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444423%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_003/780x0__r.jpg?hash=1774444423 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000816%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444423%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_004/780x0__r.jpg?hash=1774444423 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000816%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444422%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_005/780x0__r.jpg?hash=1774444422 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000816%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444423%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_006/780x0__r.jpg?hash=1774444423 not downloaded yet
2026-03-25 16:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000770> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:49 [ecarstrade.be] INFO: Extracting details for car 7000770auction111024
2026-03-25 16:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 7000770auction111024
2026-03-25 16:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc43d73a-58f4-538b-bc86-cda201306a3f with scrape type 1
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000770%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444305%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_001/780x0__r.jpg?hash=1774444305 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000770%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444305%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_002/780x0__r.jpg?hash=1774444305 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000770%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444305%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_003/780x0__r.jpg?hash=1774444305 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000770%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444306%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_004/780x0__r.jpg?hash=1774444306 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000770%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444305%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_005/780x0__r.jpg?hash=1774444305 not downloaded yet
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000770%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444306%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_006/780x0__r.jpg?hash=1774444306 not downloaded yet
2026-03-25 16:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000791> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:55:49 [ecarstrade.be] INFO: Extracting details for car 7000791auction111024
2026-03-25 16:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 7000791auction111024
2026-03-25 16:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b1e8758-e207-5727-98e6-60ce4dfdd108 with scrape type 1
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000791%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444365%27 HTTP/1.1" 200 None
2026-03-25 16:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_001/780x0__r.jpg?hash=1774444365 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000791%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444365%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_002/780x0__r.jpg?hash=1774444365 not downloaded yet
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000829> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000791%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444365%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_003/780x0__r.jpg?hash=1774444365 not downloaded yet
2026-03-25 16:55:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000791%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444365%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_004/780x0__r.jpg?hash=1774444365 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000791%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444365%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_005/780x0__r.jpg?hash=1774444365 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000791%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444365%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_006/780x0__r.jpg?hash=1774444365 not downloaded yet
2026-03-25 16:55:50 [ecarstrade.be] INFO: Extracting details for car 7000829auction111024
2026-03-25 16:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 7000829auction111024
2026-03-25 16:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66436391-203c-5064-bbd1-31eb517e1c38 with scrape type 1
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000829%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444450%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_001/780x0__r.jpg?hash=1774444450 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000829%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444449%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_002/780x0__r.jpg?hash=1774444449 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000829%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444449%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_003/780x0__r.jpg?hash=1774444449 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000829%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444449%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_004/780x0__r.jpg?hash=1774444449 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000829%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444450%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_005/780x0__r.jpg?hash=1774444450 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000829%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444450%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_006/780x0__r.jpg?hash=1774444450 not downloaded yet
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000493> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000807> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_004/780x0__r.jpg?hash=1774443842> (referer: https://ecarstrade.com/cars/7000395)
2026-03-25 16:55:50 [ecarstrade.be] INFO: Extracting details for car 7000493auction111024
2026-03-25 16:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 7000493auction111024
2026-03-25 16:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45608135-f327-5b5b-b487-05887b94b543 with scrape type 1
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000493%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444085%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_001/780x0__r.jpg?hash=1774444085 not downloaded yet
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_001/780x0__r.jpg?hash=1774444435> (referer: https://ecarstrade.com/cars/7000821)
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000493%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444085%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_002/780x0__r.jpg?hash=1774444085 not downloaded yet
2026-03-25 16:55:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:50 [ecarstrade.be] INFO: Extracting details for car 7000807auction111024
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_004/780x0__r.jpg?hash=1774444435> (referer: https://ecarstrade.com/cars/7000821)
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000493%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444085%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_003/780x0__r.jpg?hash=1774444085 not downloaded yet
2026-03-25 16:55:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000493%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444085%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_004/780x0__r.jpg?hash=1774444085 not downloaded yet
2026-03-25 16:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 7000807auction111024
2026-03-25 16:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with scrape type 1
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000807%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444406%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_001/780x0__r.jpg?hash=1774444406 not downloaded yet
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000493%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444085%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_005/780x0__r.jpg?hash=1774444085 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000807%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444404%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_002/780x0__r.jpg?hash=1774444404 not downloaded yet
2026-03-25 16:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000422> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000493%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444085%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_006/780x0__r.jpg?hash=1774444085 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000807%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444404%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_003/780x0__r.jpg?hash=1774444404 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000807%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444404%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_004/780x0__r.jpg?hash=1774444404 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000807%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444404%27 HTTP/1.1" 200 None
2026-03-25 16:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_005/780x0__r.jpg?hash=1774444404 not downloaded yet
2026-03-25 16:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000807%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444404%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_006/780x0__r.jpg?hash=1774444404 not downloaded yet
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_006/780x0__r.jpg?hash=1774444423> (referer: https://ecarstrade.com/cars/7000816)
2026-03-25 16:55:51 [ecarstrade.be] INFO: Extracting details for car 7000422auction111024
2026-03-25 16:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baa699f0-a65a-5df1-ac4a-e460623148a5 with identifier: 7000422auction111024
2026-03-25 16:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baa699f0-a65a-5df1-ac4a-e460623148a5 with scrape type 1
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000422%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_001/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000422%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_002/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000422%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_003/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_006/780x0__r.jpg?hash=1774444306> (referer: https://ecarstrade.com/cars/7000770)
2026-03-25 16:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000422%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_004/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000422%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_005/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55: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%252F7000422%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443908%27 HTTP/1.1" 200 None
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_006/780x0__r.jpg?hash=1774443908 not downloaded yet
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_002/780x0__r.jpg?hash=1774444365> (referer: https://ecarstrade.com/cars/7000791)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_006/780x0__r.jpg?hash=1774444450> (referer: https://ecarstrade.com/cars/7000829)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_005/780x0__r.jpg?hash=1774444450> (referer: https://ecarstrade.com/cars/7000829)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_004/780x0__r.jpg?hash=1774444449> (referer: https://ecarstrade.com/cars/7000829)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_001/780x0__r.jpg?hash=1774444085> (referer: https://ecarstrade.com/cars/7000493)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_002/780x0__r.jpg?hash=1774444085> (referer: https://ecarstrade.com/cars/7000493)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_001/780x0__r.jpg?hash=1774444406> (referer: https://ecarstrade.com/cars/7000807)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_005/780x0__r.jpg?hash=1774444404> (referer: https://ecarstrade.com/cars/7000807)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_003/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000422)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_006/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000422)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_005/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000422)
2026-03-25 16:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_004/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000422)
2026-03-25 16:55:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_002/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000422)
2026-03-25 16:55:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_001/780x0__r.jpg?hash=1774443908> (referer: https://ecarstrade.com/cars/7000422)
2026-03-25 16:55:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_006/780x0__r.jpg?hash=1774444404> (referer: https://ecarstrade.com/cars/7000807)
2026-03-25 16:55:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item baa699f0-a65a-5df1-ac4a-e460623148a5
2026-03-25 16:55:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: baa699f0-a65a-5df1-ac4a-e460623148a5, skipping ID generation
2026-03-25 16:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baa699f0-a65a-5df1-ac4a-e460623148a5 with scrape type 1
2026-03-25 16:55:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item baa699f0-a65a-5df1-ac4a-e460623148a5 sending to next pipeline
2026-03-25 16:55:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: baa699f0-a65a-5df1-ac4a-e460623148a5, identifier: 7000422auction111024
2026-03-25 16:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: baa699f0-a65a-5df1-ac4a-e460623148a5 with identifier: 7000422auction111024
2026-03-25 16:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: baa699f0-a65a-5df1-ac4a-e460623148a5 with identifier: 7000422auction111024
2026-03-25 16:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: baa699f0-a65a-5df1-ac4a-e460623148a5 with identifier: 7000422auction111024 to the API
2026-03-25 16:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000422/photo_001/780x0__r.jpg?hash=1774443908>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'baa699f0-a65a-5df1-ac4a-e460623148a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000422',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 85387,
'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': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic Bastille",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic Bastille",
'vin': None,
'year': 2021}
2026-03-25 16:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000422auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:52 [ecarstrade.be] INFO: Saving data for 7000422auction111024: {'created_time': 1774457752.727205, 'last_price_update_time': 1774457752.727216, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000422auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_004/780x0__r.jpg?hash=1774444404> (referer: https://ecarstrade.com/cars/7000807)
2026-03-25 16:55:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_003/780x0__r.jpg?hash=1774444404> (referer: https://ecarstrade.com/cars/7000807)
2026-03-25 16:55:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_006/780x0__r.jpg?hash=1774444085> (referer: https://ecarstrade.com/cars/7000493)
2026-03-25 16:55:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_002/780x0__r.jpg?hash=1774444404> (referer: https://ecarstrade.com/cars/7000807)
2026-03-25 16:55:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_005/780x0__r.jpg?hash=1774444085> (referer: https://ecarstrade.com/cars/7000493)
2026-03-25 16:55:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 136f0f3e-4c3a-5e6c-946e-d22105d55d93
2026-03-25 16:55:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 136f0f3e-4c3a-5e6c-946e-d22105d55d93, skipping ID generation
2026-03-25 16:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with scrape type 1
2026-03-25 16:55:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 136f0f3e-4c3a-5e6c-946e-d22105d55d93 sending to next pipeline
2026-03-25 16:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 136f0f3e-4c3a-5e6c-946e-d22105d55d93, identifier: 7000807auction111024
2026-03-25 16:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 7000807auction111024
2026-03-25 16:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 7000807auction111024
2026-03-25 16:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 7000807auction111024 to the API
2026-03-25 16:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:55:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000807/photo_002/780x0__r.jpg?hash=1774444404>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '136f0f3e-4c3a-5e6c-946e-d22105d55d93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000807',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 79892,
'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': '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-25 16:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000807auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:54 [ecarstrade.be] INFO: Saving data for 7000807auction111024: {'created_time': 1774457754.860123, 'last_price_update_time': 1774457754.860134, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000807auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_004/780x0__r.jpg?hash=1774444085> (referer: https://ecarstrade.com/cars/7000493)
2026-03-25 16:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_003/780x0__r.jpg?hash=1774444085> (referer: https://ecarstrade.com/cars/7000493)
2026-03-25 16:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_003/780x0__r.jpg?hash=1774444449> (referer: https://ecarstrade.com/cars/7000829)
2026-03-25 16:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 45608135-f327-5b5b-b487-05887b94b543
2026-03-25 16:55:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45608135-f327-5b5b-b487-05887b94b543, skipping ID generation
2026-03-25 16:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45608135-f327-5b5b-b487-05887b94b543 with scrape type 1
2026-03-25 16:55:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45608135-f327-5b5b-b487-05887b94b543 sending to next pipeline
2026-03-25 16:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45608135-f327-5b5b-b487-05887b94b543, identifier: 7000493auction111024
2026-03-25 16:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 7000493auction111024
2026-03-25 16:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 7000493auction111024
2026-03-25 16:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 7000493auction111024 to the API
2026-03-25 16:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000493/photo_003/780x0__r.jpg?hash=1774444085>
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '45608135-f327-5b5b-b487-05887b94b543',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000493',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 231146,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 3,
'seller_name': None,
'title': "Mercedes, _Vito FL'20, Mercedes-Benz Vito 114 CDI 9G-TRONIC Perfect "
'Tool',
'transmission': 'automatic',
'trim': ", _ FL'20, -Benz 114 CDI 9G-TRONIC Perfect Tool",
'vin': None,
'year': 2022}
2026-03-25 16:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000493auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:55 [ecarstrade.be] INFO: Saving data for 7000493auction111024: {'created_time': 1774457755.451755, 'last_price_update_time': 1774457755.451771, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000493auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_002/780x0__r.jpg?hash=1774444449> (referer: https://ecarstrade.com/cars/7000829)
2026-03-25 16:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_001/780x0__r.jpg?hash=1774444450> (referer: https://ecarstrade.com/cars/7000829)
2026-03-25 16:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_006/780x0__r.jpg?hash=1774444365> (referer: https://ecarstrade.com/cars/7000791)
2026-03-25 16:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66436391-203c-5064-bbd1-31eb517e1c38
2026-03-25 16:55:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66436391-203c-5064-bbd1-31eb517e1c38, skipping ID generation
2026-03-25 16:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66436391-203c-5064-bbd1-31eb517e1c38 with scrape type 1
2026-03-25 16:55:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66436391-203c-5064-bbd1-31eb517e1c38 sending to next pipeline
2026-03-25 16:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66436391-203c-5064-bbd1-31eb517e1c38, identifier: 7000829auction111024
2026-03-25 16:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 7000829auction111024
2026-03-25 16:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 7000829auction111024
2026-03-25 16:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 7000829auction111024 to the API
2026-03-25 16:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000829/photo_001/780x0__r.jpg?hash=1774444450>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '66436391-203c-5064-bbd1-31eb517e1c38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000829',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 154301,
'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': "VW, Tiguan Allspace '17, Volkswagen Tiguan Allspace 1.5 TSI ACT "
'DSG7 Comfor',
'transmission': 'automatic',
'trim': "VW, Allspace '17, Allspace 1.5 TSI ACT DSG7 Comfor",
'vin': None,
'year': 2021}
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000829auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [ecarstrade.be] INFO: Saving data for 7000829auction111024: {'created_time': 1774457756.226741, 'last_price_update_time': 1774457756.226755, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000829auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_005/780x0__r.jpg?hash=1774444365> (referer: https://ecarstrade.com/cars/7000791)
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000469> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_004/780x0__r.jpg?hash=1774444365> (referer: https://ecarstrade.com/cars/7000791)
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_003/780x0__r.jpg?hash=1774444365> (referer: https://ecarstrade.com/cars/7000791)
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:56 [ecarstrade.be] INFO: Extracting details for car 7000469auction111024
2026-03-25 16:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee with identifier: 7000469auction111024
2026-03-25 16:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee with scrape type 1
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000469%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444025%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_001/780x0__r.jpg?hash=1774444025 not downloaded yet
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000469%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444025%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_002/780x0__r.jpg?hash=1774444025 not downloaded yet
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000469%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444025%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_003/780x0__r.jpg?hash=1774444025 not downloaded yet
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000444> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_005/780x0__r.jpg?hash=1774444305> (referer: https://ecarstrade.com/cars/7000770)
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_001/780x0__r.jpg?hash=1774444365> (referer: https://ecarstrade.com/cars/7000791)
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000469%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444026%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_004/780x0__r.jpg?hash=1774444026 not downloaded yet
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000469%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444025%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_005/780x0__r.jpg?hash=1774444025 not downloaded yet
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000469%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444025%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_006/780x0__r.jpg?hash=1774444025 not downloaded yet
2026-03-25 16:55:56 [ecarstrade.be] INFO: Extracting details for car 7000444auction111024
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_003/780x0__r.jpg?hash=1774444305> (referer: https://ecarstrade.com/cars/7000770)
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_002/780x0__r.jpg?hash=1774444305> (referer: https://ecarstrade.com/cars/7000770)
2026-03-25 16:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 7000444auction111024
2026-03-25 16:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae6a1e36-0dca-5867-9301-427af4332d61 with scrape type 1
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000444%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443962%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_001/780x0__r.jpg?hash=1774443962 not downloaded yet
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8b1e8758-e207-5727-98e6-60ce4dfdd108
2026-03-25 16:55:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b1e8758-e207-5727-98e6-60ce4dfdd108, skipping ID generation
2026-03-25 16:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b1e8758-e207-5727-98e6-60ce4dfdd108 with scrape type 1
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b1e8758-e207-5727-98e6-60ce4dfdd108 sending to next pipeline
2026-03-25 16:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b1e8758-e207-5727-98e6-60ce4dfdd108, identifier: 7000791auction111024
2026-03-25 16:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 7000791auction111024
2026-03-25 16:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 7000791auction111024
2026-03-25 16:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 7000791auction111024 to the API
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000791/photo_001/780x0__r.jpg?hash=1774444365>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '8b1e8758-e207-5727-98e6-60ce4dfdd108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000791',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 50720,
'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': "Skoda, Octavia Combi '20, Skoda Octavia Combi 1.5 TSI 110kW Clever+ "
'5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 1.5 TSI 110kW Clever+ 5d",
'vin': None,
'year': 2021}
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000791auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [ecarstrade.be] INFO: Saving data for 7000791auction111024: {'created_time': 1774457756.937769, 'last_price_update_time': 1774457756.937779, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000791auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_005/780x0__r.jpg?hash=1774444422> (referer: https://ecarstrade.com/cars/7000816)
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_001/780x0__r.jpg?hash=1774444305> (referer: https://ecarstrade.com/cars/7000770)
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000444%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443962%27 HTTP/1.1" 200 None
2026-03-25 16:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_002/780x0__r.jpg?hash=1774443962 not downloaded yet
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_004/780x0__r.jpg?hash=1774444306> (referer: https://ecarstrade.com/cars/7000770)
2026-03-25 16:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000375> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000444%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_003/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000444%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443964%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_004/780x0__r.jpg?hash=1774443964 not downloaded yet
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000444%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443965%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_005/780x0__r.jpg?hash=1774443965 not downloaded yet
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000444%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443965%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_006/780x0__r.jpg?hash=1774443965 not downloaded yet
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_003/780x0__r.jpg?hash=1774444423> (referer: https://ecarstrade.com/cars/7000816)
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_004/780x0__r.jpg?hash=1774444423> (referer: https://ecarstrade.com/cars/7000816)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_002/780x0__r.jpg?hash=1774444422> (referer: https://ecarstrade.com/cars/7000816)
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cc43d73a-58f4-538b-bc86-cda201306a3f
2026-03-25 16:55:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc43d73a-58f4-538b-bc86-cda201306a3f, skipping ID generation
2026-03-25 16:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc43d73a-58f4-538b-bc86-cda201306a3f with scrape type 1
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc43d73a-58f4-538b-bc86-cda201306a3f sending to next pipeline
2026-03-25 16:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc43d73a-58f4-538b-bc86-cda201306a3f, identifier: 7000770auction111024
2026-03-25 16:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 7000770auction111024
2026-03-25 16:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 7000770auction111024
2026-03-25 16:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 7000770auction111024 to the API
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000770/photo_004/780x0__r.jpg?hash=1774444306>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': 'cc43d73a-58f4-538b-bc86-cda201306a3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000770',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 166723,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE E-TECH - 2022 60 kWh Techno R220 Super charge 5d',
'transmission': 'automatic',
'trim': 'RENAULT MEGANE E-TECH - 2022 60 kWh Techno R220 Super charge 5d',
'vin': None,
'year': 2022}
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000770auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [ecarstrade.be] INFO: Saving data for 7000770auction111024: {'created_time': 1774457757.455917, 'last_price_update_time': 1774457757.455927, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000770auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_003/780x0__r.jpg?hash=1774444025> (referer: https://ecarstrade.com/cars/7000469)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_002/780x0__r.jpg?hash=1774444025> (referer: https://ecarstrade.com/cars/7000469)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_001/780x0__r.jpg?hash=1774444025> (referer: https://ecarstrade.com/cars/7000469)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_006/780x0__r.jpg?hash=1774444025> (referer: https://ecarstrade.com/cars/7000469)
2026-03-25 16:55:57 [ecarstrade.be] INFO: Extracting details for car 7000375auction111024
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000310> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000709> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 7000375auction111024
2026-03-25 16:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f with scrape type 1
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000375%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443794%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_001/780x0__r.jpg?hash=1774443794 not downloaded yet
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000375%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443794%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_002/780x0__r.jpg?hash=1774443794 not downloaded yet
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000375%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443794%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_003/780x0__r.jpg?hash=1774443794 not downloaded yet
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000375%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443794%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_004/780x0__r.jpg?hash=1774443794 not downloaded yet
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_004/780x0__r.jpg?hash=1774444026> (referer: https://ecarstrade.com/cars/7000469)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_005/780x0__r.jpg?hash=1774444025> (referer: https://ecarstrade.com/cars/7000469)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_001/780x0__r.jpg?hash=1774444422> (referer: https://ecarstrade.com/cars/7000816)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_001/780x0__r.jpg?hash=1774443962> (referer: https://ecarstrade.com/cars/7000444)
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000375%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443794%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_005/780x0__r.jpg?hash=1774443794 not downloaded yet
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_002/780x0__r.jpg?hash=1774443962> (referer: https://ecarstrade.com/cars/7000444)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_006/780x0__r.jpg?hash=1774443965> (referer: https://ecarstrade.com/cars/7000444)
2026-03-25 16:55:57 [ecarstrade.be] INFO: Extracting details for car 7000310auction111024
2026-03-25 16:55:57 [ecarstrade.be] INFO: Extracting details for car 7000709auction111024
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000375%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443794%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_006/780x0__r.jpg?hash=1774443794 not downloaded yet
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_003/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000444)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_005/780x0__r.jpg?hash=1774443965> (referer: https://ecarstrade.com/cars/7000444)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_006/780x0__r.jpg?hash=1774443948> (referer: https://ecarstrade.com/cars/7000439)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_005/780x0__r.jpg?hash=1774443948> (referer: https://ecarstrade.com/cars/7000439)
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_004/780x0__r.jpg?hash=1774443947> (referer: https://ecarstrade.com/cars/7000439)
2026-03-25 16:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 7000310auction111024
2026-03-25 16:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 with scrape type 1
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000310%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443634%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_001/780x0__r.jpg?hash=1774443634 not downloaded yet
2026-03-25 16:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 7000709auction111024
2026-03-25 16:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a1041f-21d4-535a-90f3-142baf8c5829 with scrape type 1
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000709%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444152%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_001/780x0__r.jpg?hash=1774444152 not downloaded yet
2026-03-25 16:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_004/780x0__r.jpg?hash=1774443964> (referer: https://ecarstrade.com/cars/7000444)
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000310%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_002/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000709%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444152%27 HTTP/1.1" 200 None
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_002/780x0__r.jpg?hash=1774444152 not downloaded yet
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee
2026-03-25 16:55:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee, skipping ID generation
2026-03-25 16:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee with scrape type 1
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee sending to next pipeline
2026-03-25 16:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee, identifier: 7000469auction111024
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b8226ff-1a71-55db-8a86-12fd502fdb08
2026-03-25 16:55:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b8226ff-1a71-55db-8a86-12fd502fdb08, skipping ID generation
2026-03-25 16:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b8226ff-1a71-55db-8a86-12fd502fdb08 with scrape type 1
2026-03-25 16:55:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b8226ff-1a71-55db-8a86-12fd502fdb08 sending to next pipeline
2026-03-25 16:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b8226ff-1a71-55db-8a86-12fd502fdb08, identifier: 7000816auction111024
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee with identifier: 7000469auction111024
2026-03-25 16:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee with identifier: 7000469auction111024
2026-03-25 16:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee with identifier: 7000469auction111024 to the API
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000469/photo_005/780x0__r.jpg?hash=1774444025>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'f0047c72-2f5e-5af9-bb1f-26bfd4a3bdee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000469',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 116849,
'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': "Mercedes, CLA-Class '19, Mercedes-Benz CLA CLA 180 Business "
'Solution Essent',
'transmission': 'automatic',
'trim': ", CLA-Class '19, -Benz CLA Business Solution Essent",
'vin': None,
'year': 2022}
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000469auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [ecarstrade.be] INFO: Saving data for 7000469auction111024: {'created_time': 1774457758.332172, 'last_price_update_time': 1774457758.332183, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000469auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 7000816auction111024
2026-03-25 16:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 7000816auction111024
2026-03-25 16:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 7000816auction111024 to the API
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000816/photo_001/780x0__r.jpg?hash=1774444422>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2b8226ff-1a71-55db-8a86-12fd502fdb08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000816',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 106658,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI 90kW DSG Style Business 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 90kW DSG Style Business 5d',
'vin': None,
'year': 2021}
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000816auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [ecarstrade.be] INFO: Saving data for 7000816auction111024: {'created_time': 1774457758.594491, 'last_price_update_time': 1774457758.594501, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000816auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_004/780x0__r.jpg?hash=1774443794> (referer: https://ecarstrade.com/cars/7000375)
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_002/780x0__r.jpg?hash=1774443947> (referer: https://ecarstrade.com/cars/7000439)
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_001/780x0__r.jpg?hash=1774443794> (referer: https://ecarstrade.com/cars/7000375)
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_003/780x0__r.jpg?hash=1774443948> (referer: https://ecarstrade.com/cars/7000439)
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_002/780x0__r.jpg?hash=1774443794> (referer: https://ecarstrade.com/cars/7000375)
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000310%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443634%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_003/780x0__r.jpg?hash=1774443634 not downloaded yet
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000709%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444153%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_003/780x0__r.jpg?hash=1774444153 not downloaded yet
2026-03-25 16:55:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_003/780x0__r.jpg?hash=1774443794> (referer: https://ecarstrade.com/cars/7000375)
2026-03-25 16:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000391> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:55:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000310%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443634%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_004/780x0__r.jpg?hash=1774443634 not downloaded yet
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000709%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444152%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_004/780x0__r.jpg?hash=1774444152 not downloaded yet
2026-03-25 16:55:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ae6a1e36-0dca-5867-9301-427af4332d61
2026-03-25 16:55:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae6a1e36-0dca-5867-9301-427af4332d61, skipping ID generation
2026-03-25 16:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae6a1e36-0dca-5867-9301-427af4332d61 with scrape type 1
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae6a1e36-0dca-5867-9301-427af4332d61 sending to next pipeline
2026-03-25 16:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae6a1e36-0dca-5867-9301-427af4332d61, identifier: 7000444auction111024
2026-03-25 16:55:58 [ecarstrade.be] INFO: Extracting details for car 7000391auction111024
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000310%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_005/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000709%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444152%27 HTTP/1.1" 200 None
2026-03-25 16:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_005/780x0__r.jpg?hash=1774444152 not downloaded yet
2026-03-25 16:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 7000444auction111024
2026-03-25 16:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 7000444auction111024
2026-03-25 16:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 7000444auction111024 to the API
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000444/photo_004/780x0__r.jpg?hash=1774443964>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': 'ae6a1e36-0dca-5867-9301-427af4332d61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000444',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 94150,
'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': 'Jeep Compass 1.3 Turbo T4 190 4xe ATX Limited 5d',
'transmission': 'automatic',
'trim': '1.3 Turbo T4 190 4xe ATX Limited 5d',
'vin': None,
'year': 2023}
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000444auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [ecarstrade.be] INFO: Saving data for 7000444auction111024: {'created_time': 1774457759.234346, 'last_price_update_time': 1774457759.23436, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000444auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_006/780x0__r.jpg?hash=1774443794> (referer: https://ecarstrade.com/cars/7000375)
2026-03-25 16:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_005/780x0__r.jpg?hash=1774443794> (referer: https://ecarstrade.com/cars/7000375)
2026-03-25 16:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_001/780x0__r.jpg?hash=1774443947> (referer: https://ecarstrade.com/cars/7000439)
2026-03-25 16:55:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000310%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443633%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_006/780x0__r.jpg?hash=1774443633 not downloaded yet
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000709%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444152%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_006/780x0__r.jpg?hash=1774444152 not downloaded yet
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 7000391auction111024
2026-03-25 16:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with scrape type 1
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000391%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443833%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_001/780x0__r.jpg?hash=1774443833 not downloaded yet
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000391%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443833%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_002/780x0__r.jpg?hash=1774443833 not downloaded yet
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000391%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443833%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_003/780x0__r.jpg?hash=1774443833 not downloaded yet
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4b907ae8-15d1-54d2-baac-4ff8bebff36f
2026-03-25 16:55:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b907ae8-15d1-54d2-baac-4ff8bebff36f, skipping ID generation
2026-03-25 16:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f with scrape type 1
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f sending to next pipeline
2026-03-25 16:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b907ae8-15d1-54d2-baac-4ff8bebff36f, identifier: 7000375auction111024
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000391%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443833%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_004/780x0__r.jpg?hash=1774443833 not downloaded yet
2026-03-25 16:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 7000375auction111024
2026-03-25 16:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 7000375auction111024
2026-03-25 16:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 7000375auction111024 to the API
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000375/photo_005/780x0__r.jpg?hash=1774443794>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '4b907ae8-15d1-54d2-baac-4ff8bebff36f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000375',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 92326,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000375auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [ecarstrade.be] INFO: Saving data for 7000375auction111024: {'created_time': 1774457759.750301, 'last_price_update_time': 1774457759.750312, 'auction_closing_time': 1774606200.0}
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000375auction111024') HTTP/1.1" 204 0
2026-03-25 16:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_002/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000310)
2026-03-25 16:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_002/780x0__r.jpg?hash=1774444152> (referer: https://ecarstrade.com/cars/7000709)
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5ff32c0d-6304-5317-9827-a6b8649f74e8
2026-03-25 16:55:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5ff32c0d-6304-5317-9827-a6b8649f74e8, skipping ID generation
2026-03-25 16:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 with scrape type 1
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 sending to next pipeline
2026-03-25 16:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ff32c0d-6304-5317-9827-a6b8649f74e8, identifier: 7000439auction111024
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000391%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443833%27 HTTP/1.1" 200 None
2026-03-25 16:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_005/780x0__r.jpg?hash=1774443833 not downloaded yet
2026-03-25 16:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 7000439auction111024
2026-03-25 16:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 7000439auction111024
2026-03-25 16:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 7000439auction111024 to the API
2026-03-25 16:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000439/photo_001/780x0__r.jpg?hash=1774443947>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5ff32c0d-6304-5317-9827-a6b8649f74e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000439',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63304,
'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': "Hyundai, Kona '17, Hyundai Kona 1.6 GDi Hybrid 6-DCT Sky BlueLink "
'5d',
'transmission': 'automatic',
'trim': ", '17, 1.6 GDi Hybrid 6-DCT Sky BlueLink 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000439auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [ecarstrade.be] INFO: Saving data for 7000439auction111024: {'created_time': 1774457760.245722, 'last_price_update_time': 1774457760.245741, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000439auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_001/780x0__r.jpg?hash=1774444152> (referer: https://ecarstrade.com/cars/7000709)
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_001/780x0__r.jpg?hash=1774443634> (referer: https://ecarstrade.com/cars/7000310)
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000391%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443833%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_006/780x0__r.jpg?hash=1774443833 not downloaded yet
2026-03-25 16:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000757> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_003/780x0__r.jpg?hash=1774444153> (referer: https://ecarstrade.com/cars/7000709)
2026-03-25 16:56:00 [ecarstrade.be] INFO: Extracting details for car 7000757auction111024
2026-03-25 16:56:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 with identifier: 7000757auction111024
2026-03-25 16:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 with scrape type 1
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000757%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444277%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_001/780x0__r.jpg?hash=1774444277 not downloaded yet
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000757%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444277%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_002/780x0__r.jpg?hash=1774444277 not downloaded yet
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000757%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444277%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_003/780x0__r.jpg?hash=1774444277 not downloaded yet
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000757%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444277%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_004/780x0__r.jpg?hash=1774444277 not downloaded yet
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_005/780x0__r.jpg?hash=1774444152> (referer: https://ecarstrade.com/cars/7000709)
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000757%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444277%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_005/780x0__r.jpg?hash=1774444277 not downloaded yet
2026-03-25 16:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000757%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444277%27 HTTP/1.1" 200 None
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_006/780x0__r.jpg?hash=1774444277 not downloaded yet
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_005/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000310)
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_004/780x0__r.jpg?hash=1774444152> (referer: https://ecarstrade.com/cars/7000709)
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_003/780x0__r.jpg?hash=1774443833> (referer: https://ecarstrade.com/cars/7000391)
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_002/780x0__r.jpg?hash=1774443833> (referer: https://ecarstrade.com/cars/7000391)
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_005/780x0__r.jpg?hash=1774443833> (referer: https://ecarstrade.com/cars/7000391)
2026-03-25 16:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_004/780x0__r.jpg?hash=1774443833> (referer: https://ecarstrade.com/cars/7000391)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_006/780x0__r.jpg?hash=1774443833> (referer: https://ecarstrade.com/cars/7000391)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_001/780x0__r.jpg?hash=1774443833> (referer: https://ecarstrade.com/cars/7000391)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_004/780x0__r.jpg?hash=1774444277> (referer: https://ecarstrade.com/cars/7000757)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32
2026-03-25 16:56:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32, skipping ID generation
2026-03-25 16:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with scrape type 1
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 sending to next pipeline
2026-03-25 16:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32, identifier: 7000391auction111024
2026-03-25 16:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 7000391auction111024
2026-03-25 16:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 7000391auction111024
2026-03-25 16:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 7000391auction111024 to the API
2026-03-25 16:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000391/photo_001/780x0__r.jpg?hash=1774443833>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000391',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 167267,
'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 xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000391auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:01 [ecarstrade.be] INFO: Saving data for 7000391auction111024: {'created_time': 1774457761.644101, 'last_price_update_time': 1774457761.644111, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000391auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_006/780x0__r.jpg?hash=1774444277> (referer: https://ecarstrade.com/cars/7000757)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_005/780x0__r.jpg?hash=1774444277> (referer: https://ecarstrade.com/cars/7000757)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_003/780x0__r.jpg?hash=1774444277> (referer: https://ecarstrade.com/cars/7000757)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_002/780x0__r.jpg?hash=1774444277> (referer: https://ecarstrade.com/cars/7000757)
2026-03-25 16:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_001/780x0__r.jpg?hash=1774444277> (referer: https://ecarstrade.com/cars/7000757)
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_006/780x0__r.jpg?hash=1774444152> (referer: https://ecarstrade.com/cars/7000709)
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2
2026-03-25 16:56:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2, skipping ID generation
2026-03-25 16:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 with scrape type 1
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 sending to next pipeline
2026-03-25 16:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2, identifier: 7000757auction111024
2026-03-25 16:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 with identifier: 7000757auction111024
2026-03-25 16:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 with identifier: 7000757auction111024
2026-03-25 16:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cbbc0b5-51d3-5717-8558-985b2f8ad4b2 with identifier: 7000757auction111024 to the API
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000757/photo_001/780x0__r.jpg?hash=1774444277>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8cbbc0b5-51d3-5717-8558-985b2f8ad4b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000757',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 129609,
'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': 9,
'seller_name': None,
'title': 'Peugeot Expert 1.5 BlueHDi 120 s&s Standard 4d 9pl',
'transmission': 'manual',
'trim': '1.5 BlueHDi 120 s&s Standard 4d 9pl',
'vin': None,
'year': 2020}
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000757auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:02 [ecarstrade.be] INFO: Saving data for 7000757auction111024: {'created_time': 1774457762.51559, 'last_price_update_time': 1774457762.515601, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000757auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_006/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000310)
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 03a1041f-21d4-535a-90f3-142baf8c5829
2026-03-25 16:56:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 03a1041f-21d4-535a-90f3-142baf8c5829, skipping ID generation
2026-03-25 16:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a1041f-21d4-535a-90f3-142baf8c5829 with scrape type 1
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 03a1041f-21d4-535a-90f3-142baf8c5829 sending to next pipeline
2026-03-25 16:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03a1041f-21d4-535a-90f3-142baf8c5829, identifier: 7000709auction111024
2026-03-25 16:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 7000709auction111024
2026-03-25 16:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 7000709auction111024
2026-03-25 16:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 7000709auction111024 to the API
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000709/photo_006/780x0__r.jpg?hash=1774444152>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '03a1041f-21d4-535a-90f3-142baf8c5829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000709',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 32632,
'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 Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000709auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:02 [ecarstrade.be] INFO: Saving data for 7000709auction111024: {'created_time': 1774457762.861646, 'last_price_update_time': 1774457762.861657, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000709auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_004/780x0__r.jpg?hash=1774443634> (referer: https://ecarstrade.com/cars/7000310)
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_003/780x0__r.jpg?hash=1774443634> (referer: https://ecarstrade.com/cars/7000310)
2026-03-25 16:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_006/780x0__r.jpg?hash=1774444193> (referer: https://ecarstrade.com/cars/7000728)
2026-03-25 16: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-25 16:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb45d0bd-d13d-5dd7-b464-1b80274fa026
2026-03-25 16:56:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb45d0bd-d13d-5dd7-b464-1b80274fa026, skipping ID generation
2026-03-25 16:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 with scrape type 1
2026-03-25 16:56:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 sending to next pipeline
2026-03-25 16:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb45d0bd-d13d-5dd7-b464-1b80274fa026, identifier: 7000310auction111024
2026-03-25 16:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 7000310auction111024
2026-03-25 16:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 7000310auction111024
2026-03-25 16:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 7000310auction111024 to the API
2026-03-25 16:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000310/photo_003/780x0__r.jpg?hash=1774443634>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'eb45d0bd-d13d-5dd7-b464-1b80274fa026',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000310',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 116031,
'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 A3 Berline 2.0 TDi 30 85kW Advanced 4d',
'transmission': 'manual',
'trim': 'Berline 2.0 TDi 30 85kW Advanced 4d',
'vin': None,
'year': 2022}
2026-03-25 16:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000310auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:03 [ecarstrade.be] INFO: Saving data for 7000310auction111024: {'created_time': 1774457763.606925, 'last_price_update_time': 1774457763.606946, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000310auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:56:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000825> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_005/780x0__r.jpg?hash=1774444193> (referer: https://ecarstrade.com/cars/7000728)
2026-03-25 16:56:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:06 [ecarstrade.be] INFO: Extracting details for car 7000825auction111024
2026-03-25 16:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 with identifier: 7000825auction111024
2026-03-25 16:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 with scrape type 1
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000825%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_001/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000825%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_002/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000825%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_003/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000825%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_004/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000825%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_005/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000825%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444441%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_006/780x0__r.jpg?hash=1774444441 not downloaded yet
2026-03-25 16:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000445> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_004/780x0__r.jpg?hash=1774444193> (referer: https://ecarstrade.com/cars/7000728)
2026-03-25 16:56:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:06 [ecarstrade.be] INFO: Extracting details for car 7000445auction111024
2026-03-25 16:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b with identifier: 7000445auction111024
2026-03-25 16:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b with scrape type 1
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000445%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443958%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_001/780x0__r.jpg?hash=1774443958 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000445%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443959%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_002/780x0__r.jpg?hash=1774443959 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000445%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443958%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_003/780x0__r.jpg?hash=1774443958 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000445%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443959%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_004/780x0__r.jpg?hash=1774443959 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000445%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443958%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_005/780x0__r.jpg?hash=1774443958 not downloaded yet
2026-03-25 16:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000445%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443959%27 HTTP/1.1" 200 None
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_006/780x0__r.jpg?hash=1774443959 not downloaded yet
2026-03-25 16:56:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:56:06 [scrapy.extensions.logstats] INFO: Crawled 731 pages (at 48 pages/min), scraped 607 items (at 50 items/min)
2026-03-25 16:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000729> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_003/780x0__r.jpg?hash=1774444194> (referer: https://ecarstrade.com/cars/7000728)
2026-03-25 16:56:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:07 [ecarstrade.be] INFO: Extracting details for car 7000729auction111024
2026-03-25 16:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 7000729auction111024
2026-03-25 16:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 with scrape type 1
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000729%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444195%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_001/780x0__r.jpg?hash=1774444195 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000729%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444196%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_002/780x0__r.jpg?hash=1774444196 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000729%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444196%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_003/780x0__r.jpg?hash=1774444196 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000729%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444195%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_004/780x0__r.jpg?hash=1774444195 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000729%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444196%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_005/780x0__r.jpg?hash=1774444196 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000729%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444196%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_006/780x0__r.jpg?hash=1774444196 not downloaded yet
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000500> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_002/780x0__r.jpg?hash=1774444193> (referer: https://ecarstrade.com/cars/7000728)
2026-03-25 16:56:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:07 [ecarstrade.be] INFO: Extracting details for car 7000500auction111024
2026-03-25 16:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 with identifier: 7000500auction111024
2026-03-25 16:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 with scrape type 1
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000500%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444100%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_001/780x0__r.jpg?hash=1774444100 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000500%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444100%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_002/780x0__r.jpg?hash=1774444100 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000500%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444101%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_003/780x0__r.jpg?hash=1774444101 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000500%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444101%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_004/780x0__r.jpg?hash=1774444101 not downloaded yet
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000500%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444101%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_005/780x0__r.jpg?hash=1774444101 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000500%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444101%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_006/780x0__r.jpg?hash=1774444101 not downloaded yet
2026-03-25 16:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000446> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_001/780x0__r.jpg?hash=1774444193> (referer: https://ecarstrade.com/cars/7000728)
2026-03-25 16:56:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:07 [ecarstrade.be] INFO: Extracting details for car 7000446auction111024
2026-03-25 16:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9cb7b2a-1e20-5232-abe0-86c262f9fc4c with identifier: 7000446auction111024
2026-03-25 16:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c with scrape type 1
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000446%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_001/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000446%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_002/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000446%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_003/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000446%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_004/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000446%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_005/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 35d7c18b-b142-5515-8045-e28fa6e3bec2
2026-03-25 16:56:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35d7c18b-b142-5515-8045-e28fa6e3bec2, skipping ID generation
2026-03-25 16:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35d7c18b-b142-5515-8045-e28fa6e3bec2 with scrape type 1
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35d7c18b-b142-5515-8045-e28fa6e3bec2 sending to next pipeline
2026-03-25 16:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35d7c18b-b142-5515-8045-e28fa6e3bec2, identifier: 7000728auction111024
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000446%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443961%27 HTTP/1.1" 200 None
2026-03-25 16:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_006/780x0__r.jpg?hash=1774443961 not downloaded yet
2026-03-25 16:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 7000728auction111024
2026-03-25 16:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 7000728auction111024
2026-03-25 16:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 7000728auction111024 to the API
2026-03-25 16:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000728/photo_001/780x0__r.jpg?hash=1774444193>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '35d7c18b-b142-5515-8045-e28fa6e3bec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000728',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 49304,
'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': 3,
'seller_name': None,
'title': 'Opel Vivaro 2.0 Turbo 90kW Edition L3H1 31 5d',
'transmission': 'manual',
'trim': '2.0 Turbo 90kW Edition L3H1 31 5d',
'vin': None,
'year': 2021}
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000728auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [ecarstrade.be] INFO: Saving data for 7000728auction111024: {'created_time': 1774457768.225009, 'last_price_update_time': 1774457768.225025, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000728auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000752> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_006/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000825)
2026-03-25 16:56:08 [ecarstrade.be] INFO: Extracting details for car 7000752auction111024
2026-03-25 16:56:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 7000752auction111024
2026-03-25 16:56:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5388fad7-88c5-5ad8-b929-ac983d234685 with scrape type 1
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000752%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444263%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_001/780x0__r.jpg?hash=1774444263 not downloaded yet
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000752%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444262%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_002/780x0__r.jpg?hash=1774444262 not downloaded yet
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_005/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000825)
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000752%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444262%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_003/780x0__r.jpg?hash=1774444262 not downloaded yet
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000752%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444262%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_004/780x0__r.jpg?hash=1774444262 not downloaded yet
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000752%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444262%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_005/780x0__r.jpg?hash=1774444262 not downloaded yet
2026-03-25 16:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000752%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444262%27 HTTP/1.1" 200 None
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_006/780x0__r.jpg?hash=1774444262 not downloaded yet
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_006/780x0__r.jpg?hash=1774443959> (referer: https://ecarstrade.com/cars/7000445)
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_005/780x0__r.jpg?hash=1774443958> (referer: https://ecarstrade.com/cars/7000445)
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_006/780x0__r.jpg?hash=1774444196> (referer: https://ecarstrade.com/cars/7000729)
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_005/780x0__r.jpg?hash=1774444196> (referer: https://ecarstrade.com/cars/7000729)
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_006/780x0__r.jpg?hash=1774444101> (referer: https://ecarstrade.com/cars/7000500)
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_005/780x0__r.jpg?hash=1774444101> (referer: https://ecarstrade.com/cars/7000500)
2026-03-25 16:56:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_006/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000446)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_005/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000446)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_002/780x0__r.jpg?hash=1774444262> (referer: https://ecarstrade.com/cars/7000752)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_006/780x0__r.jpg?hash=1774444262> (referer: https://ecarstrade.com/cars/7000752)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_005/780x0__r.jpg?hash=1774444262> (referer: https://ecarstrade.com/cars/7000752)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_004/780x0__r.jpg?hash=1774444262> (referer: https://ecarstrade.com/cars/7000752)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_003/780x0__r.jpg?hash=1774444262> (referer: https://ecarstrade.com/cars/7000752)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_001/780x0__r.jpg?hash=1774444263> (referer: https://ecarstrade.com/cars/7000752)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_004/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000446)
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5388fad7-88c5-5ad8-b929-ac983d234685
2026-03-25 16:56:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5388fad7-88c5-5ad8-b929-ac983d234685, skipping ID generation
2026-03-25 16:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5388fad7-88c5-5ad8-b929-ac983d234685 with scrape type 1
2026-03-25 16:56:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5388fad7-88c5-5ad8-b929-ac983d234685 sending to next pipeline
2026-03-25 16:56:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5388fad7-88c5-5ad8-b929-ac983d234685, identifier: 7000752auction111024
2026-03-25 16:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 7000752auction111024
2026-03-25 16:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 7000752auction111024
2026-03-25 16:56:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 7000752auction111024 to the API
2026-03-25 16:56:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000752/photo_001/780x0__r.jpg?hash=1774444263>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '5388fad7-88c5-5ad8-b929-ac983d234685',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000752',
'listing': 'auction',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Peugeot',
'model': '508',
'odometer': 46225,
'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': 'Peugeot 508 SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000752auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [ecarstrade.be] INFO: Saving data for 7000752auction111024: {'created_time': 1774457770.090193, 'last_price_update_time': 1774457770.090205, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000752auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_003/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000446)
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000435> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000751> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_002/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000446)
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_001/780x0__r.jpg?hash=1774443961> (referer: https://ecarstrade.com/cars/7000446)
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:10 [ecarstrade.be] INFO: Extracting details for car 7000435auction111024
2026-03-25 16:56:10 [ecarstrade.be] INFO: Extracting details for car 7000751auction111024
2026-03-25 16:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 7000435auction111024
2026-03-25 16:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a with scrape type 1
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000435%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443935%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_001/780x0__r.jpg?hash=1774443935 not downloaded yet
2026-03-25 16:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 779563e9-038a-59f6-94b0-5b8ec22c0055 with identifier: 7000751auction111024
2026-03-25 16:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779563e9-038a-59f6-94b0-5b8ec22c0055 with scrape type 1
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000751%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444258%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_001/780x0__r.jpg?hash=1774444258 not downloaded yet
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_002/780x0__r.jpg?hash=1774444100> (referer: https://ecarstrade.com/cars/7000500)
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_003/780x0__r.jpg?hash=1774444101> (referer: https://ecarstrade.com/cars/7000500)
2026-03-25 16:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_004/780x0__r.jpg?hash=1774444101> (referer: https://ecarstrade.com/cars/7000500)
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000435%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443935%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_002/780x0__r.jpg?hash=1774443935 not downloaded yet
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000751%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444259%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_002/780x0__r.jpg?hash=1774444259 not downloaded yet
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000435%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443936%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_003/780x0__r.jpg?hash=1774443936 not downloaded yet
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000751%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444258%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_003/780x0__r.jpg?hash=1774444258 not downloaded yet
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c
2026-03-25 16:56:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9cb7b2a-1e20-5232-abe0-86c262f9fc4c, skipping ID generation
2026-03-25 16:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c with scrape type 1
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9cb7b2a-1e20-5232-abe0-86c262f9fc4c sending to next pipeline
2026-03-25 16:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9cb7b2a-1e20-5232-abe0-86c262f9fc4c, identifier: 7000446auction111024
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000435%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443935%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_004/780x0__r.jpg?hash=1774443935 not downloaded yet
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000751%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444259%27 HTTP/1.1" 200 None
2026-03-25 16:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_004/780x0__r.jpg?hash=1774444259 not downloaded yet
2026-03-25 16:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9cb7b2a-1e20-5232-abe0-86c262f9fc4c with identifier: 7000446auction111024
2026-03-25 16:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9cb7b2a-1e20-5232-abe0-86c262f9fc4c with identifier: 7000446auction111024
2026-03-25 16:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9cb7b2a-1e20-5232-abe0-86c262f9fc4c with identifier: 7000446auction111024 to the API
2026-03-25 16:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000446/photo_001/780x0__r.jpg?hash=1774443961>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c9cb7b2a-1e20-5232-abe0-86c262f9fc4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000446',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Kia',
'model': "cee'd",
'odometer': 119066,
'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': "KIA cee'd Sportswagon Business Line 1.6 GDi PHEV DCT 5d",
'transmission': 'automatic',
'trim': 'KIA Sportswagon Business Line 1.6 GDi PHEV DCT 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000446auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [ecarstrade.be] INFO: Saving data for 7000446auction111024: {'created_time': 1774457771.029496, 'last_price_update_time': 1774457771.029512, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000446auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_001/780x0__r.jpg?hash=1774444100> (referer: https://ecarstrade.com/cars/7000500)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_004/780x0__r.jpg?hash=1774444195> (referer: https://ecarstrade.com/cars/7000729)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_003/780x0__r.jpg?hash=1774444196> (referer: https://ecarstrade.com/cars/7000729)
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000435%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443936%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_005/780x0__r.jpg?hash=1774443936 not downloaded yet
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000751%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444258%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_005/780x0__r.jpg?hash=1774444258 not downloaded yet
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000435%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443936%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_006/780x0__r.jpg?hash=1774443936 not downloaded yet
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000751%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444258%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_006/780x0__r.jpg?hash=1774444258 not downloaded yet
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_001/780x0__r.jpg?hash=1774444195> (referer: https://ecarstrade.com/cars/7000729)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_002/780x0__r.jpg?hash=1774444196> (referer: https://ecarstrade.com/cars/7000729)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_004/780x0__r.jpg?hash=1774443959> (referer: https://ecarstrade.com/cars/7000445)
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3
2026-03-25 16:56:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3, skipping ID generation
2026-03-25 16:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 with scrape type 1
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 sending to next pipeline
2026-03-25 16:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3, identifier: 7000500auction111024
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 with identifier: 7000500auction111024
2026-03-25 16:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 with identifier: 7000500auction111024
2026-03-25 16:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3 with identifier: 7000500auction111024 to the API
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000500/photo_001/780x0__r.jpg?hash=1774444100>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1bd479e6-c2d9-5a7f-98ec-4cca6bc75ce3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000500',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 109213,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000500auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [ecarstrade.be] INFO: Saving data for 7000500auction111024: {'created_time': 1774457771.519829, 'last_price_update_time': 1774457771.519839, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000500auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_001/780x0__r.jpg?hash=1774444258> (referer: https://ecarstrade.com/cars/7000751)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_002/780x0__r.jpg?hash=1774443959> (referer: https://ecarstrade.com/cars/7000445)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_003/780x0__r.jpg?hash=1774443958> (referer: https://ecarstrade.com/cars/7000445)
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6f8a9769-450a-500a-b9bf-d9463075a5a2
2026-03-25 16:56:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f8a9769-450a-500a-b9bf-d9463075a5a2, skipping ID generation
2026-03-25 16:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 with scrape type 1
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 sending to next pipeline
2026-03-25 16:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f8a9769-450a-500a-b9bf-d9463075a5a2, identifier: 7000729auction111024
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 7000729auction111024
2026-03-25 16:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 7000729auction111024
2026-03-25 16:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 7000729auction111024 to the API
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000729/photo_002/780x0__r.jpg?hash=1774444196>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6f8a9769-450a-500a-b9bf-d9463075a5a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000729',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 78353,
'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': "Opel, Insignia ST FL'20, Opel Insignia Sports Tourer 1.5 Turbo D "
'S/S 90kW B',
'transmission': 'automatic',
'trim': ", ST FL'20, Sports Tourer 1.5 Turbo D S/S 90kW B",
'vin': None,
'year': 2022}
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000729auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:11 [ecarstrade.be] INFO: Saving data for 7000729auction111024: {'created_time': 1774457771.882063, 'last_price_update_time': 1774457771.882074, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000729auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_001/780x0__r.jpg?hash=1774443958> (referer: https://ecarstrade.com/cars/7000445)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_003/780x0__r.jpg?hash=1774444258> (referer: https://ecarstrade.com/cars/7000751)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_001/780x0__r.jpg?hash=1774443935> (referer: https://ecarstrade.com/cars/7000435)
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_006/780x0__r.jpg?hash=1774444258> (referer: https://ecarstrade.com/cars/7000751)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_002/780x0__r.jpg?hash=1774444259> (referer: https://ecarstrade.com/cars/7000751)
2026-03-25 16:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_003/780x0__r.jpg?hash=1774443936> (referer: https://ecarstrade.com/cars/7000435)
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b
2026-03-25 16:56:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b, skipping ID generation
2026-03-25 16:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b with scrape type 1
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b sending to next pipeline
2026-03-25 16:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b, identifier: 7000445auction111024
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b with identifier: 7000445auction111024
2026-03-25 16:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b with identifier: 7000445auction111024
2026-03-25 16:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 897d54d5-8a52-5a03-a7cc-dd8340f7bd2b with identifier: 7000445auction111024 to the API
2026-03-25 16:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000445/photo_001/780x0__r.jpg?hash=1774443958>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '897d54d5-8a52-5a03-a7cc-dd8340f7bd2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000445',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': "cee'd",
'odometer': 108943,
'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': "Kia, Ceed SW '18, KIA cee'd Sportswagon More 1.6 CRDi 136 MHEV DCT "
'5',
'transmission': 'automatic',
'trim': ", Ceed SW '18, KIA Sportswagon More 1.6 CRDi 136 MHEV DCT 5",
'vin': None,
'year': 2022}
2026-03-25 16:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000445auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:12 [ecarstrade.be] INFO: Saving data for 7000445auction111024: {'created_time': 1774457772.548227, 'last_price_update_time': 1774457772.548243, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000445auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_006/780x0__r.jpg?hash=1774443936> (referer: https://ecarstrade.com/cars/7000435)
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_005/780x0__r.jpg?hash=1774444258> (referer: https://ecarstrade.com/cars/7000751)
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_005/780x0__r.jpg?hash=1774443936> (referer: https://ecarstrade.com/cars/7000435)
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_002/780x0__r.jpg?hash=1774443935> (referer: https://ecarstrade.com/cars/7000435)
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_004/780x0__r.jpg?hash=1774443935> (referer: https://ecarstrade.com/cars/7000435)
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_004/780x0__r.jpg?hash=1774444259> (referer: https://ecarstrade.com/cars/7000751)
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_003/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000825)
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_002/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000825)
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_004/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000825)
2026-03-25 16:56:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2961ca0f-3e98-5a27-a34b-4af53f963c1a
2026-03-25 16:56:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2961ca0f-3e98-5a27-a34b-4af53f963c1a, skipping ID generation
2026-03-25 16:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a with scrape type 1
2026-03-25 16:56:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a sending to next pipeline
2026-03-25 16:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2961ca0f-3e98-5a27-a34b-4af53f963c1a, identifier: 7000435auction111024
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_006/780x0__r.jpg?hash=1774444435> (referer: https://ecarstrade.com/cars/7000821)
2026-03-25 16:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_001/780x0__r.jpg?hash=1774444441> (referer: https://ecarstrade.com/cars/7000825)
2026-03-25 16:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 7000435auction111024
2026-03-25 16:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 7000435auction111024
2026-03-25 16:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 7000435auction111024 to the API
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000435/photo_004/780x0__r.jpg?hash=1774443935>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2961ca0f-3e98-5a27-a34b-4af53f963c1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000435',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Puma',
'odometer': 29455,
'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': "Ford, Puma '19, Ford Puma 1.0i Ecoboost mHEV 92kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.0i Ecoboost mHEV 92kW Titanium 5d",
'vin': None,
'year': 2022}
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000435auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:13 [ecarstrade.be] INFO: Saving data for 7000435auction111024: {'created_time': 1774457773.334235, 'last_price_update_time': 1774457773.334248, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000435auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 779563e9-038a-59f6-94b0-5b8ec22c0055
2026-03-25 16:56:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 779563e9-038a-59f6-94b0-5b8ec22c0055, skipping ID generation
2026-03-25 16:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779563e9-038a-59f6-94b0-5b8ec22c0055 with scrape type 1
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 779563e9-038a-59f6-94b0-5b8ec22c0055 sending to next pipeline
2026-03-25 16:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 779563e9-038a-59f6-94b0-5b8ec22c0055, identifier: 7000751auction111024
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 779563e9-038a-59f6-94b0-5b8ec22c0055 with identifier: 7000751auction111024
2026-03-25 16:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 779563e9-038a-59f6-94b0-5b8ec22c0055 with identifier: 7000751auction111024
2026-03-25 16:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 779563e9-038a-59f6-94b0-5b8ec22c0055 with identifier: 7000751auction111024 to the API
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000751/photo_004/780x0__r.jpg?hash=1774444259>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '779563e9-038a-59f6-94b0-5b8ec22c0055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000751',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 100355,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 1.6 Hybrid 225 e-EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.6 Hybrid 225 e-EAT8 GT 5d',
'vin': None,
'year': 2021}
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000751auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:13 [ecarstrade.be] INFO: Saving data for 7000751auction111024: {'created_time': 1774457773.783621, 'last_price_update_time': 1774457773.783632, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000751auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_005/780x0__r.jpg?hash=1774444435> (referer: https://ecarstrade.com/cars/7000821)
2026-03-25 16:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6
2026-03-25 16:56:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6, skipping ID generation
2026-03-25 16:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 with scrape type 1
2026-03-25 16:56:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 sending to next pipeline
2026-03-25 16:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6, identifier: 7000825auction111024
2026-03-25 16:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 with identifier: 7000825auction111024
2026-03-25 16:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 with identifier: 7000825auction111024
2026-03-25 16:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42f91d74-c8a8-5663-81cf-3b6a4b9b14d6 with identifier: 7000825auction111024 to the API
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000825/photo_001/780x0__r.jpg?hash=1774444441>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '42f91d74-c8a8-5663-81cf-3b6a4b9b14d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000825',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 160258,
'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, Tiguan FL'20, Volkswagen Tiguan 1.5 TSI 110kW Life 5d",
'transmission': 'manual',
'trim': "VW, FL'20, 1.5 TSI 110kW Life 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000825auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [ecarstrade.be] INFO: Saving data for 7000825auction111024: {'created_time': 1774457774.260279, 'last_price_update_time': 1774457774.26029, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000825auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000420> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000793> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_003/780x0__r.jpg?hash=1774444435> (referer: https://ecarstrade.com/cars/7000821)
2026-03-25 16:56:14 [ecarstrade.be] INFO: Extracting details for car 7000420auction111024
2026-03-25 16:56:14 [ecarstrade.be] INFO: Extracting details for car 7000793auction111024
2026-03-25 16:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d with identifier: 7000420auction111024
2026-03-25 16:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d with scrape type 1
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000420%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443904%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_001/780x0__r.jpg?hash=1774443904 not downloaded yet
2026-03-25 16:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 7000793auction111024
2026-03-25 16:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with scrape type 1
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000793%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444368%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_001/780x0__r.jpg?hash=1774444368 not downloaded yet
2026-03-25 16:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_002/780x0__r.jpg?hash=1774444435> (referer: https://ecarstrade.com/cars/7000821)
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000420%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443903%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_002/780x0__r.jpg?hash=1774443903 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000793%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444368%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_002/780x0__r.jpg?hash=1774444368 not downloaded yet
2026-03-25 16:56:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000420%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443904%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_003/780x0__r.jpg?hash=1774443904 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000793%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444368%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_003/780x0__r.jpg?hash=1774444368 not downloaded yet
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000420%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443904%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_004/780x0__r.jpg?hash=1774443904 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000793%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444368%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_004/780x0__r.jpg?hash=1774444368 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000420%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443905%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_005/780x0__r.jpg?hash=1774443905 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000793%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444369%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_005/780x0__r.jpg?hash=1774444369 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000420%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443904%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_006/780x0__r.jpg?hash=1774443904 not downloaded yet
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000793%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444369%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_006/780x0__r.jpg?hash=1774444369 not downloaded yet
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bfce0bad-584b-5d7a-8297-16e570baa893
2026-03-25 16:56:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfce0bad-584b-5d7a-8297-16e570baa893, skipping ID generation
2026-03-25 16:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfce0bad-584b-5d7a-8297-16e570baa893 with scrape type 1
2026-03-25 16:56:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfce0bad-584b-5d7a-8297-16e570baa893 sending to next pipeline
2026-03-25 16:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfce0bad-584b-5d7a-8297-16e570baa893, identifier: 7000821auction111024
2026-03-25 16:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 7000821auction111024
2026-03-25 16:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 7000821auction111024
2026-03-25 16:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 7000821auction111024 to the API
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000821/photo_002/780x0__r.jpg?hash=1774444435>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'bfce0bad-584b-5d7a-8297-16e570baa893',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000821',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 135983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 2.0 TDI 90kW "
'DSG Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 2.0 TDI 90kW DSG Style B",
'vin': None,
'year': 2021}
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000821auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:14 [ecarstrade.be] INFO: Saving data for 7000821auction111024: {'created_time': 1774457774.984441, 'last_price_update_time': 1774457774.984455, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000821auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000361> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:56:15 [ecarstrade.be] INFO: Extracting details for car 7000361auction111024
2026-03-25 16:56:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a4b016-64ba-544f-ad69-0449e410fbc7 with identifier: 7000361auction111024
2026-03-25 16:56:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a4b016-64ba-544f-ad69-0449e410fbc7 with scrape type 1
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000361%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443763%27 HTTP/1.1" 200 None
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_001/780x0__r.jpg?hash=1774443763 not downloaded yet
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000361%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443764%27 HTTP/1.1" 200 None
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_002/780x0__r.jpg?hash=1774443764 not downloaded yet
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000361%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443763%27 HTTP/1.1" 200 None
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_003/780x0__r.jpg?hash=1774443763 not downloaded yet
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000361%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443763%27 HTTP/1.1" 200 None
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_004/780x0__r.jpg?hash=1774443763 not downloaded yet
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000361%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443763%27 HTTP/1.1" 200 None
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_005/780x0__r.jpg?hash=1774443763 not downloaded yet
2026-03-25 16:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000361%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443763%27 HTTP/1.1" 200 None
2026-03-25 16:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_006/780x0__r.jpg?hash=1774443763 not downloaded yet
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000782> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_003/780x0__r.jpg?hash=1774443842> (referer: https://ecarstrade.com/cars/7000395)
2026-03-25 16:56:16 [ecarstrade.be] INFO: Extracting details for car 7000782auction111024
2026-03-25 16:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 7000782auction111024
2026-03-25 16:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with scrape type 1
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000782%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444339%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_001/780x0__r.jpg?hash=1774444339 not downloaded yet
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000782%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444339%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_002/780x0__r.jpg?hash=1774444339 not downloaded yet
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000782%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444338%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_003/780x0__r.jpg?hash=1774444338 not downloaded yet
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_002/780x0__r.jpg?hash=1774443842> (referer: https://ecarstrade.com/cars/7000395)
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000782%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444338%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_004/780x0__r.jpg?hash=1774444338 not downloaded yet
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000782%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444339%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_005/780x0__r.jpg?hash=1774444339 not downloaded yet
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000782%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444339%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_006/780x0__r.jpg?hash=1774444339 not downloaded yet
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_006/780x0__r.jpg?hash=1774443689> (referer: https://ecarstrade.com/cars/7000333)
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_001/780x0__r.jpg?hash=1774443842> (referer: https://ecarstrade.com/cars/7000395)
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_005/780x0__r.jpg?hash=1774443690> (referer: https://ecarstrade.com/cars/7000333)
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a
2026-03-25 16:56:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a, skipping ID generation
2026-03-25 16:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with scrape type 1
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a sending to next pipeline
2026-03-25 16:56:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a, identifier: 7000395auction111024
2026-03-25 16:56:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 7000395auction111024
2026-03-25 16:56:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 7000395auction111024
2026-03-25 16:56:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 7000395auction111024 to the API
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000395/photo_001/780x0__r.jpg?hash=1774443842>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '1e6d8331-e41d-57a1-b4ba-acaf59faab2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000395',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 72509,
'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 '17, BMW X2 sDrive18iA 100kW DCT 5d",
'transmission': 'automatic',
'trim': ", '17, sDrive18iA 100kW DCT 5d",
'vin': None,
'year': 2020}
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000395auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:16 [ecarstrade.be] INFO: Saving data for 7000395auction111024: {'created_time': 1774457776.837736, 'last_price_update_time': 1774457776.837746, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000395auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_006/780x0__r.jpg?hash=1774443680> (referer: https://ecarstrade.com/cars/7000330)
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_001/780x0__r.jpg?hash=1774444368> (referer: https://ecarstrade.com/cars/7000793)
2026-03-25 16:56:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_006/780x0__r.jpg?hash=1774444369> (referer: https://ecarstrade.com/cars/7000793)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_006/780x0__r.jpg?hash=1774443763> (referer: https://ecarstrade.com/cars/7000361)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_005/780x0__r.jpg?hash=1774443763> (referer: https://ecarstrade.com/cars/7000361)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_003/780x0__r.jpg?hash=1774444338> (referer: https://ecarstrade.com/cars/7000782)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_006/780x0__r.jpg?hash=1774444339> (referer: https://ecarstrade.com/cars/7000782)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_005/780x0__r.jpg?hash=1774444339> (referer: https://ecarstrade.com/cars/7000782)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_004/780x0__r.jpg?hash=1774444338> (referer: https://ecarstrade.com/cars/7000782)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_002/780x0__r.jpg?hash=1774444339> (referer: https://ecarstrade.com/cars/7000782)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_001/780x0__r.jpg?hash=1774444339> (referer: https://ecarstrade.com/cars/7000782)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_004/780x0__r.jpg?hash=1774443763> (referer: https://ecarstrade.com/cars/7000361)
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb0f2341-7570-5f2c-9bec-4ce3932a56f4
2026-03-25 16:56:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb0f2341-7570-5f2c-9bec-4ce3932a56f4, skipping ID generation
2026-03-25 16:56:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with scrape type 1
2026-03-25 16:56:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb0f2341-7570-5f2c-9bec-4ce3932a56f4 sending to next pipeline
2026-03-25 16:56:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb0f2341-7570-5f2c-9bec-4ce3932a56f4, identifier: 7000782auction111024
2026-03-25 16:56:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 7000782auction111024
2026-03-25 16:56:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 7000782auction111024
2026-03-25 16:56:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 7000782auction111024 to the API
2026-03-25 16:56:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000782/photo_001/780x0__r.jpg?hash=1774444339>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'bb0f2341-7570-5f2c-9bec-4ce3932a56f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000782',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 112885,
'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 Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000782auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:18 [ecarstrade.be] INFO: Saving data for 7000782auction111024: {'created_time': 1774457778.107882, 'last_price_update_time': 1774457778.107893, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000782auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_003/780x0__r.jpg?hash=1774443763> (referer: https://ecarstrade.com/cars/7000361)
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_002/780x0__r.jpg?hash=1774443764> (referer: https://ecarstrade.com/cars/7000361)
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_001/780x0__r.jpg?hash=1774443763> (referer: https://ecarstrade.com/cars/7000361)
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_006/780x0__r.jpg?hash=1774443904> (referer: https://ecarstrade.com/cars/7000420)
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85a4b016-64ba-544f-ad69-0449e410fbc7
2026-03-25 16:56:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85a4b016-64ba-544f-ad69-0449e410fbc7, skipping ID generation
2026-03-25 16:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a4b016-64ba-544f-ad69-0449e410fbc7 with scrape type 1
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85a4b016-64ba-544f-ad69-0449e410fbc7 sending to next pipeline
2026-03-25 16:56:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85a4b016-64ba-544f-ad69-0449e410fbc7, identifier: 7000361auction111024
2026-03-25 16:56:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85a4b016-64ba-544f-ad69-0449e410fbc7 with identifier: 7000361auction111024
2026-03-25 16:56:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85a4b016-64ba-544f-ad69-0449e410fbc7 with identifier: 7000361auction111024
2026-03-25 16:56:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85a4b016-64ba-544f-ad69-0449e410fbc7 with identifier: 7000361auction111024 to the API
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000361/photo_001/780x0__r.jpg?hash=1774443763>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '85a4b016-64ba-544f-ad69-0449e410fbc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000361',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '320',
'odometer': 147156,
'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, 3-serie Touring '18, BMW 3 Reeks Touring 320dA (120 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring dA (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000361auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:18 [ecarstrade.be] INFO: Saving data for 7000361auction111024: {'created_time': 1774457778.796002, 'last_price_update_time': 1774457778.796015, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000361auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_005/780x0__r.jpg?hash=1774444369> (referer: https://ecarstrade.com/cars/7000793)
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_005/780x0__r.jpg?hash=1774443905> (referer: https://ecarstrade.com/cars/7000420)
2026-03-25 16:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_004/780x0__r.jpg?hash=1774444368> (referer: https://ecarstrade.com/cars/7000793)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_004/780x0__r.jpg?hash=1774443904> (referer: https://ecarstrade.com/cars/7000420)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_003/780x0__r.jpg?hash=1774444368> (referer: https://ecarstrade.com/cars/7000793)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_003/780x0__r.jpg?hash=1774443904> (referer: https://ecarstrade.com/cars/7000420)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_002/780x0__r.jpg?hash=1774444368> (referer: https://ecarstrade.com/cars/7000793)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_002/780x0__r.jpg?hash=1774443903> (referer: https://ecarstrade.com/cars/7000420)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd
2026-03-25 16:56:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd, skipping ID generation
2026-03-25 16:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with scrape type 1
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd sending to next pipeline
2026-03-25 16:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd, identifier: 7000793auction111024
2026-03-25 16:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 7000793auction111024
2026-03-25 16:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 7000793auction111024
2026-03-25 16:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 7000793auction111024 to the API
2026-03-25 16:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000793/photo_002/780x0__r.jpg?hash=1774444368>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000793',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 109892,
'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': "Skoda, Superb Combi FL'19, Skoda Superb Combi 2.0 CRTDI 90kW DSG7 "
'Clever 5d',
'transmission': 'automatic',
'trim': ", Combi FL'19, Combi 2.0 CRTDI 90kW DSG7 Clever 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000793auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:19 [ecarstrade.be] INFO: Saving data for 7000793auction111024: {'created_time': 1774457779.828527, 'last_price_update_time': 1774457779.828538, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000793auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_001/780x0__r.jpg?hash=1774443904> (referer: https://ecarstrade.com/cars/7000420)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_004/780x0__r.jpg?hash=1774443688> (referer: https://ecarstrade.com/cars/7000333)
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d
2026-03-25 16:56:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d, skipping ID generation
2026-03-25 16:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d with scrape type 1
2026-03-25 16:56:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d sending to next pipeline
2026-03-25 16:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d, identifier: 7000420auction111024
2026-03-25 16:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d with identifier: 7000420auction111024
2026-03-25 16:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d with identifier: 7000420auction111024
2026-03-25 16:56:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 684f357e-ab9c-53a0-ba07-cc5a3e8ba85d with identifier: 7000420auction111024 to the API
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000420/photo_001/780x0__r.jpg?hash=1774443904>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '684f357e-ab9c-53a0-ba07-cc5a3e8ba85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000420',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 155636,
'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, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5",
'vin': None,
'year': 2020}
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000420auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:20 [ecarstrade.be] INFO: Saving data for 7000420auction111024: {'created_time': 1774457780.292462, 'last_price_update_time': 1774457780.292473, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000420auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_005/780x0__r.jpg?hash=1774443679> (referer: https://ecarstrade.com/cars/7000330)
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_004/780x0__r.jpg?hash=1774443679> (referer: https://ecarstrade.com/cars/7000330)
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_002/780x0__r.jpg?hash=1774443690> (referer: https://ecarstrade.com/cars/7000333)
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_003/780x0__r.jpg?hash=1774443679> (referer: https://ecarstrade.com/cars/7000330)
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000506> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_001/780x0__r.jpg?hash=1774443688> (referer: https://ecarstrade.com/cars/7000333)
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_002/780x0__r.jpg?hash=1774443679> (referer: https://ecarstrade.com/cars/7000330)
2026-03-25 16:56:20 [ecarstrade.be] INFO: Extracting details for car 7000506auction111024
2026-03-25 16:56:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28e6adb6-1d99-5abe-9c63-72e341be3215 with identifier: 7000506auction111024
2026-03-25 16:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e6adb6-1d99-5abe-9c63-72e341be3215 with scrape type 1
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000506%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444115%27 HTTP/1.1" 200 None
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_001/780x0__r.jpg?hash=1774444115 not downloaded yet
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000506%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444117%27 HTTP/1.1" 200 None
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_002/780x0__r.jpg?hash=1774444117 not downloaded yet
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_004/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000311)
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000506%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444115%27 HTTP/1.1" 200 None
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_003/780x0__r.jpg?hash=1774444115 not downloaded yet
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000460> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_003/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000311)
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000506%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444115%27 HTTP/1.1" 200 None
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_004/780x0__r.jpg?hash=1774444115 not downloaded yet
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 21288039-a131-553d-8808-41f995316383
2026-03-25 16:56:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21288039-a131-553d-8808-41f995316383, skipping ID generation
2026-03-25 16:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21288039-a131-553d-8808-41f995316383 with scrape type 1
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21288039-a131-553d-8808-41f995316383 sending to next pipeline
2026-03-25 16:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21288039-a131-553d-8808-41f995316383, identifier: 7000333auction111024
2026-03-25 16:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000506%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444116%27 HTTP/1.1" 200 None
2026-03-25 16:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_005/780x0__r.jpg?hash=1774444116 not downloaded yet
2026-03-25 16:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21288039-a131-553d-8808-41f995316383 with identifier: 7000333auction111024
2026-03-25 16:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21288039-a131-553d-8808-41f995316383 with identifier: 7000333auction111024
2026-03-25 16:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21288039-a131-553d-8808-41f995316383 with identifier: 7000333auction111024 to the API
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000333/photo_001/780x0__r.jpg?hash=1774443688>
{'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-27T10:10:00Z',
'fuel_type': 'Electric',
'id': '21288039-a131-553d-8808-41f995316383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000333',
'listing': 'auction',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 94334,
'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': 'Audi E-Tron 50 Quattro 5d',
'transmission': 'automatic',
'trim': 'E-Tron 50 Quattro 5d',
'vin': None,
'year': 2020}
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000333auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:21 [ecarstrade.be] INFO: Saving data for 7000333auction111024: {'created_time': 1774457781.32166, 'last_price_update_time': 1774457781.32167, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000333auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_002/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000311)
2026-03-25 16:56:21 [ecarstrade.be] INFO: Extracting details for car 7000460auction111024
2026-03-25 16:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-25 16:56:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af179afa-dd9b-572a-80e2-580e7113512c, skipping ID generation
2026-03-25 16:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af179afa-dd9b-572a-80e2-580e7113512c with scrape type 1
2026-03-25 16:56:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af179afa-dd9b-572a-80e2-580e7113512c sending to next pipeline
2026-03-25 16:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af179afa-dd9b-572a-80e2-580e7113512c, identifier: 7000330auction111024
2026-03-25 16:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_001/780x0__r.jpg?hash=1774443633> (referer: https://ecarstrade.com/cars/7000311)
2026-03-25 16:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_005/780x0__r.jpg?hash=1774443749> (referer: https://ecarstrade.com/cars/7000358)
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000506%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444116%27 HTTP/1.1" 200 None
2026-03-25 16:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_006/780x0__r.jpg?hash=1774444116 not downloaded yet
2026-03-25 16:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000748> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7000330auction111024
2026-03-25 16:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7000330auction111024
2026-03-25 16:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7000330auction111024 to the API
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000330/photo_002/780x0__r.jpg?hash=1774443679>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'af179afa-dd9b-572a-80e2-580e7113512c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000330',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 204165,
'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': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 30 TDI S tronic Business Edition 5d !!Technical '
'issue, Rolling car!!!',
'transmission': 'automatic',
'trim': 'Sportback 30 TDI S tronic Business Edition 5d !!Technical issue, '
'Rolling car!!!',
'vin': None,
'year': 2021}
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000330auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:21 [ecarstrade.be] INFO: Saving data for 7000330auction111024: {'created_time': 1774457781.894619, 'last_price_update_time': 1774457781.89463, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000330auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:21 [ecarstrade.be] INFO: Extracting details for car 7000748auction111024
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:56:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8878c6-d52c-5728-a153-733489d63dbb with identifier: 7000460auction111024
2026-03-25 16:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8878c6-d52c-5728-a153-733489d63dbb with scrape type 1
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000460%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444001%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_001/780x0__r.jpg?hash=1774444001 not downloaded yet
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_004/780x0__r.jpg?hash=1774443751> (referer: https://ecarstrade.com/cars/7000358)
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000460%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444001%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_002/780x0__r.jpg?hash=1774444001 not downloaded yet
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item afd55c47-700d-5387-9beb-b8e92cb8ea1a
2026-03-25 16:56:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afd55c47-700d-5387-9beb-b8e92cb8ea1a, skipping ID generation
2026-03-25 16:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afd55c47-700d-5387-9beb-b8e92cb8ea1a with scrape type 1
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afd55c47-700d-5387-9beb-b8e92cb8ea1a sending to next pipeline
2026-03-25 16:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afd55c47-700d-5387-9beb-b8e92cb8ea1a, identifier: 7000311auction111024
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:56:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 7000748auction111024
2026-03-25 16:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f75bc172-3c83-5fdb-9a87-2fcf4939a805 with scrape type 1
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000748%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444246%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_001/780x0__r.jpg?hash=1774444246 not downloaded yet
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000460%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444001%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_003/780x0__r.jpg?hash=1774444001 not downloaded yet
2026-03-25 16:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 7000311auction111024
2026-03-25 16:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 7000311auction111024
2026-03-25 16:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 7000311auction111024 to the API
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000311/photo_001/780x0__r.jpg?hash=1774443633>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'afd55c47-700d-5387-9beb-b8e92cb8ea1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000311',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 130072,
'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': 'Audi A3 Berline 2.0 TDi 30 85kW S tronic Attraction BE 4d',
'transmission': 'automatic',
'trim': 'Berline 2.0 TDi 30 85kW S tronic Attraction BE 4d',
'vin': None,
'year': 2023}
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000311auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [ecarstrade.be] INFO: Saving data for 7000311auction111024: {'created_time': 1774457782.583528, 'last_price_update_time': 1774457782.583539, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000311auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_001/780x0__r.jpg?hash=1774443749> (referer: https://ecarstrade.com/cars/7000358)
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_002/780x0__r.jpg?hash=1774443749> (referer: https://ecarstrade.com/cars/7000358)
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_006/780x0__r.jpg?hash=1774444028> (referer: https://ecarstrade.com/cars/7000470)
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000748%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444246%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_002/780x0__r.jpg?hash=1774444246 not downloaded yet
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_003/780x0__r.jpg?hash=1774443749> (referer: https://ecarstrade.com/cars/7000358)
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000460%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444001%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_004/780x0__r.jpg?hash=1774444001 not downloaded yet
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000433> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000748%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444246%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_003/780x0__r.jpg?hash=1774444246 not downloaded yet
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000460%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444001%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_005/780x0__r.jpg?hash=1774444001 not downloaded yet
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000748%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444246%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_004/780x0__r.jpg?hash=1774444246 not downloaded yet
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000460%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444001%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_006/780x0__r.jpg?hash=1774444001 not downloaded yet
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000748%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444246%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_005/780x0__r.jpg?hash=1774444246 not downloaded yet
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_001/780x0__r.jpg?hash=1774444115> (referer: https://ecarstrade.com/cars/7000506)
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_004/780x0__r.jpg?hash=1774444115> (referer: https://ecarstrade.com/cars/7000506)
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_003/780x0__r.jpg?hash=1774444115> (referer: https://ecarstrade.com/cars/7000506)
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000748%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444247%27 HTTP/1.1" 200 None
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_006/780x0__r.jpg?hash=1774444247 not downloaded yet
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_002/780x0__r.jpg?hash=1774444117> (referer: https://ecarstrade.com/cars/7000506)
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_005/780x0__r.jpg?hash=1774444116> (referer: https://ecarstrade.com/cars/7000506)
2026-03-25 16:56:22 [ecarstrade.be] INFO: Extracting details for car 7000433auction111024
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 300941c5-e772-5a8b-b8f5-ce62582aa36a
2026-03-25 16:56:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 300941c5-e772-5a8b-b8f5-ce62582aa36a, skipping ID generation
2026-03-25 16:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 300941c5-e772-5a8b-b8f5-ce62582aa36a with scrape type 1
2026-03-25 16:56:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 300941c5-e772-5a8b-b8f5-ce62582aa36a sending to next pipeline
2026-03-25 16:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 300941c5-e772-5a8b-b8f5-ce62582aa36a, identifier: 7000358auction111024
2026-03-25 16:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_005/780x0__r.jpg?hash=1774444314> (referer: https://ecarstrade.com/cars/7000773)
2026-03-25 16:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 300941c5-e772-5a8b-b8f5-ce62582aa36a with identifier: 7000358auction111024
2026-03-25 16:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 300941c5-e772-5a8b-b8f5-ce62582aa36a with identifier: 7000358auction111024
2026-03-25 16:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 300941c5-e772-5a8b-b8f5-ce62582aa36a with identifier: 7000358auction111024 to the API
2026-03-25 16:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000358/photo_003/780x0__r.jpg?hash=1774443749>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '300941c5-e772-5a8b-b8f5-ce62582aa36a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000358',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '218',
'odometer': 64938,
'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 2 GRAN COUPE DIESEL 218 d 150hp 4d',
'transmission': 'manual',
'trim': '2 GRAN COUPE DIESEL d 150hp 4d',
'vin': None,
'year': 2022}
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000358auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [ecarstrade.be] INFO: Saving data for 7000358auction111024: {'created_time': 1774457783.38411, 'last_price_update_time': 1774457783.384123, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000358auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_005/780x0__r.jpg?hash=1774444028> (referer: https://ecarstrade.com/cars/7000470)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_003/780x0__r.jpg?hash=1774444001> (referer: https://ecarstrade.com/cars/7000460)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_001/780x0__r.jpg?hash=1774444246> (referer: https://ecarstrade.com/cars/7000748)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_002/780x0__r.jpg?hash=1774444001> (referer: https://ecarstrade.com/cars/7000460)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_006/780x0__r.jpg?hash=1774444116> (referer: https://ecarstrade.com/cars/7000506)
2026-03-25 16:56:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 7000433auction111024
2026-03-25 16:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with scrape type 1
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000433%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443934%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_001/780x0__r.jpg?hash=1774443934 not downloaded yet
2026-03-25 16:56:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000433%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443934%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_002/780x0__r.jpg?hash=1774443934 not downloaded yet
2026-03-25 16:56:23 [ecarstrade.be] INFO: Found listing with ID: 7000437auction111024
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000437auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [ecarstrade.be] INFO: Scrape type for 7000437auction111024: 1
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_001/780x0__r.jpg?hash=1774444001> (referer: https://ecarstrade.com/cars/7000460)
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000433%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443935%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_003/780x0__r.jpg?hash=1774443935 not downloaded yet
2026-03-25 16:56:23 [ecarstrade.be] INFO: Found listing with ID: 7000695auction111024
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000695auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [ecarstrade.be] INFO: Scrape type for 7000695auction111024: 1
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_004/780x0__r.jpg?hash=1774444246> (referer: https://ecarstrade.com/cars/7000748)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_004/780x0__r.jpg?hash=1774444001> (referer: https://ecarstrade.com/cars/7000460)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_005/780x0__r.jpg?hash=1774444246> (referer: https://ecarstrade.com/cars/7000748)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_006/780x0__r.jpg?hash=1774444001> (referer: https://ecarstrade.com/cars/7000460)
2026-03-25 16:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_002/780x0__r.jpg?hash=1774444246> (referer: https://ecarstrade.com/cars/7000748)
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000433%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443934%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_004/780x0__r.jpg?hash=1774443934 not downloaded yet
2026-03-25 16:56:23 [ecarstrade.be] INFO: Found listing with ID: 7000722auction111024
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000722auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [ecarstrade.be] INFO: Scrape type for 7000722auction111024: 1
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000433%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443934%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_005/780x0__r.jpg?hash=1774443934 not downloaded yet
2026-03-25 16:56:23 [ecarstrade.be] INFO: Found listing with ID: 7000817auction111024
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000817auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [ecarstrade.be] INFO: Scrape type for 7000817auction111024: 1
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28e6adb6-1d99-5abe-9c63-72e341be3215
2026-03-25 16:56:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28e6adb6-1d99-5abe-9c63-72e341be3215, skipping ID generation
2026-03-25 16:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e6adb6-1d99-5abe-9c63-72e341be3215 with scrape type 1
2026-03-25 16:56:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28e6adb6-1d99-5abe-9c63-72e341be3215 sending to next pipeline
2026-03-25 16:56:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28e6adb6-1d99-5abe-9c63-72e341be3215, identifier: 7000506auction111024
2026-03-25 16:56:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28e6adb6-1d99-5abe-9c63-72e341be3215 with identifier: 7000506auction111024
2026-03-25 16:56:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28e6adb6-1d99-5abe-9c63-72e341be3215 with identifier: 7000506auction111024
2026-03-25 16:56:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28e6adb6-1d99-5abe-9c63-72e341be3215 with identifier: 7000506auction111024 to the API
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000506/photo_006/780x0__r.jpg?hash=1774444116>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '28e6adb6-1d99-5abe-9c63-72e341be3215',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000506',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'ONE',
'odometer': 90927,
'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': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000506auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:23 [ecarstrade.be] INFO: Saving data for 7000506auction111024: {'created_time': 1774457783.991794, 'last_price_update_time': 1774457783.991805, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000506auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_006/780x0__r.jpg?hash=1774444247> (referer: https://ecarstrade.com/cars/7000748)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_004/780x0__r.jpg?hash=1774444027> (referer: https://ecarstrade.com/cars/7000470)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_004/780x0__r.jpg?hash=1774444315> (referer: https://ecarstrade.com/cars/7000773)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_005/780x0__r.jpg?hash=1774444001> (referer: https://ecarstrade.com/cars/7000460)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_003/780x0__r.jpg?hash=1774444246> (referer: https://ecarstrade.com/cars/7000748)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_003/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000773)
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000433%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443934%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_006/780x0__r.jpg?hash=1774443934 not downloaded yet
2026-03-25 16:56:24 [ecarstrade.be] INFO: Found listing with ID: 7000440auction111024
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000440auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [ecarstrade.be] INFO: Scrape type for 7000440auction111024: 1
2026-03-25 16:56:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:24 [ecarstrade.be] INFO: Found listing with ID: 7000505auction111024
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000505auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [ecarstrade.be] INFO: Scrape type for 7000505auction111024: 1
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:24 [ecarstrade.be] INFO: Found listing with ID: 7000735auction111024
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000735auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [ecarstrade.be] INFO: Scrape type for 7000735auction111024: 1
2026-03-25 16:56:24 [ecarstrade.be] INFO: Found listing with ID: 7000742auction111024
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000742auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [ecarstrade.be] INFO: Scrape type for 7000742auction111024: 1
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_002/780x0__r.jpg?hash=1774443934> (referer: https://ecarstrade.com/cars/7000433)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_003/780x0__r.jpg?hash=1774444027> (referer: https://ecarstrade.com/cars/7000470)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_002/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000773)
2026-03-25 16:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_003/780x0__r.jpg?hash=1774443935> (referer: https://ecarstrade.com/cars/7000433)
2026-03-25 16:56:24 [ecarstrade.be] INFO: Found listing with ID: 7000783auction111024
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000783auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [ecarstrade.be] INFO: Scrape type for 7000783auction111024: 1
2026-03-25 16:56:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc8878c6-d52c-5728-a153-733489d63dbb
2026-03-25 16:56:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc8878c6-d52c-5728-a153-733489d63dbb, skipping ID generation
2026-03-25 16:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8878c6-d52c-5728-a153-733489d63dbb with scrape type 1
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc8878c6-d52c-5728-a153-733489d63dbb sending to next pipeline
2026-03-25 16:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc8878c6-d52c-5728-a153-733489d63dbb, identifier: 7000460auction111024
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f75bc172-3c83-5fdb-9a87-2fcf4939a805
2026-03-25 16:56:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f75bc172-3c83-5fdb-9a87-2fcf4939a805, skipping ID generation
2026-03-25 16:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f75bc172-3c83-5fdb-9a87-2fcf4939a805 with scrape type 1
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f75bc172-3c83-5fdb-9a87-2fcf4939a805 sending to next pipeline
2026-03-25 16:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f75bc172-3c83-5fdb-9a87-2fcf4939a805, identifier: 7000748auction111024
2026-03-25 16:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:56:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc8878c6-d52c-5728-a153-733489d63dbb with identifier: 7000460auction111024
2026-03-25 16:56:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc8878c6-d52c-5728-a153-733489d63dbb with identifier: 7000460auction111024
2026-03-25 16:56:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc8878c6-d52c-5728-a153-733489d63dbb with identifier: 7000460auction111024 to the API
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000460/photo_005/780x0__r.jpg?hash=1774444001>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fc8878c6-d52c-5728-a153-733489d63dbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000460',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 119181,
'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': "Mercedes, A-Class Berline '18, Mercedes-Benz A-Klasse Limousine A "
'180d Business S',
'transmission': 'automatic',
'trim': ", A-Class Berline '18, -Benz A-Klasse Limousine d Business S",
'vin': None,
'year': 2020}
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000460auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:24 [ecarstrade.be] INFO: Saving data for 7000460auction111024: {'created_time': 1774457784.667062, 'last_price_update_time': 1774457784.667074, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000460auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 7000748auction111024
2026-03-25 16:56:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 7000748auction111024
2026-03-25 16:56:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 7000748auction111024 to the API
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000748/photo_003/780x0__r.jpg?hash=1774444246>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f75bc172-3c83-5fdb-9a87-2fcf4939a805',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000748',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 132752,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000748auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Saving data for 7000748auction111024: {'created_time': 1774457785.072108, 'last_price_update_time': 1774457785.07212, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000748auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000731auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000731auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000731auction111024: 1
2026-03-25 16:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_001/780x0__r.jpg?hash=1774443934> (referer: https://ecarstrade.com/cars/7000433)
2026-03-25 16:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_005/780x0__r.jpg?hash=1774443934> (referer: https://ecarstrade.com/cars/7000433)
2026-03-25 16: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-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000749auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000749auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000749auction111024: 1
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000326auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000326auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000326auction111024: 1
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000416auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000416auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000416auction111024: 1
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000319auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000319auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000319auction111024: 1
2026-03-25 16:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_004/780x0__r.jpg?hash=1774443934> (referer: https://ecarstrade.com/cars/7000433)
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000414auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000414auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000414auction111024: 1
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000427auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000427auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000427auction111024: 1
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000432auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000432auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000432auction111024: 1
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000787auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000787auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000787auction111024: 1
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000403auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000403auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000403auction111024: 1
2026-03-25 16:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_002/780x0__r.jpg?hash=1774444027> (referer: https://ecarstrade.com/cars/7000470)
2026-03-25 16:56:25 [ecarstrade.be] INFO: Found listing with ID: 7000409auction111024
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000409auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:25 [ecarstrade.be] INFO: Scrape type for 7000409auction111024: 1
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_006/780x0__r.jpg?hash=1774444206> (referer: https://ecarstrade.com/cars/7000734)
2026-03-25 16: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-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:56:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000774> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:26 [ecarstrade.be] INFO: Extracting details for car 7000774auction111024
2026-03-25 16:56:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7000774auction111024
2026-03-25 16:56:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c with scrape type 1
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000774%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444316%27 HTTP/1.1" 200 None
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_001/780x0__r.jpg?hash=1774444316 not downloaded yet
2026-03-25 16:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000774%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444317%27 HTTP/1.1" 200 None
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_002/780x0__r.jpg?hash=1774444317 not downloaded yet
2026-03-25 16:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000774%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444317%27 HTTP/1.1" 200 None
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_003/780x0__r.jpg?hash=1774444317 not downloaded yet
2026-03-25 16:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000774%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444317%27 HTTP/1.1" 200 None
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_004/780x0__r.jpg?hash=1774444317 not downloaded yet
2026-03-25 16:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000774%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444317%27 HTTP/1.1" 200 None
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_005/780x0__r.jpg?hash=1774444317 not downloaded yet
2026-03-25 16:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000774%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444317%27 HTTP/1.1" 200 None
2026-03-25 16:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_006/780x0__r.jpg?hash=1774444317 not downloaded yet
2026-03-25 16:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000817> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:31 [ecarstrade.be] INFO: Extracting details for car 7000817auction111024
2026-03-25 16:56:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 7000817auction111024
2026-03-25 16:56:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab with scrape type 1
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000817%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444425%27 HTTP/1.1" 200 None
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_001/780x0__r.jpg?hash=1774444425 not downloaded yet
2026-03-25 16:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000817%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444426%27 HTTP/1.1" 200 None
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_002/780x0__r.jpg?hash=1774444426 not downloaded yet
2026-03-25 16:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000817%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444426%27 HTTP/1.1" 200 None
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_003/780x0__r.jpg?hash=1774444426 not downloaded yet
2026-03-25 16:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000817%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444426%27 HTTP/1.1" 200 None
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_004/780x0__r.jpg?hash=1774444426 not downloaded yet
2026-03-25 16:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000817%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444426%27 HTTP/1.1" 200 None
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_005/780x0__r.jpg?hash=1774444426 not downloaded yet
2026-03-25 16:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000817%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444427%27 HTTP/1.1" 200 None
2026-03-25 16:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_006/780x0__r.jpg?hash=1774444427 not downloaded yet
2026-03-25 16:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000437> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:32 [ecarstrade.be] INFO: Extracting details for car 7000437auction111024
2026-03-25 16:56:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 7000437auction111024
2026-03-25 16:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61aa06c-510f-5570-9797-cd2bb5aec86d with scrape type 1
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000437%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443945%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_001/780x0__r.jpg?hash=1774443945 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000437%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443945%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_002/780x0__r.jpg?hash=1774443945 not downloaded yet
2026-03-25 16:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000722> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000437%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443945%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_003/780x0__r.jpg?hash=1774443945 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000437%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443946%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_005/780x0__r.jpg?hash=1774443946 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000437%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443946%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_006/780x0__r.jpg?hash=1774443946 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000437%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774443947%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_007/780x0__r.jpg?hash=1774443947 not downloaded yet
2026-03-25 16:56:32 [ecarstrade.be] INFO: Extracting details for car 7000722auction111024
2026-03-25 16:56:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 7000722auction111024
2026-03-25 16:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94897bb-3bc7-5160-b352-09a24bc57602 with scrape type 1
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000722%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444179%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_001/780x0__r.jpg?hash=1774444179 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000722%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444179%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_002/780x0__r.jpg?hash=1774444179 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000722%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444179%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_003/780x0__r.jpg?hash=1774444179 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000722%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444179%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_004/780x0__r.jpg?hash=1774444179 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000722%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444179%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_005/780x0__r.jpg?hash=1774444179 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000722%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444179%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_006/780x0__r.jpg?hash=1774444179 not downloaded yet
2026-03-25 16:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000735> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_006/780x0__r.jpg?hash=1774443934> (referer: https://ecarstrade.com/cars/7000433)
2026-03-25 16:56:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:32 [ecarstrade.be] INFO: Extracting details for car 7000735auction111024
2026-03-25 16:56:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 7000735auction111024
2026-03-25 16:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with scrape type 1
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000735%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444209%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_001/780x0__r.jpg?hash=1774444209 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000735%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444209%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_002/780x0__r.jpg?hash=1774444209 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000735%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444209%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_003/780x0__r.jpg?hash=1774444209 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000735%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444209%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_004/780x0__r.jpg?hash=1774444209 not downloaded yet
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000735%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444209%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_005/780x0__r.jpg?hash=1774444209 not downloaded yet
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684
2026-03-25 16:56:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684, skipping ID generation
2026-03-25 16:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with scrape type 1
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 sending to next pipeline
2026-03-25 16:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684, identifier: 7000433auction111024
2026-03-25 16:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000735%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444209%27 HTTP/1.1" 200 None
2026-03-25 16:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_006/780x0__r.jpg?hash=1774444209 not downloaded yet
2026-03-25 16:56:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 7000433auction111024
2026-03-25 16:56:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 7000433auction111024
2026-03-25 16:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 7000433auction111024 to the API
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000433/photo_006/780x0__r.jpg?hash=1774443934>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5a03e6b7-2121-58a6-a2d1-6898f4fe7684',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000433',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 169361,
'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': 7,
'seller_name': None,
'title': "Ford, Galaxy '15, Ford Galaxy 2.0 TDCi 110kW S/S Titanium 5d",
'transmission': 'manual',
'trim': ", '15, 2.0 TDCi 110kW S/S Titanium 5d",
'vin': None,
'year': 2020}
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000433auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [ecarstrade.be] INFO: Saving data for 7000433auction111024: {'created_time': 1774457793.460298, 'last_price_update_time': 1774457793.460307, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000433auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000742> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:33 [ecarstrade.be] INFO: Extracting details for car 7000742auction111024
2026-03-25 16:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19ede077-0e38-5461-9eae-8493af38fdd4 with identifier: 7000742auction111024
2026-03-25 16:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19ede077-0e38-5461-9eae-8493af38fdd4 with scrape type 1
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000742%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444228%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_001/780x0__r.jpg?hash=1774444228 not downloaded yet
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000742%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444228%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_002/780x0__r.jpg?hash=1774444228 not downloaded yet
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000742%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444228%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_003/780x0__r.jpg?hash=1774444228 not downloaded yet
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000742%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444228%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_004/780x0__r.jpg?hash=1774444228 not downloaded yet
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000742%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444228%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_005/780x0__r.jpg?hash=1774444228 not downloaded yet
2026-03-25 16:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000742%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444229%27 HTTP/1.1" 200 None
2026-03-25 16:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_006/780x0__r.jpg?hash=1774444229 not downloaded yet
2026-03-25 16:56:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000505> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:56:38 [ecarstrade.be] INFO: Extracting details for car 7000505auction111024
2026-03-25 16:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0902449e-3b54-5356-b28e-c07d3fc5210b with identifier: 7000505auction111024
2026-03-25 16:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0902449e-3b54-5356-b28e-c07d3fc5210b with scrape type 1
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000505%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444110%27 HTTP/1.1" 200 None
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_001/780x0__r.jpg?hash=1774444110 not downloaded yet
2026-03-25 16:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000505%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444112%27 HTTP/1.1" 200 None
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_002/780x0__r.jpg?hash=1774444112 not downloaded yet
2026-03-25 16:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000505%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444111%27 HTTP/1.1" 200 None
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_003/780x0__r.jpg?hash=1774444111 not downloaded yet
2026-03-25 16:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000505%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444111%27 HTTP/1.1" 200 None
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_004/780x0__r.jpg?hash=1774444111 not downloaded yet
2026-03-25 16:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000505%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444111%27 HTTP/1.1" 200 None
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_005/780x0__r.jpg?hash=1774444111 not downloaded yet
2026-03-25 16:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%252F7000505%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444112%27 HTTP/1.1" 200 None
2026-03-25 16:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_006/780x0__r.jpg?hash=1774444112 not downloaded yet
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000783> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:39 [ecarstrade.be] INFO: Extracting details for car 7000783auction111024
2026-03-25 16:56:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 7000783auction111024
2026-03-25 16:56:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with scrape type 1
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000783%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444340%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_001/780x0__r.jpg?hash=1774444340 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000783%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444341%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_002/780x0__r.jpg?hash=1774444341 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000783%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444340%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_003/780x0__r.jpg?hash=1774444340 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000783%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444340%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_004/780x0__r.jpg?hash=1774444340 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000783%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444341%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_005/780x0__r.jpg?hash=1774444341 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000783%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444342%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_006/780x0__r.jpg?hash=1774444342 not downloaded yet
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000440> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_006/780x0__r.jpg?hash=1774444317> (referer: https://ecarstrade.com/cars/7000774)
2026-03-25 16:56:39 [ecarstrade.be] INFO: Extracting details for car 7000440auction111024
2026-03-25 16:56:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 7000440auction111024
2026-03-25 16:56:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8753600-9ece-5bc8-a877-5b2e527d79d1 with scrape type 1
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000440%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443952%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_001/780x0__r.jpg?hash=1774443952 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000440%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443952%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_002/780x0__r.jpg?hash=1774443952 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000440%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443950%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_003/780x0__r.jpg?hash=1774443950 not downloaded yet
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_006/780x0__r.jpg?hash=1774444427> (referer: https://ecarstrade.com/cars/7000817)
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000440%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443952%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_004/780x0__r.jpg?hash=1774443952 not downloaded yet
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000440%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443950%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_005/780x0__r.jpg?hash=1774443950 not downloaded yet
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000440%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443950%27 HTTP/1.1" 200 None
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_006/780x0__r.jpg?hash=1774443950 not downloaded yet
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_001/780x0__r.jpg?hash=1774443945> (referer: https://ecarstrade.com/cars/7000437)
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_006/780x0__r.jpg?hash=1774444179> (referer: https://ecarstrade.com/cars/7000722)
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_005/780x0__r.jpg?hash=1774444179> (referer: https://ecarstrade.com/cars/7000722)
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_006/780x0__r.jpg?hash=1774444209> (referer: https://ecarstrade.com/cars/7000735)
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_006/780x0__r.jpg?hash=1774444229> (referer: https://ecarstrade.com/cars/7000742)
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_006/780x0__r.jpg?hash=1774444112> (referer: https://ecarstrade.com/cars/7000505)
2026-03-25 16:56:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_006/780x0__r.jpg?hash=1774444342> (referer: https://ecarstrade.com/cars/7000783)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_005/780x0__r.jpg?hash=1774444341> (referer: https://ecarstrade.com/cars/7000783)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_003/780x0__r.jpg?hash=1774443950> (referer: https://ecarstrade.com/cars/7000440)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_006/780x0__r.jpg?hash=1774443950> (referer: https://ecarstrade.com/cars/7000440)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_005/780x0__r.jpg?hash=1774443950> (referer: https://ecarstrade.com/cars/7000440)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_004/780x0__r.jpg?hash=1774443952> (referer: https://ecarstrade.com/cars/7000440)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_002/780x0__r.jpg?hash=1774443952> (referer: https://ecarstrade.com/cars/7000440)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_001/780x0__r.jpg?hash=1774443952> (referer: https://ecarstrade.com/cars/7000440)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_004/780x0__r.jpg?hash=1774444340> (referer: https://ecarstrade.com/cars/7000783)
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8753600-9ece-5bc8-a877-5b2e527d79d1
2026-03-25 16:56:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8753600-9ece-5bc8-a877-5b2e527d79d1, skipping ID generation
2026-03-25 16:56:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8753600-9ece-5bc8-a877-5b2e527d79d1 with scrape type 1
2026-03-25 16:56:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8753600-9ece-5bc8-a877-5b2e527d79d1 sending to next pipeline
2026-03-25 16:56:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8753600-9ece-5bc8-a877-5b2e527d79d1, identifier: 7000440auction111024
2026-03-25 16:56:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 7000440auction111024
2026-03-25 16:56:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 7000440auction111024
2026-03-25 16:56:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 7000440auction111024 to the API
2026-03-25 16:56:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000440/photo_001/780x0__r.jpg?hash=1774443952>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b8753600-9ece-5bc8-a877-5b2e527d79d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000440',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 112358,
'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': "Hyundai, Tucson FL'18, Hyundai Tucson 1.6 CRDi ISG Feel 2WD DCT-7 "
'48v Mil',
'transmission': 'automatic',
'trim': ", FL'18, 1.6 CRDi ISG Feel 2WD DCT-7 48v Mil",
'vin': None,
'year': 2020}
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000440auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [ecarstrade.be] INFO: Saving data for 7000440auction111024: {'created_time': 1774457801.092484, 'last_price_update_time': 1774457801.092498, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000440auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_003/780x0__r.jpg?hash=1774444340> (referer: https://ecarstrade.com/cars/7000783)
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000319> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_002/780x0__r.jpg?hash=1774444341> (referer: https://ecarstrade.com/cars/7000783)
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_001/780x0__r.jpg?hash=1774444340> (referer: https://ecarstrade.com/cars/7000783)
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:41 [ecarstrade.be] INFO: Extracting details for car 7000319auction111024
2026-03-25 16:56:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d88690-e8c1-5177-9732-3dd0fe72cc4e with identifier: 7000319auction111024
2026-03-25 16:56:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d88690-e8c1-5177-9732-3dd0fe72cc4e with scrape type 1
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000319%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443649%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_001/780x0__r.jpg?hash=1774443649 not downloaded yet
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000319%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443649%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_002/780x0__r.jpg?hash=1774443649 not downloaded yet
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_005/780x0__r.jpg?hash=1774444111> (referer: https://ecarstrade.com/cars/7000505)
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000319%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443649%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_003/780x0__r.jpg?hash=1774443649 not downloaded yet
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000319%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443650%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_004/780x0__r.jpg?hash=1774443650 not downloaded yet
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_004/780x0__r.jpg?hash=1774444111> (referer: https://ecarstrade.com/cars/7000505)
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000319%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443650%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_005/780x0__r.jpg?hash=1774443650 not downloaded yet
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1
2026-03-25 16:56:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1, skipping ID generation
2026-03-25 16:56:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with scrape type 1
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 sending to next pipeline
2026-03-25 16:56:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1, identifier: 7000783auction111024
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000319%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443650%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_006/780x0__r.jpg?hash=1774443650 not downloaded yet
2026-03-25 16:56:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 7000783auction111024
2026-03-25 16:56:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 7000783auction111024
2026-03-25 16:56:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 7000783auction111024 to the API
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000783/photo_001/780x0__r.jpg?hash=1774444340>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000783',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 128701,
'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, Octavia Combi '20, Skoda Octavia Combi 2.0 CRTDI 85kW "
'Ambition 5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 2.0 CRTDI 85kW Ambition 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000783auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:41 [ecarstrade.be] INFO: Saving data for 7000783auction111024: {'created_time': 1774457801.711452, 'last_price_update_time': 1774457801.711463, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000783auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_003/780x0__r.jpg?hash=1774444111> (referer: https://ecarstrade.com/cars/7000505)
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_002/780x0__r.jpg?hash=1774444112> (referer: https://ecarstrade.com/cars/7000505)
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_005/780x0__r.jpg?hash=1774444228> (referer: https://ecarstrade.com/cars/7000742)
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_001/780x0__r.jpg?hash=1774444110> (referer: https://ecarstrade.com/cars/7000505)
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_004/780x0__r.jpg?hash=1774444228> (referer: https://ecarstrade.com/cars/7000742)
2026-03-25 16:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_003/780x0__r.jpg?hash=1774444228> (referer: https://ecarstrade.com/cars/7000742)
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0902449e-3b54-5356-b28e-c07d3fc5210b
2026-03-25 16:56:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0902449e-3b54-5356-b28e-c07d3fc5210b, skipping ID generation
2026-03-25 16:56:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0902449e-3b54-5356-b28e-c07d3fc5210b with scrape type 1
2026-03-25 16:56:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0902449e-3b54-5356-b28e-c07d3fc5210b sending to next pipeline
2026-03-25 16:56:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0902449e-3b54-5356-b28e-c07d3fc5210b, identifier: 7000505auction111024
2026-03-25 16:56:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0902449e-3b54-5356-b28e-c07d3fc5210b with identifier: 7000505auction111024
2026-03-25 16:56:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0902449e-3b54-5356-b28e-c07d3fc5210b with identifier: 7000505auction111024
2026-03-25 16:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0902449e-3b54-5356-b28e-c07d3fc5210b with identifier: 7000505auction111024 to the API
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000505/photo_001/780x0__r.jpg?hash=1774444110>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '0902449e-3b54-5356-b28e-c07d3fc5210b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000505',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': 'ONE',
'odometer': 118955,
'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': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000505auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:42 [ecarstrade.be] INFO: Saving data for 7000505auction111024: {'created_time': 1774457802.279773, 'last_price_update_time': 1774457802.279785, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000505auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_002/780x0__r.jpg?hash=1774444228> (referer: https://ecarstrade.com/cars/7000742)
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_001/780x0__r.jpg?hash=1774444228> (referer: https://ecarstrade.com/cars/7000742)
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_002/780x0__r.jpg?hash=1774443649> (referer: https://ecarstrade.com/cars/7000319)
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_004/780x0__r.jpg?hash=1774443650> (referer: https://ecarstrade.com/cars/7000319)
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 19ede077-0e38-5461-9eae-8493af38fdd4
2026-03-25 16:56:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 19ede077-0e38-5461-9eae-8493af38fdd4, skipping ID generation
2026-03-25 16:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19ede077-0e38-5461-9eae-8493af38fdd4 with scrape type 1
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 19ede077-0e38-5461-9eae-8493af38fdd4 sending to next pipeline
2026-03-25 16:56:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19ede077-0e38-5461-9eae-8493af38fdd4, identifier: 7000742auction111024
2026-03-25 16:56:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19ede077-0e38-5461-9eae-8493af38fdd4 with identifier: 7000742auction111024
2026-03-25 16:56:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19ede077-0e38-5461-9eae-8493af38fdd4 with identifier: 7000742auction111024
2026-03-25 16:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19ede077-0e38-5461-9eae-8493af38fdd4 with identifier: 7000742auction111024 to the API
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000742/photo_001/780x0__r.jpg?hash=1774444228>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '19ede077-0e38-5461-9eae-8493af38fdd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000742',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 72403,
'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': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000742auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:42 [ecarstrade.be] INFO: Saving data for 7000742auction111024: {'created_time': 1774457802.748219, 'last_price_update_time': 1774457802.748231, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000742auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_006/780x0__r.jpg?hash=1774443650> (referer: https://ecarstrade.com/cars/7000319)
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_005/780x0__r.jpg?hash=1774443650> (referer: https://ecarstrade.com/cars/7000319)
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_003/780x0__r.jpg?hash=1774443649> (referer: https://ecarstrade.com/cars/7000319)
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_001/780x0__r.jpg?hash=1774443649> (referer: https://ecarstrade.com/cars/7000319)
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_005/780x0__r.jpg?hash=1774444209> (referer: https://ecarstrade.com/cars/7000735)
2026-03-25 16:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_004/780x0__r.jpg?hash=1774444209> (referer: https://ecarstrade.com/cars/7000735)
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82d88690-e8c1-5177-9732-3dd0fe72cc4e
2026-03-25 16:56:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82d88690-e8c1-5177-9732-3dd0fe72cc4e, skipping ID generation
2026-03-25 16:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d88690-e8c1-5177-9732-3dd0fe72cc4e with scrape type 1
2026-03-25 16:56:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82d88690-e8c1-5177-9732-3dd0fe72cc4e sending to next pipeline
2026-03-25 16:56:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82d88690-e8c1-5177-9732-3dd0fe72cc4e, identifier: 7000319auction111024
2026-03-25 16:56:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82d88690-e8c1-5177-9732-3dd0fe72cc4e with identifier: 7000319auction111024
2026-03-25 16:56:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82d88690-e8c1-5177-9732-3dd0fe72cc4e with identifier: 7000319auction111024
2026-03-25 16:56:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82d88690-e8c1-5177-9732-3dd0fe72cc4e with identifier: 7000319auction111024 to the API
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000319/photo_001/780x0__r.jpg?hash=1774443649>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '82d88690-e8c1-5177-9732-3dd0fe72cc4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000319',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 214751,
'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': 'AUDI A3 SPORTBACK DIESEL - 2020 30 TDi 116hp S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 30 TDi 116hp S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000319auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:43 [ecarstrade.be] INFO: Saving data for 7000319auction111024: {'created_time': 1774457803.573807, 'last_price_update_time': 1774457803.573817, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000319auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_003/780x0__r.jpg?hash=1774444209> (referer: https://ecarstrade.com/cars/7000735)
2026-03-25 16:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_002/780x0__r.jpg?hash=1774444209> (referer: https://ecarstrade.com/cars/7000735)
2026-03-25 16:56:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_001/780x0__r.jpg?hash=1774444209> (referer: https://ecarstrade.com/cars/7000735)
2026-03-25 16:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_004/780x0__r.jpg?hash=1774444179> (referer: https://ecarstrade.com/cars/7000722)
2026-03-25 16:56:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_002/780x0__r.jpg?hash=1774444179> (referer: https://ecarstrade.com/cars/7000722)
2026-03-25 16:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_003/780x0__r.jpg?hash=1774444179> (referer: https://ecarstrade.com/cars/7000722)
2026-03-25 16:56:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f
2026-03-25 16:56:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f, skipping ID generation
2026-03-25 16:56:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with scrape type 1
2026-03-25 16:56:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f sending to next pipeline
2026-03-25 16:56:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f, identifier: 7000735auction111024
2026-03-25 16:56:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 7000735auction111024
2026-03-25 16:56:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 7000735auction111024
2026-03-25 16:56:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 7000735auction111024 to the API
2026-03-25 16:56:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000735/photo_001/780x0__r.jpg?hash=1774444209>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '99bf3ec7-e886-5fb7-ac39-99adbf95d55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000735',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '3008',
'odometer': 62867,
'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 3008 1.2 PureTech 96kW S&S Allure 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Allure 5d',
'vin': None,
'year': 2022}
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000735auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [ecarstrade.be] INFO: Saving data for 7000735auction111024: {'created_time': 1774457804.156468, 'last_price_update_time': 1774457804.156479, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000735auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_001/780x0__r.jpg?hash=1774444179> (referer: https://ecarstrade.com/cars/7000722)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_007/780x0__r.jpg?hash=1774443947> (referer: https://ecarstrade.com/cars/7000437)
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_006/780x0__r.jpg?hash=1774443946> (referer: https://ecarstrade.com/cars/7000437)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_005/780x0__r.jpg?hash=1774443946> (referer: https://ecarstrade.com/cars/7000437)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000415> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c94897bb-3bc7-5160-b352-09a24bc57602
2026-03-25 16:56:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c94897bb-3bc7-5160-b352-09a24bc57602, skipping ID generation
2026-03-25 16:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94897bb-3bc7-5160-b352-09a24bc57602 with scrape type 1
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c94897bb-3bc7-5160-b352-09a24bc57602 sending to next pipeline
2026-03-25 16:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c94897bb-3bc7-5160-b352-09a24bc57602, identifier: 7000722auction111024
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 7000722auction111024
2026-03-25 16:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 7000722auction111024
2026-03-25 16:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 7000722auction111024 to the API
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000722/photo_001/780x0__r.jpg?hash=1774444179>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c94897bb-3bc7-5160-b352-09a24bc57602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000722',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 89312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000722auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [ecarstrade.be] INFO: Saving data for 7000722auction111024: {'created_time': 1774457804.614661, 'last_price_update_time': 1774457804.614673, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000722auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_002/780x0__r.jpg?hash=1774443945> (referer: https://ecarstrade.com/cars/7000437)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_003/780x0__r.jpg?hash=1774443945> (referer: https://ecarstrade.com/cars/7000437)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_005/780x0__r.jpg?hash=1774444426> (referer: https://ecarstrade.com/cars/7000817)
2026-03-25 16:56:44 [ecarstrade.be] INFO: Extracting details for car 7000415auction111024
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 7000415auction111024
2026-03-25 16:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d99dc47-2710-5b93-a520-824bd89fa58b with scrape type 1
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000415%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_001/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000415%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_002/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000415%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_003/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_004/780x0__r.jpg?hash=1774444426> (referer: https://ecarstrade.com/cars/7000817)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_002/780x0__r.jpg?hash=1774444426> (referer: https://ecarstrade.com/cars/7000817)
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000415%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_004/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_003/780x0__r.jpg?hash=1774444426> (referer: https://ecarstrade.com/cars/7000817)
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000415%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443893%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_005/780x0__r.jpg?hash=1774443893 not downloaded yet
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a61aa06c-510f-5570-9797-cd2bb5aec86d
2026-03-25 16:56:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a61aa06c-510f-5570-9797-cd2bb5aec86d, skipping ID generation
2026-03-25 16:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61aa06c-510f-5570-9797-cd2bb5aec86d with scrape type 1
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a61aa06c-510f-5570-9797-cd2bb5aec86d sending to next pipeline
2026-03-25 16:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a61aa06c-510f-5570-9797-cd2bb5aec86d, identifier: 7000437auction111024
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_004/780x0__r.jpg?hash=1774444317> (referer: https://ecarstrade.com/cars/7000774)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_005/780x0__r.jpg?hash=1774444317> (referer: https://ecarstrade.com/cars/7000774)
2026-03-25 16:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_001/780x0__r.jpg?hash=1774444425> (referer: https://ecarstrade.com/cars/7000817)
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000415%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_006/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 7000437auction111024
2026-03-25 16:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 7000437auction111024
2026-03-25 16:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 7000437auction111024 to the API
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000437/photo_003/780x0__r.jpg?hash=1774443945>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'a61aa06c-510f-5570-9797-cd2bb5aec86d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000437',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 130497,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, S-Max '15, Ford S-Max 1.5i EcoBoost 121kW S/S Titanium 5d",
'transmission': 'manual',
'trim': ", '15, 1.5i EcoBoost 121kW S/S Titanium 5d",
'vin': None,
'year': 2019}
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000437auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [ecarstrade.be] INFO: Saving data for 7000437auction111024: {'created_time': 1774457805.345626, 'last_price_update_time': 1774457805.345636, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000437auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000409> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000403> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4d8b5cf-44c2-54f8-86db-7034af7b72ab
2026-03-25 16:56:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4d8b5cf-44c2-54f8-86db-7034af7b72ab, skipping ID generation
2026-03-25 16:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab with scrape type 1
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab sending to next pipeline
2026-03-25 16:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4d8b5cf-44c2-54f8-86db-7034af7b72ab, identifier: 7000817auction111024
2026-03-25 16:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 7000817auction111024
2026-03-25 16:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 7000817auction111024
2026-03-25 16:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 7000817auction111024 to the API
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000817/photo_001/780x0__r.jpg?hash=1774444425>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b4d8b5cf-44c2-54f8-86db-7034af7b72ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000817',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 149210,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 2.0 TDI 90kW "
'DSG Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 2.0 TDI 90kW DSG Style B",
'vin': None,
'year': 2020}
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000817auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [ecarstrade.be] INFO: Saving data for 7000817auction111024: {'created_time': 1774457805.757977, 'last_price_update_time': 1774457805.757995, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000817auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_001/780x0__r.jpg?hash=1774444316> (referer: https://ecarstrade.com/cars/7000774)
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_002/780x0__r.jpg?hash=1774444317> (referer: https://ecarstrade.com/cars/7000774)
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_003/780x0__r.jpg?hash=1774444317> (referer: https://ecarstrade.com/cars/7000774)
2026-03-25 16:56:45 [ecarstrade.be] INFO: Extracting details for car 7000409auction111024
2026-03-25 16:56:45 [ecarstrade.be] INFO: Extracting details for car 7000403auction111024
2026-03-25 16:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 7000409auction111024
2026-03-25 16:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea87b7c-b377-5a64-933e-034c0e56ff4b with scrape type 1
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000409%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443879%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_001/780x0__r.jpg?hash=1774443879 not downloaded yet
2026-03-25 16:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 7000403auction111024
2026-03-25 16:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ce1a35-4ed2-50a3-8a13-6b913f474399 with scrape type 1
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000403%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443863%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_001/780x0__r.jpg?hash=1774443863 not downloaded yet
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000409%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443879%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_002/780x0__r.jpg?hash=1774443879 not downloaded yet
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000403%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443862%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_002/780x0__r.jpg?hash=1774443862 not downloaded yet
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_003/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000415)
2026-03-25 16:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_001/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000415)
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000409%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443879%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_003/780x0__r.jpg?hash=1774443879 not downloaded yet
2026-03-25 16:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000403%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443862%27 HTTP/1.1" 200 None
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_003/780x0__r.jpg?hash=1774443862 not downloaded yet
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-25 16:56:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 383b9446-2c04-549d-aa9d-9bc2a3180e4c, skipping ID generation
2026-03-25 16:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c with scrape type 1
2026-03-25 16:56:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c sending to next pipeline
2026-03-25 16:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 383b9446-2c04-549d-aa9d-9bc2a3180e4c, identifier: 7000774auction111024
2026-03-25 16:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_002/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000415)
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000409%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443879%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_004/780x0__r.jpg?hash=1774443879 not downloaded yet
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000403%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443863%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_004/780x0__r.jpg?hash=1774443863 not downloaded yet
2026-03-25 16:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7000774auction111024
2026-03-25 16:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7000774auction111024
2026-03-25 16:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7000774auction111024 to the API
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000774/photo_003/780x0__r.jpg?hash=1774444317>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '383b9446-2c04-549d-aa9d-9bc2a3180e4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000774',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 9441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Trafic L2H1 dCi 150 EDC Confort 2.9T 4d !! damaged car !!! '
'rolling car',
'transmission': 'automatic',
'trim': 'L2H1 dCi 150 EDC Confort 2.9T 4d !! damaged car !!! rolling car',
'vin': None,
'year': 2024}
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000774auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [ecarstrade.be] INFO: Saving data for 7000774auction111024: {'created_time': 1774457806.361981, 'last_price_update_time': 1774457806.361996, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000774auction111024') HTTP/1.1" 204 0
2026-03-25 16: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-25 16:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_004/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000415)
2026-03-25 16:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_005/780x0__r.jpg?hash=1774443893> (referer: https://ecarstrade.com/cars/7000415)
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000409%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443879%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_005/780x0__r.jpg?hash=1774443879 not downloaded yet
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000403%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443863%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_005/780x0__r.jpg?hash=1774443863 not downloaded yet
2026-03-25 16: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-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000409%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443879%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_006/780x0__r.jpg?hash=1774443879 not downloaded yet
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000403%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443862%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_006/780x0__r.jpg?hash=1774443862 not downloaded yet
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_006/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000415)
2026-03-25 16: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-25 16:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000787> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d99dc47-2710-5b93-a520-824bd89fa58b
2026-03-25 16:56:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d99dc47-2710-5b93-a520-824bd89fa58b, skipping ID generation
2026-03-25 16:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d99dc47-2710-5b93-a520-824bd89fa58b with scrape type 1
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d99dc47-2710-5b93-a520-824bd89fa58b sending to next pipeline
2026-03-25 16:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d99dc47-2710-5b93-a520-824bd89fa58b, identifier: 7000415auction111024
2026-03-25 16:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 7000415auction111024
2026-03-25 16:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 7000415auction111024
2026-03-25 16:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 7000415auction111024 to the API
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000415/photo_006/780x0__r.jpg?hash=1774443891>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8d99dc47-2710-5b93-a520-824bd89fa58b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000415',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 88332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, C5 Aircross '18, Citroën C5 Aircross Hybrid 225 e-EAT8 "
'Business GPS',
'transmission': 'automatic',
'trim': "Citroën, '18, Citroën Hybrid 225 e-EAT8 Business GPS",
'vin': None,
'year': 2021}
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000415auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [ecarstrade.be] INFO: Saving data for 7000415auction111024: {'created_time': 1774457806.94361, 'last_price_update_time': 1774457806.943623, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000415auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:46 [ecarstrade.be] INFO: Extracting details for car 7000787auction111024
2026-03-25 16:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 7000787auction111024
2026-03-25 16:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with scrape type 1
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000787%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444349%27 HTTP/1.1" 200 None
2026-03-25 16:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_001/780x0__r.jpg?hash=1774444349 not downloaded yet
2026-03-25 16:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000787%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_002/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000787%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444349%27 HTTP/1.1" 200 None
2026-03-25 16:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_003/780x0__r.jpg?hash=1774444349 not downloaded yet
2026-03-25 16:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000787%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444349%27 HTTP/1.1" 200 None
2026-03-25 16:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_004/780x0__r.jpg?hash=1774444349 not downloaded yet
2026-03-25 16:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000787%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_005/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000787%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444349%27 HTTP/1.1" 200 None
2026-03-25 16:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_006/780x0__r.jpg?hash=1774444349 not downloaded yet
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000414> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:56:53 [ecarstrade.be] INFO: Extracting details for car 7000414auction111024
2026-03-25 16:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 7000414auction111024
2026-03-25 16:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4372c84-5dbe-5001-9f7a-345ba8f065bf with scrape type 1
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000414%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443890%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_001/780x0__r.jpg?hash=1774443890 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000414%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443890%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_002/780x0__r.jpg?hash=1774443890 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000414%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443890%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_003/780x0__r.jpg?hash=1774443890 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000414%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_004/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000414%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_005/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000414%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443891%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_006/780x0__r.jpg?hash=1774443891 not downloaded yet
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000427> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_002/780x0__r.jpg?hash=1774443862> (referer: https://ecarstrade.com/cars/7000403)
2026-03-25 16:56:53 [ecarstrade.be] INFO: Extracting details for car 7000427auction111024
2026-03-25 16:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd with identifier: 7000427auction111024
2026-03-25 16:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd with scrape type 1
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000427%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443918%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_001/780x0__r.jpg?hash=1774443918 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000427%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443918%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_002/780x0__r.jpg?hash=1774443918 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000427%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443918%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_003/780x0__r.jpg?hash=1774443918 not downloaded yet
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_002/780x0__r.jpg?hash=1774443879> (referer: https://ecarstrade.com/cars/7000409)
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000427%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443918%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_004/780x0__r.jpg?hash=1774443918 not downloaded yet
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000427%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443918%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_005/780x0__r.jpg?hash=1774443918 not downloaded yet
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000427%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443918%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_006/780x0__r.jpg?hash=1774443918 not downloaded yet
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_003/780x0__r.jpg?hash=1774443862> (referer: https://ecarstrade.com/cars/7000403)
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000416> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000326> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_004/780x0__r.jpg?hash=1774443863> (referer: https://ecarstrade.com/cars/7000403)
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_004/780x0__r.jpg?hash=1774443879> (referer: https://ecarstrade.com/cars/7000409)
2026-03-25 16:56:53 [ecarstrade.be] INFO: Extracting details for car 7000416auction111024
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_006/780x0__r.jpg?hash=1774443879> (referer: https://ecarstrade.com/cars/7000409)
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_006/780x0__r.jpg?hash=1774443862> (referer: https://ecarstrade.com/cars/7000403)
2026-03-25 16:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 7000416auction111024
2026-03-25 16:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec1273c-9464-5eb5-8cdc-446dbef028bc with scrape type 1
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000416%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443894%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_001/780x0__r.jpg?hash=1774443894 not downloaded yet
2026-03-25 16:56:53 [ecarstrade.be] INFO: Extracting details for car 7000326auction111024
2026-03-25 16:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000416%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443894%27 HTTP/1.1" 200 None
2026-03-25 16:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_002/780x0__r.jpg?hash=1774443894 not downloaded yet
2026-03-25 16:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_006/780x0__r.jpg?hash=1774444349> (referer: https://ecarstrade.com/cars/7000787)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000416%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443894%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_003/780x0__r.jpg?hash=1774443894 not downloaded yet
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000749> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000432> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 7000326auction111024
2026-03-25 16:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with scrape type 1
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000326%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443668%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_001/780x0__r.jpg?hash=1774443668 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_006/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000414)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_005/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000414)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000416%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443894%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_004/780x0__r.jpg?hash=1774443894 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000326%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443668%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_002/780x0__r.jpg?hash=1774443668 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000416%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443894%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_005/780x0__r.jpg?hash=1774443894 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000326%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443668%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_003/780x0__r.jpg?hash=1774443668 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000416%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443894%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_006/780x0__r.jpg?hash=1774443894 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000326%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443669%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_004/780x0__r.jpg?hash=1774443669 not downloaded yet
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_003/780x0__r.jpg?hash=1774443918> (referer: https://ecarstrade.com/cars/7000427)
2026-03-25 16:56:54 [ecarstrade.be] INFO: Extracting details for car 7000749auction111024
2026-03-25 16:56:54 [ecarstrade.be] INFO: Extracting details for car 7000432auction111024
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_002/780x0__r.jpg?hash=1774443918> (referer: https://ecarstrade.com/cars/7000427)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_004/780x0__r.jpg?hash=1774443918> (referer: https://ecarstrade.com/cars/7000427)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_006/780x0__r.jpg?hash=1774443918> (referer: https://ecarstrade.com/cars/7000427)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_005/780x0__r.jpg?hash=1774443918> (referer: https://ecarstrade.com/cars/7000427)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000326%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443668%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_005/780x0__r.jpg?hash=1774443668 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000326%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443668%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_006/780x0__r.jpg?hash=1774443668 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 7000749auction111024
2026-03-25 16:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45738af3-fe4b-5a54-a59a-02394f7a108c with scrape type 1
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000749%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444255%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_001/780x0__r.jpg?hash=1774444255 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 7000432auction111024
2026-03-25 16:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e081ab83-e17f-5f2e-8abd-210761729f99 with scrape type 1
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000432%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443930%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_001/780x0__r.jpg?hash=1774443930 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_001/780x0__r.jpg?hash=1774443918> (referer: https://ecarstrade.com/cars/7000427)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_002/780x0__r.jpg?hash=1774443894> (referer: https://ecarstrade.com/cars/7000416)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_001/780x0__r.jpg?hash=1774443668> (referer: https://ecarstrade.com/cars/7000326)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000749%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444255%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_002/780x0__r.jpg?hash=1774444255 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000432%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443930%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_002/780x0__r.jpg?hash=1774443930 not downloaded yet
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_003/780x0__r.jpg?hash=1774443890> (referer: https://ecarstrade.com/cars/7000414)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_004/780x0__r.jpg?hash=1774443891> (referer: https://ecarstrade.com/cars/7000414)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000749%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444255%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_003/780x0__r.jpg?hash=1774444255 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000432%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443930%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_003/780x0__r.jpg?hash=1774443930 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000749%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444255%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_004/780x0__r.jpg?hash=1774444255 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000432%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443930%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_004/780x0__r.jpg?hash=1774443930 not downloaded yet
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_003/780x0__r.jpg?hash=1774443894> (referer: https://ecarstrade.com/cars/7000416)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_001/780x0__r.jpg?hash=1774443894> (referer: https://ecarstrade.com/cars/7000416)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_002/780x0__r.jpg?hash=1774443890> (referer: https://ecarstrade.com/cars/7000414)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000749%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444255%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_005/780x0__r.jpg?hash=1774444255 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000432%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443931%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_005/780x0__r.jpg?hash=1774443931 not downloaded yet
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_003/780x0__r.jpg?hash=1774443668> (referer: https://ecarstrade.com/cars/7000326)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_004/780x0__r.jpg?hash=1774443669> (referer: https://ecarstrade.com/cars/7000326)
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000749%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444255%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_006/780x0__r.jpg?hash=1774444255 not downloaded yet
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56: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%252F7000432%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443930%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_006/780x0__r.jpg?hash=1774443930 not downloaded yet
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd
2026-03-25 16:56:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd, skipping ID generation
2026-03-25 16:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd with scrape type 1
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd sending to next pipeline
2026-03-25 16:56:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd, identifier: 7000427auction111024
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd with identifier: 7000427auction111024
2026-03-25 16:56:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd with identifier: 7000427auction111024
2026-03-25 16:56:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd with identifier: 7000427auction111024 to the API
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000427/photo_001/780x0__r.jpg?hash=1774443918>
{'auction_title': '',
'c_o_2_emission_value': 296,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0f0f1e50-e8ac-5653-b35c-ff8bafecb1cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000427',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 149095,
'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': 'FIAT DUCATO MAXI 35 LWB DSL - 2020 2.3 Multijet 140 L (EU6d-TEMP)) '
'4d',
'transmission': 'manual',
'trim': 'FIAT DUCATO MAXI 35 LWB DSL - 2020 2.3 Multijet 140 L (EU6d-TEMP)) '
'4d',
'vin': None,
'year': 2020}
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000427auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:54 [ecarstrade.be] INFO: Saving data for 7000427auction111024: {'created_time': 1774457814.838858, 'last_price_update_time': 1774457814.838874, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000427auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_006/780x0__r.jpg?hash=1774443894> (referer: https://ecarstrade.com/cars/7000416)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_005/780x0__r.jpg?hash=1774443894> (referer: https://ecarstrade.com/cars/7000416)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_002/780x0__r.jpg?hash=1774443668> (referer: https://ecarstrade.com/cars/7000326)
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_001/780x0__r.jpg?hash=1774443930> (referer: https://ecarstrade.com/cars/7000432)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_001/780x0__r.jpg?hash=1774444255> (referer: https://ecarstrade.com/cars/7000749)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_005/780x0__r.jpg?hash=1774443668> (referer: https://ecarstrade.com/cars/7000326)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_006/780x0__r.jpg?hash=1774443668> (referer: https://ecarstrade.com/cars/7000326)
2026-03-25 16:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_002/780x0__r.jpg?hash=1774443930> (referer: https://ecarstrade.com/cars/7000432)
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_004/780x0__r.jpg?hash=1774443930> (referer: https://ecarstrade.com/cars/7000432)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_004/780x0__r.jpg?hash=1774444255> (referer: https://ecarstrade.com/cars/7000749)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_005/780x0__r.jpg?hash=1774443931> (referer: https://ecarstrade.com/cars/7000432)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_003/780x0__r.jpg?hash=1774443930> (referer: https://ecarstrade.com/cars/7000432)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_005/780x0__r.jpg?hash=1774444255> (referer: https://ecarstrade.com/cars/7000749)
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f
2026-03-25 16:56:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f, skipping ID generation
2026-03-25 16:56:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with scrape type 1
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f sending to next pipeline
2026-03-25 16:56:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f, identifier: 7000326auction111024
2026-03-25 16:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 7000326auction111024
2026-03-25 16:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 7000326auction111024
2026-03-25 16:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 7000326auction111024 to the API
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000326/photo_006/780x0__r.jpg?hash=1774443668>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e3a32527-9eda-5ad2-9c3b-2d4b0163de0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000326',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 172699,
'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': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 90kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 90kW S tronic Business Ed 5d',
'vin': None,
'year': 2019}
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000326auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:55 [ecarstrade.be] INFO: Saving data for 7000326auction111024: {'created_time': 1774457815.674205, 'last_price_update_time': 1774457815.674214, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000326auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_006/780x0__r.jpg?hash=1774443930> (referer: https://ecarstrade.com/cars/7000432)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_002/780x0__r.jpg?hash=1774444255> (referer: https://ecarstrade.com/cars/7000749)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_003/780x0__r.jpg?hash=1774444255> (referer: https://ecarstrade.com/cars/7000749)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_006/780x0__r.jpg?hash=1774444255> (referer: https://ecarstrade.com/cars/7000749)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_004/780x0__r.jpg?hash=1774443894> (referer: https://ecarstrade.com/cars/7000416)
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_001/780x0__r.jpg?hash=1774443890> (referer: https://ecarstrade.com/cars/7000414)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_002/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000787)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_004/780x0__r.jpg?hash=1774444349> (referer: https://ecarstrade.com/cars/7000787)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_005/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000787)
2026-03-25 16:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_003/780x0__r.jpg?hash=1774444349> (referer: https://ecarstrade.com/cars/7000787)
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e081ab83-e17f-5f2e-8abd-210761729f99
2026-03-25 16:56:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e081ab83-e17f-5f2e-8abd-210761729f99, skipping ID generation
2026-03-25 16:56:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e081ab83-e17f-5f2e-8abd-210761729f99 with scrape type 1
2026-03-25 16:56:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e081ab83-e17f-5f2e-8abd-210761729f99 sending to next pipeline
2026-03-25 16:56:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e081ab83-e17f-5f2e-8abd-210761729f99, identifier: 7000432auction111024
2026-03-25 16:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 7000432auction111024
2026-03-25 16:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 7000432auction111024
2026-03-25 16:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 7000432auction111024 to the API
2026-03-25 16:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000432/photo_006/780x0__r.jpg?hash=1774443930>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e081ab83-e17f-5f2e-8abd-210761729f99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000432',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 102749,
'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': "Ford, Kuga '19, Ford Kuga 1.5 EcoBlue 88kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.5 EcoBlue 88kW Titanium 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000432auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:56 [ecarstrade.be] INFO: Saving data for 7000432auction111024: {'created_time': 1774457816.335958, 'last_price_update_time': 1774457816.335973, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000432auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_001/780x0__r.jpg?hash=1774444349> (referer: https://ecarstrade.com/cars/7000787)
2026-03-25 16:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_005/780x0__r.jpg?hash=1774443879> (referer: https://ecarstrade.com/cars/7000409)
2026-03-25 16:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_005/780x0__r.jpg?hash=1774443863> (referer: https://ecarstrade.com/cars/7000403)
2026-03-25 16:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_003/780x0__r.jpg?hash=1774443879> (referer: https://ecarstrade.com/cars/7000409)
2026-03-25 16:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_001/780x0__r.jpg?hash=1774443863> (referer: https://ecarstrade.com/cars/7000403)
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45738af3-fe4b-5a54-a59a-02394f7a108c
2026-03-25 16:56:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45738af3-fe4b-5a54-a59a-02394f7a108c, skipping ID generation
2026-03-25 16:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45738af3-fe4b-5a54-a59a-02394f7a108c with scrape type 1
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45738af3-fe4b-5a54-a59a-02394f7a108c sending to next pipeline
2026-03-25 16:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45738af3-fe4b-5a54-a59a-02394f7a108c, identifier: 7000749auction111024
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3ec1273c-9464-5eb5-8cdc-446dbef028bc
2026-03-25 16:56:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ec1273c-9464-5eb5-8cdc-446dbef028bc, skipping ID generation
2026-03-25 16:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec1273c-9464-5eb5-8cdc-446dbef028bc with scrape type 1
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ec1273c-9464-5eb5-8cdc-446dbef028bc sending to next pipeline
2026-03-25 16:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ec1273c-9464-5eb5-8cdc-446dbef028bc, identifier: 7000416auction111024
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e4372c84-5dbe-5001-9f7a-345ba8f065bf
2026-03-25 16:56:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4372c84-5dbe-5001-9f7a-345ba8f065bf, skipping ID generation
2026-03-25 16:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4372c84-5dbe-5001-9f7a-345ba8f065bf with scrape type 1
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4372c84-5dbe-5001-9f7a-345ba8f065bf sending to next pipeline
2026-03-25 16:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4372c84-5dbe-5001-9f7a-345ba8f065bf, identifier: 7000414auction111024
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 7000749auction111024
2026-03-25 16:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 7000749auction111024
2026-03-25 16:56:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 7000749auction111024 to the API
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000749/photo_006/780x0__r.jpg?hash=1774444255>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '45738af3-fe4b-5a54-a59a-02394f7a108c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000749',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 139731,
'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 Allure 5d",
'transmission': 'manual',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S Allure 5d",
'vin': None,
'year': 2021}
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000749auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:56 [ecarstrade.be] INFO: Saving data for 7000749auction111024: {'created_time': 1774457816.930115, 'last_price_update_time': 1774457816.930127, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000749auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 7000416auction111024
2026-03-25 16:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 7000416auction111024
2026-03-25 16:56:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 7000416auction111024 to the API
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000416/photo_004/780x0__r.jpg?hash=1774443894>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '3ec1273c-9464-5eb5-8cdc-446dbef028bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000416',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C4',
'odometer': 79501,
'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': "Citroën, C4 '20, Citroën C4 1.5 BlueHDi 130 S&S EAT8 Shine Pack 5d",
'transmission': 'automatic',
'trim': "Citroën, '20, Citroën 1.5 BlueHDi 130 S&S EAT8 Shine Pack 5d",
'vin': None,
'year': 2022}
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000416auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:57 [ecarstrade.be] INFO: Saving data for 7000416auction111024: {'created_time': 1774457817.457918, 'last_price_update_time': 1774457817.457928, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000416auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 7000414auction111024
2026-03-25 16:56:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 7000414auction111024
2026-03-25 16:56:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 7000414auction111024 to the API
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000414/photo_001/780x0__r.jpg?hash=1774443890>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e4372c84-5dbe-5001-9f7a-345ba8f065bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000414',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 21477,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000414auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:57 [ecarstrade.be] INFO: Saving data for 7000414auction111024: {'created_time': 1774457817.731535, 'last_price_update_time': 1774457817.73155, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000414auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_001/780x0__r.jpg?hash=1774443879> (referer: https://ecarstrade.com/cars/7000409)
2026-03-25 16:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_005/780x0__r.jpg?hash=1774444206> (referer: https://ecarstrade.com/cars/7000734)
2026-03-25 16:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_004/780x0__r.jpg?hash=1774444206> (referer: https://ecarstrade.com/cars/7000734)
2026-03-25 16:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_001/780x0__r.jpg?hash=1774444027> (referer: https://ecarstrade.com/cars/7000470)
2026-03-25 16:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_001/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000773)
2026-03-25 16:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab92aa8b-41dc-547b-99d2-b191fd66ffc0
2026-03-25 16:56:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab92aa8b-41dc-547b-99d2-b191fd66ffc0, skipping ID generation
2026-03-25 16:56:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with scrape type 1
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 sending to next pipeline
2026-03-25 16:56:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab92aa8b-41dc-547b-99d2-b191fd66ffc0, identifier: 7000787auction111024
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88ce1a35-4ed2-50a3-8a13-6b913f474399
2026-03-25 16:56:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88ce1a35-4ed2-50a3-8a13-6b913f474399, skipping ID generation
2026-03-25 16:56:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ce1a35-4ed2-50a3-8a13-6b913f474399 with scrape type 1
2026-03-25 16:56:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88ce1a35-4ed2-50a3-8a13-6b913f474399 sending to next pipeline
2026-03-25 16:56:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88ce1a35-4ed2-50a3-8a13-6b913f474399, identifier: 7000403auction111024
2026-03-25 16:56:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 7000787auction111024
2026-03-25 16:56:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 7000787auction111024
2026-03-25 16:56:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 7000787auction111024 to the API
2026-03-25 16:56:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000787/photo_001/780x0__r.jpg?hash=1774444349>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ab92aa8b-41dc-547b-99d2-b191fd66ffc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000787',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 152071,
'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 Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000787auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:59 [ecarstrade.be] INFO: Saving data for 7000787auction111024: {'created_time': 1774457819.658825, 'last_price_update_time': 1774457819.658835, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000787auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 7000403auction111024
2026-03-25 16:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 7000403auction111024
2026-03-25 16:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 7000403auction111024 to the API
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000403/photo_001/780x0__r.jpg?hash=1774443863>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '88ce1a35-4ed2-50a3-8a13-6b913f474399',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000403',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 15773,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000403auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:56:59 [ecarstrade.be] INFO: Saving data for 7000403auction111024: {'created_time': 1774457819.927342, 'last_price_update_time': 1774457819.927353, 'auction_closing_time': 1774606200.0}
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000403auction111024') HTTP/1.1" 204 0
2026-03-25 16:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_005/780x0__r.jpg?hash=1774443979> (referer: https://ecarstrade.com/cars/7000451)
2026-03-25 16:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_006/780x0__r.jpg?hash=1774443979> (referer: https://ecarstrade.com/cars/7000451)
2026-03-25 16:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_003/780x0__r.jpg?hash=1774444206> (referer: https://ecarstrade.com/cars/7000734)
2026-03-25 16:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_002/780x0__r.jpg?hash=1774444206> (referer: https://ecarstrade.com/cars/7000734)
2026-03-25 16:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_004/780x0__r.jpg?hash=1774443980> (referer: https://ecarstrade.com/cars/7000451)
2026-03-25 16:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000695> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ea87b7c-b377-5a64-933e-034c0e56ff4b
2026-03-25 16:56:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ea87b7c-b377-5a64-933e-034c0e56ff4b, skipping ID generation
2026-03-25 16:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea87b7c-b377-5a64-933e-034c0e56ff4b with scrape type 1
2026-03-25 16:56:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ea87b7c-b377-5a64-933e-034c0e56ff4b sending to next pipeline
2026-03-25 16:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ea87b7c-b377-5a64-933e-034c0e56ff4b, identifier: 7000409auction111024
2026-03-25 16:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 196acc29-62a2-52e3-aaaa-9a3aade21684
2026-03-25 16:57:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 196acc29-62a2-52e3-aaaa-9a3aade21684, skipping ID generation
2026-03-25 16:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196acc29-62a2-52e3-aaaa-9a3aade21684 with scrape type 1
2026-03-25 16:57:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 196acc29-62a2-52e3-aaaa-9a3aade21684 sending to next pipeline
2026-03-25 16:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 196acc29-62a2-52e3-aaaa-9a3aade21684, identifier: 7000470auction111024
2026-03-25 16:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14
2026-03-25 16:57:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14, skipping ID generation
2026-03-25 16:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 with scrape type 1
2026-03-25 16:57:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 sending to next pipeline
2026-03-25 16:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14, identifier: 7000773auction111024
2026-03-25 16:57:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 7000409auction111024
2026-03-25 16:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 7000409auction111024
2026-03-25 16:57:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 7000409auction111024 to the API
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000409/photo_001/780x0__r.jpg?hash=1774443879>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '4ea87b7c-b377-5a64-933e-034c0e56ff4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000409',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 34761,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000409auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:00 [ecarstrade.be] INFO: Saving data for 7000409auction111024: {'created_time': 1774457820.565289, 'last_price_update_time': 1774457820.565305, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000409auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 196acc29-62a2-52e3-aaaa-9a3aade21684 with identifier: 7000470auction111024
2026-03-25 16:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 196acc29-62a2-52e3-aaaa-9a3aade21684 with identifier: 7000470auction111024
2026-03-25 16:57:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 196acc29-62a2-52e3-aaaa-9a3aade21684 with identifier: 7000470auction111024 to the API
2026-03-25 16:57:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000470/photo_001/780x0__r.jpg?hash=1774444027>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '196acc29-62a2-52e3-aaaa-9a3aade21684',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000470',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 162960,
'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': "Mercedes, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'250 e Busines',
'transmission': 'automatic',
'trim': ", CLA-Class SB '19, -Benz CLA Shooting Brake e Busines",
'vin': None,
'year': 2022}
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000470auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:01 [ecarstrade.be] INFO: Saving data for 7000470auction111024: {'created_time': 1774457821.333918, 'last_price_update_time': 1774457821.33393, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000470auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 with identifier: 7000773auction111024
2026-03-25 16:57:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 with identifier: 7000773auction111024
2026-03-25 16:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a9c7c7b-4f99-5c30-b90e-46b26fc85c14 with identifier: 7000773auction111024 to the API
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000773/photo_001/780x0__r.jpg?hash=1774444311>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '8a9c7c7b-4f99-5c30-b90e-46b26fc85c14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000773',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Koleos',
'odometer': 59108,
'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': 'Renault Koleos TCe 160 EDC GPF Intens 5d',
'transmission': 'automatic',
'trim': 'TCe 160 EDC GPF Intens 5d',
'vin': None,
'year': 2021}
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000773auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:01 [ecarstrade.be] INFO: Saving data for 7000773auction111024: {'created_time': 1774457821.667265, 'last_price_update_time': 1774457821.667278, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000773auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_001/780x0__r.jpg?hash=1774444206> (referer: https://ecarstrade.com/cars/7000734)
2026-03-25 16:57:01 [ecarstrade.be] INFO: Extracting details for car 7000695auction111024
2026-03-25 16:57:01 [ecarstrade.be] INFO: Found listing with ID: 7000694auction111024
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000694auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:01 [ecarstrade.be] INFO: Scrape type for 7000694auction111024: 1
2026-03-25 16: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-25 16:57:01 [ecarstrade.be] INFO: Found listing with ID: 7000703auction111024
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000703auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:01 [ecarstrade.be] INFO: Scrape type for 7000703auction111024: 1
2026-03-25 16:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000731> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c43d7252-143f-5097-8cf4-42f252fdb69c
2026-03-25 16:57:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c43d7252-143f-5097-8cf4-42f252fdb69c, skipping ID generation
2026-03-25 16:57:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c43d7252-143f-5097-8cf4-42f252fdb69c with scrape type 1
2026-03-25 16:57:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c43d7252-143f-5097-8cf4-42f252fdb69c sending to next pipeline
2026-03-25 16:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c43d7252-143f-5097-8cf4-42f252fdb69c, identifier: 7000451auction111024
2026-03-25 16:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 7000695auction111024
2026-03-25 16:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with scrape type 1
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000695%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444123%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_001/780x0__r.jpg?hash=1774444123 not downloaded yet
2026-03-25 16:57:02 [ecarstrade.be] INFO: Found listing with ID: 7000720auction111024
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000720auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [ecarstrade.be] INFO: Scrape type for 7000720auction111024: 1
2026-03-25 16:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 7000451auction111024
2026-03-25 16:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 7000451auction111024
2026-03-25 16:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 7000451auction111024 to the API
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000451/photo_004/780x0__r.jpg?hash=1774443980>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c43d7252-143f-5097-8cf4-42f252fdb69c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000451',
'listing': 'auction',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 49837,
'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': 'KIA XCeed 1.6 GDi PHEV DCT Business Line 5d',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi PHEV DCT Business Line 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000451auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [ecarstrade.be] INFO: Saving data for 7000451auction111024: {'created_time': 1774457822.439247, 'last_price_update_time': 1774457822.439259, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000451auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:02 [ecarstrade.be] INFO: Extracting details for car 7000731auction111024
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000695%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444123%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_002/780x0__r.jpg?hash=1774444123 not downloaded yet
2026-03-25 16: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-25 16:57:02 [ecarstrade.be] INFO: Found listing with ID: 7000715auction111024
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000715auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [ecarstrade.be] INFO: Scrape type for 7000715auction111024: 1
2026-03-25 16: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-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000695%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444123%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_003/780x0__r.jpg?hash=1774444123 not downloaded yet
2026-03-25 16:57:02 [ecarstrade.be] INFO: Found listing with ID: 7000750auction111024
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000750auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [ecarstrade.be] INFO: Scrape type for 7000750auction111024: 1
2026-03-25 16: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-25 16:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e959c33-679a-58ec-9083-cee759c260a4
2026-03-25 16:57:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e959c33-679a-58ec-9083-cee759c260a4, skipping ID generation
2026-03-25 16:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e959c33-679a-58ec-9083-cee759c260a4 with scrape type 1
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e959c33-679a-58ec-9083-cee759c260a4 sending to next pipeline
2026-03-25 16:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e959c33-679a-58ec-9083-cee759c260a4, identifier: 7000734auction111024
2026-03-25 16:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 7000731auction111024
2026-03-25 16:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eca7a7a-9e8a-5469-8421-771d305b21df with scrape type 1
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000731%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_001/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000695%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444125%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_004/780x0__r.jpg?hash=1774444125 not downloaded yet
2026-03-25 16:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 7000734auction111024
2026-03-25 16:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 7000734auction111024
2026-03-25 16:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 7000734auction111024 to the API
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000734/photo_001/780x0__r.jpg?hash=1774444206>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '4e959c33-679a-58ec-9083-cee759c260a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000734',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 70931,
'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, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000734auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [ecarstrade.be] INFO: Saving data for 7000734auction111024: {'created_time': 1774457822.952323, 'last_price_update_time': 1774457822.952333, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000734auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_001/780x0__r.jpg?hash=1774444123> (referer: https://ecarstrade.com/cars/7000695)
2026-03-25 16:57:02 [ecarstrade.be] INFO: Found listing with ID: 7000746auction111024
2026-03-25 16:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000746auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:02 [ecarstrade.be] INFO: Scrape type for 7000746auction111024: 1
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000731%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_002/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000695%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444123%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_005/780x0__r.jpg?hash=1774444123 not downloaded yet
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000350auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000350auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000350auction111024: 1
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000731%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_003/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000695%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444123%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_006/780x0__r.jpg?hash=1774444123 not downloaded yet
2026-03-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_002/780x0__r.jpg?hash=1774444123> (referer: https://ecarstrade.com/cars/7000695)
2026-03-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_003/780x0__r.jpg?hash=1774444123> (referer: https://ecarstrade.com/cars/7000695)
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000374auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000374auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000374auction111024: 1
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000731%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_004/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16: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-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_001/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000731)
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000383auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000383auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000383auction111024: 1
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000731%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_005/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000418auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000418auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000418auction111024: 1
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000731%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444199%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_006/780x0__r.jpg?hash=1774444199 not downloaded yet
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000733auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000733auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000733auction111024: 1
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_004/780x0__r.jpg?hash=1774444125> (referer: https://ecarstrade.com/cars/7000695)
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000410auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000410auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000410auction111024: 1
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000700auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000700auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000700auction111024: 1
2026-03-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_005/780x0__r.jpg?hash=1774444123> (referer: https://ecarstrade.com/cars/7000695)
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000702auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000702auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000702auction111024: 1
2026-03-25 16: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-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000704auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000704auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000704auction111024: 1
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000739auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000739auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000739auction111024: 1
2026-03-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_002/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000731)
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000740auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000740auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000740auction111024: 1
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000756auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000756auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000756auction111024: 1
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000494auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000494auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000494auction111024: 1
2026-03-25 16:57:03 [ecarstrade.be] INFO: Found listing with ID: 7000411auction111024
2026-03-25 16:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000411auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:03 [ecarstrade.be] INFO: Scrape type for 7000411auction111024: 1
2026-03-25 16:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_003/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000731)
2026-03-25 16: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-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:06 [scrapy.extensions.logstats] INFO: Crawled 769 pages (at 38 pages/min), scraped 654 items (at 47 items/min)
2026-03-25 16:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000703> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_004/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000731)
2026-03-25 16: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-25 16:57:09 [ecarstrade.be] INFO: Extracting details for car 7000703auction111024
2026-03-25 16:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 7000703auction111024
2026-03-25 16:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with scrape type 1
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000703%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444142%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_001/780x0__r.jpg?hash=1774444142 not downloaded yet
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000703%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444142%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_002/780x0__r.jpg?hash=1774444142 not downloaded yet
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000703%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444142%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_003/780x0__r.jpg?hash=1774444142 not downloaded yet
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000703%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444142%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_004/780x0__r.jpg?hash=1774444142 not downloaded yet
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000703%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444142%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_005/780x0__r.jpg?hash=1774444142 not downloaded yet
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000703%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444142%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_006/780x0__r.jpg?hash=1774444142 not downloaded yet
2026-03-25 16:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000720> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000694> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_006/780x0__r.jpg?hash=1774444123> (referer: https://ecarstrade.com/cars/7000695)
2026-03-25 16: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-25 16:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_005/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000731)
2026-03-25 16: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-25 16:57:09 [ecarstrade.be] INFO: Extracting details for car 7000720auction111024
2026-03-25 16:57:09 [ecarstrade.be] INFO: Extracting details for car 7000694auction111024
2026-03-25 16:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 7000720auction111024
2026-03-25 16:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713c556e-d7aa-56db-a198-b3bc23d32421 with scrape type 1
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000720%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444175%27 HTTP/1.1" 200 None
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_001/780x0__r.jpg?hash=1774444175 not downloaded yet
2026-03-25 16:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 7000694auction111024
2026-03-25 16:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with scrape type 1
2026-03-25 16:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000694%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444122%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_001/780x0__r.jpg?hash=1774444122 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000720%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444175%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_002/780x0__r.jpg?hash=1774444175 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000694%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444123%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_002/780x0__r.jpg?hash=1774444123 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000720%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444177%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_003/780x0__r.jpg?hash=1774444177 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000694%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444122%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_003/780x0__r.jpg?hash=1774444122 not downloaded yet
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5
2026-03-25 16:57:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5, skipping ID generation
2026-03-25 16:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with scrape type 1
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 sending to next pipeline
2026-03-25 16:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5, identifier: 7000695auction111024
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000720%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444175%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_004/780x0__r.jpg?hash=1774444175 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000694%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444122%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_004/780x0__r.jpg?hash=1774444122 not downloaded yet
2026-03-25 16:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 7000695auction111024
2026-03-25 16:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 7000695auction111024
2026-03-25 16:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 7000695auction111024 to the API
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000695/photo_006/780x0__r.jpg?hash=1774444123>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9bbd34d2-63ce-5b77-8a65-a77e30111fe5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000695',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 67483,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Nissan, Qashqai '17, Nissan Qashqai DIG-T 140 MY18 Acenta 5d",
'transmission': 'manual',
'trim': ", '17, DIG-T 140 MY18 Acenta 5d",
'vin': None,
'year': 2019}
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000695auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [ecarstrade.be] INFO: Saving data for 7000695auction111024: {'created_time': 1774457830.609977, 'last_price_update_time': 1774457830.609989, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000695auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000720%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444175%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_005/780x0__r.jpg?hash=1774444175 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000694%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444122%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_005/780x0__r.jpg?hash=1774444122 not downloaded yet
2026-03-25 16:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000715> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000720%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444175%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_006/780x0__r.jpg?hash=1774444175 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000694%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444122%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_006/780x0__r.jpg?hash=1774444122 not downloaded yet
2026-03-25 16: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-25 16:57:10 [ecarstrade.be] INFO: Extracting details for car 7000715auction111024
2026-03-25 16:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e with identifier: 7000715auction111024
2026-03-25 16:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e with scrape type 1
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000715%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444166%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_001/780x0__r.jpg?hash=1774444166 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000715%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444167%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_002/780x0__r.jpg?hash=1774444167 not downloaded yet
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000715%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444166%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_003/780x0__r.jpg?hash=1774444166 not downloaded yet
2026-03-25 16:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000746> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000715%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444166%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_004/780x0__r.jpg?hash=1774444166 not downloaded yet
2026-03-25 16: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-25 16:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000750> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000715%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444166%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_005/780x0__r.jpg?hash=1774444166 not downloaded yet
2026-03-25 16: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-25 16:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000715%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444166%27 HTTP/1.1" 200 None
2026-03-25 16:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_006/780x0__r.jpg?hash=1774444166 not downloaded yet
2026-03-25 16:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000350> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:57:11 [ecarstrade.be] INFO: Extracting details for car 7000746auction111024
2026-03-25 16:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 7000746auction111024
2026-03-25 16:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d019644-db68-57e4-8ae9-a831ed1f8567 with scrape type 1
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000746%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444239%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_001/780x0__r.jpg?hash=1774444239 not downloaded yet
2026-03-25 16:57:11 [ecarstrade.be] INFO: Extracting details for car 7000750auction111024
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000746%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444239%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_002/780x0__r.jpg?hash=1774444239 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000746%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444239%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_003/780x0__r.jpg?hash=1774444239 not downloaded yet
2026-03-25 16:57:11 [ecarstrade.be] INFO: Extracting details for car 7000350auction111024
2026-03-25 16:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 7000750auction111024
2026-03-25 16:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with scrape type 1
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000750%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444252%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_001/780x0__r.jpg?hash=1774444252 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000746%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444239%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_004/780x0__r.jpg?hash=1774444239 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000750%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444252%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_002/780x0__r.jpg?hash=1774444252 not downloaded yet
2026-03-25 16:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35790dc6-cbc7-5509-aedc-62f87591a201 with identifier: 7000350auction111024
2026-03-25 16:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35790dc6-cbc7-5509-aedc-62f87591a201 with scrape type 1
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000350%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443735%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_001/780x0__r.jpg?hash=1774443735 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000746%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444240%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_005/780x0__r.jpg?hash=1774444240 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000750%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444252%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_003/780x0__r.jpg?hash=1774444252 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000350%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443735%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_002/780x0__r.jpg?hash=1774443735 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000746%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444239%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_006/780x0__r.jpg?hash=1774444239 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000750%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444252%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_004/780x0__r.jpg?hash=1774444252 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000350%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443735%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_003/780x0__r.jpg?hash=1774443735 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000750%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444252%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_005/780x0__r.jpg?hash=1774444252 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000350%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443736%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_004/780x0__r.jpg?hash=1774443736 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000750%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444252%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_006/780x0__r.jpg?hash=1774444252 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000350%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443736%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_005/780x0__r.jpg?hash=1774443736 not downloaded yet
2026-03-25 16:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000350%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443735%27 HTTP/1.1" 200 None
2026-03-25 16:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_006/780x0__r.jpg?hash=1774443735 not downloaded yet
2026-03-25 16:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000374> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_006/780x0__r.jpg?hash=1774444142> (referer: https://ecarstrade.com/cars/7000703)
2026-03-25 16:57:15 [ecarstrade.be] INFO: Extracting details for car 7000374auction111024
2026-03-25 16:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 7000374auction111024
2026-03-25 16:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e8dea6-754b-50db-9549-eb9004cc1848 with scrape type 1
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000374%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443792%27 HTTP/1.1" 200 None
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_001/780x0__r.jpg?hash=1774443792 not downloaded yet
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000374%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443793%27 HTTP/1.1" 200 None
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_002/780x0__r.jpg?hash=1774443793 not downloaded yet
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000374%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443793%27 HTTP/1.1" 200 None
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_003/780x0__r.jpg?hash=1774443793 not downloaded yet
2026-03-25 16:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_005/780x0__r.jpg?hash=1774444142> (referer: https://ecarstrade.com/cars/7000703)
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000374%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443793%27 HTTP/1.1" 200 None
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_004/780x0__r.jpg?hash=1774443793 not downloaded yet
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000374%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443793%27 HTTP/1.1" 200 None
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_005/780x0__r.jpg?hash=1774443793 not downloaded yet
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000374%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443793%27 HTTP/1.1" 200 None
2026-03-25 16:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_006/780x0__r.jpg?hash=1774443793 not downloaded yet
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_004/780x0__r.jpg?hash=1774444142> (referer: https://ecarstrade.com/cars/7000703)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_003/780x0__r.jpg?hash=1774444142> (referer: https://ecarstrade.com/cars/7000703)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_005/780x0__r.jpg?hash=1774444122> (referer: https://ecarstrade.com/cars/7000694)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_003/780x0__r.jpg?hash=1774444166> (referer: https://ecarstrade.com/cars/7000715)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_004/780x0__r.jpg?hash=1774444166> (referer: https://ecarstrade.com/cars/7000715)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_006/780x0__r.jpg?hash=1774444166> (referer: https://ecarstrade.com/cars/7000715)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_006/780x0__r.jpg?hash=1774443735> (referer: https://ecarstrade.com/cars/7000350)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_005/780x0__r.jpg?hash=1774443736> (referer: https://ecarstrade.com/cars/7000350)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_003/780x0__r.jpg?hash=1774443793> (referer: https://ecarstrade.com/cars/7000374)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_006/780x0__r.jpg?hash=1774443793> (referer: https://ecarstrade.com/cars/7000374)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_005/780x0__r.jpg?hash=1774443793> (referer: https://ecarstrade.com/cars/7000374)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_004/780x0__r.jpg?hash=1774443793> (referer: https://ecarstrade.com/cars/7000374)
2026-03-25 16:57:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_002/780x0__r.jpg?hash=1774443793> (referer: https://ecarstrade.com/cars/7000374)
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_001/780x0__r.jpg?hash=1774443792> (referer: https://ecarstrade.com/cars/7000374)
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_006/780x0__r.jpg?hash=1774444252> (referer: https://ecarstrade.com/cars/7000750)
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2e8dea6-754b-50db-9549-eb9004cc1848
2026-03-25 16:57:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2e8dea6-754b-50db-9549-eb9004cc1848, skipping ID generation
2026-03-25 16:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e8dea6-754b-50db-9549-eb9004cc1848 with scrape type 1
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2e8dea6-754b-50db-9549-eb9004cc1848 sending to next pipeline
2026-03-25 16:57:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2e8dea6-754b-50db-9549-eb9004cc1848, identifier: 7000374auction111024
2026-03-25 16:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 7000374auction111024
2026-03-25 16:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 7000374auction111024
2026-03-25 16:57:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 7000374auction111024 to the API
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000374/photo_001/780x0__r.jpg?hash=1774443792>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd2e8dea6-754b-50db-9549-eb9004cc1848',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000374',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 151596,
'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, X1 FL'19, BMW X1 sDrive16d (85 kW) 5d",
'transmission': 'manual',
'trim': ", FL'19, sDrive16d (85 kW) 5d",
'vin': None,
'year': 2020}
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000374auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [ecarstrade.be] INFO: Saving data for 7000374auction111024: {'created_time': 1774457837.569276, 'last_price_update_time': 1774457837.569286, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000374auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_004/780x0__r.jpg?hash=1774443736> (referer: https://ecarstrade.com/cars/7000350)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000411> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000756> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000704> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_006/780x0__r.jpg?hash=1774444239> (referer: https://ecarstrade.com/cars/7000746)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_003/780x0__r.jpg?hash=1774443735> (referer: https://ecarstrade.com/cars/7000350)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_004/780x0__r.jpg?hash=1774444252> (referer: https://ecarstrade.com/cars/7000750)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_005/780x0__r.jpg?hash=1774444252> (referer: https://ecarstrade.com/cars/7000750)
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:17 [ecarstrade.be] INFO: Extracting details for car 7000411auction111024
2026-03-25 16:57:17 [ecarstrade.be] INFO: Extracting details for car 7000756auction111024
2026-03-25 16:57:17 [ecarstrade.be] INFO: Extracting details for car 7000704auction111024
2026-03-25 16:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 7000411auction111024
2026-03-25 16:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b08b4cf-5afc-5439-88d3-6abde681ed05 with scrape type 1
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000411%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_001/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 7000756auction111024
2026-03-25 16:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc40d20-c85a-5bb6-a843-940b42ff88c4 with scrape type 1
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000756%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444273%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_001/780x0__r.jpg?hash=1774444273 not downloaded yet
2026-03-25 16:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 7000704auction111024
2026-03-25 16:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with scrape type 1
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000704%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444143%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_001/780x0__r.jpg?hash=1774444143 not downloaded yet
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_001/780x0__r.jpg?hash=1774443735> (referer: https://ecarstrade.com/cars/7000350)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_002/780x0__r.jpg?hash=1774443735> (referer: https://ecarstrade.com/cars/7000350)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_005/780x0__r.jpg?hash=1774444240> (referer: https://ecarstrade.com/cars/7000746)
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000411%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443885%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_002/780x0__r.jpg?hash=1774443885 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000756%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444273%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_002/780x0__r.jpg?hash=1774444273 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000704%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444143%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_002/780x0__r.jpg?hash=1774444143 not downloaded yet
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_003/780x0__r.jpg?hash=1774444252> (referer: https://ecarstrade.com/cars/7000750)
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000411%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_003/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000756%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444273%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_003/780x0__r.jpg?hash=1774444273 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000704%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444143%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_003/780x0__r.jpg?hash=1774444143 not downloaded yet
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000700> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_004/780x0__r.jpg?hash=1774444239> (referer: https://ecarstrade.com/cars/7000746)
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000411%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_004/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000756%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444273%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_004/780x0__r.jpg?hash=1774444273 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000704%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444143%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_004/780x0__r.jpg?hash=1774444143 not downloaded yet
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_002/780x0__r.jpg?hash=1774444252> (referer: https://ecarstrade.com/cars/7000750)
2026-03-25 16:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_001/780x0__r.jpg?hash=1774444252> (referer: https://ecarstrade.com/cars/7000750)
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000411%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_005/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000756%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444273%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_005/780x0__r.jpg?hash=1774444273 not downloaded yet
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000704%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444145%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_005/780x0__r.jpg?hash=1774444145 not downloaded yet
2026-03-25 16:57:18 [ecarstrade.be] INFO: Extracting details for car 7000700auction111024
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 35790dc6-cbc7-5509-aedc-62f87591a201
2026-03-25 16:57:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35790dc6-cbc7-5509-aedc-62f87591a201, skipping ID generation
2026-03-25 16:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35790dc6-cbc7-5509-aedc-62f87591a201 with scrape type 1
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35790dc6-cbc7-5509-aedc-62f87591a201 sending to next pipeline
2026-03-25 16:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35790dc6-cbc7-5509-aedc-62f87591a201, identifier: 7000350auction111024
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_003/780x0__r.jpg?hash=1774444239> (referer: https://ecarstrade.com/cars/7000746)
2026-03-25 16:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_001/780x0__r.jpg?hash=1774444239> (referer: https://ecarstrade.com/cars/7000746)
2026-03-25 16:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_002/780x0__r.jpg?hash=1774444239> (referer: https://ecarstrade.com/cars/7000746)
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000411%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_006/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000756%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444273%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_006/780x0__r.jpg?hash=1774444273 not downloaded yet
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000704%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444143%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_006/780x0__r.jpg?hash=1774444143 not downloaded yet
2026-03-25 16:57:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35790dc6-cbc7-5509-aedc-62f87591a201 with identifier: 7000350auction111024
2026-03-25 16:57:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35790dc6-cbc7-5509-aedc-62f87591a201 with identifier: 7000350auction111024
2026-03-25 16:57:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35790dc6-cbc7-5509-aedc-62f87591a201 with identifier: 7000350auction111024 to the API
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000350/photo_002/780x0__r.jpg?hash=1774443735>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '35790dc6-cbc7-5509-aedc-62f87591a201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000350',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 155479,
'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 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000350auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [ecarstrade.be] INFO: Saving data for 7000350auction111024: {'created_time': 1774457838.468624, 'last_price_update_time': 1774457838.468634, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000350auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 7000700auction111024
2026-03-25 16:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with scrape type 1
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000700%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444131%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_001/780x0__r.jpg?hash=1774444131 not downloaded yet
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_002/780x0__r.jpg?hash=1774444167> (referer: https://ecarstrade.com/cars/7000715)
2026-03-25 16:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_005/780x0__r.jpg?hash=1774444166> (referer: https://ecarstrade.com/cars/7000715)
2026-03-25 16:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000494> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000700%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444131%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_002/780x0__r.jpg?hash=1774444131 not downloaded yet
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1d28c5d4-4bad-5826-b124-7848fd1cdf90
2026-03-25 16:57:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d28c5d4-4bad-5826-b124-7848fd1cdf90, skipping ID generation
2026-03-25 16:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with scrape type 1
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 sending to next pipeline
2026-03-25 16:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d28c5d4-4bad-5826-b124-7848fd1cdf90, identifier: 7000750auction111024
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d019644-db68-57e4-8ae9-a831ed1f8567
2026-03-25 16:57:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d019644-db68-57e4-8ae9-a831ed1f8567, skipping ID generation
2026-03-25 16:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d019644-db68-57e4-8ae9-a831ed1f8567 with scrape type 1
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d019644-db68-57e4-8ae9-a831ed1f8567 sending to next pipeline
2026-03-25 16:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d019644-db68-57e4-8ae9-a831ed1f8567, identifier: 7000746auction111024
2026-03-25 16:57:18 [ecarstrade.be] INFO: Extracting details for car 7000494auction111024
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000700%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444132%27 HTTP/1.1" 200 None
2026-03-25 16:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_003/780x0__r.jpg?hash=1774444132 not downloaded yet
2026-03-25 16:57:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 7000750auction111024
2026-03-25 16:57:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 7000750auction111024
2026-03-25 16:57:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 7000750auction111024 to the API
2026-03-25 16:57:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000750/photo_001/780x0__r.jpg?hash=1774444252>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '1d28c5d4-4bad-5826-b124-7848fd1cdf90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000750',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 143076,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000750auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [ecarstrade.be] INFO: Saving data for 7000750auction111024: {'created_time': 1774457839.103355, 'last_price_update_time': 1774457839.103369, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000750auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 7000746auction111024
2026-03-25 16:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 7000746auction111024
2026-03-25 16:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 7000746auction111024 to the API
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000746/photo_002/780x0__r.jpg?hash=1774444239>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9d019644-db68-57e4-8ae9-a831ed1f8567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000746',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 106106,
'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': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 GT Line 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 GT Line 5d',
'vin': None,
'year': 2020}
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000746auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [ecarstrade.be] INFO: Saving data for 7000746auction111024: {'created_time': 1774457839.408953, 'last_price_update_time': 1774457839.408966, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000746auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_001/780x0__r.jpg?hash=1774444273> (referer: https://ecarstrade.com/cars/7000756)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_001/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000411)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_003/780x0__r.jpg?hash=1774444143> (referer: https://ecarstrade.com/cars/7000704)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_002/780x0__r.jpg?hash=1774444143> (referer: https://ecarstrade.com/cars/7000704)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_001/780x0__r.jpg?hash=1774444143> (referer: https://ecarstrade.com/cars/7000704)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_003/780x0__r.jpg?hash=1774444273> (referer: https://ecarstrade.com/cars/7000756)
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000700%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444132%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_004/780x0__r.jpg?hash=1774444132 not downloaded yet
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d241a124-dbd4-5154-8e0a-fb558044fda3 with identifier: 7000494auction111024
2026-03-25 16:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d241a124-dbd4-5154-8e0a-fb558044fda3 with scrape type 1
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000494%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444091%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_001/780x0__r.jpg?hash=1774444091 not downloaded yet
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000700%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444132%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_005/780x0__r.jpg?hash=1774444132 not downloaded yet
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000494%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444091%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_002/780x0__r.jpg?hash=1774444091 not downloaded yet
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000700%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444133%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_006/780x0__r.jpg?hash=1774444133 not downloaded yet
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000494%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444091%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_003/780x0__r.jpg?hash=1774444091 not downloaded yet
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_006/780x0__r.jpg?hash=1774444143> (referer: https://ecarstrade.com/cars/7000704)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_005/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000411)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_005/780x0__r.jpg?hash=1774444145> (referer: https://ecarstrade.com/cars/7000704)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_005/780x0__r.jpg?hash=1774444273> (referer: https://ecarstrade.com/cars/7000756)
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000494%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444090%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_004/780x0__r.jpg?hash=1774444090 not downloaded yet
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_004/780x0__r.jpg?hash=1774444143> (referer: https://ecarstrade.com/cars/7000704)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_004/780x0__r.jpg?hash=1774444273> (referer: https://ecarstrade.com/cars/7000756)
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000494%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444091%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_005/780x0__r.jpg?hash=1774444091 not downloaded yet
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000494%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444091%27 HTTP/1.1" 200 None
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_006/780x0__r.jpg?hash=1774444091 not downloaded yet
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_006/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000411)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_004/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000411)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_003/780x0__r.jpg?hash=1774444132> (referer: https://ecarstrade.com/cars/7000700)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_001/780x0__r.jpg?hash=1774444131> (referer: https://ecarstrade.com/cars/7000700)
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_002/780x0__r.jpg?hash=1774444131> (referer: https://ecarstrade.com/cars/7000700)
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_006/780x0__r.jpg?hash=1774444273> (referer: https://ecarstrade.com/cars/7000756)
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f
2026-03-25 16:57:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f, skipping ID generation
2026-03-25 16:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with scrape type 1
2026-03-25 16:57:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f sending to next pipeline
2026-03-25 16:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f, identifier: 7000704auction111024
2026-03-25 16:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 7000704auction111024
2026-03-25 16:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 7000704auction111024
2026-03-25 16:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 7000704auction111024 to the API
2026-03-25 16:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000704/photo_004/780x0__r.jpg?hash=1774444143>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '342c93a2-a621-598d-b8f7-9b1c9bf3fe6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000704',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 51003,
'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': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000704auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:20 [ecarstrade.be] INFO: Saving data for 7000704auction111024: {'created_time': 1774457840.364207, 'last_price_update_time': 1774457840.364217, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000704auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_003/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000411)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_002/780x0__r.jpg?hash=1774444273> (referer: https://ecarstrade.com/cars/7000756)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_003/780x0__r.jpg?hash=1774444091> (referer: https://ecarstrade.com/cars/7000494)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_006/780x0__r.jpg?hash=1774444133> (referer: https://ecarstrade.com/cars/7000700)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_002/780x0__r.jpg?hash=1774444091> (referer: https://ecarstrade.com/cars/7000494)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_005/780x0__r.jpg?hash=1774444132> (referer: https://ecarstrade.com/cars/7000700)
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_002/780x0__r.jpg?hash=1774443885> (referer: https://ecarstrade.com/cars/7000411)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_006/780x0__r.jpg?hash=1774444091> (referer: https://ecarstrade.com/cars/7000494)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_004/780x0__r.jpg?hash=1774444090> (referer: https://ecarstrade.com/cars/7000494)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_005/780x0__r.jpg?hash=1774444091> (referer: https://ecarstrade.com/cars/7000494)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_004/780x0__r.jpg?hash=1774444132> (referer: https://ecarstrade.com/cars/7000700)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_001/780x0__r.jpg?hash=1774444091> (referer: https://ecarstrade.com/cars/7000494)
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fcc40d20-c85a-5bb6-a843-940b42ff88c4
2026-03-25 16:57:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fcc40d20-c85a-5bb6-a843-940b42ff88c4, skipping ID generation
2026-03-25 16:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc40d20-c85a-5bb6-a843-940b42ff88c4 with scrape type 1
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fcc40d20-c85a-5bb6-a843-940b42ff88c4 sending to next pipeline
2026-03-25 16:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcc40d20-c85a-5bb6-a843-940b42ff88c4, identifier: 7000756auction111024
2026-03-25 16:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 7000756auction111024
2026-03-25 16:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 7000756auction111024
2026-03-25 16:57:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 7000756auction111024 to the API
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000756/photo_002/780x0__r.jpg?hash=1774444273>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fcc40d20-c85a-5bb6-a843-940b42ff88c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000756',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 110904,
'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': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'vin': None,
'year': 2021}
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000756auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:20 [ecarstrade.be] INFO: Saving data for 7000756auction111024: {'created_time': 1774457840.844883, 'last_price_update_time': 1774457840.844895, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000756auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_001/780x0__r.jpg?hash=1774444166> (referer: https://ecarstrade.com/cars/7000715)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_006/780x0__r.jpg?hash=1774444122> (referer: https://ecarstrade.com/cars/7000694)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_004/780x0__r.jpg?hash=1774444122> (referer: https://ecarstrade.com/cars/7000694)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_005/780x0__r.jpg?hash=1774444175> (referer: https://ecarstrade.com/cars/7000720)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_004/780x0__r.jpg?hash=1774444175> (referer: https://ecarstrade.com/cars/7000720)
2026-03-25 16:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_006/780x0__r.jpg?hash=1774444175> (referer: https://ecarstrade.com/cars/7000720)
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b08b4cf-5afc-5439-88d3-6abde681ed05
2026-03-25 16:57:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b08b4cf-5afc-5439-88d3-6abde681ed05, skipping ID generation
2026-03-25 16:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b08b4cf-5afc-5439-88d3-6abde681ed05 with scrape type 1
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b08b4cf-5afc-5439-88d3-6abde681ed05 sending to next pipeline
2026-03-25 16:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b08b4cf-5afc-5439-88d3-6abde681ed05, identifier: 7000411auction111024
2026-03-25 16:57:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 7000411auction111024
2026-03-25 16:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 7000411auction111024
2026-03-25 16:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 7000411auction111024 to the API
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000411/photo_002/780x0__r.jpg?hash=1774443885>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '3b08b4cf-5afc-5439-88d3-6abde681ed05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000411',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 32736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000411auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:21 [ecarstrade.be] INFO: Saving data for 7000411auction111024: {'created_time': 1774457841.340133, 'last_price_update_time': 1774457841.340147, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000411auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 426bcb0f-8c69-5297-b2bd-63b06ab92d08
2026-03-25 16:57:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 426bcb0f-8c69-5297-b2bd-63b06ab92d08, skipping ID generation
2026-03-25 16:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with scrape type 1
2026-03-25 16:57:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 426bcb0f-8c69-5297-b2bd-63b06ab92d08 sending to next pipeline
2026-03-25 16:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 426bcb0f-8c69-5297-b2bd-63b06ab92d08, identifier: 7000700auction111024
2026-03-25 16:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d241a124-dbd4-5154-8e0a-fb558044fda3
2026-03-25 16:57:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d241a124-dbd4-5154-8e0a-fb558044fda3, skipping ID generation
2026-03-25 16:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d241a124-dbd4-5154-8e0a-fb558044fda3 with scrape type 1
2026-03-25 16:57:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d241a124-dbd4-5154-8e0a-fb558044fda3 sending to next pipeline
2026-03-25 16:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d241a124-dbd4-5154-8e0a-fb558044fda3, identifier: 7000494auction111024
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_001/780x0__r.jpg?hash=1774444122> (referer: https://ecarstrade.com/cars/7000694)
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_003/780x0__r.jpg?hash=1774444122> (referer: https://ecarstrade.com/cars/7000694)
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_003/780x0__r.jpg?hash=1774444177> (referer: https://ecarstrade.com/cars/7000720)
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_001/780x0__r.jpg?hash=1774444175> (referer: https://ecarstrade.com/cars/7000720)
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_002/780x0__r.jpg?hash=1774444123> (referer: https://ecarstrade.com/cars/7000694)
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_002/780x0__r.jpg?hash=1774444175> (referer: https://ecarstrade.com/cars/7000720)
2026-03-25 16:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000733> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 7000700auction111024
2026-03-25 16:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 7000700auction111024
2026-03-25 16:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 7000700auction111024 to the API
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000700/photo_004/780x0__r.jpg?hash=1774444132>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '426bcb0f-8c69-5297-b2bd-63b06ab92d08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000700',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 41599,
'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 Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000700auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:21 [ecarstrade.be] INFO: Saving data for 7000700auction111024: {'created_time': 1774457841.803989, 'last_price_update_time': 1774457841.804, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000700auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d241a124-dbd4-5154-8e0a-fb558044fda3 with identifier: 7000494auction111024
2026-03-25 16:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d241a124-dbd4-5154-8e0a-fb558044fda3 with identifier: 7000494auction111024
2026-03-25 16:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d241a124-dbd4-5154-8e0a-fb558044fda3 with identifier: 7000494auction111024 to the API
2026-03-25 16:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000494/photo_001/780x0__r.jpg?hash=1774444091>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd241a124-dbd4-5154-8e0a-fb558044fda3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000494',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 121785,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000494auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:23 [ecarstrade.be] INFO: Saving data for 7000494auction111024: {'created_time': 1774457843.021993, 'last_price_update_time': 1774457843.022003, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000494auction111024') HTTP/1.1" 204 0
2026-03-25 16: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-25 16: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-25 16: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-25 16: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-25 16:57:23 [ecarstrade.be] INFO: Extracting details for car 7000733auction111024
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e
2026-03-25 16:57:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e, skipping ID generation
2026-03-25 16:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e with scrape type 1
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e sending to next pipeline
2026-03-25 16:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e, identifier: 7000715auction111024
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e with identifier: 7000715auction111024
2026-03-25 16:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e with identifier: 7000715auction111024
2026-03-25 16:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e with identifier: 7000715auction111024 to the API
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000715/photo_001/780x0__r.jpg?hash=1774444166>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '97cecfd5-0c4d-5203-8e8b-5a5b86eb4c3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000715',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 25269,
'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': "Opel, Corsa '19, Opel Corsa 1.5 Turbo D 75kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '19, 1.5 Turbo D 75kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000715auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:23 [ecarstrade.be] INFO: Saving data for 7000715auction111024: {'created_time': 1774457843.512991, 'last_price_update_time': 1774457843.513003, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000715auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_001/780x0__r.jpg?hash=1774444142> (referer: https://ecarstrade.com/cars/7000703)
2026-03-25 16:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_002/780x0__r.jpg?hash=1774444142> (referer: https://ecarstrade.com/cars/7000703)
2026-03-25 16: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-25 16: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-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4361c83f-8232-5b0c-8b7c-725f3ad2f306
2026-03-25 16:57:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4361c83f-8232-5b0c-8b7c-725f3ad2f306, skipping ID generation
2026-03-25 16:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with scrape type 1
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4361c83f-8232-5b0c-8b7c-725f3ad2f306 sending to next pipeline
2026-03-25 16:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4361c83f-8232-5b0c-8b7c-725f3ad2f306, identifier: 7000694auction111024
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 713c556e-d7aa-56db-a198-b3bc23d32421
2026-03-25 16:57:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 713c556e-d7aa-56db-a198-b3bc23d32421, skipping ID generation
2026-03-25 16:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713c556e-d7aa-56db-a198-b3bc23d32421 with scrape type 1
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 713c556e-d7aa-56db-a198-b3bc23d32421 sending to next pipeline
2026-03-25 16:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 713c556e-d7aa-56db-a198-b3bc23d32421, identifier: 7000720auction111024
2026-03-25 16:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 7000733auction111024
2026-03-25 16:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d12ae5-71be-5989-b412-c081d77868fd with scrape type 1
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000733%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444202%27 HTTP/1.1" 200 None
2026-03-25 16:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_001/780x0__r.jpg?hash=1774444202 not downloaded yet
2026-03-25 16:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_006/780x0__r.jpg?hash=1774444199> (referer: https://ecarstrade.com/cars/7000731)
2026-03-25 16:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 7000694auction111024
2026-03-25 16:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 7000694auction111024
2026-03-25 16:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 7000694auction111024 to the API
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000694/photo_002/780x0__r.jpg?hash=1774444123>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '4361c83f-8232-5b0c-8b7c-725f3ad2f306',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000694',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 112152,
'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': 'Nissan Qashqai DIG-T 160 EVAPO DCT N-Connecta 5d',
'transmission': 'automatic',
'trim': 'DIG-T 160 EVAPO DCT N-Connecta 5d',
'vin': None,
'year': 2020}
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000694auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:24 [ecarstrade.be] INFO: Saving data for 7000694auction111024: {'created_time': 1774457844.09084, 'last_price_update_time': 1774457844.090851, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000694auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 7000720auction111024
2026-03-25 16:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 7000720auction111024
2026-03-25 16:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 7000720auction111024 to the API
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000720/photo_002/780x0__r.jpg?hash=1774444175>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '713c556e-d7aa-56db-a198-b3bc23d32421',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000720',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 86911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Ultimate 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Ultimate 5d',
'vin': None,
'year': 2020}
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000720auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:24 [ecarstrade.be] INFO: Saving data for 7000720auction111024: {'created_time': 1774457844.501825, 'last_price_update_time': 1774457844.501836, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000720auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000733%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444202%27 HTTP/1.1" 200 None
2026-03-25 16:57:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_002/780x0__r.jpg?hash=1774444202 not downloaded yet
2026-03-25 16:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7
2026-03-25 16:57:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7, skipping ID generation
2026-03-25 16:57:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with scrape type 1
2026-03-25 16:57:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 sending to next pipeline
2026-03-25 16:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7, identifier: 7000703auction111024
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000733%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444203%27 HTTP/1.1" 200 None
2026-03-25 16:57:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_003/780x0__r.jpg?hash=1774444203 not downloaded yet
2026-03-25 16:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 7000703auction111024
2026-03-25 16:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 7000703auction111024
2026-03-25 16:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 7000703auction111024 to the API
2026-03-25 16:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000703/photo_002/780x0__r.jpg?hash=1774444142>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9e52c3b8-146a-5a76-92e1-0d726e23a5a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000703',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 44903,
'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 Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000703auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:25 [ecarstrade.be] INFO: Saving data for 7000703auction111024: {'created_time': 1774457845.546838, 'last_price_update_time': 1774457845.546848, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000703auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000733%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444202%27 HTTP/1.1" 200 None
2026-03-25 16:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_004/780x0__r.jpg?hash=1774444202 not downloaded yet
2026-03-25 16:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2eca7a7a-9e8a-5469-8421-771d305b21df
2026-03-25 16:57:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2eca7a7a-9e8a-5469-8421-771d305b21df, skipping ID generation
2026-03-25 16:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eca7a7a-9e8a-5469-8421-771d305b21df with scrape type 1
2026-03-25 16:57:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2eca7a7a-9e8a-5469-8421-771d305b21df sending to next pipeline
2026-03-25 16:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2eca7a7a-9e8a-5469-8421-771d305b21df, identifier: 7000731auction111024
2026-03-25 16:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 7000731auction111024
2026-03-25 16:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 7000731auction111024
2026-03-25 16:57:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 7000731auction111024 to the API
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000731/photo_006/780x0__r.jpg?hash=1774444199>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2eca7a7a-9e8a-5469-8421-771d305b21df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000731',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 38756,
'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 '19, Peugeot 2008 1.2 Puretech 96kW S&S Active Pack "
'5d',
'transmission': 'manual',
'trim': ", '19, 1.2 Puretech 96kW S&S Active Pack 5d",
'vin': None,
'year': 2022}
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000731auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:25 [ecarstrade.be] INFO: Saving data for 7000731auction111024: {'created_time': 1774457845.91695, 'last_price_update_time': 1774457845.91696, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000731auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_001/780x0__r.jpg?hash=1774444202> (referer: https://ecarstrade.com/cars/7000733)
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000733%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444202%27 HTTP/1.1" 200 None
2026-03-25 16:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_005/780x0__r.jpg?hash=1774444202 not downloaded yet
2026-03-25 16:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000733%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444202%27 HTTP/1.1" 200 None
2026-03-25 16:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_006/780x0__r.jpg?hash=1774444202 not downloaded yet
2026-03-25 16:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_002/780x0__r.jpg?hash=1774444202> (referer: https://ecarstrade.com/cars/7000733)
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_003/780x0__r.jpg?hash=1774444203> (referer: https://ecarstrade.com/cars/7000733)
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_004/780x0__r.jpg?hash=1774444202> (referer: https://ecarstrade.com/cars/7000733)
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_005/780x0__r.jpg?hash=1774444202> (referer: https://ecarstrade.com/cars/7000733)
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_006/780x0__r.jpg?hash=1774444202> (referer: https://ecarstrade.com/cars/7000733)
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f6d12ae5-71be-5989-b412-c081d77868fd
2026-03-25 16:57:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6d12ae5-71be-5989-b412-c081d77868fd, skipping ID generation
2026-03-25 16:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d12ae5-71be-5989-b412-c081d77868fd with scrape type 1
2026-03-25 16:57:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6d12ae5-71be-5989-b412-c081d77868fd sending to next pipeline
2026-03-25 16:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6d12ae5-71be-5989-b412-c081d77868fd, identifier: 7000733auction111024
2026-03-25 16:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 7000733auction111024
2026-03-25 16:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 7000733auction111024
2026-03-25 16:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 7000733auction111024 to the API
2026-03-25 16:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000733/photo_006/780x0__r.jpg?hash=1774444202>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'f6d12ae5-71be-5989-b412-c081d77868fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000733',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 105560,
'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': "Peugeot, 3008 '16, Peugeot 3008 Hybrid 225 e-Auto8 Allure 5d",
'transmission': 'automatic',
'trim': ", '16, Hybrid 225 e-Auto8 Allure 5d",
'vin': None,
'year': 2020}
2026-03-25 16:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000733auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:27 [ecarstrade.be] INFO: Saving data for 7000733auction111024: {'created_time': 1774457847.55965, 'last_price_update_time': 1774457847.559661, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000733auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000410> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:32 [ecarstrade.be] INFO: Extracting details for car 7000410auction111024
2026-03-25 16:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7423b91-7f41-5294-9c06-e45be743b6d2 with identifier: 7000410auction111024
2026-03-25 16:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7423b91-7f41-5294-9c06-e45be743b6d2 with scrape type 1
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000410%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443882%27 HTTP/1.1" 200 None
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_001/780x0__r.jpg?hash=1774443882 not downloaded yet
2026-03-25 16:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000410%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443882%27 HTTP/1.1" 200 None
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_002/780x0__r.jpg?hash=1774443882 not downloaded yet
2026-03-25 16:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000410%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443882%27 HTTP/1.1" 200 None
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_003/780x0__r.jpg?hash=1774443882 not downloaded yet
2026-03-25 16:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000410%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443882%27 HTTP/1.1" 200 None
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_004/780x0__r.jpg?hash=1774443882 not downloaded yet
2026-03-25 16:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000410%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443882%27 HTTP/1.1" 200 None
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_005/780x0__r.jpg?hash=1774443882 not downloaded yet
2026-03-25 16:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000410%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443882%27 HTTP/1.1" 200 None
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_006/780x0__r.jpg?hash=1774443882 not downloaded yet
2026-03-25 16:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_001/780x0__r.jpg?hash=1774443882> (referer: https://ecarstrade.com/cars/7000410)
2026-03-25 16:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_002/780x0__r.jpg?hash=1774443882> (referer: https://ecarstrade.com/cars/7000410)
2026-03-25 16:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_003/780x0__r.jpg?hash=1774443882> (referer: https://ecarstrade.com/cars/7000410)
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_005/780x0__r.jpg?hash=1774443882> (referer: https://ecarstrade.com/cars/7000410)
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_006/780x0__r.jpg?hash=1774443882> (referer: https://ecarstrade.com/cars/7000410)
2026-03-25 16:57:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_004/780x0__r.jpg?hash=1774443882> (referer: https://ecarstrade.com/cars/7000410)
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c7423b91-7f41-5294-9c06-e45be743b6d2
2026-03-25 16:57:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7423b91-7f41-5294-9c06-e45be743b6d2, skipping ID generation
2026-03-25 16:57:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7423b91-7f41-5294-9c06-e45be743b6d2 with scrape type 1
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7423b91-7f41-5294-9c06-e45be743b6d2 sending to next pipeline
2026-03-25 16:57:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c7423b91-7f41-5294-9c06-e45be743b6d2, identifier: 7000410auction111024
2026-03-25 16:57:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c7423b91-7f41-5294-9c06-e45be743b6d2 with identifier: 7000410auction111024
2026-03-25 16:57:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c7423b91-7f41-5294-9c06-e45be743b6d2 with identifier: 7000410auction111024
2026-03-25 16:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c7423b91-7f41-5294-9c06-e45be743b6d2 with identifier: 7000410auction111024 to the API
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000410/photo_004/780x0__r.jpg?hash=1774443882>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c7423b91-7f41-5294-9c06-e45be743b6d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000410',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 36778,
'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': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000410auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [ecarstrade.be] INFO: Saving data for 7000410auction111024: {'created_time': 1774457853.629605, 'last_price_update_time': 1774457853.629615, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000410auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000702> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:33 [ecarstrade.be] INFO: Extracting details for car 7000702auction111024
2026-03-25 16:57:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 7000702auction111024
2026-03-25 16:57:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ebf117-bae7-56b0-a95c-07e6c452e75b with scrape type 1
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000702%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444141%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_001/780x0__r.jpg?hash=1774444141 not downloaded yet
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000702%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444140%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_002/780x0__r.jpg?hash=1774444140 not downloaded yet
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000702%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444140%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_003/780x0__r.jpg?hash=1774444140 not downloaded yet
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000702%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444140%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_004/780x0__r.jpg?hash=1774444140 not downloaded yet
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000702%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444140%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_005/780x0__r.jpg?hash=1774444140 not downloaded yet
2026-03-25 16:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000702%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444140%27 HTTP/1.1" 200 None
2026-03-25 16:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_006/780x0__r.jpg?hash=1774444140 not downloaded yet
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_002/780x0__r.jpg?hash=1774444140> (referer: https://ecarstrade.com/cars/7000702)
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_001/780x0__r.jpg?hash=1774444141> (referer: https://ecarstrade.com/cars/7000702)
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_003/780x0__r.jpg?hash=1774444140> (referer: https://ecarstrade.com/cars/7000702)
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_005/780x0__r.jpg?hash=1774444140> (referer: https://ecarstrade.com/cars/7000702)
2026-03-25 16:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_004/780x0__r.jpg?hash=1774444140> (referer: https://ecarstrade.com/cars/7000702)
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_006/780x0__r.jpg?hash=1774444140> (referer: https://ecarstrade.com/cars/7000702)
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000740> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c4ebf117-bae7-56b0-a95c-07e6c452e75b
2026-03-25 16:57:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4ebf117-bae7-56b0-a95c-07e6c452e75b, skipping ID generation
2026-03-25 16:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ebf117-bae7-56b0-a95c-07e6c452e75b with scrape type 1
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4ebf117-bae7-56b0-a95c-07e6c452e75b sending to next pipeline
2026-03-25 16:57:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4ebf117-bae7-56b0-a95c-07e6c452e75b, identifier: 7000702auction111024
2026-03-25 16:57:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 7000702auction111024
2026-03-25 16:57:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 7000702auction111024
2026-03-25 16:57:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 7000702auction111024 to the API
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000702/photo_006/780x0__r.jpg?hash=1774444140>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c4ebf117-bae7-56b0-a95c-07e6c452e75b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000702',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 57771,
'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 Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000702auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [ecarstrade.be] INFO: Saving data for 7000702auction111024: {'created_time': 1774457854.67124, 'last_price_update_time': 1774457854.67125, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000702auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:34 [ecarstrade.be] INFO: Extracting details for car 7000740auction111024
2026-03-25 16:57:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 7000740auction111024
2026-03-25 16:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcc9d0e-0995-5541-9875-c0d32d63871e with scrape type 1
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000740%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444222%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_001/780x0__r.jpg?hash=1774444222 not downloaded yet
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000740%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444222%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_002/780x0__r.jpg?hash=1774444222 not downloaded yet
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000740%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444222%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_003/780x0__r.jpg?hash=1774444222 not downloaded yet
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000740%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444222%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_004/780x0__r.jpg?hash=1774444222 not downloaded yet
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000740%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444222%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_005/780x0__r.jpg?hash=1774444222 not downloaded yet
2026-03-25 16:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000740%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444222%27 HTTP/1.1" 200 None
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_006/780x0__r.jpg?hash=1774444222 not downloaded yet
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_002/780x0__r.jpg?hash=1774444222> (referer: https://ecarstrade.com/cars/7000740)
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_001/780x0__r.jpg?hash=1774444222> (referer: https://ecarstrade.com/cars/7000740)
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_003/780x0__r.jpg?hash=1774444222> (referer: https://ecarstrade.com/cars/7000740)
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000383> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_004/780x0__r.jpg?hash=1774444222> (referer: https://ecarstrade.com/cars/7000740)
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_006/780x0__r.jpg?hash=1774444222> (referer: https://ecarstrade.com/cars/7000740)
2026-03-25 16:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_005/780x0__r.jpg?hash=1774444222> (referer: https://ecarstrade.com/cars/7000740)
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:34 [ecarstrade.be] INFO: Extracting details for car 7000383auction111024
2026-03-25 16:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 with identifier: 7000383auction111024
2026-03-25 16:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 with scrape type 1
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000383%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443815%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_001/780x0__r.jpg?hash=1774443815 not downloaded yet
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000383%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443815%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_002/780x0__r.jpg?hash=1774443815 not downloaded yet
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000383%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443815%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_003/780x0__r.jpg?hash=1774443815 not downloaded yet
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000383%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443815%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_004/780x0__r.jpg?hash=1774443815 not downloaded yet
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3bcc9d0e-0995-5541-9875-c0d32d63871e
2026-03-25 16:57:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3bcc9d0e-0995-5541-9875-c0d32d63871e, skipping ID generation
2026-03-25 16:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcc9d0e-0995-5541-9875-c0d32d63871e with scrape type 1
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3bcc9d0e-0995-5541-9875-c0d32d63871e sending to next pipeline
2026-03-25 16:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bcc9d0e-0995-5541-9875-c0d32d63871e, identifier: 7000740auction111024
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000383%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443815%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_005/780x0__r.jpg?hash=1774443815 not downloaded yet
2026-03-25 16:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 7000740auction111024
2026-03-25 16:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 7000740auction111024
2026-03-25 16:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 7000740auction111024 to the API
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000740/photo_005/780x0__r.jpg?hash=1774444222>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '3bcc9d0e-0995-5541-9875-c0d32d63871e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000740',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 39277,
'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-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000740auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [ecarstrade.be] INFO: Saving data for 7000740auction111024: {'created_time': 1774457855.549547, 'last_price_update_time': 1774457855.549557, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000740auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_001/780x0__r.jpg?hash=1774443815> (referer: https://ecarstrade.com/cars/7000383)
2026-03-25 16:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_002/780x0__r.jpg?hash=1774443815> (referer: https://ecarstrade.com/cars/7000383)
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000383%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443815%27 HTTP/1.1" 200 None
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_006/780x0__r.jpg?hash=1774443815 not downloaded yet
2026-03-25 16:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_003/780x0__r.jpg?hash=1774443815> (referer: https://ecarstrade.com/cars/7000383)
2026-03-25 16:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_004/780x0__r.jpg?hash=1774443815> (referer: https://ecarstrade.com/cars/7000383)
2026-03-25 16:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_006/780x0__r.jpg?hash=1774443815> (referer: https://ecarstrade.com/cars/7000383)
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_005/780x0__r.jpg?hash=1774443815> (referer: https://ecarstrade.com/cars/7000383)
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0
2026-03-25 16:57:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47c0146c-6e63-5cc4-a00f-8f1db49a97d0, skipping ID generation
2026-03-25 16:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 with scrape type 1
2026-03-25 16:57:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 sending to next pipeline
2026-03-25 16:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47c0146c-6e63-5cc4-a00f-8f1db49a97d0, identifier: 7000383auction111024
2026-03-25 16:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 with identifier: 7000383auction111024
2026-03-25 16:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 with identifier: 7000383auction111024
2026-03-25 16:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47c0146c-6e63-5cc4-a00f-8f1db49a97d0 with identifier: 7000383auction111024 to the API
2026-03-25 16:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000383/photo_005/780x0__r.jpg?hash=1774443815>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '47c0146c-6e63-5cc4-a00f-8f1db49a97d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000383',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 168456,
'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': 'BMW X1 sDrive18d (100 kW) 5d',
'transmission': 'manual',
'trim': 'sDrive18d (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 16:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000383auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:36 [ecarstrade.be] INFO: Saving data for 7000383auction111024: {'created_time': 1774457856.120947, 'last_price_update_time': 1774457856.120957, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000383auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000418> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:37 [ecarstrade.be] INFO: Extracting details for car 7000418auction111024
2026-03-25 16:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 7000418auction111024
2026-03-25 16:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c547734-036d-549c-b0e7-8265a3acc2d7 with scrape type 1
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000418%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443898%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_001/780x0__r.jpg?hash=1774443898 not downloaded yet
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000418%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443898%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_002/780x0__r.jpg?hash=1774443898 not downloaded yet
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000418%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443898%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_003/780x0__r.jpg?hash=1774443898 not downloaded yet
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000418%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443898%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_004/780x0__r.jpg?hash=1774443898 not downloaded yet
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000418%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443898%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_005/780x0__r.jpg?hash=1774443898 not downloaded yet
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000418%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443898%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_006/780x0__r.jpg?hash=1774443898 not downloaded yet
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_001/780x0__r.jpg?hash=1774443898> (referer: https://ecarstrade.com/cars/7000418)
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_002/780x0__r.jpg?hash=1774443898> (referer: https://ecarstrade.com/cars/7000418)
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_003/780x0__r.jpg?hash=1774443898> (referer: https://ecarstrade.com/cars/7000418)
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000417auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000417auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000417auction111024: 1
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_004/780x0__r.jpg?hash=1774443898> (referer: https://ecarstrade.com/cars/7000418)
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000697auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000697auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000697auction111024: 1
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000723auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000723auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000723auction111024: 1
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000701auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000701auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000701auction111024: 1
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_005/780x0__r.jpg?hash=1774443898> (referer: https://ecarstrade.com/cars/7000418)
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000788auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000788auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000788auction111024: 1
2026-03-25 16:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_006/780x0__r.jpg?hash=1774443898> (referer: https://ecarstrade.com/cars/7000418)
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000412auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000412auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000412auction111024: 1
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000804auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000804auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000804auction111024: 1
2026-03-25 16:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000413auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000413auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000413auction111024: 1
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000738auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000738auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000738auction111024: 1
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000745auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000745auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000745auction111024: 1
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000407auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000407auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000407auction111024: 1
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000716auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000716auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000716auction111024: 1
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5c547734-036d-549c-b0e7-8265a3acc2d7
2026-03-25 16:57:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c547734-036d-549c-b0e7-8265a3acc2d7, skipping ID generation
2026-03-25 16:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c547734-036d-549c-b0e7-8265a3acc2d7 with scrape type 1
2026-03-25 16:57:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c547734-036d-549c-b0e7-8265a3acc2d7 sending to next pipeline
2026-03-25 16:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c547734-036d-549c-b0e7-8265a3acc2d7, identifier: 7000418auction111024
2026-03-25 16:57:37 [ecarstrade.be] INFO: Found listing with ID: 7000776auction111024
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000776auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Scrape type for 7000776auction111024: 1
2026-03-25 16:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 7000418auction111024
2026-03-25 16:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 7000418auction111024
2026-03-25 16:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 7000418auction111024 to the API
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000418/photo_006/780x0__r.jpg?hash=1774443898>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5c547734-036d-549c-b0e7-8265a3acc2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000418',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 58051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000418auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:37 [ecarstrade.be] INFO: Saving data for 7000418auction111024: {'created_time': 1774457857.987498, 'last_price_update_time': 1774457857.987508, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000418auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000423auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000423auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000423auction111024: 1
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000765auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000765auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000765auction111024: 1
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000408auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000408auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000408auction111024: 1
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000755auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000755auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000755auction111024: 1
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000805auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000805auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000805auction111024: 1
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000357auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000357auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000357auction111024: 1
2026-03-25 16:57:38 [ecarstrade.be] INFO: Found listing with ID: 7000447auction111024
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000447auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [ecarstrade.be] INFO: Scrape type for 7000447auction111024: 1
2026-03-25 16:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000739> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:38 [ecarstrade.be] INFO: Extracting details for car 7000739auction111024
2026-03-25 16:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 7000739auction111024
2026-03-25 16:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25b1d003-52d9-51e6-b8e8-ea05d008967e with scrape type 1
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000739%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444216%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_001/780x0__r.jpg?hash=1774444216 not downloaded yet
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000739%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444216%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_002/780x0__r.jpg?hash=1774444216 not downloaded yet
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000739%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444216%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_003/780x0__r.jpg?hash=1774444216 not downloaded yet
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000739%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444217%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_004/780x0__r.jpg?hash=1774444217 not downloaded yet
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000739%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444218%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_005/780x0__r.jpg?hash=1774444218 not downloaded yet
2026-03-25 16:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000739%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444216%27 HTTP/1.1" 200 None
2026-03-25 16:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_006/780x0__r.jpg?hash=1774444216 not downloaded yet
2026-03-25 16:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000701> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:44 [ecarstrade.be] INFO: Extracting details for car 7000701auction111024
2026-03-25 16:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 7000701auction111024
2026-03-25 16:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93a99585-1ee6-5192-8f0f-c61de00947aa with scrape type 1
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000701%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444138%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_001/780x0__r.jpg?hash=1774444138 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000701%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444138%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_002/780x0__r.jpg?hash=1774444138 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000701%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444138%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_003/780x0__r.jpg?hash=1774444138 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000701%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444138%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_004/780x0__r.jpg?hash=1774444138 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000701%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444138%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_005/780x0__r.jpg?hash=1774444138 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000701%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444138%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_006/780x0__r.jpg?hash=1774444138 not downloaded yet
2026-03-25 16:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000697> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000788> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:44 [ecarstrade.be] INFO: Extracting details for car 7000697auction111024
2026-03-25 16:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000723> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49364920-5b8f-5bdd-9712-afe3884f3f55 with identifier: 7000697auction111024
2026-03-25 16:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49364920-5b8f-5bdd-9712-afe3884f3f55 with scrape type 1
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000697%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444126%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_001/780x0__r.jpg?hash=1774444126 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000697%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444126%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_002/780x0__r.jpg?hash=1774444126 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000697%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444126%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_003/780x0__r.jpg?hash=1774444126 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000697%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444126%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_004/780x0__r.jpg?hash=1774444126 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000697%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444127%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_005/780x0__r.jpg?hash=1774444127 not downloaded yet
2026-03-25 16:57:44 [ecarstrade.be] INFO: Extracting details for car 7000788auction111024
2026-03-25 16:57:44 [ecarstrade.be] INFO: Extracting details for car 7000723auction111024
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000697%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444126%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_006/780x0__r.jpg?hash=1774444126 not downloaded yet
2026-03-25 16:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 7000788auction111024
2026-03-25 16:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with scrape type 1
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000788%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_001/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 7000723auction111024
2026-03-25 16:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with scrape type 1
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000723%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444181%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_001/780x0__r.jpg?hash=1774444181 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000788%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_002/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000723%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444181%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_002/780x0__r.jpg?hash=1774444181 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000788%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_003/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000723%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444181%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_003/780x0__r.jpg?hash=1774444181 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000788%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_004/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000723%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444182%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_004/780x0__r.jpg?hash=1774444182 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000788%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_005/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000723%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444182%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_005/780x0__r.jpg?hash=1774444182 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000788%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444350%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_006/780x0__r.jpg?hash=1774444350 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000723%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444182%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_006/780x0__r.jpg?hash=1774444182 not downloaded yet
2026-03-25 16:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000804> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:44 [ecarstrade.be] INFO: Extracting details for car 7000804auction111024
2026-03-25 16:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 7000804auction111024
2026-03-25 16:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5700f474-3ab4-56e9-a893-381246a77080 with scrape type 1
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000804%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444396%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_001/780x0__r.jpg?hash=1774444396 not downloaded yet
2026-03-25 16:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000804%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444395%27 HTTP/1.1" 200 None
2026-03-25 16:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_002/780x0__r.jpg?hash=1774444395 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000804%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444395%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_003/780x0__r.jpg?hash=1774444395 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000804%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444396%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_004/780x0__r.jpg?hash=1774444396 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000804%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444395%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_005/780x0__r.jpg?hash=1774444395 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000804%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444394%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_006/780x0__r.jpg?hash=1774444394 not downloaded yet
2026-03-25 16:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000417> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:45 [ecarstrade.be] INFO: Extracting details for car 7000417auction111024
2026-03-25 16:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 205c4848-e687-5472-bd27-4f69b2dfc92a with identifier: 7000417auction111024
2026-03-25 16:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 205c4848-e687-5472-bd27-4f69b2dfc92a with scrape type 1
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000417%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443896%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_001/780x0__r.jpg?hash=1774443896 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000417%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443896%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_002/780x0__r.jpg?hash=1774443896 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000417%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443896%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_003/780x0__r.jpg?hash=1774443896 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000417%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443896%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_004/780x0__r.jpg?hash=1774443896 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000417%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443896%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_005/780x0__r.jpg?hash=1774443896 not downloaded yet
2026-03-25 16:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000417%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443897%27 HTTP/1.1" 200 None
2026-03-25 16:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_006/780x0__r.jpg?hash=1774443897 not downloaded yet
2026-03-25 16:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000412> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:46 [ecarstrade.be] INFO: Extracting details for car 7000412auction111024
2026-03-25 16:57:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 7000412auction111024
2026-03-25 16:57:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8175e3b0-bc6e-5371-88cf-162b0036dd84 with scrape type 1
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000412%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443887%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_001/780x0__r.jpg?hash=1774443887 not downloaded yet
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000412%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_002/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000412%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443886%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_003/780x0__r.jpg?hash=1774443886 not downloaded yet
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000412%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443887%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_004/780x0__r.jpg?hash=1774443887 not downloaded yet
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000412%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443887%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_005/780x0__r.jpg?hash=1774443887 not downloaded yet
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000412%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443887%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_006/780x0__r.jpg?hash=1774443887 not downloaded yet
2026-03-25 16:57:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:57:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000717auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000717auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000717auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000719auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000719auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000719auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000767auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000767auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000767auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000789auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000789auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000789auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000830auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000830auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000830auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000725auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000725auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000725auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000744auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000744auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000744auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000467auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000467auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000467auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000698auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000698auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000698auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000431auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000431auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000431auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000453auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000453auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000453auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000436auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000436auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000436auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000449auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000449auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000449auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000732auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000732auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000732auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000779auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000779auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000779auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000753auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000753auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000753auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000772auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000772auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000772auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000468auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000468auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000468auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000714auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000714auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000714auction111024: 1
2026-03-25 16:57:46 [ecarstrade.be] INFO: Found listing with ID: 7000718auction111024
2026-03-25 16:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000718auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:46 [ecarstrade.be] INFO: Scrape type for 7000718auction111024: 1
2026-03-25 16:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000407> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_006/780x0__r.jpg?hash=1774444216> (referer: https://ecarstrade.com/cars/7000739)
2026-03-25 16:57:50 [ecarstrade.be] INFO: Extracting details for car 7000407auction111024
2026-03-25 16:57:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 7000407auction111024
2026-03-25 16:57:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96804058-7271-510b-9a8d-d5746d5db1da with scrape type 1
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000407%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443876%27 HTTP/1.1" 200 None
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_001/780x0__r.jpg?hash=1774443876 not downloaded yet
2026-03-25 16:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000407%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443876%27 HTTP/1.1" 200 None
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_002/780x0__r.jpg?hash=1774443876 not downloaded yet
2026-03-25 16:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_006/780x0__r.jpg?hash=1774444138> (referer: https://ecarstrade.com/cars/7000701)
2026-03-25 16:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000407%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443876%27 HTTP/1.1" 200 None
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_003/780x0__r.jpg?hash=1774443876 not downloaded yet
2026-03-25 16:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000407%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443877%27 HTTP/1.1" 200 None
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_004/780x0__r.jpg?hash=1774443877 not downloaded yet
2026-03-25 16:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000407%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443877%27 HTTP/1.1" 200 None
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_005/780x0__r.jpg?hash=1774443877 not downloaded yet
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000407%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443877%27 HTTP/1.1" 200 None
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_006/780x0__r.jpg?hash=1774443877 not downloaded yet
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_005/780x0__r.jpg?hash=1774444138> (referer: https://ecarstrade.com/cars/7000701)
2026-03-25 16:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_004/780x0__r.jpg?hash=1774444138> (referer: https://ecarstrade.com/cars/7000701)
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_006/780x0__r.jpg?hash=1774444182> (referer: https://ecarstrade.com/cars/7000723)
2026-03-25 16:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_006/780x0__r.jpg?hash=1774444394> (referer: https://ecarstrade.com/cars/7000804)
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_006/780x0__r.jpg?hash=1774443897> (referer: https://ecarstrade.com/cars/7000417)
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_006/780x0__r.jpg?hash=1774443887> (referer: https://ecarstrade.com/cars/7000412)
2026-03-25 16:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000738> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:51 [ecarstrade.be] INFO: Extracting details for car 7000738auction111024
2026-03-25 16:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 7000738auction111024
2026-03-25 16:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70691d26-5319-5c74-86ca-aeb2e3697ec6 with scrape type 1
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000738%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444219%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_001/780x0__r.jpg?hash=1774444219 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000738%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444219%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_002/780x0__r.jpg?hash=1774444219 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000738%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444219%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_003/780x0__r.jpg?hash=1774444219 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000738%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444221%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_004/780x0__r.jpg?hash=1774444221 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000738%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444219%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_005/780x0__r.jpg?hash=1774444219 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000738%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444219%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_006/780x0__r.jpg?hash=1774444219 not downloaded yet
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000413> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_002/780x0__r.jpg?hash=1774443876> (referer: https://ecarstrade.com/cars/7000407)
2026-03-25 16:57:51 [ecarstrade.be] INFO: Extracting details for car 7000413auction111024
2026-03-25 16:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 7000413auction111024
2026-03-25 16:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55364e73-7ad8-581f-803e-cdc0670cfb8c with scrape type 1
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000413%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443883%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_001/780x0__r.jpg?hash=1774443883 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000413%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443883%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_002/780x0__r.jpg?hash=1774443883 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000413%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443883%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_003/780x0__r.jpg?hash=1774443883 not downloaded yet
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_006/780x0__r.jpg?hash=1774443877> (referer: https://ecarstrade.com/cars/7000407)
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000413%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443883%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_004/780x0__r.jpg?hash=1774443883 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000413%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443885%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_005/780x0__r.jpg?hash=1774443885 not downloaded yet
2026-03-25 16:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000413%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443883%27 HTTP/1.1" 200 None
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_006/780x0__r.jpg?hash=1774443883 not downloaded yet
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_005/780x0__r.jpg?hash=1774443877> (referer: https://ecarstrade.com/cars/7000407)
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_004/780x0__r.jpg?hash=1774443877> (referer: https://ecarstrade.com/cars/7000407)
2026-03-25 16:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_003/780x0__r.jpg?hash=1774443876> (referer: https://ecarstrade.com/cars/7000407)
2026-03-25 16:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000716> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_001/780x0__r.jpg?hash=1774443876> (referer: https://ecarstrade.com/cars/7000407)
2026-03-25 16:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:52 [ecarstrade.be] INFO: Extracting details for car 7000716auction111024
2026-03-25 16:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 7000716auction111024
2026-03-25 16:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e300509e-1ebe-59ab-a0e2-703e004f212d with scrape type 1
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000716%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444170%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_001/780x0__r.jpg?hash=1774444170 not downloaded yet
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000716%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444169%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_002/780x0__r.jpg?hash=1774444169 not downloaded yet
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000716%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444169%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_003/780x0__r.jpg?hash=1774444169 not downloaded yet
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96804058-7271-510b-9a8d-d5746d5db1da
2026-03-25 16:57:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96804058-7271-510b-9a8d-d5746d5db1da, skipping ID generation
2026-03-25 16:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96804058-7271-510b-9a8d-d5746d5db1da with scrape type 1
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96804058-7271-510b-9a8d-d5746d5db1da sending to next pipeline
2026-03-25 16:57:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96804058-7271-510b-9a8d-d5746d5db1da, identifier: 7000407auction111024
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000716%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444169%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_004/780x0__r.jpg?hash=1774444169 not downloaded yet
2026-03-25 16:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 7000407auction111024
2026-03-25 16:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 7000407auction111024
2026-03-25 16:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 7000407auction111024 to the API
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000407/photo_001/780x0__r.jpg?hash=1774443876>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '96804058-7271-510b-9a8d-d5746d5db1da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000407',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 35959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000407auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [ecarstrade.be] INFO: Saving data for 7000407auction111024: {'created_time': 1774457872.635696, 'last_price_update_time': 1774457872.635706, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000407auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000745> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000716%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444170%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_005/780x0__r.jpg?hash=1774444170 not downloaded yet
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000423> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000716%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444169%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_006/780x0__r.jpg?hash=1774444169 not downloaded yet
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_006/780x0__r.jpg?hash=1774444219> (referer: https://ecarstrade.com/cars/7000738)
2026-03-25 16:57:52 [ecarstrade.be] INFO: Extracting details for car 7000745auction111024
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_005/780x0__r.jpg?hash=1774444219> (referer: https://ecarstrade.com/cars/7000738)
2026-03-25 16:57:52 [ecarstrade.be] INFO: Extracting details for car 7000423auction111024
2026-03-25 16:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 7000745auction111024
2026-03-25 16:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cc66106-1909-540f-b36a-51eb060c10f1 with scrape type 1
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000745%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444236%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_001/780x0__r.jpg?hash=1774444236 not downloaded yet
2026-03-25 16:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 7000423auction111024
2026-03-25 16:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 410a0207-2348-5bc6-a779-0741408901c5 with scrape type 1
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000423%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443911%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_001/780x0__r.jpg?hash=1774443911 not downloaded yet
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_003/780x0__r.jpg?hash=1774443883> (referer: https://ecarstrade.com/cars/7000413)
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000745%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444236%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_002/780x0__r.jpg?hash=1774444236 not downloaded yet
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000423%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443911%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_002/780x0__r.jpg?hash=1774443911 not downloaded yet
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000745%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444236%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_003/780x0__r.jpg?hash=1774444236 not downloaded yet
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000423%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443912%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_003/780x0__r.jpg?hash=1774443912 not downloaded yet
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_006/780x0__r.jpg?hash=1774443883> (referer: https://ecarstrade.com/cars/7000413)
2026-03-25 16:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000745%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444236%27 HTTP/1.1" 200 None
2026-03-25 16:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_004/780x0__r.jpg?hash=1774444236 not downloaded yet
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000423%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443911%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_004/780x0__r.jpg?hash=1774443911 not downloaded yet
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000745%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444236%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_005/780x0__r.jpg?hash=1774444236 not downloaded yet
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000423%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443911%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_005/780x0__r.jpg?hash=1774443911 not downloaded yet
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_005/780x0__r.jpg?hash=1774443885> (referer: https://ecarstrade.com/cars/7000413)
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000745%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444236%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_006/780x0__r.jpg?hash=1774444236 not downloaded yet
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000423%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443911%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_006/780x0__r.jpg?hash=1774443911 not downloaded yet
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_004/780x0__r.jpg?hash=1774443883> (referer: https://ecarstrade.com/cars/7000413)
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_002/780x0__r.jpg?hash=1774443883> (referer: https://ecarstrade.com/cars/7000413)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_001/780x0__r.jpg?hash=1774443883> (referer: https://ecarstrade.com/cars/7000413)
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000447> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_004/780x0__r.jpg?hash=1774444169> (referer: https://ecarstrade.com/cars/7000716)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_003/780x0__r.jpg?hash=1774444169> (referer: https://ecarstrade.com/cars/7000716)
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_006/780x0__r.jpg?hash=1774444169> (referer: https://ecarstrade.com/cars/7000716)
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55364e73-7ad8-581f-803e-cdc0670cfb8c
2026-03-25 16:57:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55364e73-7ad8-581f-803e-cdc0670cfb8c, skipping ID generation
2026-03-25 16:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55364e73-7ad8-581f-803e-cdc0670cfb8c with scrape type 1
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55364e73-7ad8-581f-803e-cdc0670cfb8c sending to next pipeline
2026-03-25 16:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55364e73-7ad8-581f-803e-cdc0670cfb8c, identifier: 7000413auction111024
2026-03-25 16:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 7000413auction111024
2026-03-25 16:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 7000413auction111024
2026-03-25 16:57:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 7000413auction111024 to the API
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000413/photo_001/780x0__r.jpg?hash=1774443883>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '55364e73-7ad8-581f-803e-cdc0670cfb8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000413',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 33144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000413auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [ecarstrade.be] INFO: Saving data for 7000413auction111024: {'created_time': 1774457873.646955, 'last_price_update_time': 1774457873.646966, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000413auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_005/780x0__r.jpg?hash=1774444170> (referer: https://ecarstrade.com/cars/7000716)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_001/780x0__r.jpg?hash=1774443911> (referer: https://ecarstrade.com/cars/7000423)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_003/780x0__r.jpg?hash=1774443912> (referer: https://ecarstrade.com/cars/7000423)
2026-03-25 16:57:53 [ecarstrade.be] INFO: Extracting details for car 7000447auction111024
2026-03-25 16:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c88c34f1-f585-5ed0-8550-69f1e7ee328b with identifier: 7000447auction111024
2026-03-25 16:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c88c34f1-f585-5ed0-8550-69f1e7ee328b with scrape type 1
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000447%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443966%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_001/780x0__r.jpg?hash=1774443966 not downloaded yet
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000447%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443966%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_002/780x0__r.jpg?hash=1774443966 not downloaded yet
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000447%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443966%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_003/780x0__r.jpg?hash=1774443966 not downloaded yet
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000447%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443967%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_004/780x0__r.jpg?hash=1774443967 not downloaded yet
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_006/780x0__r.jpg?hash=1774444236> (referer: https://ecarstrade.com/cars/7000745)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_006/780x0__r.jpg?hash=1774443911> (referer: https://ecarstrade.com/cars/7000423)
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000447%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443968%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_005/780x0__r.jpg?hash=1774443968 not downloaded yet
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_005/780x0__r.jpg?hash=1774443911> (referer: https://ecarstrade.com/cars/7000423)
2026-03-25 16:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000447%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443966%27 HTTP/1.1" 200 None
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_006/780x0__r.jpg?hash=1774443966 not downloaded yet
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_005/780x0__r.jpg?hash=1774444236> (referer: https://ecarstrade.com/cars/7000745)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_004/780x0__r.jpg?hash=1774443911> (referer: https://ecarstrade.com/cars/7000423)
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_004/780x0__r.jpg?hash=1774444236> (referer: https://ecarstrade.com/cars/7000745)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_002/780x0__r.jpg?hash=1774443911> (referer: https://ecarstrade.com/cars/7000423)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_002/780x0__r.jpg?hash=1774444236> (referer: https://ecarstrade.com/cars/7000745)
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_003/780x0__r.jpg?hash=1774444236> (referer: https://ecarstrade.com/cars/7000745)
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_002/780x0__r.jpg?hash=1774444169> (referer: https://ecarstrade.com/cars/7000716)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_001/780x0__r.jpg?hash=1774444236> (referer: https://ecarstrade.com/cars/7000745)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_004/780x0__r.jpg?hash=1774443967> (referer: https://ecarstrade.com/cars/7000447)
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 410a0207-2348-5bc6-a779-0741408901c5
2026-03-25 16:57:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 410a0207-2348-5bc6-a779-0741408901c5, skipping ID generation
2026-03-25 16:57:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 410a0207-2348-5bc6-a779-0741408901c5 with scrape type 1
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 410a0207-2348-5bc6-a779-0741408901c5 sending to next pipeline
2026-03-25 16:57:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 410a0207-2348-5bc6-a779-0741408901c5, identifier: 7000423auction111024
2026-03-25 16:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 7000423auction111024
2026-03-25 16:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 7000423auction111024
2026-03-25 16:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 7000423auction111024 to the API
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000423/photo_002/780x0__r.jpg?hash=1774443911>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '410a0207-2348-5bc6-a779-0741408901c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000423',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Duster',
'odometer': 71226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Dacia, Duster '18, Dacia Duster TCe 100 Comfort 5d",
'transmission': 'manual',
'trim': "Dacia, Duster '18, TCe 100 Comfort 5d",
'vin': None,
'year': 2020}
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000423auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:54 [ecarstrade.be] INFO: Saving data for 7000423auction111024: {'created_time': 1774457874.412411, 'last_price_update_time': 1774457874.412422, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000423auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_003/780x0__r.jpg?hash=1774443966> (referer: https://ecarstrade.com/cars/7000447)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_005/780x0__r.jpg?hash=1774443968> (referer: https://ecarstrade.com/cars/7000447)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_006/780x0__r.jpg?hash=1774443966> (referer: https://ecarstrade.com/cars/7000447)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_002/780x0__r.jpg?hash=1774443966> (referer: https://ecarstrade.com/cars/7000447)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_001/780x0__r.jpg?hash=1774444170> (referer: https://ecarstrade.com/cars/7000716)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_001/780x0__r.jpg?hash=1774443966> (referer: https://ecarstrade.com/cars/7000447)
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3cc66106-1909-540f-b36a-51eb060c10f1
2026-03-25 16:57:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3cc66106-1909-540f-b36a-51eb060c10f1, skipping ID generation
2026-03-25 16:57:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cc66106-1909-540f-b36a-51eb060c10f1 with scrape type 1
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3cc66106-1909-540f-b36a-51eb060c10f1 sending to next pipeline
2026-03-25 16:57:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cc66106-1909-540f-b36a-51eb060c10f1, identifier: 7000745auction111024
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 7000745auction111024
2026-03-25 16:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 7000745auction111024
2026-03-25 16:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 7000745auction111024 to the API
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000745/photo_001/780x0__r.jpg?hash=1774444236>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '3cc66106-1909-540f-b36a-51eb060c10f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000745',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 169657,
'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': 7,
'seller_name': None,
'title': "Peugeot, 5008 '16, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Line "
'5d 7pl',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d 7pl",
'vin': None,
'year': 2020}
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000745auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:54 [ecarstrade.be] INFO: Saving data for 7000745auction111024: {'created_time': 1774457874.880791, 'last_price_update_time': 1774457874.880801, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000745auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_004/780x0__r.jpg?hash=1774444221> (referer: https://ecarstrade.com/cars/7000738)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_002/780x0__r.jpg?hash=1774444219> (referer: https://ecarstrade.com/cars/7000738)
2026-03-25 16:57:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_003/780x0__r.jpg?hash=1774444219> (referer: https://ecarstrade.com/cars/7000738)
2026-03-25 16:57:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e300509e-1ebe-59ab-a0e2-703e004f212d
2026-03-25 16:57:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e300509e-1ebe-59ab-a0e2-703e004f212d, skipping ID generation
2026-03-25 16:57:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e300509e-1ebe-59ab-a0e2-703e004f212d with scrape type 1
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e300509e-1ebe-59ab-a0e2-703e004f212d sending to next pipeline
2026-03-25 16:57:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e300509e-1ebe-59ab-a0e2-703e004f212d, identifier: 7000716auction111024
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c88c34f1-f585-5ed0-8550-69f1e7ee328b
2026-03-25 16:57:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c88c34f1-f585-5ed0-8550-69f1e7ee328b, skipping ID generation
2026-03-25 16:57:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c88c34f1-f585-5ed0-8550-69f1e7ee328b with scrape type 1
2026-03-25 16:57:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c88c34f1-f585-5ed0-8550-69f1e7ee328b sending to next pipeline
2026-03-25 16:57:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c88c34f1-f585-5ed0-8550-69f1e7ee328b, identifier: 7000447auction111024
2026-03-25 16:57:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 7000716auction111024
2026-03-25 16:57:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 7000716auction111024
2026-03-25 16:57:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 7000716auction111024 to the API
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000716/photo_001/780x0__r.jpg?hash=1774444170>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e300509e-1ebe-59ab-a0e2-703e004f212d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000716',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 44939,
'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-25 16:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000716auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:55 [ecarstrade.be] INFO: Saving data for 7000716auction111024: {'created_time': 1774457875.344592, 'last_price_update_time': 1774457875.344602, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000716auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c88c34f1-f585-5ed0-8550-69f1e7ee328b with identifier: 7000447auction111024
2026-03-25 16:57:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c88c34f1-f585-5ed0-8550-69f1e7ee328b with identifier: 7000447auction111024
2026-03-25 16:57:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c88c34f1-f585-5ed0-8550-69f1e7ee328b with identifier: 7000447auction111024 to the API
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:57:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000447/photo_001/780x0__r.jpg?hash=1774443966>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c88c34f1-f585-5ed0-8550-69f1e7ee328b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000447',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': "cee'd",
'odometer': 160239,
'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': 'KIA CEED SPORTSWAGON - 2018 1.6 GDi 140 PHEV Sense DCT 5d',
'transmission': 'automatic',
'trim': 'KIA CEED SPORTSWAGON - 2018 1.6 GDi 140 PHEV Sense DCT 5d',
'vin': None,
'year': 2021}
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000447auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:55 [ecarstrade.be] INFO: Saving data for 7000447auction111024: {'created_time': 1774457875.652918, 'last_price_update_time': 1774457875.652928, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000447auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_001/780x0__r.jpg?hash=1774444219> (referer: https://ecarstrade.com/cars/7000738)
2026-03-25 16:57:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70691d26-5319-5c74-86ca-aeb2e3697ec6
2026-03-25 16:57:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70691d26-5319-5c74-86ca-aeb2e3697ec6, skipping ID generation
2026-03-25 16:57:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70691d26-5319-5c74-86ca-aeb2e3697ec6 with scrape type 1
2026-03-25 16:57:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70691d26-5319-5c74-86ca-aeb2e3697ec6 sending to next pipeline
2026-03-25 16:57:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70691d26-5319-5c74-86ca-aeb2e3697ec6, identifier: 7000738auction111024
2026-03-25 16:57:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 7000738auction111024
2026-03-25 16:57:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 7000738auction111024
2026-03-25 16:57:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 7000738auction111024 to the API
2026-03-25 16:57:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:57:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:57:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000738/photo_001/780x0__r.jpg?hash=1774444219>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '70691d26-5319-5c74-86ca-aeb2e3697ec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000738',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 63130,
'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-25 16:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000738auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:57:56 [ecarstrade.be] INFO: Saving data for 7000738auction111024: {'created_time': 1774457876.145208, 'last_price_update_time': 1774457876.145225, 'auction_closing_time': 1774606200.0}
2026-03-25 16:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000738auction111024') HTTP/1.1" 204 0
2026-03-25 16:57:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000718> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:57 [ecarstrade.be] INFO: Extracting details for car 7000718auction111024
2026-03-25 16:57:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 7000718auction111024
2026-03-25 16:57:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bafdfb-37a5-574a-a244-789d5d2bc729 with scrape type 1
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000718%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_001/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000718%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_002/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000718%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444172%27 HTTP/1.1" 200 None
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_003/780x0__r.jpg?hash=1774444172 not downloaded yet
2026-03-25 16:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000718%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_004/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000718%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444173%27 HTTP/1.1" 200 None
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_005/780x0__r.jpg?hash=1774444173 not downloaded yet
2026-03-25 16:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000718%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444173%27 HTTP/1.1" 200 None
2026-03-25 16:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_006/780x0__r.jpg?hash=1774444173 not downloaded yet
2026-03-25 16:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000772> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:57:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:57:59 [ecarstrade.be] INFO: Extracting details for car 7000772auction111024
2026-03-25 16:57:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7000772auction111024
2026-03-25 16:57:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ce3798-2294-5c61-b500-d7fd4836cd10 with scrape type 1
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000772%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_001/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000772%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_002/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000772%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_003/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000772%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_004/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000772%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_005/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:57: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%252F7000772%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444311%27 HTTP/1.1" 200 None
2026-03-25 16:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_006/780x0__r.jpg?hash=1774444311 not downloaded yet
2026-03-25 16:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000714> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:02 [ecarstrade.be] INFO: Extracting details for car 7000714auction111024
2026-03-25 16:58:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 7000714auction111024
2026-03-25 16:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 189c9e79-0d05-5704-9058-541f187fb119 with scrape type 1
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000714%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_001/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000714%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_002/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000714%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_003/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000714%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_004/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000714%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_005/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000714%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_006/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000753> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:03 [ecarstrade.be] INFO: Extracting details for car 7000753auction111024
2026-03-25 16:58:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000732> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 7000753auction111024
2026-03-25 16:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d928e209-6d18-5bb4-8122-4ea4a291b612 with scrape type 1
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000753%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444264%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_001/780x0__r.jpg?hash=1774444264 not downloaded yet
2026-03-25 16:58:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000779> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000753%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444264%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_002/780x0__r.jpg?hash=1774444264 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000753%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444265%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_003/780x0__r.jpg?hash=1774444265 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000753%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444265%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_004/780x0__r.jpg?hash=1774444265 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000753%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444264%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_005/780x0__r.jpg?hash=1774444264 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000753%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444264%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_006/780x0__r.jpg?hash=1774444264 not downloaded yet
2026-03-25 16:58:03 [ecarstrade.be] INFO: Extracting details for car 7000732auction111024
2026-03-25 16:58:03 [ecarstrade.be] INFO: Extracting details for car 7000779auction111024
2026-03-25 16:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 900edd61-3172-52ec-9be3-3012a2559aa6 with identifier: 7000732auction111024
2026-03-25 16:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 900edd61-3172-52ec-9be3-3012a2559aa6 with scrape type 1
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000732%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444201%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_001/780x0__r.jpg?hash=1774444201 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000732%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444201%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_002/780x0__r.jpg?hash=1774444201 not downloaded yet
2026-03-25 16:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 7000779auction111024
2026-03-25 16:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with scrape type 1
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000779%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444333%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_001/780x0__r.jpg?hash=1774444333 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000732%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444201%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_003/780x0__r.jpg?hash=1774444201 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000779%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444333%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_002/780x0__r.jpg?hash=1774444333 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000732%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444201%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_004/780x0__r.jpg?hash=1774444201 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000779%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444333%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_003/780x0__r.jpg?hash=1774444333 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000732%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444202%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_005/780x0__r.jpg?hash=1774444202 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000779%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444333%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_004/780x0__r.jpg?hash=1774444333 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000732%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444201%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_006/780x0__r.jpg?hash=1774444201 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000779%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444334%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_005/780x0__r.jpg?hash=1774444334 not downloaded yet
2026-03-25 16:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000779%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444334%27 HTTP/1.1" 200 None
2026-03-25 16:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_006/780x0__r.jpg?hash=1774444334 not downloaded yet
2026-03-25 16:58:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000449> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:05 [ecarstrade.be] INFO: Extracting details for car 7000449auction111024
2026-03-25 16:58:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e952f055-9e04-5079-b4b9-5bf263722504 with identifier: 7000449auction111024
2026-03-25 16:58:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e952f055-9e04-5079-b4b9-5bf263722504 with scrape type 1
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000449%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443971%27 HTTP/1.1" 200 None
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_001/780x0__r.jpg?hash=1774443971 not downloaded yet
2026-03-25 16:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000449%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443972%27 HTTP/1.1" 200 None
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_002/780x0__r.jpg?hash=1774443972 not downloaded yet
2026-03-25 16:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000449%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443971%27 HTTP/1.1" 200 None
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_003/780x0__r.jpg?hash=1774443971 not downloaded yet
2026-03-25 16:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000449%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443971%27 HTTP/1.1" 200 None
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_004/780x0__r.jpg?hash=1774443971 not downloaded yet
2026-03-25 16:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000449%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443971%27 HTTP/1.1" 200 None
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_005/780x0__r.jpg?hash=1774443971 not downloaded yet
2026-03-25 16:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000449%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443971%27 HTTP/1.1" 200 None
2026-03-25 16:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_006/780x0__r.jpg?hash=1774443971 not downloaded yet
2026-03-25 16:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000436> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:06 [ecarstrade.be] INFO: Extracting details for car 7000436auction111024
2026-03-25 16:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70969ba6-1b77-5b12-9747-59d525dc6e4d with identifier: 7000436auction111024
2026-03-25 16:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70969ba6-1b77-5b12-9747-59d525dc6e4d with scrape type 1
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000436%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443943%27 HTTP/1.1" 200 None
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_001/780x0__r.jpg?hash=1774443943 not downloaded yet
2026-03-25 16:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000436%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443943%27 HTTP/1.1" 200 None
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_002/780x0__r.jpg?hash=1774443943 not downloaded yet
2026-03-25 16:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000436%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443943%27 HTTP/1.1" 200 None
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_003/780x0__r.jpg?hash=1774443943 not downloaded yet
2026-03-25 16:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000436%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443943%27 HTTP/1.1" 200 None
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_004/780x0__r.jpg?hash=1774443943 not downloaded yet
2026-03-25 16:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000436%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443943%27 HTTP/1.1" 200 None
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_005/780x0__r.jpg?hash=1774443943 not downloaded yet
2026-03-25 16:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000436%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443943%27 HTTP/1.1" 200 None
2026-03-25 16:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_006/780x0__r.jpg?hash=1774443943 not downloaded yet
2026-03-25 16:58:06 [scrapy.extensions.logstats] INFO: Crawled 813 pages (at 44 pages/min), scraped 682 items (at 28 items/min)
2026-03-25 16:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000453> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:08 [ecarstrade.be] INFO: Extracting details for car 7000453auction111024
2026-03-25 16:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 7000453auction111024
2026-03-25 16:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with scrape type 1
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000453%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443982%27 HTTP/1.1" 200 None
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_001/780x0__r.jpg?hash=1774443982 not downloaded yet
2026-03-25 16:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000453%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443982%27 HTTP/1.1" 200 None
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_002/780x0__r.jpg?hash=1774443982 not downloaded yet
2026-03-25 16:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000453%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443982%27 HTTP/1.1" 200 None
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_003/780x0__r.jpg?hash=1774443982 not downloaded yet
2026-03-25 16:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000453%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443983%27 HTTP/1.1" 200 None
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_004/780x0__r.jpg?hash=1774443983 not downloaded yet
2026-03-25 16:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000453%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443982%27 HTTP/1.1" 200 None
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_005/780x0__r.jpg?hash=1774443982 not downloaded yet
2026-03-25 16:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000453%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443982%27 HTTP/1.1" 200 None
2026-03-25 16:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_006/780x0__r.jpg?hash=1774443982 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000468> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_006/780x0__r.jpg?hash=1774444173> (referer: https://ecarstrade.com/cars/7000718)
2026-03-25 16:58:09 [ecarstrade.be] INFO: Extracting details for car 7000468auction111024
2026-03-25 16:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 7000468auction111024
2026-03-25 16:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692d1e1e-700b-505a-a48a-b2c908d2c145 with scrape type 1
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000468%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444023%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_001/780x0__r.jpg?hash=1774444023 not downloaded yet
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000468%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444023%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_002/780x0__r.jpg?hash=1774444023 not downloaded yet
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000468%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444023%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_003/780x0__r.jpg?hash=1774444023 not downloaded yet
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000468%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444023%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_004/780x0__r.jpg?hash=1774444023 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_006/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000772)
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000468%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444023%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_005/780x0__r.jpg?hash=1774444023 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000431> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000468%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444023%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_006/780x0__r.jpg?hash=1774444023 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_006/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000714)
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:58:09 [ecarstrade.be] INFO: Extracting details for car 7000431auction111024
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_005/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000714)
2026-03-25 16:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 7000431auction111024
2026-03-25 16:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with scrape type 1
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000431%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_001/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_001/780x0__r.jpg?hash=1774444264> (referer: https://ecarstrade.com/cars/7000753)
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000431%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_002/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000431%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_003/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000431%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443928%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_004/780x0__r.jpg?hash=1774443928 not downloaded yet
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000431%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_005/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_006/780x0__r.jpg?hash=1774444334> (referer: https://ecarstrade.com/cars/7000779)
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000431%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_006/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_006/780x0__r.jpg?hash=1774443971> (referer: https://ecarstrade.com/cars/7000449)
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000698> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_006/780x0__r.jpg?hash=1774443982> (referer: https://ecarstrade.com/cars/7000453)
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_006/780x0__r.jpg?hash=1774443943> (referer: https://ecarstrade.com/cars/7000436)
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_005/780x0__r.jpg?hash=1774443982> (referer: https://ecarstrade.com/cars/7000453)
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_003/780x0__r.jpg?hash=1774444023> (referer: https://ecarstrade.com/cars/7000468)
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_005/780x0__r.jpg?hash=1774444023> (referer: https://ecarstrade.com/cars/7000468)
2026-03-25 16:58:09 [ecarstrade.be] INFO: Extracting details for car 7000698auction111024
2026-03-25 16:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 with identifier: 7000698auction111024
2026-03-25 16:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 with scrape type 1
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000698%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444127%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_001/780x0__r.jpg?hash=1774444127 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_006/780x0__r.jpg?hash=1774444023> (referer: https://ecarstrade.com/cars/7000468)
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000698%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444127%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_002/780x0__r.jpg?hash=1774444127 not downloaded yet
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000698%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444127%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_003/780x0__r.jpg?hash=1774444127 not downloaded yet
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_001/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000431)
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000698%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444128%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_004/780x0__r.jpg?hash=1774444128 not downloaded yet
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000698%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444128%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_005/780x0__r.jpg?hash=1774444128 not downloaded yet
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_004/780x0__r.jpg?hash=1774444023> (referer: https://ecarstrade.com/cars/7000468)
2026-03-25 16:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000698%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444128%27 HTTP/1.1" 200 None
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_006/780x0__r.jpg?hash=1774444128 not downloaded yet
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_005/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000431)
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_006/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000431)
2026-03-25 16:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_003/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000431)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_004/780x0__r.jpg?hash=1774443928> (referer: https://ecarstrade.com/cars/7000431)
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_002/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000431)
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_002/780x0__r.jpg?hash=1774444023> (referer: https://ecarstrade.com/cars/7000468)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_001/780x0__r.jpg?hash=1774444023> (referer: https://ecarstrade.com/cars/7000468)
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_004/780x0__r.jpg?hash=1774443983> (referer: https://ecarstrade.com/cars/7000453)
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_001/780x0__r.jpg?hash=1774444127> (referer: https://ecarstrade.com/cars/7000698)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_003/780x0__r.jpg?hash=1774444127> (referer: https://ecarstrade.com/cars/7000698)
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a
2026-03-25 16:58:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a, skipping ID generation
2026-03-25 16:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with scrape type 1
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a sending to next pipeline
2026-03-25 16:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a, identifier: 7000431auction111024
2026-03-25 16:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 7000431auction111024
2026-03-25 16:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 7000431auction111024
2026-03-25 16:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 7000431auction111024 to the API
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000431/photo_002/780x0__r.jpg?hash=1774443927>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '37edbe90-29ad-5ad3-ab63-3c813a1ff33a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000431',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Focus',
'odometer': 128919,
'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': 'Ford Focus Clipper 1.5 EcoBlue 88kW Connected 5d',
'transmission': 'manual',
'trim': 'Clipper 1.5 EcoBlue 88kW Connected 5d',
'vin': None,
'year': 2022}
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000431auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:10 [ecarstrade.be] INFO: Saving data for 7000431auction111024: {'created_time': 1774457890.591262, 'last_price_update_time': 1774457890.591273, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000431auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_005/780x0__r.jpg?hash=1774444128> (referer: https://ecarstrade.com/cars/7000698)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_006/780x0__r.jpg?hash=1774444128> (referer: https://ecarstrade.com/cars/7000698)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_004/780x0__r.jpg?hash=1774444128> (referer: https://ecarstrade.com/cars/7000698)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000467> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 692d1e1e-700b-505a-a48a-b2c908d2c145
2026-03-25 16:58:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 692d1e1e-700b-505a-a48a-b2c908d2c145, skipping ID generation
2026-03-25 16:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692d1e1e-700b-505a-a48a-b2c908d2c145 with scrape type 1
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 692d1e1e-700b-505a-a48a-b2c908d2c145 sending to next pipeline
2026-03-25 16:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 692d1e1e-700b-505a-a48a-b2c908d2c145, identifier: 7000468auction111024
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_002/780x0__r.jpg?hash=1774444127> (referer: https://ecarstrade.com/cars/7000698)
2026-03-25 16:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_003/780x0__r.jpg?hash=1774443982> (referer: https://ecarstrade.com/cars/7000453)
2026-03-25 16:58:10 [ecarstrade.be] INFO: Extracting details for car 7000467auction111024
2026-03-25 16:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 7000468auction111024
2026-03-25 16:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 7000468auction111024
2026-03-25 16:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 7000468auction111024 to the API
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000468/photo_001/780x0__r.jpg?hash=1774444023>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '692d1e1e-700b-505a-a48a-b2c908d2c145',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000468',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 107787,
'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': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000468auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [ecarstrade.be] INFO: Saving data for 7000468auction111024: {'created_time': 1774457891.083564, 'last_price_update_time': 1774457891.083574, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000468auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_002/780x0__r.jpg?hash=1774443982> (referer: https://ecarstrade.com/cars/7000453)
2026-03-25 16:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_001/780x0__r.jpg?hash=1774443982> (referer: https://ecarstrade.com/cars/7000453)
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ecdc13-d54d-5d14-b4fe-12eb0834f6db with identifier: 7000467auction111024
2026-03-25 16:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db with scrape type 1
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000467%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444014%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_001/780x0__r.jpg?hash=1774444014 not downloaded yet
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000467%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444013%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_002/780x0__r.jpg?hash=1774444013 not downloaded yet
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7
2026-03-25 16:58:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b5285ad-4e9d-50ef-ace7-8e09c98001a7, skipping ID generation
2026-03-25 16:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 with scrape type 1
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 sending to next pipeline
2026-03-25 16:58:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b5285ad-4e9d-50ef-ace7-8e09c98001a7, identifier: 7000698auction111024
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 with identifier: 7000698auction111024
2026-03-25 16:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 with identifier: 7000698auction111024
2026-03-25 16:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b5285ad-4e9d-50ef-ace7-8e09c98001a7 with identifier: 7000698auction111024 to the API
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000698/photo_002/780x0__r.jpg?hash=1774444127>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '0b5285ad-4e9d-50ef-ace7-8e09c98001a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000698',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 22931,
'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-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000698auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [ecarstrade.be] INFO: Saving data for 7000698auction111024: {'created_time': 1774457891.571131, 'last_price_update_time': 1774457891.571142, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000698auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_005/780x0__r.jpg?hash=1774443943> (referer: https://ecarstrade.com/cars/7000436)
2026-03-25 16:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_004/780x0__r.jpg?hash=1774443943> (referer: https://ecarstrade.com/cars/7000436)
2026-03-25 16:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_002/780x0__r.jpg?hash=1774443943> (referer: https://ecarstrade.com/cars/7000436)
2026-03-25 16:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_003/780x0__r.jpg?hash=1774443943> (referer: https://ecarstrade.com/cars/7000436)
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000467%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444013%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_003/780x0__r.jpg?hash=1774444013 not downloaded yet
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000467%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444014%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_004/780x0__r.jpg?hash=1774444014 not downloaded yet
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9
2026-03-25 16:58:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9, skipping ID generation
2026-03-25 16:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with scrape type 1
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 sending to next pipeline
2026-03-25 16:58:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9, identifier: 7000453auction111024
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000467%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444013%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_005/780x0__r.jpg?hash=1774444013 not downloaded yet
2026-03-25 16:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 7000453auction111024
2026-03-25 16:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 7000453auction111024
2026-03-25 16:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 7000453auction111024 to the API
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000453/photo_001/780x0__r.jpg?hash=1774443982>
{'auction_title': '',
'c_o_2_emission_value': 167,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7a7ccad2-70df-5830-bb1d-54ca70feb1d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000453',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 109929,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Discovery Sport D165 FWD 5d !! Technical issues rolling '
'car !!!',
'transmission': 'manual',
'trim': 'D165 FWD 5d !! Technical issues rolling car !!!',
'vin': None,
'year': 2021}
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000453auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:11 [ecarstrade.be] INFO: Saving data for 7000453auction111024: {'created_time': 1774457891.992872, 'last_price_update_time': 1774457891.992882, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000453auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_001/780x0__r.jpg?hash=1774443943> (referer: https://ecarstrade.com/cars/7000436)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_005/780x0__r.jpg?hash=1774443971> (referer: https://ecarstrade.com/cars/7000449)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_004/780x0__r.jpg?hash=1774443971> (referer: https://ecarstrade.com/cars/7000449)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_003/780x0__r.jpg?hash=1774443971> (referer: https://ecarstrade.com/cars/7000449)
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000467%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444013%27 HTTP/1.1" 200 None
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_006/780x0__r.jpg?hash=1774444013 not downloaded yet
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000744> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_002/780x0__r.jpg?hash=1774444013> (referer: https://ecarstrade.com/cars/7000467)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_001/780x0__r.jpg?hash=1774443971> (referer: https://ecarstrade.com/cars/7000449)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_002/780x0__r.jpg?hash=1774443972> (referer: https://ecarstrade.com/cars/7000449)
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70969ba6-1b77-5b12-9747-59d525dc6e4d
2026-03-25 16:58:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70969ba6-1b77-5b12-9747-59d525dc6e4d, skipping ID generation
2026-03-25 16:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70969ba6-1b77-5b12-9747-59d525dc6e4d with scrape type 1
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70969ba6-1b77-5b12-9747-59d525dc6e4d sending to next pipeline
2026-03-25 16:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70969ba6-1b77-5b12-9747-59d525dc6e4d, identifier: 7000436auction111024
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_006/780x0__r.jpg?hash=1774444201> (referer: https://ecarstrade.com/cars/7000732)
2026-03-25 16:58:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70969ba6-1b77-5b12-9747-59d525dc6e4d with identifier: 7000436auction111024
2026-03-25 16:58:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70969ba6-1b77-5b12-9747-59d525dc6e4d with identifier: 7000436auction111024
2026-03-25 16:58:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70969ba6-1b77-5b12-9747-59d525dc6e4d with identifier: 7000436auction111024 to the API
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000436/photo_001/780x0__r.jpg?hash=1774443943>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '70969ba6-1b77-5b12-9747-59d525dc6e4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000436',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit',
'odometer': 99656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT COURIER DSL - 2018 1.5 TDCi 102 Trend S/S (EU6d) 5d',
'transmission': 'manual',
'trim': 'FORD TRANSIT COURIER DSL - 2018 1.5 TDCi 102 Trend S/S (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000436auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:12 [ecarstrade.be] INFO: Saving data for 7000436auction111024: {'created_time': 1774457892.579257, 'last_price_update_time': 1774457892.579267, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000436auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_005/780x0__r.jpg?hash=1774444334> (referer: https://ecarstrade.com/cars/7000779)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_004/780x0__r.jpg?hash=1774444333> (referer: https://ecarstrade.com/cars/7000779)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_001/780x0__r.jpg?hash=1774444014> (referer: https://ecarstrade.com/cars/7000467)
2026-03-25 16:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_005/780x0__r.jpg?hash=1774444202> (referer: https://ecarstrade.com/cars/7000732)
2026-03-25 16:58:12 [ecarstrade.be] INFO: Extracting details for car 7000744auction111024
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b588464-f9fe-5031-9607-1d8c7205ac0f with identifier: 7000744auction111024
2026-03-25 16:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b588464-f9fe-5031-9607-1d8c7205ac0f with scrape type 1
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000744%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444233%27 HTTP/1.1" 200 None
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_001/780x0__r.jpg?hash=1774444233 not downloaded yet
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e952f055-9e04-5079-b4b9-5bf263722504
2026-03-25 16:58:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e952f055-9e04-5079-b4b9-5bf263722504, skipping ID generation
2026-03-25 16:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e952f055-9e04-5079-b4b9-5bf263722504 with scrape type 1
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e952f055-9e04-5079-b4b9-5bf263722504 sending to next pipeline
2026-03-25 16:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e952f055-9e04-5079-b4b9-5bf263722504, identifier: 7000449auction111024
2026-03-25 16:58:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e952f055-9e04-5079-b4b9-5bf263722504 with identifier: 7000449auction111024
2026-03-25 16:58:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e952f055-9e04-5079-b4b9-5bf263722504 with identifier: 7000449auction111024
2026-03-25 16:58:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e952f055-9e04-5079-b4b9-5bf263722504 with identifier: 7000449auction111024 to the API
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000449/photo_002/780x0__r.jpg?hash=1774443972>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e952f055-9e04-5079-b4b9-5bf263722504',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000449',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Stonic',
'odometer': 63717,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Kia, Stonic '17, KIA Stonic 1.6 CRDi Fusion ISG 5d",
'transmission': 'manual',
'trim': ", '17, KIA 1.6 CRDi Fusion ISG 5d",
'vin': None,
'year': 2019}
2026-03-25 16:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000449auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [ecarstrade.be] INFO: Saving data for 7000449auction111024: {'created_time': 1774457893.002297, 'last_price_update_time': 1774457893.002307, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000449auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_003/780x0__r.jpg?hash=1774444013> (referer: https://ecarstrade.com/cars/7000467)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_004/780x0__r.jpg?hash=1774444014> (referer: https://ecarstrade.com/cars/7000467)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_005/780x0__r.jpg?hash=1774444013> (referer: https://ecarstrade.com/cars/7000467)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_006/780x0__r.jpg?hash=1774444013> (referer: https://ecarstrade.com/cars/7000467)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_003/780x0__r.jpg?hash=1774444333> (referer: https://ecarstrade.com/cars/7000779)
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000744%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444232%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_002/780x0__r.jpg?hash=1774444232 not downloaded yet
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000744%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444232%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_003/780x0__r.jpg?hash=1774444232 not downloaded yet
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000744%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444232%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_004/780x0__r.jpg?hash=1774444232 not downloaded yet
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000744%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444232%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_005/780x0__r.jpg?hash=1774444232 not downloaded yet
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_001/780x0__r.jpg?hash=1774444333> (referer: https://ecarstrade.com/cars/7000779)
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000744%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444232%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_006/780x0__r.jpg?hash=1774444232 not downloaded yet
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_002/780x0__r.jpg?hash=1774444201> (referer: https://ecarstrade.com/cars/7000732)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_002/780x0__r.jpg?hash=1774444333> (referer: https://ecarstrade.com/cars/7000779)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_004/780x0__r.jpg?hash=1774444201> (referer: https://ecarstrade.com/cars/7000732)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_003/780x0__r.jpg?hash=1774444201> (referer: https://ecarstrade.com/cars/7000732)
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db
2026-03-25 16:58:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79ecdc13-d54d-5d14-b4fe-12eb0834f6db, skipping ID generation
2026-03-25 16:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db with scrape type 1
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79ecdc13-d54d-5d14-b4fe-12eb0834f6db sending to next pipeline
2026-03-25 16:58:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79ecdc13-d54d-5d14-b4fe-12eb0834f6db, identifier: 7000467auction111024
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79ecdc13-d54d-5d14-b4fe-12eb0834f6db with identifier: 7000467auction111024
2026-03-25 16:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79ecdc13-d54d-5d14-b4fe-12eb0834f6db with identifier: 7000467auction111024
2026-03-25 16:58:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79ecdc13-d54d-5d14-b4fe-12eb0834f6db with identifier: 7000467auction111024 to the API
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000467/photo_006/780x0__r.jpg?hash=1774444013>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '79ecdc13-d54d-5d14-b4fe-12eb0834f6db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000467',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 250394,
'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, C-Klasse break FL18, Mercedes-Benz C-Klasse Break C 180 d '
'Business Solu',
'transmission': 'automatic',
'trim': ', C-Klasse break FL18, -Benz C-Klasse Break d Business Solu',
'vin': None,
'year': 2021}
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000467auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [ecarstrade.be] INFO: Saving data for 7000467auction111024: {'created_time': 1774457893.545678, 'last_price_update_time': 1774457893.545689, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000467auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_005/780x0__r.jpg?hash=1774444264> (referer: https://ecarstrade.com/cars/7000753)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_006/780x0__r.jpg?hash=1774444264> (referer: https://ecarstrade.com/cars/7000753)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_001/780x0__r.jpg?hash=1774444201> (referer: https://ecarstrade.com/cars/7000732)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_004/780x0__r.jpg?hash=1774444265> (referer: https://ecarstrade.com/cars/7000753)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_001/780x0__r.jpg?hash=1774444233> (referer: https://ecarstrade.com/cars/7000744)
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf
2026-03-25 16:58:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf, skipping ID generation
2026-03-25 16:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with scrape type 1
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf sending to next pipeline
2026-03-25 16:58:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf, identifier: 7000779auction111024
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 7000779auction111024
2026-03-25 16:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 7000779auction111024
2026-03-25 16:58:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 7000779auction111024 to the API
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000779/photo_002/780x0__r.jpg?hash=1774444333>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'ea8a0ae5-75eb-5921-842e-b7f911c7d8bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000779',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 187944,
'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': "Skoda, Karoq '17, Skoda Karoq 1.0 TSI 81kW Ambition 5d",
'transmission': 'manual',
'trim': ", '17, 1.0 TSI 81kW Ambition 5d",
'vin': None,
'year': 2021}
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000779auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:13 [ecarstrade.be] INFO: Saving data for 7000779auction111024: {'created_time': 1774457893.914501, 'last_price_update_time': 1774457893.914511, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000779auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_002/780x0__r.jpg?hash=1774444264> (referer: https://ecarstrade.com/cars/7000753)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_003/780x0__r.jpg?hash=1774444265> (referer: https://ecarstrade.com/cars/7000753)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_005/780x0__r.jpg?hash=1774444232> (referer: https://ecarstrade.com/cars/7000744)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_004/780x0__r.jpg?hash=1774444232> (referer: https://ecarstrade.com/cars/7000744)
2026-03-25 16:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_004/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000714)
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 900edd61-3172-52ec-9be3-3012a2559aa6
2026-03-25 16:58:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 900edd61-3172-52ec-9be3-3012a2559aa6, skipping ID generation
2026-03-25 16:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 900edd61-3172-52ec-9be3-3012a2559aa6 with scrape type 1
2026-03-25 16:58:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 900edd61-3172-52ec-9be3-3012a2559aa6 sending to next pipeline
2026-03-25 16:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 900edd61-3172-52ec-9be3-3012a2559aa6, identifier: 7000732auction111024
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 900edd61-3172-52ec-9be3-3012a2559aa6 with identifier: 7000732auction111024
2026-03-25 16:58:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 900edd61-3172-52ec-9be3-3012a2559aa6 with identifier: 7000732auction111024
2026-03-25 16:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 900edd61-3172-52ec-9be3-3012a2559aa6 with identifier: 7000732auction111024 to the API
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000732/photo_001/780x0__r.jpg?hash=1774444201>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '900edd61-3172-52ec-9be3-3012a2559aa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000732',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 117492,
'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, 2008 '19, Peugeot 2008 1.5 BlueHDi 81kW S&S Allure 5d",
'transmission': 'manual',
'trim': ", '19, 1.5 BlueHDi 81kW S&S Allure 5d",
'vin': None,
'year': 2021}
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000732auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:14 [ecarstrade.be] INFO: Saving data for 7000732auction111024: {'created_time': 1774457894.390022, 'last_price_update_time': 1774457894.390032, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000732auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_003/780x0__r.jpg?hash=1774444232> (referer: https://ecarstrade.com/cars/7000744)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_003/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000714)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_006/780x0__r.jpg?hash=1774444232> (referer: https://ecarstrade.com/cars/7000744)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_002/780x0__r.jpg?hash=1774444232> (referer: https://ecarstrade.com/cars/7000744)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_002/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000714)
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d928e209-6d18-5bb4-8122-4ea4a291b612
2026-03-25 16:58:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d928e209-6d18-5bb4-8122-4ea4a291b612, skipping ID generation
2026-03-25 16:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d928e209-6d18-5bb4-8122-4ea4a291b612 with scrape type 1
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d928e209-6d18-5bb4-8122-4ea4a291b612 sending to next pipeline
2026-03-25 16:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d928e209-6d18-5bb4-8122-4ea4a291b612, identifier: 7000753auction111024
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 7000753auction111024
2026-03-25 16:58:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 7000753auction111024
2026-03-25 16:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 7000753auction111024 to the API
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000753/photo_003/780x0__r.jpg?hash=1774444265>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd928e209-6d18-5bb4-8122-4ea4a291b612',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000753',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 91527,
'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': 3,
'seller_name': None,
'title': 'Peugeot Boxer 2.2 BlueHDi S&S 140 Premium 335 L2H2 4d',
'transmission': 'manual',
'trim': '2.2 BlueHDi S&S 140 Premium 335 L2H2 4d',
'vin': None,
'year': 2020}
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000753auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:14 [ecarstrade.be] INFO: Saving data for 7000753auction111024: {'created_time': 1774457894.772697, 'last_price_update_time': 1774457894.772707, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000753auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_001/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000714)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_005/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000772)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_002/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000772)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_003/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000772)
2026-03-25 16:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_004/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000772)
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4b588464-f9fe-5031-9607-1d8c7205ac0f
2026-03-25 16:58:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b588464-f9fe-5031-9607-1d8c7205ac0f, skipping ID generation
2026-03-25 16:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b588464-f9fe-5031-9607-1d8c7205ac0f with scrape type 1
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b588464-f9fe-5031-9607-1d8c7205ac0f sending to next pipeline
2026-03-25 16:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b588464-f9fe-5031-9607-1d8c7205ac0f, identifier: 7000744auction111024
2026-03-25 16:58:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b588464-f9fe-5031-9607-1d8c7205ac0f with identifier: 7000744auction111024
2026-03-25 16:58:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b588464-f9fe-5031-9607-1d8c7205ac0f with identifier: 7000744auction111024
2026-03-25 16:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b588464-f9fe-5031-9607-1d8c7205ac0f with identifier: 7000744auction111024 to the API
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000744/photo_002/780x0__r.jpg?hash=1774444232>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '4b588464-f9fe-5031-9607-1d8c7205ac0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000744',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 173284,
'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': 7,
'seller_name': None,
'title': "Peugeot, 5008 '16, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d "
'7pl',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 Allure 5d 7pl",
'vin': None,
'year': 2020}
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000744auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:15 [ecarstrade.be] INFO: Saving data for 7000744auction111024: {'created_time': 1774457895.27447, 'last_price_update_time': 1774457895.274481, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000744auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_001/780x0__r.jpg?hash=1774444311> (referer: https://ecarstrade.com/cars/7000772)
2026-03-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_003/780x0__r.jpg?hash=1774444172> (referer: https://ecarstrade.com/cars/7000718)
2026-03-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_002/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000718)
2026-03-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_004/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000718)
2026-03-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_005/780x0__r.jpg?hash=1774444173> (referer: https://ecarstrade.com/cars/7000718)
2026-03-25 16: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-25 16: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-25 16: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-25 16: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-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 189c9e79-0d05-5704-9058-541f187fb119
2026-03-25 16:58:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 189c9e79-0d05-5704-9058-541f187fb119, skipping ID generation
2026-03-25 16:58:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 189c9e79-0d05-5704-9058-541f187fb119 with scrape type 1
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 189c9e79-0d05-5704-9058-541f187fb119 sending to next pipeline
2026-03-25 16:58:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 189c9e79-0d05-5704-9058-541f187fb119, identifier: 7000714auction111024
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000830> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 7000714auction111024
2026-03-25 16:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 7000714auction111024
2026-03-25 16:58:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 7000714auction111024 to the API
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000714/photo_001/780x0__r.jpg?hash=1774444162>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '189c9e79-0d05-5704-9058-541f187fb119',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000714',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo',
'odometer': 60988,
'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': '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-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000714auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:15 [ecarstrade.be] INFO: Saving data for 7000714auction111024: {'created_time': 1774457895.810735, 'last_price_update_time': 1774457895.810745, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000714auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:15 [ecarstrade.be] INFO: Extracting details for car 7000830auction111024
2026-03-25 16: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-25 16:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_001/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000718)
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-25 16:58:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82ce3798-2294-5c61-b500-d7fd4836cd10, skipping ID generation
2026-03-25 16:58:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ce3798-2294-5c61-b500-d7fd4836cd10 with scrape type 1
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82ce3798-2294-5c61-b500-d7fd4836cd10 sending to next pipeline
2026-03-25 16:58:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82ce3798-2294-5c61-b500-d7fd4836cd10, identifier: 7000772auction111024
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:58:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 7000830auction111024
2026-03-25 16:58:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with scrape type 1
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000830%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444453%27 HTTP/1.1" 200 None
2026-03-25 16:58:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_001/780x0__r.jpg?hash=1774444453 not downloaded yet
2026-03-25 16:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7000772auction111024
2026-03-25 16:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7000772auction111024
2026-03-25 16:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7000772auction111024 to the API
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000772/photo_001/780x0__r.jpg?hash=1774444311>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '82ce3798-2294-5c61-b500-d7fd4836cd10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000772',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 84780,
'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': 'Renault Mégane Grandtour E-TECH Plug-in Hybrid Corporate Edition 5d '
'!! Technical issues !! Rolling car',
'transmission': 'automatic',
'trim': 'Mégane Grandtour E-TECH Plug-in Hybrid Corporate Edition 5d !! '
'Technical issues !! Rolling car',
'vin': None,
'year': 2021}
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000772auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:16 [ecarstrade.be] INFO: Saving data for 7000772auction111024: {'created_time': 1774457896.475335, 'last_price_update_time': 1774457896.475365, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000772auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_005/780x0__r.jpg?hash=1774443887> (referer: https://ecarstrade.com/cars/7000412)
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000830%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444453%27 HTTP/1.1" 200 None
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_002/780x0__r.jpg?hash=1774444453 not downloaded yet
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60bafdfb-37a5-574a-a244-789d5d2bc729
2026-03-25 16:58:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60bafdfb-37a5-574a-a244-789d5d2bc729, skipping ID generation
2026-03-25 16:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bafdfb-37a5-574a-a244-789d5d2bc729 with scrape type 1
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60bafdfb-37a5-574a-a244-789d5d2bc729 sending to next pipeline
2026-03-25 16:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60bafdfb-37a5-574a-a244-789d5d2bc729, identifier: 7000718auction111024
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000830%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444453%27 HTTP/1.1" 200 None
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_003/780x0__r.jpg?hash=1774444453 not downloaded yet
2026-03-25 16:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 7000718auction111024
2026-03-25 16:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 7000718auction111024
2026-03-25 16:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 7000718auction111024 to the API
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000718/photo_001/780x0__r.jpg?hash=1774444171>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '60bafdfb-37a5-574a-a244-789d5d2bc729',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000718',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 37249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Crossland '20, Opel Crossland 1.2 61kW S/S 5d",
'transmission': 'manual',
'trim': ", Crossland '20, Crossland 1.2 61kW S/S 5d",
'vin': None,
'year': 2022}
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000718auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:16 [ecarstrade.be] INFO: Saving data for 7000718auction111024: {'created_time': 1774457896.941078, 'last_price_update_time': 1774457896.941089, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000718auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000830%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444453%27 HTTP/1.1" 200 None
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_004/780x0__r.jpg?hash=1774444453 not downloaded yet
2026-03-25 16:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_004/780x0__r.jpg?hash=1774443887> (referer: https://ecarstrade.com/cars/7000412)
2026-03-25 16:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000830%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444453%27 HTTP/1.1" 200 None
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_005/780x0__r.jpg?hash=1774444453 not downloaded yet
2026-03-25 16:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000830%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444453%27 HTTP/1.1" 200 None
2026-03-25 16:58:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_006/780x0__r.jpg?hash=1774444453 not downloaded yet
2026-03-25 16:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_003/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000412)
2026-03-25 16:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_002/780x0__r.jpg?hash=1774443886> (referer: https://ecarstrade.com/cars/7000412)
2026-03-25 16:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_001/780x0__r.jpg?hash=1774443887> (referer: https://ecarstrade.com/cars/7000412)
2026-03-25 16:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_005/780x0__r.jpg?hash=1774443896> (referer: https://ecarstrade.com/cars/7000417)
2026-03-25 16:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8175e3b0-bc6e-5371-88cf-162b0036dd84
2026-03-25 16:58:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8175e3b0-bc6e-5371-88cf-162b0036dd84, skipping ID generation
2026-03-25 16:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8175e3b0-bc6e-5371-88cf-162b0036dd84 with scrape type 1
2026-03-25 16:58:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8175e3b0-bc6e-5371-88cf-162b0036dd84 sending to next pipeline
2026-03-25 16:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8175e3b0-bc6e-5371-88cf-162b0036dd84, identifier: 7000412auction111024
2026-03-25 16:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 7000412auction111024
2026-03-25 16:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 7000412auction111024
2026-03-25 16:58:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 7000412auction111024 to the API
2026-03-25 16:58:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000412/photo_001/780x0__r.jpg?hash=1774443887>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '8175e3b0-bc6e-5371-88cf-162b0036dd84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000412',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 54059,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 16:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000412auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:18 [ecarstrade.be] INFO: Saving data for 7000412auction111024: {'created_time': 1774457898.620472, 'last_price_update_time': 1774457898.620486, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000412auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_004/780x0__r.jpg?hash=1774443896> (referer: https://ecarstrade.com/cars/7000417)
2026-03-25 16:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_003/780x0__r.jpg?hash=1774443896> (referer: https://ecarstrade.com/cars/7000417)
2026-03-25 16:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_002/780x0__r.jpg?hash=1774443896> (referer: https://ecarstrade.com/cars/7000417)
2026-03-25 16:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_001/780x0__r.jpg?hash=1774444453> (referer: https://ecarstrade.com/cars/7000830)
2026-03-25 16:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_004/780x0__r.jpg?hash=1774444453> (referer: https://ecarstrade.com/cars/7000830)
2026-03-25 16:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_006/780x0__r.jpg?hash=1774444453> (referer: https://ecarstrade.com/cars/7000830)
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_005/780x0__r.jpg?hash=1774444453> (referer: https://ecarstrade.com/cars/7000830)
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_003/780x0__r.jpg?hash=1774444453> (referer: https://ecarstrade.com/cars/7000830)
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_002/780x0__r.jpg?hash=1774444453> (referer: https://ecarstrade.com/cars/7000830)
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_001/780x0__r.jpg?hash=1774443896> (referer: https://ecarstrade.com/cars/7000417)
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f0ec3867-e26b-5a95-ae6d-74bdebf57d73
2026-03-25 16:58:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0ec3867-e26b-5a95-ae6d-74bdebf57d73, skipping ID generation
2026-03-25 16:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with scrape type 1
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0ec3867-e26b-5a95-ae6d-74bdebf57d73 sending to next pipeline
2026-03-25 16:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0ec3867-e26b-5a95-ae6d-74bdebf57d73, identifier: 7000830auction111024
2026-03-25 16:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 7000830auction111024
2026-03-25 16:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 7000830auction111024
2026-03-25 16:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 7000830auction111024 to the API
2026-03-25 16:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000830/photo_002/780x0__r.jpg?hash=1774444453>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f0ec3867-e26b-5a95-ae6d-74bdebf57d73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000830',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 239686,
'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': "VW, _Transporter FL'19, Volkswagen Transporter 2.0 TDi SCR BMT "
'110/150 SWB',
'transmission': 'manual',
'trim': "VW, _Transporter FL'19, Transporter 2.0 TDi SCR BMT 110/150 SWB",
'vin': None,
'year': 2021}
2026-03-25 16:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000830auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:19 [ecarstrade.be] INFO: Saving data for 7000830auction111024: {'created_time': 1774457899.925625, 'last_price_update_time': 1774457899.925636, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000830auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_005/780x0__r.jpg?hash=1774444395> (referer: https://ecarstrade.com/cars/7000804)
2026-03-25 16:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000776> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 205c4848-e687-5472-bd27-4f69b2dfc92a
2026-03-25 16:58:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 205c4848-e687-5472-bd27-4f69b2dfc92a, skipping ID generation
2026-03-25 16:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 205c4848-e687-5472-bd27-4f69b2dfc92a with scrape type 1
2026-03-25 16:58:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 205c4848-e687-5472-bd27-4f69b2dfc92a sending to next pipeline
2026-03-25 16:58:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 205c4848-e687-5472-bd27-4f69b2dfc92a, identifier: 7000417auction111024
2026-03-25 16:58:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 205c4848-e687-5472-bd27-4f69b2dfc92a with identifier: 7000417auction111024
2026-03-25 16:58:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 205c4848-e687-5472-bd27-4f69b2dfc92a with identifier: 7000417auction111024
2026-03-25 16:58:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 205c4848-e687-5472-bd27-4f69b2dfc92a with identifier: 7000417auction111024 to the API
2026-03-25 16:58:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000417/photo_001/780x0__r.jpg?hash=1774443896>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '205c4848-e687-5472-bd27-4f69b2dfc92a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000417',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 102684,
'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': 'Citroën Jumpy M 1.5 BlueHDi 120 S&S MAN6 Club 4d',
'transmission': 'manual',
'trim': 'Citroën M 1.5 BlueHDi 120 S&S MAN6 Club 4d',
'vin': None,
'year': 2022}
2026-03-25 16:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000417auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:20 [ecarstrade.be] INFO: Saving data for 7000417auction111024: {'created_time': 1774457900.957253, 'last_price_update_time': 1774457900.957265, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000417auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_003/780x0__r.jpg?hash=1774444395> (referer: https://ecarstrade.com/cars/7000804)
2026-03-25 16:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_004/780x0__r.jpg?hash=1774444396> (referer: https://ecarstrade.com/cars/7000804)
2026-03-25 16:58:20 [ecarstrade.be] INFO: Extracting details for car 7000776auction111024
2026-03-25 16:58:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 7000776auction111024
2026-03-25 16:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebc1044-253a-5ecc-9385-0293ec8133be with scrape type 1
2026-03-25 16:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000776%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444321%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_001/780x0__r.jpg?hash=1774444321 not downloaded yet
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000776%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444321%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_002/780x0__r.jpg?hash=1774444321 not downloaded yet
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000776%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444321%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_003/780x0__r.jpg?hash=1774444321 not downloaded yet
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000776%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444321%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_004/780x0__r.jpg?hash=1774444321 not downloaded yet
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_002/780x0__r.jpg?hash=1774444395> (referer: https://ecarstrade.com/cars/7000804)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_001/780x0__r.jpg?hash=1774444396> (referer: https://ecarstrade.com/cars/7000804)
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000776%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444321%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_005/780x0__r.jpg?hash=1774444321 not downloaded yet
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000776%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444321%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_006/780x0__r.jpg?hash=1774444321 not downloaded yet
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_005/780x0__r.jpg?hash=1774444182> (referer: https://ecarstrade.com/cars/7000723)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_006/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000788)
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5700f474-3ab4-56e9-a893-381246a77080
2026-03-25 16:58:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5700f474-3ab4-56e9-a893-381246a77080, skipping ID generation
2026-03-25 16:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5700f474-3ab4-56e9-a893-381246a77080 with scrape type 1
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5700f474-3ab4-56e9-a893-381246a77080 sending to next pipeline
2026-03-25 16:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5700f474-3ab4-56e9-a893-381246a77080, identifier: 7000804auction111024
2026-03-25 16:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 7000804auction111024
2026-03-25 16:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 7000804auction111024
2026-03-25 16:58:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 7000804auction111024 to the API
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000804/photo_001/780x0__r.jpg?hash=1774444396>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5700f474-3ab4-56e9-a893-381246a77080',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000804',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 54060,
'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': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'transmission': 'manual',
'trim': 'Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'vin': None,
'year': 2019}
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000804auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:21 [ecarstrade.be] INFO: Saving data for 7000804auction111024: {'created_time': 1774457901.5912, 'last_price_update_time': 1774457901.591213, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000804auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_005/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000788)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_004/780x0__r.jpg?hash=1774444182> (referer: https://ecarstrade.com/cars/7000723)
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_004/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000788)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_003/780x0__r.jpg?hash=1774444181> (referer: https://ecarstrade.com/cars/7000723)
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_003/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000788)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_002/780x0__r.jpg?hash=1774444181> (referer: https://ecarstrade.com/cars/7000723)
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_003/780x0__r.jpg?hash=1774444321> (referer: https://ecarstrade.com/cars/7000776)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_004/780x0__r.jpg?hash=1774444321> (referer: https://ecarstrade.com/cars/7000776)
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_005/780x0__r.jpg?hash=1774444321> (referer: https://ecarstrade.com/cars/7000776)
2026-03-25 16:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_006/780x0__r.jpg?hash=1774444321> (referer: https://ecarstrade.com/cars/7000776)
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_002/780x0__r.jpg?hash=1774444321> (referer: https://ecarstrade.com/cars/7000776)
2026-03-25 16:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_001/780x0__r.jpg?hash=1774444321> (referer: https://ecarstrade.com/cars/7000776)
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_002/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000788)
2026-03-25 16:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_001/780x0__r.jpg?hash=1774444181> (referer: https://ecarstrade.com/cars/7000723)
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8ebc1044-253a-5ecc-9385-0293ec8133be
2026-03-25 16:58:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ebc1044-253a-5ecc-9385-0293ec8133be, skipping ID generation
2026-03-25 16:58:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebc1044-253a-5ecc-9385-0293ec8133be with scrape type 1
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ebc1044-253a-5ecc-9385-0293ec8133be sending to next pipeline
2026-03-25 16:58:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ebc1044-253a-5ecc-9385-0293ec8133be, identifier: 7000776auction111024
2026-03-25 16:58:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 7000776auction111024
2026-03-25 16:58:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 7000776auction111024
2026-03-25 16:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 7000776auction111024 to the API
2026-03-25 16:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000776/photo_001/780x0__r.jpg?hash=1774444321>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Other',
'id': '8ebc1044-253a-5ecc-9385-0293ec8133be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000776',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 105520,
'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': 'Renault Mégane Grandtour E-TECH Plug-in Hybrid Intens 5d',
'transmission': 'automatic',
'trim': 'Mégane Grandtour E-TECH Plug-in Hybrid Intens 5d',
'vin': None,
'year': 2021}
2026-03-25 16:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000776auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:22 [ecarstrade.be] INFO: Saving data for 7000776auction111024: {'created_time': 1774457902.569128, 'last_price_update_time': 1774457902.569137, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000776auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_001/780x0__r.jpg?hash=1774444350> (referer: https://ecarstrade.com/cars/7000788)
2026-03-25 16:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_006/780x0__r.jpg?hash=1774444126> (referer: https://ecarstrade.com/cars/7000697)
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7
2026-03-25 16:58:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7, skipping ID generation
2026-03-25 16:58:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with scrape type 1
2026-03-25 16:58:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 sending to next pipeline
2026-03-25 16:58:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7, identifier: 7000723auction111024
2026-03-25 16:58:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 7000723auction111024
2026-03-25 16:58:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 7000723auction111024
2026-03-25 16:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 7000723auction111024 to the API
2026-03-25 16:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000723/photo_001/780x0__r.jpg?hash=1774444181>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8bed88b0-fac0-5c18-8dee-b7bb2b8780a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000723',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 110444,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S MT6 Edition 5d',
'transmission': 'manual',
'trim': '1.5 Turbo ECOTEC D S/S MT6 Edition 5d',
'vin': None,
'year': 2021}
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000723auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [ecarstrade.be] INFO: Saving data for 7000723auction111024: {'created_time': 1774457903.042172, 'last_price_update_time': 1774457903.042183, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000723auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_005/780x0__r.jpg?hash=1774444127> (referer: https://ecarstrade.com/cars/7000697)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_004/780x0__r.jpg?hash=1774444126> (referer: https://ecarstrade.com/cars/7000697)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000767> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b
2026-03-25 16:58:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b, skipping ID generation
2026-03-25 16:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with scrape type 1
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b sending to next pipeline
2026-03-25 16:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b, identifier: 7000788auction111024
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:58:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 7000788auction111024
2026-03-25 16:58:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 7000788auction111024
2026-03-25 16:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 7000788auction111024 to the API
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000788/photo_001/780x0__r.jpg?hash=1774444350>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2b789a89-6e8a-5f4f-95a1-f46c481b4f7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000788',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 180525,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW DSG7 Clever 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 85kW DSG7 Clever 5d',
'vin': None,
'year': 2021}
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000788auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [ecarstrade.be] INFO: Saving data for 7000788auction111024: {'created_time': 1774457903.582687, 'last_price_update_time': 1774457903.582697, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000788auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_003/780x0__r.jpg?hash=1774444126> (referer: https://ecarstrade.com/cars/7000697)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_002/780x0__r.jpg?hash=1774444126> (referer: https://ecarstrade.com/cars/7000697)
2026-03-25 16:58:23 [ecarstrade.be] INFO: Extracting details for car 7000767auction111024
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_003/780x0__r.jpg?hash=1774444138> (referer: https://ecarstrade.com/cars/7000701)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_001/780x0__r.jpg?hash=1774444126> (referer: https://ecarstrade.com/cars/7000697)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000789> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000719> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7eb62095-505d-5beb-86ef-922939ae73b6 with identifier: 7000767auction111024
2026-03-25 16:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eb62095-505d-5beb-86ef-922939ae73b6 with scrape type 1
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000767%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444296%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_001/780x0__r.jpg?hash=1774444296 not downloaded yet
2026-03-25 16:58:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000767%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444297%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_002/780x0__r.jpg?hash=1774444297 not downloaded yet
2026-03-25 16:58:23 [ecarstrade.be] INFO: Found listing with ID: 7000809auction111024
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000809auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [ecarstrade.be] INFO: Scrape type for 7000809auction111024: 1
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_002/780x0__r.jpg?hash=1774444138> (referer: https://ecarstrade.com/cars/7000701)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_001/780x0__r.jpg?hash=1774444138> (referer: https://ecarstrade.com/cars/7000701)
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000767%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444296%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_003/780x0__r.jpg?hash=1774444296 not downloaded yet
2026-03-25 16:58:23 [ecarstrade.be] INFO: Found listing with ID: 7000712auction111024
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000712auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [ecarstrade.be] INFO: Scrape type for 7000712auction111024: 1
2026-03-25 16: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-25 16:58:23 [ecarstrade.be] INFO: Extracting details for car 7000789auction111024
2026-03-25 16:58:23 [ecarstrade.be] INFO: Extracting details for car 7000719auction111024
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_003/780x0__r.jpg?hash=1774444216> (referer: https://ecarstrade.com/cars/7000739)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_005/780x0__r.jpg?hash=1774444218> (referer: https://ecarstrade.com/cars/7000739)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_004/780x0__r.jpg?hash=1774444217> (referer: https://ecarstrade.com/cars/7000739)
2026-03-25 16:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_002/780x0__r.jpg?hash=1774444216> (referer: https://ecarstrade.com/cars/7000739)
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000767%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444297%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_004/780x0__r.jpg?hash=1774444297 not downloaded yet
2026-03-25 16:58:23 [ecarstrade.be] INFO: Found listing with ID: 7000737auction111024
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000737auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [ecarstrade.be] INFO: Scrape type for 7000737auction111024: 1
2026-03-25 16: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-25 16: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-25 16: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-25 16: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-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49364920-5b8f-5bdd-9712-afe3884f3f55
2026-03-25 16:58:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49364920-5b8f-5bdd-9712-afe3884f3f55, skipping ID generation
2026-03-25 16:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49364920-5b8f-5bdd-9712-afe3884f3f55 with scrape type 1
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49364920-5b8f-5bdd-9712-afe3884f3f55 sending to next pipeline
2026-03-25 16:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49364920-5b8f-5bdd-9712-afe3884f3f55, identifier: 7000697auction111024
2026-03-25 16:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 with identifier: 7000789auction111024
2026-03-25 16:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 with scrape type 1
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000789%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444356%27 HTTP/1.1" 200 None
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_001/780x0__r.jpg?hash=1774444356 not downloaded yet
2026-03-25 16:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 7000719auction111024
2026-03-25 16:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with scrape type 1
2026-03-25 16:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000719%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444174%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_001/780x0__r.jpg?hash=1774444174 not downloaded yet
2026-03-25 16:58:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_001/780x0__r.jpg?hash=1774444216> (referer: https://ecarstrade.com/cars/7000739)
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000767%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444296%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_005/780x0__r.jpg?hash=1774444296 not downloaded yet
2026-03-25 16:58:24 [ecarstrade.be] INFO: Found listing with ID: 7000429auction111024
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000429auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [ecarstrade.be] INFO: Scrape type for 7000429auction111024: 1
2026-03-25 16:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49364920-5b8f-5bdd-9712-afe3884f3f55 with identifier: 7000697auction111024
2026-03-25 16:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49364920-5b8f-5bdd-9712-afe3884f3f55 with identifier: 7000697auction111024
2026-03-25 16:58:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49364920-5b8f-5bdd-9712-afe3884f3f55 with identifier: 7000697auction111024 to the API
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000697/photo_001/780x0__r.jpg?hash=1774444126>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '49364920-5b8f-5bdd-9712-afe3884f3f55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000697',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 51564,
'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': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000697auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [ecarstrade.be] INFO: Saving data for 7000697auction111024: {'created_time': 1774457904.311556, 'last_price_update_time': 1774457904.311568, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000697auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000789%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444357%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_002/780x0__r.jpg?hash=1774444357 not downloaded yet
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000719%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444174%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_002/780x0__r.jpg?hash=1774444174 not downloaded yet
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000767%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444296%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_006/780x0__r.jpg?hash=1774444296 not downloaded yet
2026-03-25 16:58:24 [ecarstrade.be] INFO: Found listing with ID: 7000466auction111024
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000466auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [ecarstrade.be] INFO: Scrape type for 7000466auction111024: 1
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 93a99585-1ee6-5192-8f0f-c61de00947aa
2026-03-25 16:58:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 93a99585-1ee6-5192-8f0f-c61de00947aa, skipping ID generation
2026-03-25 16:58:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93a99585-1ee6-5192-8f0f-c61de00947aa with scrape type 1
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 93a99585-1ee6-5192-8f0f-c61de00947aa sending to next pipeline
2026-03-25 16:58:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93a99585-1ee6-5192-8f0f-c61de00947aa, identifier: 7000701auction111024
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000789%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444356%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_003/780x0__r.jpg?hash=1774444356 not downloaded yet
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000719%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444174%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_003/780x0__r.jpg?hash=1774444174 not downloaded yet
2026-03-25 16:58:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000717> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 7000701auction111024
2026-03-25 16:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 7000701auction111024
2026-03-25 16:58:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 7000701auction111024 to the API
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000701/photo_001/780x0__r.jpg?hash=1774444138>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '93a99585-1ee6-5192-8f0f-c61de00947aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000701',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 52568,
'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 Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000701auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [ecarstrade.be] INFO: Saving data for 7000701auction111024: {'created_time': 1774457904.796493, 'last_price_update_time': 1774457904.796508, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000701auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:24 [ecarstrade.be] INFO: Extracting details for car 7000717auction111024
2026-03-25 16:58:24 [ecarstrade.be] INFO: Found listing with ID: 7000721auction111024
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000721auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [ecarstrade.be] INFO: Scrape type for 7000721auction111024: 1
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25b1d003-52d9-51e6-b8e8-ea05d008967e
2026-03-25 16:58:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25b1d003-52d9-51e6-b8e8-ea05d008967e, skipping ID generation
2026-03-25 16:58:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25b1d003-52d9-51e6-b8e8-ea05d008967e with scrape type 1
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25b1d003-52d9-51e6-b8e8-ea05d008967e sending to next pipeline
2026-03-25 16:58:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25b1d003-52d9-51e6-b8e8-ea05d008967e, identifier: 7000739auction111024
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000789%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444356%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_004/780x0__r.jpg?hash=1774444356 not downloaded yet
2026-03-25 16:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000719%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444174%27 HTTP/1.1" 200 None
2026-03-25 16:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_004/780x0__r.jpg?hash=1774444174 not downloaded yet
2026-03-25 16:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 7000739auction111024
2026-03-25 16:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 7000739auction111024
2026-03-25 16:58:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 7000739auction111024 to the API
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000739/photo_001/780x0__r.jpg?hash=1774444216>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '25b1d003-52d9-51e6-b8e8-ea05d008967e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000739',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 58564,
'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-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000739auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Saving data for 7000739auction111024: {'created_time': 1774457905.333134, 'last_price_update_time': 1774457905.333145, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000739auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000724auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000724auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000724auction111024: 1
2026-03-25 16:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_001/780x0__r.jpg?hash=1774444296> (referer: https://ecarstrade.com/cars/7000767)
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000789%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444356%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_005/780x0__r.jpg?hash=1774444356 not downloaded yet
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000719%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444174%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_005/780x0__r.jpg?hash=1774444174 not downloaded yet
2026-03-25 16: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-25 16:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 776f6e52-d62a-574e-ac5b-b9fe888c600a with identifier: 7000717auction111024
2026-03-25 16:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 776f6e52-d62a-574e-ac5b-b9fe888c600a with scrape type 1
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000717%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_001/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000713auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000713auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000713auction111024: 1
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000789%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444357%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_006/780x0__r.jpg?hash=1774444357 not downloaded yet
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000719%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444174%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_006/780x0__r.jpg?hash=1774444174 not downloaded yet
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000717%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_002/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000424auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000424auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000424auction111024: 1
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000717%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_003/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000428auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000428auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000428auction111024: 1
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000717%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_004/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000430auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000430auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000430auction111024: 1
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000717%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_005/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000812auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000812auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000812auction111024: 1
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000717%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444171%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_006/780x0__r.jpg?hash=1774444171 not downloaded yet
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000764auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000764auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000764auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000769auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000769auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000769auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000419auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000419auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000419auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000699auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000699auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000699auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000404auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000404auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000404auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000425auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000425auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000425auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000426auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000426auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000426auction111024: 1
2026-03-25 16:58:25 [ecarstrade.be] INFO: Found listing with ID: 7000450auction111024
2026-03-25 16:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000450auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:25 [ecarstrade.be] INFO: Scrape type for 7000450auction111024: 1
2026-03-25 16:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000805> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_002/780x0__r.jpg?hash=1774444297> (referer: https://ecarstrade.com/cars/7000767)
2026-03-25 16:58:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:31 [ecarstrade.be] INFO: Extracting details for car 7000805auction111024
2026-03-25 16:58:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 7000805auction111024
2026-03-25 16:58:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7128b163-637d-51c2-8067-4db53fd44d0c with scrape type 1
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000805%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444399%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_001/780x0__r.jpg?hash=1774444399 not downloaded yet
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000805%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444399%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_002/780x0__r.jpg?hash=1774444399 not downloaded yet
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000805%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444399%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_003/780x0__r.jpg?hash=1774444399 not downloaded yet
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000805%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444399%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_004/780x0__r.jpg?hash=1774444399 not downloaded yet
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000805%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444399%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_005/780x0__r.jpg?hash=1774444399 not downloaded yet
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000805%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444399%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_006/780x0__r.jpg?hash=1774444399 not downloaded yet
2026-03-25 16:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_003/780x0__r.jpg?hash=1774444296> (referer: https://ecarstrade.com/cars/7000767)
2026-03-25 16:58:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994899auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994899auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994899auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994897auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994897auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994897auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994892auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994892auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994892auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994898auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994898auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994898auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994900auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994900auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994900auction110949: 2
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994903auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994903auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994903auction110949: 2
2026-03-25 16:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000765> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994902auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994902auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994902auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994945auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994945auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994945auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994901auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994901auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994901auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994958auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994958auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994958auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994920auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994920auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994920auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994891auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994891auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994891auction110949: 2
2026-03-25 16:58:31 [ecarstrade.be] INFO: Extracting details for car 7000765auction111024
2026-03-25 16:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_004/780x0__r.jpg?hash=1774444297> (referer: https://ecarstrade.com/cars/7000767)
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994896auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994896auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994896auction110949: 2
2026-03-25 16:58:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 7000765auction111024
2026-03-25 16:58:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d with scrape type 1
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000765%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444291%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_001/780x0__r.jpg?hash=1774444291 not downloaded yet
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994923auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994923auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994923auction110949: 2
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000765%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444293%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_002/780x0__r.jpg?hash=1774444293 not downloaded yet
2026-03-25 16:58:31 [ecarstrade.be] INFO: Found listing with ID: 6994937auction110949
2026-03-25 16:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994937auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:31 [ecarstrade.be] INFO: Scrape type for 6994937auction110949: 2
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000765%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444291%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_003/780x0__r.jpg?hash=1774444291 not downloaded yet
2026-03-25 16:58:32 [ecarstrade.be] INFO: Found listing with ID: 6994968auction110949
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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-25 16:58:32 [ecarstrade.be] INFO: Scrape type for 6994968auction110949: 2
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000765%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444291%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_004/780x0__r.jpg?hash=1774444291 not downloaded yet
2026-03-25 16:58:32 [ecarstrade.be] INFO: Found listing with ID: 6994982auction110949
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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-25 16:58:32 [ecarstrade.be] INFO: Scrape type for 6994982auction110949: 2
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000765%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444291%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_005/780x0__r.jpg?hash=1774444291 not downloaded yet
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:58:32 [ecarstrade.be] INFO: Found listing with ID: 6994988auction110949
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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-25 16:58:32 [ecarstrade.be] INFO: Scrape type for 6994988auction110949: 2
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000765%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444291%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_006/780x0__r.jpg?hash=1774444291 not downloaded yet
2026-03-25 16:58:32 [ecarstrade.be] INFO: Found listing with ID: 6994909auction110949
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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-25 16:58:32 [ecarstrade.be] INFO: Scrape type for 6994909auction110949: 2
2026-03-25 16:58:32 [ecarstrade.be] INFO: Found listing with ID: 6994980auction110949
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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-25 16:58:32 [ecarstrade.be] INFO: Scrape type for 6994980auction110949: 2
2026-03-25 16:58:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000755> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:32 [ecarstrade.be] INFO: Extracting details for car 7000755auction111024
2026-03-25 16:58:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 7000755auction111024
2026-03-25 16:58:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53db1b3d-8d6d-5112-b191-f18a97064bec with scrape type 1
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000755%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444270%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_001/780x0__r.jpg?hash=1774444270 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000755%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444270%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_002/780x0__r.jpg?hash=1774444270 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000755%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444270%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_003/780x0__r.jpg?hash=1774444270 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000755%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444270%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_004/780x0__r.jpg?hash=1774444270 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000755%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444270%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_005/780x0__r.jpg?hash=1774444270 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000755%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444270%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_006/780x0__r.jpg?hash=1774444270 not downloaded yet
2026-03-25 16:58:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000408> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_004/780x0__r.jpg?hash=1774444174> (referer: https://ecarstrade.com/cars/7000719)
2026-03-25 16:58:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:32 [ecarstrade.be] INFO: Extracting details for car 7000408auction111024
2026-03-25 16:58:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 7000408auction111024
2026-03-25 16:58:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with scrape type 1
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000408%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443873%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_001/780x0__r.jpg?hash=1774443873 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000408%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443873%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_002/780x0__r.jpg?hash=1774443873 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000408%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443874%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_003/780x0__r.jpg?hash=1774443874 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000408%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443874%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_004/780x0__r.jpg?hash=1774443874 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000408%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443874%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_005/780x0__r.jpg?hash=1774443874 not downloaded yet
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000408%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443874%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_006/780x0__r.jpg?hash=1774443874 not downloaded yet
2026-03-25 16:58:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000809> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:32 [ecarstrade.be] INFO: Extracting details for car 7000809auction111024
2026-03-25 16:58:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9794efc-1ac6-5eca-af93-c9d2aadded89 with identifier: 7000809auction111024
2026-03-25 16:58:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9794efc-1ac6-5eca-af93-c9d2aadded89 with scrape type 1
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000809%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444408%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_001/780x0__r.jpg?hash=1774444408 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000809%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444409%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_002/780x0__r.jpg?hash=1774444409 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000809%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444408%27 HTTP/1.1" 200 None
2026-03-25 16:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_003/780x0__r.jpg?hash=1774444408 not downloaded yet
2026-03-25 16:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000809%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444408%27 HTTP/1.1" 200 None
2026-03-25 16:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_004/780x0__r.jpg?hash=1774444408 not downloaded yet
2026-03-25 16:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000809%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444409%27 HTTP/1.1" 200 None
2026-03-25 16:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_005/780x0__r.jpg?hash=1774444409 not downloaded yet
2026-03-25 16:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000809%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444408%27 HTTP/1.1" 200 None
2026-03-25 16:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_006/780x0__r.jpg?hash=1774444408 not downloaded yet
2026-03-25 16:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000429> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_006/780x0__r.jpg?hash=1774444399> (referer: https://ecarstrade.com/cars/7000805)
2026-03-25 16:58:38 [ecarstrade.be] INFO: Extracting details for car 7000429auction111024
2026-03-25 16:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77538d4-a7bf-5f55-a185-10b88d99735b with identifier: 7000429auction111024
2026-03-25 16:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77538d4-a7bf-5f55-a185-10b88d99735b with scrape type 1
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000429%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_001/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_005/780x0__r.jpg?hash=1774444399> (referer: https://ecarstrade.com/cars/7000805)
2026-03-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000429%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_002/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16: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-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000429%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_003/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000429%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_004/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000429%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_005/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000429%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443927%27 HTTP/1.1" 200 None
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_006/780x0__r.jpg?hash=1774443927 not downloaded yet
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000712> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:58:38 [ecarstrade.be] INFO: Extracting details for car 7000712auction111024
2026-03-25 16:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 7000712auction111024
2026-03-25 16:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5cad7f-2083-567a-aff1-ff8059fed8e9 with scrape type 1
2026-03-25 16:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000712%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444159%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_001/780x0__r.jpg?hash=1774444159 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000712%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444158%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_002/780x0__r.jpg?hash=1774444158 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000466> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000712%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444158%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_003/780x0__r.jpg?hash=1774444158 not downloaded yet
2026-03-25 16: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-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000712%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444158%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_004/780x0__r.jpg?hash=1774444158 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000712%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444158%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_005/780x0__r.jpg?hash=1774444158 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000712%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444158%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_006/780x0__r.jpg?hash=1774444158 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000737> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:39 [ecarstrade.be] INFO: Extracting details for car 7000466auction111024
2026-03-25 16:58:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 7000466auction111024
2026-03-25 16:58:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba03708e-60ab-5891-9b90-57f11d916711 with scrape type 1
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000466%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444015%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_001/780x0__r.jpg?hash=1774444015 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000466%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444015%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_002/780x0__r.jpg?hash=1774444015 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000466%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444015%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_003/780x0__r.jpg?hash=1774444015 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000466%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444016%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_004/780x0__r.jpg?hash=1774444016 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_006/780x0__r.jpg?hash=1774444270> (referer: https://ecarstrade.com/cars/7000755)
2026-03-25 16:58:39 [ecarstrade.be] INFO: Extracting details for car 7000737auction111024
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000466%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444016%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_005/780x0__r.jpg?hash=1774444016 not downloaded yet
2026-03-25 16:58:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 7000737auction111024
2026-03-25 16:58:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3931cea-348c-5f48-a230-8f208dde2154 with scrape type 1
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000737%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444215%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_001/780x0__r.jpg?hash=1774444215 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000466%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444016%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_006/780x0__r.jpg?hash=1774444016 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000737%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444215%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_002/780x0__r.jpg?hash=1774444215 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000737%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444215%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_003/780x0__r.jpg?hash=1774444215 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_005/780x0__r.jpg?hash=1774444270> (referer: https://ecarstrade.com/cars/7000755)
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000737%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444215%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_004/780x0__r.jpg?hash=1774444215 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000737%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444215%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_005/780x0__r.jpg?hash=1774444215 not downloaded yet
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000737%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444215%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_006/780x0__r.jpg?hash=1774444215 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000450> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_006/780x0__r.jpg?hash=1774443874> (referer: https://ecarstrade.com/cars/7000408)
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_006/780x0__r.jpg?hash=1774444408> (referer: https://ecarstrade.com/cars/7000809)
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_005/780x0__r.jpg?hash=1774444409> (referer: https://ecarstrade.com/cars/7000809)
2026-03-25 16:58:39 [ecarstrade.be] INFO: Extracting details for car 7000450auction111024
2026-03-25 16:58:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2103c3f8-10a0-5533-99a7-1c61846e2de4 with identifier: 7000450auction111024
2026-03-25 16:58:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2103c3f8-10a0-5533-99a7-1c61846e2de4 with scrape type 1
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000450%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443974%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_001/780x0__r.jpg?hash=1774443974 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000450%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443974%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_002/780x0__r.jpg?hash=1774443974 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_001/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000429)
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000450%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443974%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_003/780x0__r.jpg?hash=1774443974 not downloaded yet
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000450%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443974%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_004/780x0__r.jpg?hash=1774443974 not downloaded yet
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_006/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000429)
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000450%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443975%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_005/780x0__r.jpg?hash=1774443975 not downloaded yet
2026-03-25 16:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000450%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443974%27 HTTP/1.1" 200 None
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_006/780x0__r.jpg?hash=1774443974 not downloaded yet
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_002/780x0__r.jpg?hash=1774444158> (referer: https://ecarstrade.com/cars/7000712)
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_006/780x0__r.jpg?hash=1774444158> (referer: https://ecarstrade.com/cars/7000712)
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_003/780x0__r.jpg?hash=1774444015> (referer: https://ecarstrade.com/cars/7000466)
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_006/780x0__r.jpg?hash=1774444215> (referer: https://ecarstrade.com/cars/7000737)
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_003/780x0__r.jpg?hash=1774444215> (referer: https://ecarstrade.com/cars/7000737)
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000426> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_005/780x0__r.jpg?hash=1774444215> (referer: https://ecarstrade.com/cars/7000737)
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_004/780x0__r.jpg?hash=1774444215> (referer: https://ecarstrade.com/cars/7000737)
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_002/780x0__r.jpg?hash=1774444215> (referer: https://ecarstrade.com/cars/7000737)
2026-03-25 16:58:39 [ecarstrade.be] INFO: Extracting details for car 7000426auction111024
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_004/780x0__r.jpg?hash=1774443974> (referer: https://ecarstrade.com/cars/7000450)
2026-03-25 16:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_001/780x0__r.jpg?hash=1774443974> (referer: https://ecarstrade.com/cars/7000450)
2026-03-25 16:58:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 7000426auction111024
2026-03-25 16:58:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42a0904a-f49b-584c-952d-27e16502c9d9 with scrape type 1
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000426%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443917%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_001/780x0__r.jpg?hash=1774443917 not downloaded yet
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_006/780x0__r.jpg?hash=1774443974> (referer: https://ecarstrade.com/cars/7000450)
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000426%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443915%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_002/780x0__r.jpg?hash=1774443915 not downloaded yet
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000426%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443917%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_003/780x0__r.jpg?hash=1774443917 not downloaded yet
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000426%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443917%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_004/780x0__r.jpg?hash=1774443917 not downloaded yet
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_002/780x0__r.jpg?hash=1774443974> (referer: https://ecarstrade.com/cars/7000450)
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_003/780x0__r.jpg?hash=1774443974> (referer: https://ecarstrade.com/cars/7000450)
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_005/780x0__r.jpg?hash=1774443975> (referer: https://ecarstrade.com/cars/7000450)
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000426%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443915%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_005/780x0__r.jpg?hash=1774443915 not downloaded yet
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000426%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443917%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_006/780x0__r.jpg?hash=1774443917 not downloaded yet
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_006/780x0__r.jpg?hash=1774444016> (referer: https://ecarstrade.com/cars/7000466)
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_005/780x0__r.jpg?hash=1774444016> (referer: https://ecarstrade.com/cars/7000466)
2026-03-25 16:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_001/780x0__r.jpg?hash=1774444215> (referer: https://ecarstrade.com/cars/7000737)
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2103c3f8-10a0-5533-99a7-1c61846e2de4
2026-03-25 16:58:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2103c3f8-10a0-5533-99a7-1c61846e2de4, skipping ID generation
2026-03-25 16:58:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2103c3f8-10a0-5533-99a7-1c61846e2de4 with scrape type 1
2026-03-25 16:58:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2103c3f8-10a0-5533-99a7-1c61846e2de4 sending to next pipeline
2026-03-25 16:58:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2103c3f8-10a0-5533-99a7-1c61846e2de4, identifier: 7000450auction111024
2026-03-25 16:58:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2103c3f8-10a0-5533-99a7-1c61846e2de4 with identifier: 7000450auction111024
2026-03-25 16:58:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2103c3f8-10a0-5533-99a7-1c61846e2de4 with identifier: 7000450auction111024
2026-03-25 16:58:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2103c3f8-10a0-5533-99a7-1c61846e2de4 with identifier: 7000450auction111024 to the API
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000450/photo_005/780x0__r.jpg?hash=1774443975>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2103c3f8-10a0-5533-99a7-1c61846e2de4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000450',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Picanto',
'odometer': 122846,
'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': 4,
'seller_name': None,
'title': 'KIA PICANTO - 2021 1.0i 67 More ISG 5d',
'transmission': 'manual',
'trim': 'KIA PICANTO - 2021 1.0i 67 More ISG 5d',
'vin': None,
'year': 2020}
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000450auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:40 [ecarstrade.be] INFO: Saving data for 7000450auction111024: {'created_time': 1774457920.918748, 'last_price_update_time': 1774457920.918761, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000450auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_002/780x0__r.jpg?hash=1774444015> (referer: https://ecarstrade.com/cars/7000466)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_001/780x0__r.jpg?hash=1774444015> (referer: https://ecarstrade.com/cars/7000466)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_004/780x0__r.jpg?hash=1774444016> (referer: https://ecarstrade.com/cars/7000466)
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b3931cea-348c-5f48-a230-8f208dde2154
2026-03-25 16:58:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3931cea-348c-5f48-a230-8f208dde2154, skipping ID generation
2026-03-25 16:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3931cea-348c-5f48-a230-8f208dde2154 with scrape type 1
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3931cea-348c-5f48-a230-8f208dde2154 sending to next pipeline
2026-03-25 16:58:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3931cea-348c-5f48-a230-8f208dde2154, identifier: 7000737auction111024
2026-03-25 16:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 7000737auction111024
2026-03-25 16:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 7000737auction111024
2026-03-25 16:58:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 7000737auction111024 to the API
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000737/photo_001/780x0__r.jpg?hash=1774444215>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b3931cea-348c-5f48-a230-8f208dde2154',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000737',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '308',
'odometer': 9839,
'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': 'Peugeot 308 1.2 PureTech 110 S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 110 S&S Active Pack 5d',
'vin': None,
'year': 2020}
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000737auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:41 [ecarstrade.be] INFO: Saving data for 7000737auction111024: {'created_time': 1774457921.36319, 'last_price_update_time': 1774457921.363203, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000737auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_004/780x0__r.jpg?hash=1774443917> (referer: https://ecarstrade.com/cars/7000426)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_005/780x0__r.jpg?hash=1774444158> (referer: https://ecarstrade.com/cars/7000712)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_004/780x0__r.jpg?hash=1774444158> (referer: https://ecarstrade.com/cars/7000712)
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ba03708e-60ab-5891-9b90-57f11d916711
2026-03-25 16:58:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba03708e-60ab-5891-9b90-57f11d916711, skipping ID generation
2026-03-25 16:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba03708e-60ab-5891-9b90-57f11d916711 with scrape type 1
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba03708e-60ab-5891-9b90-57f11d916711 sending to next pipeline
2026-03-25 16:58:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba03708e-60ab-5891-9b90-57f11d916711, identifier: 7000466auction111024
2026-03-25 16:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 7000466auction111024
2026-03-25 16:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 7000466auction111024
2026-03-25 16:58:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 7000466auction111024 to the API
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000466/photo_004/780x0__r.jpg?hash=1774444016>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ba03708e-60ab-5891-9b90-57f11d916711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000466',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 107267,
'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': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000466auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:41 [ecarstrade.be] INFO: Saving data for 7000466auction111024: {'created_time': 1774457921.72487, 'last_price_update_time': 1774457921.72488, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000466auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_002/780x0__r.jpg?hash=1774443915> (referer: https://ecarstrade.com/cars/7000426)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_003/780x0__r.jpg?hash=1774443917> (referer: https://ecarstrade.com/cars/7000426)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_006/780x0__r.jpg?hash=1774443917> (referer: https://ecarstrade.com/cars/7000426)
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_005/780x0__r.jpg?hash=1774443915> (referer: https://ecarstrade.com/cars/7000426)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_001/780x0__r.jpg?hash=1774443917> (referer: https://ecarstrade.com/cars/7000426)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_003/780x0__r.jpg?hash=1774444158> (referer: https://ecarstrade.com/cars/7000712)
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_001/780x0__r.jpg?hash=1774444159> (referer: https://ecarstrade.com/cars/7000712)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_004/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000429)
2026-03-25 16:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_005/780x0__r.jpg?hash=1774443927> (referer: https://ecarstrade.com/cars/7000429)
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42a0904a-f49b-584c-952d-27e16502c9d9
2026-03-25 16:58:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42a0904a-f49b-584c-952d-27e16502c9d9, skipping ID generation
2026-03-25 16:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42a0904a-f49b-584c-952d-27e16502c9d9 with scrape type 1
2026-03-25 16:58:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42a0904a-f49b-584c-952d-27e16502c9d9 sending to next pipeline
2026-03-25 16:58:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42a0904a-f49b-584c-952d-27e16502c9d9, identifier: 7000426auction111024
2026-03-25 16:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 7000426auction111024
2026-03-25 16:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 7000426auction111024
2026-03-25 16:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 7000426auction111024 to the API
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000426/photo_001/780x0__r.jpg?hash=1774443917>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.1L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '42a0904a-f49b-584c-952d-27e16502c9d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000426',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105627,
'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': 5,
'seller_name': None,
'title': "Ford, Fiesta '17, Ford Fiesta 1.1i 52kW Business Class 5d",
'transmission': 'manual',
'trim': ", '17, 1.1i 52kW Business Class 5d",
'vin': None,
'year': 2019}
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000426auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:42 [ecarstrade.be] INFO: Saving data for 7000426auction111024: {'created_time': 1774457922.457, 'last_price_update_time': 1774457922.457011, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000426auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_002/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000429)
2026-03-25 16:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_003/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000429)
2026-03-25 16:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_004/780x0__r.jpg?hash=1774444408> (referer: https://ecarstrade.com/cars/7000809)
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc5cad7f-2083-567a-aff1-ff8059fed8e9
2026-03-25 16:58:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc5cad7f-2083-567a-aff1-ff8059fed8e9, skipping ID generation
2026-03-25 16:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5cad7f-2083-567a-aff1-ff8059fed8e9 with scrape type 1
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc5cad7f-2083-567a-aff1-ff8059fed8e9 sending to next pipeline
2026-03-25 16:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc5cad7f-2083-567a-aff1-ff8059fed8e9, identifier: 7000712auction111024
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 7000712auction111024
2026-03-25 16:58:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 7000712auction111024
2026-03-25 16:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 7000712auction111024 to the API
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000712/photo_001/780x0__r.jpg?hash=1774444159>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dc5cad7f-2083-567a-aff1-ff8059fed8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000712',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 57547,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d',
'transmission': 'manual',
'trim': 'Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d',
'vin': None,
'year': 2021}
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000712auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:42 [ecarstrade.be] INFO: Saving data for 7000712auction111024: {'created_time': 1774457922.906349, 'last_price_update_time': 1774457922.90636, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000712auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_002/780x0__r.jpg?hash=1774444409> (referer: https://ecarstrade.com/cars/7000809)
2026-03-25 16:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_001/780x0__r.jpg?hash=1774444408> (referer: https://ecarstrade.com/cars/7000809)
2026-03-25 16:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_003/780x0__r.jpg?hash=1774444408> (referer: https://ecarstrade.com/cars/7000809)
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a77538d4-a7bf-5f55-a185-10b88d99735b
2026-03-25 16:58:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a77538d4-a7bf-5f55-a185-10b88d99735b, skipping ID generation
2026-03-25 16:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77538d4-a7bf-5f55-a185-10b88d99735b with scrape type 1
2026-03-25 16:58:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a77538d4-a7bf-5f55-a185-10b88d99735b sending to next pipeline
2026-03-25 16:58:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a77538d4-a7bf-5f55-a185-10b88d99735b, identifier: 7000429auction111024
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a77538d4-a7bf-5f55-a185-10b88d99735b with identifier: 7000429auction111024
2026-03-25 16:58:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a77538d4-a7bf-5f55-a185-10b88d99735b with identifier: 7000429auction111024
2026-03-25 16:58:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a77538d4-a7bf-5f55-a185-10b88d99735b with identifier: 7000429auction111024 to the API
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000429/photo_003/780x0__r.jpg?hash=1774443924>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a77538d4-a7bf-5f55-a185-10b88d99735b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000429',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Focus',
'odometer': 92053,
'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': "Ford, Focus SW '18, Ford Focus Clipper 1.5 EcoBlue 88kW Aut. Trend "
'Ed.',
'transmission': 'automatic',
'trim': ", SW '18, Clipper 1.5 EcoBlue 88kW Aut. Trend Ed.",
'vin': None,
'year': 2019}
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000429auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:43 [ecarstrade.be] INFO: Saving data for 7000429auction111024: {'created_time': 1774457923.320441, 'last_price_update_time': 1774457923.320452, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000429auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_004/780x0__r.jpg?hash=1774443874> (referer: https://ecarstrade.com/cars/7000408)
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_005/780x0__r.jpg?hash=1774443874> (referer: https://ecarstrade.com/cars/7000408)
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_003/780x0__r.jpg?hash=1774443874> (referer: https://ecarstrade.com/cars/7000408)
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9794efc-1ac6-5eca-af93-c9d2aadded89
2026-03-25 16:58:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9794efc-1ac6-5eca-af93-c9d2aadded89, skipping ID generation
2026-03-25 16:58:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9794efc-1ac6-5eca-af93-c9d2aadded89 with scrape type 1
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9794efc-1ac6-5eca-af93-c9d2aadded89 sending to next pipeline
2026-03-25 16:58:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9794efc-1ac6-5eca-af93-c9d2aadded89, identifier: 7000809auction111024
2026-03-25 16:58:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9794efc-1ac6-5eca-af93-c9d2aadded89 with identifier: 7000809auction111024
2026-03-25 16:58:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9794efc-1ac6-5eca-af93-c9d2aadded89 with identifier: 7000809auction111024
2026-03-25 16:58:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9794efc-1ac6-5eca-af93-c9d2aadded89 with identifier: 7000809auction111024 to the API
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000809/photo_003/780x0__r.jpg?hash=1774444408>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e9794efc-1ac6-5eca-af93-c9d2aadded89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000809',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 139516,
'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': 'Volkswagen Caddy 2.0 CRTDi 55kW BMT Trendline 5d',
'transmission': 'manual',
'trim': '2.0 CRTDi 55kW BMT Trendline 5d',
'vin': None,
'year': 2019}
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000809auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:43 [ecarstrade.be] INFO: Saving data for 7000809auction111024: {'created_time': 1774457923.765972, 'last_price_update_time': 1774457923.765982, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000809auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_001/780x0__r.jpg?hash=1774443873> (referer: https://ecarstrade.com/cars/7000408)
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_002/780x0__r.jpg?hash=1774443873> (referer: https://ecarstrade.com/cars/7000408)
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000725> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_004/780x0__r.jpg?hash=1774444270> (referer: https://ecarstrade.com/cars/7000755)
2026-03-25 16: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-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_001/780x0__r.jpg?hash=1774444270> (referer: https://ecarstrade.com/cars/7000755)
2026-03-25 16:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_003/780x0__r.jpg?hash=1774444270> (referer: https://ecarstrade.com/cars/7000755)
2026-03-25 16: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-25 16:58:43 [ecarstrade.be] INFO: Extracting details for car 7000725auction111024
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0
2026-03-25 16:58:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0, skipping ID generation
2026-03-25 16:58:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with scrape type 1
2026-03-25 16:58:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 sending to next pipeline
2026-03-25 16:58:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0, identifier: 7000408auction111024
2026-03-25 16:58:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 7000408auction111024
2026-03-25 16:58:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 7000408auction111024
2026-03-25 16:58:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 7000408auction111024 to the API
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000408/photo_002/780x0__r.jpg?hash=1774443873>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000408',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 67231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2022}
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000408auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [ecarstrade.be] INFO: Saving data for 7000408auction111024: {'created_time': 1774457924.261076, 'last_price_update_time': 1774457924.261086, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000408auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_006/780x0__r.jpg?hash=1774444291> (referer: https://ecarstrade.com/cars/7000765)
2026-03-25 16:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_002/780x0__r.jpg?hash=1774444270> (referer: https://ecarstrade.com/cars/7000755)
2026-03-25 16: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-25 16:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 7000725auction111024
2026-03-25 16:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19dd90b3-b682-54dd-be6e-2106afd269df with scrape type 1
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000725%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_001/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000725%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_002/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000725%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_003/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000725%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_004/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000725%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_005/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_005/780x0__r.jpg?hash=1774444291> (referer: https://ecarstrade.com/cars/7000765)
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58: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%252F7000725%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_006/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 53db1b3d-8d6d-5112-b191-f18a97064bec
2026-03-25 16:58:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53db1b3d-8d6d-5112-b191-f18a97064bec, skipping ID generation
2026-03-25 16:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53db1b3d-8d6d-5112-b191-f18a97064bec with scrape type 1
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53db1b3d-8d6d-5112-b191-f18a97064bec sending to next pipeline
2026-03-25 16:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53db1b3d-8d6d-5112-b191-f18a97064bec, identifier: 7000755auction111024
2026-03-25 16:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 7000755auction111024
2026-03-25 16:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 7000755auction111024
2026-03-25 16:58:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 7000755auction111024 to the API
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000755/photo_002/780x0__r.jpg?hash=1774444270>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '53db1b3d-8d6d-5112-b191-f18a97064bec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000755',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 111185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 2,
'seller_name': None,
'title': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d NO COC!',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d NO COC!',
'vin': None,
'year': 2021}
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000755auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:44 [ecarstrade.be] INFO: Saving data for 7000755auction111024: {'created_time': 1774457924.75856, 'last_price_update_time': 1774457924.758572, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000755auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_004/780x0__r.jpg?hash=1774444291> (referer: https://ecarstrade.com/cars/7000765)
2026-03-25 16: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-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994903> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_003/780x0__r.jpg?hash=1774444291> (referer: https://ecarstrade.com/cars/7000765)
2026-03-25 16: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-25 16:58:44 [ecarstrade.be] INFO: Extracting details for car 6994903auction110949
2026-03-25 16:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a724722-45d9-571b-a2c1-4b9ca31a9886 with identifier: 6994903auction110949
2026-03-25 16:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a724722-45d9-571b-a2c1-4b9ca31a9886 with scrape type 2
2026-03-25 16:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a724722-45d9-571b-a2c1-4b9ca31a9886 with scrape type 2
2026-03-25 16:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a724722-45d9-571b-a2c1-4b9ca31a9886, identifier: 6994903auction110949
2026-03-25 16:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a724722-45d9-571b-a2c1-4b9ca31a9886 with identifier: 6994903auction110949
2026-03-25 16:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a724722-45d9-571b-a2c1-4b9ca31a9886 with identifier: 6994903auction110949
2026-03-25 16:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a724722-45d9-571b-a2c1-4b9ca31a9886 with identifier: 6994903auction110949 to the API
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994903>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '5a724722-45d9-571b-a2c1-4b9ca31a9886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994903',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 30043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994903auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:45 [ecarstrade.be] INFO: Saving data for 6994903auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365585.216341, 'last_price_update_time': 1774457925.232729}
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994903auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994891> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_002/780x0__r.jpg?hash=1774444293> (referer: https://ecarstrade.com/cars/7000765)
2026-03-25 16: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-25 16:58:45 [ecarstrade.be] INFO: Extracting details for car 6994891auction110949
2026-03-25 16:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc392ef4-2546-5d29-9e46-3738d8a1266c with identifier: 6994891auction110949
2026-03-25 16:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc392ef4-2546-5d29-9e46-3738d8a1266c with scrape type 2
2026-03-25 16:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc392ef4-2546-5d29-9e46-3738d8a1266c with scrape type 2
2026-03-25 16:58:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc392ef4-2546-5d29-9e46-3738d8a1266c, identifier: 6994891auction110949
2026-03-25 16:58:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc392ef4-2546-5d29-9e46-3738d8a1266c with identifier: 6994891auction110949
2026-03-25 16:58:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc392ef4-2546-5d29-9e46-3738d8a1266c with identifier: 6994891auction110949
2026-03-25 16:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc392ef4-2546-5d29-9e46-3738d8a1266c with identifier: 6994891auction110949 to the API
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994891>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'cc392ef4-2546-5d29-9e46-3738d8a1266c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994891',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 38222,
'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': 2,
'seller_name': None,
'title': 'CITROAu2039N BERLINGO 1.5 BLUEHDI 100 XL HEAVY CONTROL',
'transmission': 'manual',
'trim': 'CITROAu2039N BERLINGO 1.5 BLUEHDI 100 XL HEAVY CONTROL',
'vin': None,
'year': 2021}
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994891auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:45 [ecarstrade.be] INFO: Saving data for 6994891auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365559.323239, 'last_price_update_time': 1774457925.672328}
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994891auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994980> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_001/780x0__r.jpg?hash=1774444291> (referer: https://ecarstrade.com/cars/7000765)
2026-03-25 16: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-25 16:58:45 [ecarstrade.be] INFO: Extracting details for car 6994980auction110949
2026-03-25 16:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635c9627-408d-5e92-b12e-20a1267a87de with identifier: 6994980auction110949
2026-03-25 16:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635c9627-408d-5e92-b12e-20a1267a87de with scrape type 2
2026-03-25 16:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 635c9627-408d-5e92-b12e-20a1267a87de with scrape type 2
2026-03-25 16:58:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 635c9627-408d-5e92-b12e-20a1267a87de, identifier: 6994980auction110949
2026-03-25 16:58:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 635c9627-408d-5e92-b12e-20a1267a87de with identifier: 6994980auction110949
2026-03-25 16:58:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 635c9627-408d-5e92-b12e-20a1267a87de with identifier: 6994980auction110949
2026-03-25 16:58:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 635c9627-408d-5e92-b12e-20a1267a87de with identifier: 6994980auction110949 to the API
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994980>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '635c9627-408d-5e92-b12e-20a1267a87de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994980',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 74223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994980auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:46 [ecarstrade.be] INFO: Saving data for 6994980auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365636.219048, 'last_price_update_time': 1774457926.216144}
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994980auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7a1c290-b4b2-542b-8d90-72b74ab45d9d
2026-03-25 16:58:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7a1c290-b4b2-542b-8d90-72b74ab45d9d, skipping ID generation
2026-03-25 16:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d with scrape type 1
2026-03-25 16:58:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d sending to next pipeline
2026-03-25 16:58:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7a1c290-b4b2-542b-8d90-72b74ab45d9d, identifier: 7000765auction111024
2026-03-25 16:58:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 7000765auction111024
2026-03-25 16:58:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 7000765auction111024
2026-03-25 16:58:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 7000765auction111024 to the API
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000765/photo_001/780x0__r.jpg?hash=1774444291>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b7a1c290-b4b2-542b-8d90-72b74ab45d9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000765',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 168267,
'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 Rifter 1.5 BlueHDi 100 S/S Active 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 100 S/S Active 5d',
'vin': None,
'year': 2022}
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000765auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:46 [ecarstrade.be] INFO: Saving data for 7000765auction111024: {'created_time': 1774457926.560173, 'last_price_update_time': 1774457926.560184, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000765auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994988> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_005/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000725)
2026-03-25 16:58:50 [ecarstrade.be] INFO: Extracting details for car 6994988auction110949
2026-03-25 16:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994909> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e378224b-efff-5817-b088-8142dcadae1e with identifier: 6994988auction110949
2026-03-25 16:58:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e378224b-efff-5817-b088-8142dcadae1e with scrape type 2
2026-03-25 16:58:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e378224b-efff-5817-b088-8142dcadae1e with scrape type 2
2026-03-25 16:58:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e378224b-efff-5817-b088-8142dcadae1e, identifier: 6994988auction110949
2026-03-25 16:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e378224b-efff-5817-b088-8142dcadae1e with identifier: 6994988auction110949
2026-03-25 16:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e378224b-efff-5817-b088-8142dcadae1e with identifier: 6994988auction110949
2026-03-25 16:58:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e378224b-efff-5817-b088-8142dcadae1e with identifier: 6994988auction110949 to the API
2026-03-25 16:58:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994988>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'e378224b-efff-5817-b088-8142dcadae1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994988',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 39086,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-13',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-25 16:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994988auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:51 [ecarstrade.be] INFO: Saving data for 6994988auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365638.427013, 'last_price_update_time': 1774457931.672349}
2026-03-25 16:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994988auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_006/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000725)
2026-03-25 16:58:51 [ecarstrade.be] INFO: Extracting details for car 6994909auction110949
2026-03-25 16:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_004/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000725)
2026-03-25 16:58:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5da664a3-193e-576e-b220-20373088fa39 with identifier: 6994909auction110949
2026-03-25 16:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5da664a3-193e-576e-b220-20373088fa39 with scrape type 2
2026-03-25 16:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5da664a3-193e-576e-b220-20373088fa39 with scrape type 2
2026-03-25 16:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5da664a3-193e-576e-b220-20373088fa39, identifier: 6994909auction110949
2026-03-25 16:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5da664a3-193e-576e-b220-20373088fa39 with identifier: 6994909auction110949
2026-03-25 16:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5da664a3-193e-576e-b220-20373088fa39 with identifier: 6994909auction110949
2026-03-25 16:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5da664a3-193e-576e-b220-20373088fa39 with identifier: 6994909auction110949 to the API
2026-03-25 16:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994909>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '5da664a3-193e-576e-b220-20373088fa39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994909',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 32737,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994909auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:52 [ecarstrade.be] INFO: Saving data for 6994909auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365673.300503, 'last_price_update_time': 1774457932.079619}
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994909auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_003/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000725)
2026-03-25 16:58:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_002/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000725)
2026-03-25 16: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-25 16:58:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_001/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000725)
2026-03-25 16: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-25 16:58:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 19dd90b3-b682-54dd-be6e-2106afd269df
2026-03-25 16:58:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 19dd90b3-b682-54dd-be6e-2106afd269df, skipping ID generation
2026-03-25 16:58:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19dd90b3-b682-54dd-be6e-2106afd269df with scrape type 1
2026-03-25 16:58:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 19dd90b3-b682-54dd-be6e-2106afd269df sending to next pipeline
2026-03-25 16:58:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19dd90b3-b682-54dd-be6e-2106afd269df, identifier: 7000725auction111024
2026-03-25 16:58:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 7000725auction111024
2026-03-25 16:58:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 7000725auction111024
2026-03-25 16:58:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 7000725auction111024 to the API
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000725/photo_001/780x0__r.jpg?hash=1774444184>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '19dd90b3-b682-54dd-be6e-2106afd269df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000725',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 107454,
'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': 'Opel Insignia Sports Tourer 1.5 Turbo D S/S 90kW Business Ed AT8 5d',
'transmission': 'automatic',
'trim': 'Sports Tourer 1.5 Turbo D S/S 90kW Business Ed AT8 5d',
'vin': None,
'year': 2021}
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000725auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:58:52 [ecarstrade.be] INFO: Saving data for 7000725auction111024: {'created_time': 1774457932.616444, 'last_price_update_time': 1774457932.616453, 'auction_closing_time': 1774606200.0}
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000725auction111024') HTTP/1.1" 204 0
2026-03-25 16:58:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994968> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:58:52 [ecarstrade.be] INFO: Extracting details for car 6994968auction110949
2026-03-25 16:58:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eef77e32-11d4-5a0f-97de-00d93078bca0 with identifier: 6994968auction110949
2026-03-25 16:58:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eef77e32-11d4-5a0f-97de-00d93078bca0 with scrape type 2
2026-03-25 16:58:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eef77e32-11d4-5a0f-97de-00d93078bca0 with scrape type 2
2026-03-25 16:58:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eef77e32-11d4-5a0f-97de-00d93078bca0, identifier: 6994968auction110949
2026-03-25 16:58:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eef77e32-11d4-5a0f-97de-00d93078bca0 with identifier: 6994968auction110949
2026-03-25 16:58:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eef77e32-11d4-5a0f-97de-00d93078bca0 with identifier: 6994968auction110949
2026-03-25 16:58:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eef77e32-11d4-5a0f-97de-00d93078bca0 with identifier: 6994968auction110949 to the API
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994968>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'eef77e32-11d4-5a0f-97de-00d93078bca0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994968',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 62533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-16',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994968auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:53 [ecarstrade.be] INFO: Saving data for 6994968auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365640.365297, 'last_price_update_time': 1774457933.145461}
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994968auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994896> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:58:53 [ecarstrade.be] INFO: Extracting details for car 6994896auction110949
2026-03-25 16:58:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fce8aee-2c12-5b45-89c2-527e80dca0a2 with identifier: 6994896auction110949
2026-03-25 16:58:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fce8aee-2c12-5b45-89c2-527e80dca0a2 with scrape type 2
2026-03-25 16:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fce8aee-2c12-5b45-89c2-527e80dca0a2 with scrape type 2
2026-03-25 16:58:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fce8aee-2c12-5b45-89c2-527e80dca0a2, identifier: 6994896auction110949
2026-03-25 16:58:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fce8aee-2c12-5b45-89c2-527e80dca0a2 with identifier: 6994896auction110949
2026-03-25 16:58:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fce8aee-2c12-5b45-89c2-527e80dca0a2 with identifier: 6994896auction110949
2026-03-25 16:58:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fce8aee-2c12-5b45-89c2-527e80dca0a2 with identifier: 6994896auction110949 to the API
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:58:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994896>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '3fce8aee-2c12-5b45-89c2-527e80dca0a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994896',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Combo',
'odometer': 28771,
'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': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 COMFORT',
'transmission': 'manual',
'trim': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 COMFORT',
'vin': None,
'year': 2021}
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994896auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:53 [ecarstrade.be] INFO: Saving data for 6994896auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365560.83789, 'last_price_update_time': 1774457933.680475}
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994896auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994923> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:58:53 [ecarstrade.be] INFO: Extracting details for car 6994923auction110949
2026-03-25 16:58:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994982> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:58:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a95d1ca-2a1d-508d-981d-e86c110e31ee with identifier: 6994923auction110949
2026-03-25 16:58:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a95d1ca-2a1d-508d-981d-e86c110e31ee with scrape type 2
2026-03-25 16:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a95d1ca-2a1d-508d-981d-e86c110e31ee with scrape type 2
2026-03-25 16:58:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a95d1ca-2a1d-508d-981d-e86c110e31ee, identifier: 6994923auction110949
2026-03-25 16:58:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a95d1ca-2a1d-508d-981d-e86c110e31ee with identifier: 6994923auction110949
2026-03-25 16:58:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a95d1ca-2a1d-508d-981d-e86c110e31ee with identifier: 6994923auction110949
2026-03-25 16:58:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a95d1ca-2a1d-508d-981d-e86c110e31ee with identifier: 6994923auction110949 to the API
2026-03-25 16:58:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994923>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '9a95d1ca-2a1d-508d-981d-e86c110e31ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994923',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 37732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-21',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994923auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:54 [ecarstrade.be] INFO: Saving data for 6994923auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365560.224945, 'last_price_update_time': 1774457934.329191}
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994923auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:54 [ecarstrade.be] INFO: Extracting details for car 6994982auction110949
2026-03-25 16:58:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994937> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64350536-f8db-55b8-974a-ce47f540cb06 with identifier: 6994982auction110949
2026-03-25 16:58:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64350536-f8db-55b8-974a-ce47f540cb06 with scrape type 2
2026-03-25 16:58:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64350536-f8db-55b8-974a-ce47f540cb06 with scrape type 2
2026-03-25 16:58:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64350536-f8db-55b8-974a-ce47f540cb06, identifier: 6994982auction110949
2026-03-25 16:58:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64350536-f8db-55b8-974a-ce47f540cb06 with identifier: 6994982auction110949
2026-03-25 16:58:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64350536-f8db-55b8-974a-ce47f540cb06 with identifier: 6994982auction110949
2026-03-25 16:58:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64350536-f8db-55b8-974a-ce47f540cb06 with identifier: 6994982auction110949 to the API
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994982>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '64350536-f8db-55b8-974a-ce47f540cb06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994982',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 84622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994982auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:54 [ecarstrade.be] INFO: Saving data for 6994982auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365640.901815, 'last_price_update_time': 1774457934.689135}
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994982auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:54 [ecarstrade.be] INFO: Extracting details for car 6994937auction110949
2026-03-25 16:58:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79a1c342-aad6-53da-88a5-702d7e7e087d with identifier: 6994937auction110949
2026-03-25 16:58:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79a1c342-aad6-53da-88a5-702d7e7e087d with scrape type 2
2026-03-25 16:58:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79a1c342-aad6-53da-88a5-702d7e7e087d with scrape type 2
2026-03-25 16:58:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79a1c342-aad6-53da-88a5-702d7e7e087d, identifier: 6994937auction110949
2026-03-25 16:58:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79a1c342-aad6-53da-88a5-702d7e7e087d with identifier: 6994937auction110949
2026-03-25 16:58:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79a1c342-aad6-53da-88a5-702d7e7e087d with identifier: 6994937auction110949
2026-03-25 16:58:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79a1c342-aad6-53da-88a5-702d7e7e087d with identifier: 6994937auction110949 to the API
2026-03-25 16:58:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:58:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:58:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994937>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '79a1c342-aad6-53da-88a5-702d7e7e087d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994937',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 40147,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994937auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:58:55 [ecarstrade.be] INFO: Saving data for 6994937auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365563.817459, 'last_price_update_time': 1774457935.293493}
2026-03-25 16:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994937auction110949') HTTP/1.1" 204 0
2026-03-25 16:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994958> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994945> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:58:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:58:59 [ecarstrade.be] INFO: Extracting details for car 6994958auction110949
2026-03-25 16:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf43f0e2-309b-5387-836a-97683c32fefe with identifier: 6994958auction110949
2026-03-25 16:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf43f0e2-309b-5387-836a-97683c32fefe with scrape type 2
2026-03-25 16:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf43f0e2-309b-5387-836a-97683c32fefe with scrape type 2
2026-03-25 16:58:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf43f0e2-309b-5387-836a-97683c32fefe, identifier: 6994958auction110949
2026-03-25 16:58:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf43f0e2-309b-5387-836a-97683c32fefe with identifier: 6994958auction110949
2026-03-25 16:58:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf43f0e2-309b-5387-836a-97683c32fefe with identifier: 6994958auction110949
2026-03-25 16:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf43f0e2-309b-5387-836a-97683c32fefe with identifier: 6994958auction110949 to the API
2026-03-25 16:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:59:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994958>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'bf43f0e2-309b-5387-836a-97683c32fefe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994958',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 59122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994958auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:00 [ecarstrade.be] INFO: Saving data for 6994958auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365561.344846, 'last_price_update_time': 1774457940.628031}
2026-03-25 16:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994958auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:00 [ecarstrade.be] INFO: Extracting details for car 6994945auction110949
2026-03-25 16:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994920> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994901> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 107c0d09-a942-51f1-b2d6-51844d0c1876 with identifier: 6994945auction110949
2026-03-25 16:59:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 107c0d09-a942-51f1-b2d6-51844d0c1876 with scrape type 2
2026-03-25 16:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 107c0d09-a942-51f1-b2d6-51844d0c1876 with scrape type 2
2026-03-25 16:59:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 107c0d09-a942-51f1-b2d6-51844d0c1876, identifier: 6994945auction110949
2026-03-25 16:59:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 107c0d09-a942-51f1-b2d6-51844d0c1876 with identifier: 6994945auction110949
2026-03-25 16:59:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 107c0d09-a942-51f1-b2d6-51844d0c1876 with identifier: 6994945auction110949
2026-03-25 16:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 107c0d09-a942-51f1-b2d6-51844d0c1876 with identifier: 6994945auction110949 to the API
2026-03-25 16:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994945>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '107c0d09-a942-51f1-b2d6-51844d0c1876',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994945',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 44835,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994945auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:01 [ecarstrade.be] INFO: Saving data for 6994945auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365564.291793, 'last_price_update_time': 1774457941.153715}
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994945auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:01 [ecarstrade.be] INFO: Extracting details for car 6994920auction110949
2026-03-25 16:59:01 [ecarstrade.be] INFO: Extracting details for car 6994901auction110949
2026-03-25 16:59:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c53a9859-65a1-5e01-9a52-007d74c50694 with identifier: 6994920auction110949
2026-03-25 16:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c53a9859-65a1-5e01-9a52-007d74c50694 with scrape type 2
2026-03-25 16:59:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c53a9859-65a1-5e01-9a52-007d74c50694 with scrape type 2
2026-03-25 16:59:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c53a9859-65a1-5e01-9a52-007d74c50694, identifier: 6994920auction110949
2026-03-25 16:59:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3683b946-c848-59ff-86b6-c6da42f784e8 with identifier: 6994901auction110949
2026-03-25 16:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3683b946-c848-59ff-86b6-c6da42f784e8 with scrape type 2
2026-03-25 16:59:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3683b946-c848-59ff-86b6-c6da42f784e8 with scrape type 2
2026-03-25 16:59:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3683b946-c848-59ff-86b6-c6da42f784e8, identifier: 6994901auction110949
2026-03-25 16:59:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c53a9859-65a1-5e01-9a52-007d74c50694 with identifier: 6994920auction110949
2026-03-25 16:59:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c53a9859-65a1-5e01-9a52-007d74c50694 with identifier: 6994920auction110949
2026-03-25 16:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c53a9859-65a1-5e01-9a52-007d74c50694 with identifier: 6994920auction110949 to the API
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994920>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'c53a9859-65a1-5e01-9a52-007d74c50694',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994920',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 37719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994920auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:01 [ecarstrade.be] INFO: Saving data for 6994920auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365558.458422, 'last_price_update_time': 1774457941.63788}
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994920auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3683b946-c848-59ff-86b6-c6da42f784e8 with identifier: 6994901auction110949
2026-03-25 16:59:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3683b946-c848-59ff-86b6-c6da42f784e8 with identifier: 6994901auction110949
2026-03-25 16:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3683b946-c848-59ff-86b6-c6da42f784e8 with identifier: 6994901auction110949 to the API
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16: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-25 16:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994901>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '3683b946-c848-59ff-86b6-c6da42f784e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994901',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 24258,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994901auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:01 [ecarstrade.be] INFO: Saving data for 6994901auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365585.660794, 'last_price_update_time': 1774457941.882406}
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994901auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994898> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994900> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000357> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_002/780x0__r.jpg?hash=1774444399> (referer: https://ecarstrade.com/cars/7000805)
2026-03-25 16:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_004/780x0__r.jpg?hash=1774444399> (referer: https://ecarstrade.com/cars/7000805)
2026-03-25 16:59:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:02 [ecarstrade.be] INFO: Extracting details for car 6994898auction110949
2026-03-25 16:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_003/780x0__r.jpg?hash=1774444399> (referer: https://ecarstrade.com/cars/7000805)
2026-03-25 16:59:02 [ecarstrade.be] INFO: Extracting details for car 6994900auction110949
2026-03-25 16:59:02 [ecarstrade.be] INFO: Extracting details for car 7000357auction111024
2026-03-25 16:59:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76289ae5-a6e6-55eb-9598-363e9c0c5d1e with identifier: 6994898auction110949
2026-03-25 16:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76289ae5-a6e6-55eb-9598-363e9c0c5d1e with scrape type 2
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76289ae5-a6e6-55eb-9598-363e9c0c5d1e with scrape type 2
2026-03-25 16:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76289ae5-a6e6-55eb-9598-363e9c0c5d1e, identifier: 6994898auction110949
2026-03-25 16:59:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc3d4345-423a-58fc-8f08-a49f444ea510 with identifier: 6994900auction110949
2026-03-25 16:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc3d4345-423a-58fc-8f08-a49f444ea510 with scrape type 2
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc3d4345-423a-58fc-8f08-a49f444ea510 with scrape type 2
2026-03-25 16:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc3d4345-423a-58fc-8f08-a49f444ea510, identifier: 6994900auction110949
2026-03-25 16:59:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac610f2-e73b-5c7a-b5a7-4fb646205dd5 with identifier: 7000357auction111024
2026-03-25 16:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac610f2-e73b-5c7a-b5a7-4fb646205dd5 with scrape type 1
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000357%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443746%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_001/780x0__r.jpg?hash=1774443746 not downloaded yet
2026-03-25 16:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76289ae5-a6e6-55eb-9598-363e9c0c5d1e with identifier: 6994898auction110949
2026-03-25 16:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76289ae5-a6e6-55eb-9598-363e9c0c5d1e with identifier: 6994898auction110949
2026-03-25 16:59:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76289ae5-a6e6-55eb-9598-363e9c0c5d1e with identifier: 6994898auction110949 to the API
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994898>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '76289ae5-a6e6-55eb-9598-363e9c0c5d1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994898',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Combo',
'odometer': 82061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-09',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'transmission': 'manual',
'trim': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'vin': None,
'year': 2023}
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994898auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [ecarstrade.be] INFO: Saving data for 6994898auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365580.472629, 'last_price_update_time': 1774457942.55233}
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994898auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc3d4345-423a-58fc-8f08-a49f444ea510 with identifier: 6994900auction110949
2026-03-25 16:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc3d4345-423a-58fc-8f08-a49f444ea510 with identifier: 6994900auction110949
2026-03-25 16:59:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc3d4345-423a-58fc-8f08-a49f444ea510 with identifier: 6994900auction110949 to the API
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994900>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'dc3d4345-423a-58fc-8f08-a49f444ea510',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994900',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 13637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994900auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [ecarstrade.be] INFO: Saving data for 6994900auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365565.919102, 'last_price_update_time': 1774457942.797854}
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994900auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_001/780x0__r.jpg?hash=1774444399> (referer: https://ecarstrade.com/cars/7000805)
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000357%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443746%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_002/780x0__r.jpg?hash=1774443746 not downloaded yet
2026-03-25 16:59:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000357%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443746%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_003/780x0__r.jpg?hash=1774443746 not downloaded yet
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000357%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443746%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_004/780x0__r.jpg?hash=1774443746 not downloaded yet
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000357%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443746%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_005/780x0__r.jpg?hash=1774443746 not downloaded yet
2026-03-25 16:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000357%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443746%27 HTTP/1.1" 200 None
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_006/780x0__r.jpg?hash=1774443746 not downloaded yet
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7128b163-637d-51c2-8067-4db53fd44d0c
2026-03-25 16:59:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7128b163-637d-51c2-8067-4db53fd44d0c, skipping ID generation
2026-03-25 16:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7128b163-637d-51c2-8067-4db53fd44d0c with scrape type 1
2026-03-25 16:59:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7128b163-637d-51c2-8067-4db53fd44d0c sending to next pipeline
2026-03-25 16:59:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7128b163-637d-51c2-8067-4db53fd44d0c, identifier: 7000805auction111024
2026-03-25 16:59:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 7000805auction111024
2026-03-25 16:59:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 7000805auction111024
2026-03-25 16:59:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 7000805auction111024 to the API
2026-03-25 16:59:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000805/photo_001/780x0__r.jpg?hash=1774444399>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7128b163-637d-51c2-8067-4db53fd44d0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000805',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 87274,
'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': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'transmission': 'manual',
'trim': 'Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'vin': None,
'year': 2019}
2026-03-25 16:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%277000805auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:03 [ecarstrade.be] INFO: Saving data for 7000805auction111024: {'created_time': 1774457943.425695, 'last_price_update_time': 1774457943.425707, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000805auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:06 [scrapy.extensions.logstats] INFO: Crawled 856 pages (at 43 pages/min), scraped 734 items (at 52 items/min)
2026-03-25 16:59:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 16:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994990auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994990auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994990auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994895auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994895auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994895auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994985auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994985auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994985auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994894auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994894auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994894auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994986auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994986auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994986auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994989auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994989auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994989auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994955auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994955auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994955auction110949: 2
2026-03-25 16:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994892> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994987auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994987auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994987auction110949: 2
2026-03-25 16:59:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994984auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994984auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994984auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994983auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994983auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994983auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 6994991auction110949
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994991auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 6994991auction110949: 2
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 7001113auction111032
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001113auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 7001113auction111032: 0
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 7001243auction111032
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001243auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 7001243auction111032: 0
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 7001102auction111031
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001102auction111031%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 7001102auction111031: 0
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 7001121auction111032
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001121auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:07 [ecarstrade.be] INFO: Scrape type for 7001121auction111032: 0
2026-03-25 16:59:07 [ecarstrade.be] INFO: Found listing with ID: 7001209auction111032
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001209auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:08 [ecarstrade.be] INFO: Scrape type for 7001209auction111032: 0
2026-03-25 16:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001159auction111032
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001159auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:08 [ecarstrade.be] INFO: Scrape type for 7001159auction111032: 0
2026-03-25 16:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001163auction111032
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001163auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:08 [ecarstrade.be] INFO: Scrape type for 7001163auction111032: 0
2026-03-25 16:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001125auction111032
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001125auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:08 [ecarstrade.be] INFO: Scrape type for 7001125auction111032: 0
2026-03-25 16:59:08 [ecarstrade.be] INFO: Found listing with ID: 7001118auction111032
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001118auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:08 [ecarstrade.be] INFO: Scrape type for 7001118auction111032: 0
2026-03-25 16:59:08 [ecarstrade.be] INFO: Extracting details for car 6994892auction110949
2026-03-25 16:59:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3349c523-0742-5c7a-b31a-4013dad22c58 with identifier: 6994892auction110949
2026-03-25 16:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3349c523-0742-5c7a-b31a-4013dad22c58 with scrape type 2
2026-03-25 16:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3349c523-0742-5c7a-b31a-4013dad22c58 with scrape type 2
2026-03-25 16:59:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3349c523-0742-5c7a-b31a-4013dad22c58, identifier: 6994892auction110949
2026-03-25 16:59:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3349c523-0742-5c7a-b31a-4013dad22c58 with identifier: 6994892auction110949
2026-03-25 16:59:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3349c523-0742-5c7a-b31a-4013dad22c58 with identifier: 6994892auction110949
2026-03-25 16:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3349c523-0742-5c7a-b31a-4013dad22c58 with identifier: 6994892auction110949 to the API
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994892>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '3349c523-0742-5c7a-b31a-4013dad22c58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994892',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Combo',
'odometer': 71428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-20',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'transmission': 'manual',
'trim': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'vin': None,
'year': 2023}
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994892auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:08 [ecarstrade.be] INFO: Saving data for 6994892auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365574.836259, 'last_price_update_time': 1774457948.593523}
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994892auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994897> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:08 [ecarstrade.be] INFO: Extracting details for car 6994897auction110949
2026-03-25 16:59:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33acb677-51f2-5165-969c-73bb512c9e04 with identifier: 6994897auction110949
2026-03-25 16:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33acb677-51f2-5165-969c-73bb512c9e04 with scrape type 2
2026-03-25 16:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33acb677-51f2-5165-969c-73bb512c9e04 with scrape type 2
2026-03-25 16:59:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33acb677-51f2-5165-969c-73bb512c9e04, identifier: 6994897auction110949
2026-03-25 16:59:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33acb677-51f2-5165-969c-73bb512c9e04 with identifier: 6994897auction110949
2026-03-25 16:59:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33acb677-51f2-5165-969c-73bb512c9e04 with identifier: 6994897auction110949
2026-03-25 16:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33acb677-51f2-5165-969c-73bb512c9e04 with identifier: 6994897auction110949 to the API
2026-03-25 16:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994897>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '33acb677-51f2-5165-969c-73bb512c9e04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994897',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Combo',
'odometer': 65707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-22',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'transmission': 'manual',
'trim': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'vin': None,
'year': 2023}
2026-03-25 16:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994897auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:09 [ecarstrade.be] INFO: Saving data for 6994897auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365565.249917, 'last_price_update_time': 1774457949.232321}
2026-03-25 16:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994897auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000425> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_006/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000717)
2026-03-25 16:59:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:10 [ecarstrade.be] INFO: Extracting details for car 7000425auction111024
2026-03-25 16:59:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbfd400f-316f-5755-bafc-874fa8d5096f with identifier: 7000425auction111024
2026-03-25 16:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbfd400f-316f-5755-bafc-874fa8d5096f with scrape type 1
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000425%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443921%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_001/780x0__r.jpg?hash=1774443921 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000425%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443921%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_002/780x0__r.jpg?hash=1774443921 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000425%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443922%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_003/780x0__r.jpg?hash=1774443922 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000425%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443922%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_004/780x0__r.jpg?hash=1774443922 not downloaded yet
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000425%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443922%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_005/780x0__r.jpg?hash=1774443922 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000425%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443922%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_006/780x0__r.jpg?hash=1774443922 not downloaded yet
2026-03-25 16:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000699> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_005/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000717)
2026-03-25 16:59:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:10 [ecarstrade.be] INFO: Extracting details for car 7000699auction111024
2026-03-25 16:59:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 7000699auction111024
2026-03-25 16:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e929611f-6ab6-58d0-bef1-05b86c3415e2 with scrape type 1
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000699%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444135%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_001/780x0__r.jpg?hash=1774444135 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000699%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444135%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_002/780x0__r.jpg?hash=1774444135 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000699%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444135%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_003/780x0__r.jpg?hash=1774444135 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000699%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444136%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_004/780x0__r.jpg?hash=1774444136 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000699%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444135%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_005/780x0__r.jpg?hash=1774444135 not downloaded yet
2026-03-25 16:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000699%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444136%27 HTTP/1.1" 200 None
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_006/780x0__r.jpg?hash=1774444136 not downloaded yet
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994902> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_001/780x0__r.jpg?hash=1774443746> (referer: https://ecarstrade.com/cars/7000357)
2026-03-25 16:59:10 [ecarstrade.be] INFO: Extracting details for car 6994902auction110949
2026-03-25 16:59:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8ce7bc-dcc3-573f-9cb7-806733816345 with identifier: 6994902auction110949
2026-03-25 16:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8ce7bc-dcc3-573f-9cb7-806733816345 with scrape type 2
2026-03-25 16:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc8ce7bc-dcc3-573f-9cb7-806733816345 with scrape type 2
2026-03-25 16:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc8ce7bc-dcc3-573f-9cb7-806733816345, identifier: 6994902auction110949
2026-03-25 16:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc8ce7bc-dcc3-573f-9cb7-806733816345 with identifier: 6994902auction110949
2026-03-25 16:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc8ce7bc-dcc3-573f-9cb7-806733816345 with identifier: 6994902auction110949
2026-03-25 16:59:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc8ce7bc-dcc3-573f-9cb7-806733816345 with identifier: 6994902auction110949 to the API
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994902>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc8ce7bc-dcc3-573f-9cb7-806733816345',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994902',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 28486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994902auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [ecarstrade.be] INFO: Saving data for 6994902auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365572.940895, 'last_price_update_time': 1774457951.314225}
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994902auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_006/780x0__r.jpg?hash=1774443746> (referer: https://ecarstrade.com/cars/7000357)
2026-03-25 16: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-25 16:59:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000404> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16: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-25 16:59:11 [ecarstrade.be] INFO: Extracting details for car 7000404auction111024
2026-03-25 16:59:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 7000404auction111024
2026-03-25 16:59:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95cffc2b-0cab-5015-bbff-f411663087d9 with scrape type 1
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000404%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443865%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_001/780x0__r.jpg?hash=1774443865 not downloaded yet
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000404%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443864%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_002/780x0__r.jpg?hash=1774443864 not downloaded yet
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000404%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443865%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_003/780x0__r.jpg?hash=1774443865 not downloaded yet
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000404%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443864%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_004/780x0__r.jpg?hash=1774443864 not downloaded yet
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000404%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443864%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_005/780x0__r.jpg?hash=1774443864 not downloaded yet
2026-03-25 16:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000404%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443864%27 HTTP/1.1" 200 None
2026-03-25 16:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_006/780x0__r.jpg?hash=1774443864 not downloaded yet
2026-03-25 16:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000419> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:15 [ecarstrade.be] INFO: Extracting details for car 7000419auction111024
2026-03-25 16:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 7000419auction111024
2026-03-25 16:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f897dcb4-6116-58b2-98d5-07eff721b784 with scrape type 1
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000419%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443899%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_001/780x0__r.jpg?hash=1774443899 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000419%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443899%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_002/780x0__r.jpg?hash=1774443899 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000419%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443899%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_003/780x0__r.jpg?hash=1774443899 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000419%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443899%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_004/780x0__r.jpg?hash=1774443899 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000419%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443899%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_005/780x0__r.jpg?hash=1774443899 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000419%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443899%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_006/780x0__r.jpg?hash=1774443899 not downloaded yet
2026-03-25 16:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000764> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:15 [ecarstrade.be] INFO: Extracting details for car 7000764auction111024
2026-03-25 16:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 7000764auction111024
2026-03-25 16:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with scrape type 1
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000764%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444293%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_001/780x0__r.jpg?hash=1774444293 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000764%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444293%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_002/780x0__r.jpg?hash=1774444293 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000764%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444293%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_003/780x0__r.jpg?hash=1774444293 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000764%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444293%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_004/780x0__r.jpg?hash=1774444293 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000764%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_005/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000764%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444294%27 HTTP/1.1" 200 None
2026-03-25 16:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_006/780x0__r.jpg?hash=1774444294 not downloaded yet
2026-03-25 16:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994899> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_006/780x0__r.jpg?hash=1774443922> (referer: https://ecarstrade.com/cars/7000425)
2026-03-25 16:59:16 [ecarstrade.be] INFO: Extracting details for car 6994899auction110949
2026-03-25 16:59:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7525699-0438-5ca4-a1ae-fc623d64ffd0 with identifier: 6994899auction110949
2026-03-25 16:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7525699-0438-5ca4-a1ae-fc623d64ffd0 with scrape type 2
2026-03-25 16:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7525699-0438-5ca4-a1ae-fc623d64ffd0 with scrape type 2
2026-03-25 16:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7525699-0438-5ca4-a1ae-fc623d64ffd0, identifier: 6994899auction110949
2026-03-25 16:59:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7525699-0438-5ca4-a1ae-fc623d64ffd0 with identifier: 6994899auction110949
2026-03-25 16:59:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7525699-0438-5ca4-a1ae-fc623d64ffd0 with identifier: 6994899auction110949
2026-03-25 16:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7525699-0438-5ca4-a1ae-fc623d64ffd0 with identifier: 6994899auction110949 to the API
2026-03-25 16:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994899>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'd7525699-0438-5ca4-a1ae-fc623d64ffd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994899',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 40497,
'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': 2,
'seller_name': None,
'title': 'OPEL VIVARO 1.5 TURBO 75KW COMFORT L3H1 2.8T',
'transmission': 'manual',
'trim': 'OPEL VIVARO 1.5 TURBO 75KW COMFORT L3H1 2.8T',
'vin': None,
'year': 2021}
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994899auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:31 [ecarstrade.be] INFO: Saving data for 6994899auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365564.773038, 'last_price_update_time': 1774457971.549023}
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994899auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_005/780x0__r.jpg?hash=1774443922> (referer: https://ecarstrade.com/cars/7000425)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000769> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000812> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994991> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000430> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994955> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994983> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994984> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_006/780x0__r.jpg?hash=1774444136> (referer: https://ecarstrade.com/cars/7000699)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_005/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000764)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_006/780x0__r.jpg?hash=1774443864> (referer: https://ecarstrade.com/cars/7000404)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_006/780x0__r.jpg?hash=1774443899> (referer: https://ecarstrade.com/cars/7000419)
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 7000769auction111024
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_003/780x0__r.jpg?hash=1774444135> (referer: https://ecarstrade.com/cars/7000699)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_004/780x0__r.jpg?hash=1774444136> (referer: https://ecarstrade.com/cars/7000699)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_005/780x0__r.jpg?hash=1774444135> (referer: https://ecarstrade.com/cars/7000699)
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 7000812auction111024
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 6994991auction110949
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 7000430auction111024
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 6994955auction110949
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 6994983auction110949
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_006/780x0__r.jpg?hash=1774444294> (referer: https://ecarstrade.com/cars/7000764)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_003/780x0__r.jpg?hash=1774444293> (referer: https://ecarstrade.com/cars/7000764)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_004/780x0__r.jpg?hash=1774444293> (referer: https://ecarstrade.com/cars/7000764)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_001/780x0__r.jpg?hash=1774444293> (referer: https://ecarstrade.com/cars/7000764)
2026-03-25 16:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_002/780x0__r.jpg?hash=1774444293> (referer: https://ecarstrade.com/cars/7000764)
2026-03-25 16:59:31 [ecarstrade.be] INFO: Extracting details for car 6994984auction110949
2026-03-25 16:59:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7598fd58-abba-5ba8-82b7-719e45ba10cc with identifier: 7000769auction111024
2026-03-25 16:59:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7598fd58-abba-5ba8-82b7-719e45ba10cc with scrape type 1
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000769%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444299%27 HTTP/1.1" 200 None
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_001/780x0__r.jpg?hash=1774444299 not downloaded yet
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000769%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444299%27 HTTP/1.1" 200 None
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_002/780x0__r.jpg?hash=1774444299 not downloaded yet
2026-03-25 16:59:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 7000812auction111024
2026-03-25 16:59:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with scrape type 1
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000812%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444415%27 HTTP/1.1" 200 None
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_001/780x0__r.jpg?hash=1774444415 not downloaded yet
2026-03-25 16:59:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b158ef3-9a6b-5e55-8299-21b25c36dc3a with identifier: 6994991auction110949
2026-03-25 16:59:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b158ef3-9a6b-5e55-8299-21b25c36dc3a with scrape type 2
2026-03-25 16:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b158ef3-9a6b-5e55-8299-21b25c36dc3a with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b158ef3-9a6b-5e55-8299-21b25c36dc3a, identifier: 6994991auction110949
2026-03-25 16:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 7000430auction111024
2026-03-25 16:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with scrape type 1
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000430%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_001/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44246b82-38c9-50ea-8d4d-8b3e11e977b0 with identifier: 6994955auction110949
2026-03-25 16:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44246b82-38c9-50ea-8d4d-8b3e11e977b0 with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44246b82-38c9-50ea-8d4d-8b3e11e977b0 with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44246b82-38c9-50ea-8d4d-8b3e11e977b0, identifier: 6994955auction110949
2026-03-25 16:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85999868-aab2-5a87-a3e6-6b02a28a0b99 with identifier: 6994983auction110949
2026-03-25 16:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85999868-aab2-5a87-a3e6-6b02a28a0b99 with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85999868-aab2-5a87-a3e6-6b02a28a0b99 with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85999868-aab2-5a87-a3e6-6b02a28a0b99, identifier: 6994983auction110949
2026-03-25 16:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f48ac31-e23c-5f0f-b638-cfd67fea20e4 with identifier: 6994984auction110949
2026-03-25 16:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f48ac31-e23c-5f0f-b638-cfd67fea20e4 with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f48ac31-e23c-5f0f-b638-cfd67fea20e4 with scrape type 2
2026-03-25 16:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f48ac31-e23c-5f0f-b638-cfd67fea20e4, identifier: 6994984auction110949
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_003/780x0__r.jpg?hash=1774443899> (referer: https://ecarstrade.com/cars/7000419)
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_005/780x0__r.jpg?hash=1774443899> (referer: https://ecarstrade.com/cars/7000419)
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_003/780x0__r.jpg?hash=1774443865> (referer: https://ecarstrade.com/cars/7000404)
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_001/780x0__r.jpg?hash=1774443899> (referer: https://ecarstrade.com/cars/7000419)
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_002/780x0__r.jpg?hash=1774443899> (referer: https://ecarstrade.com/cars/7000419)
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_004/780x0__r.jpg?hash=1774443864> (referer: https://ecarstrade.com/cars/7000404)
2026-03-25 16:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_005/780x0__r.jpg?hash=1774443864> (referer: https://ecarstrade.com/cars/7000404)
2026-03-25 16:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b158ef3-9a6b-5e55-8299-21b25c36dc3a with identifier: 6994991auction110949
2026-03-25 16:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b158ef3-9a6b-5e55-8299-21b25c36dc3a with identifier: 6994991auction110949
2026-03-25 16:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b158ef3-9a6b-5e55-8299-21b25c36dc3a with identifier: 6994991auction110949 to the API
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994991>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '7b158ef3-9a6b-5e55-8299-21b25c36dc3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994991',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 113431,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DSL - 2013 1.5 dCi Energy Confort (EU6)',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DSL - 2013 1.5 dCi Energy Confort (EU6)',
'vin': None,
'year': 2019}
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994991auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:32 [ecarstrade.be] INFO: Saving data for 6994991auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365563.16544, 'last_price_update_time': 1774457972.762663}
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994991auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44246b82-38c9-50ea-8d4d-8b3e11e977b0 with identifier: 6994955auction110949
2026-03-25 16:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44246b82-38c9-50ea-8d4d-8b3e11e977b0 with identifier: 6994955auction110949
2026-03-25 16:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44246b82-38c9-50ea-8d4d-8b3e11e977b0 with identifier: 6994955auction110949 to the API
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994955>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '44246b82-38c9-50ea-8d4d-8b3e11e977b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994955',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 47797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994955auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:33 [ecarstrade.be] INFO: Saving data for 6994955auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365639.529499, 'last_price_update_time': 1774457973.054346}
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994955auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85999868-aab2-5a87-a3e6-6b02a28a0b99 with identifier: 6994983auction110949
2026-03-25 16:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85999868-aab2-5a87-a3e6-6b02a28a0b99 with identifier: 6994983auction110949
2026-03-25 16:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85999868-aab2-5a87-a3e6-6b02a28a0b99 with identifier: 6994983auction110949 to the API
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994983>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '85999868-aab2-5a87-a3e6-6b02a28a0b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994983',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 128224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-04',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994983auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:33 [ecarstrade.be] INFO: Saving data for 6994983auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365618.73735, 'last_price_update_time': 1774457973.351079}
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994983auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f48ac31-e23c-5f0f-b638-cfd67fea20e4 with identifier: 6994984auction110949
2026-03-25 16:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f48ac31-e23c-5f0f-b638-cfd67fea20e4 with identifier: 6994984auction110949
2026-03-25 16:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f48ac31-e23c-5f0f-b638-cfd67fea20e4 with identifier: 6994984auction110949 to the API
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994984>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '4f48ac31-e23c-5f0f-b638-cfd67fea20e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994984',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 132286,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2022}
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994984auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:33 [ecarstrade.be] INFO: Saving data for 6994984auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365620.452082, 'last_price_update_time': 1774457973.626933}
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994984auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_004/780x0__r.jpg?hash=1774443899> (referer: https://ecarstrade.com/cars/7000419)
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000769%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444299%27 HTTP/1.1" 200 None
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_003/780x0__r.jpg?hash=1774444299 not downloaded yet
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000812%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444415%27 HTTP/1.1" 200 None
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_002/780x0__r.jpg?hash=1774444415 not downloaded yet
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000430%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_002/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71
2026-03-25 16:59:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71, skipping ID generation
2026-03-25 16:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with scrape type 1
2026-03-25 16:59:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 sending to next pipeline
2026-03-25 16:59:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71, identifier: 7000764auction111024
2026-03-25 16:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 7000764auction111024
2026-03-25 16:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 7000764auction111024
2026-03-25 16:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 7000764auction111024 to the API
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000764/photo_002/780x0__r.jpg?hash=1774444293>
{'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-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2c6bd8a4-ef89-5680-a6eb-752dca7ece71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000764',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 117752,
'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': 'Peugeot Partner 1.5 BHDi L1 Light 75kW s/s Premium 4d',
'transmission': 'manual',
'trim': '1.5 BHDi L1 Light 75kW s/s Premium 4d',
'vin': None,
'year': 2020}
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000764auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [ecarstrade.be] INFO: Saving data for 7000764auction111024: {'created_time': 1774457974.077273, 'last_price_update_time': 1774457974.077287, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000764auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000769%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444299%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_004/780x0__r.jpg?hash=1774444299 not downloaded yet
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000812%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444415%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_003/780x0__r.jpg?hash=1774444415 not downloaded yet
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000430%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_003/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_002/780x0__r.jpg?hash=1774444135> (referer: https://ecarstrade.com/cars/7000699)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_001/780x0__r.jpg?hash=1774443921> (referer: https://ecarstrade.com/cars/7000425)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_001/780x0__r.jpg?hash=1774444135> (referer: https://ecarstrade.com/cars/7000699)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_002/780x0__r.jpg?hash=1774443921> (referer: https://ecarstrade.com/cars/7000425)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_003/780x0__r.jpg?hash=1774443922> (referer: https://ecarstrade.com/cars/7000425)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_001/780x0__r.jpg?hash=1774443865> (referer: https://ecarstrade.com/cars/7000404)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_002/780x0__r.jpg?hash=1774443864> (referer: https://ecarstrade.com/cars/7000404)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_004/780x0__r.jpg?hash=1774443922> (referer: https://ecarstrade.com/cars/7000425)
2026-03-25 16:59:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f897dcb4-6116-58b2-98d5-07eff721b784
2026-03-25 16:59:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f897dcb4-6116-58b2-98d5-07eff721b784, skipping ID generation
2026-03-25 16:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f897dcb4-6116-58b2-98d5-07eff721b784 with scrape type 1
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f897dcb4-6116-58b2-98d5-07eff721b784 sending to next pipeline
2026-03-25 16:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f897dcb4-6116-58b2-98d5-07eff721b784, identifier: 7000419auction111024
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000769%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444299%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_005/780x0__r.jpg?hash=1774444299 not downloaded yet
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000812%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444415%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_004/780x0__r.jpg?hash=1774444415 not downloaded yet
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000430%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_004/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:59:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 7000419auction111024
2026-03-25 16:59:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 7000419auction111024
2026-03-25 16:59:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 7000419auction111024 to the API
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000419/photo_004/780x0__r.jpg?hash=1774443899>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f897dcb4-6116-58b2-98d5-07eff721b784',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000419',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 182475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 7,
'seller_name': None,
'title': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Business GPS '
'5d',
'transmission': 'automatic',
'trim': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Business GPS '
'5d',
'vin': None,
'year': 2020}
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000419auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [ecarstrade.be] INFO: Saving data for 7000419auction111024: {'created_time': 1774457974.635655, 'last_price_update_time': 1774457974.635666, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000419auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_002/780x0__r.jpg?hash=1774444299> (referer: https://ecarstrade.com/cars/7000769)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_001/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000430)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_001/780x0__r.jpg?hash=1774444299> (referer: https://ecarstrade.com/cars/7000769)
2026-03-25 16:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_001/780x0__r.jpg?hash=1774444415> (referer: https://ecarstrade.com/cars/7000812)
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000769%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444299%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_006/780x0__r.jpg?hash=1774444299 not downloaded yet
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000812%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444415%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_005/780x0__r.jpg?hash=1774444415 not downloaded yet
2026-03-25 16:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000430%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_005/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:59:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e929611f-6ab6-58d0-bef1-05b86c3415e2
2026-03-25 16:59:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e929611f-6ab6-58d0-bef1-05b86c3415e2, skipping ID generation
2026-03-25 16:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e929611f-6ab6-58d0-bef1-05b86c3415e2 with scrape type 1
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e929611f-6ab6-58d0-bef1-05b86c3415e2 sending to next pipeline
2026-03-25 16:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e929611f-6ab6-58d0-bef1-05b86c3415e2, identifier: 7000699auction111024
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95cffc2b-0cab-5015-bbff-f411663087d9
2026-03-25 16:59:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95cffc2b-0cab-5015-bbff-f411663087d9, skipping ID generation
2026-03-25 16:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95cffc2b-0cab-5015-bbff-f411663087d9 with scrape type 1
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95cffc2b-0cab-5015-bbff-f411663087d9 sending to next pipeline
2026-03-25 16:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95cffc2b-0cab-5015-bbff-f411663087d9, identifier: 7000404auction111024
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dbfd400f-316f-5755-bafc-874fa8d5096f
2026-03-25 16:59:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dbfd400f-316f-5755-bafc-874fa8d5096f, skipping ID generation
2026-03-25 16:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbfd400f-316f-5755-bafc-874fa8d5096f with scrape type 1
2026-03-25 16:59:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dbfd400f-316f-5755-bafc-874fa8d5096f sending to next pipeline
2026-03-25 16:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbfd400f-316f-5755-bafc-874fa8d5096f, identifier: 7000425auction111024
2026-03-25 16:59:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 7000699auction111024
2026-03-25 16:59:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 7000699auction111024
2026-03-25 16:59:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 7000699auction111024 to the API
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000699/photo_001/780x0__r.jpg?hash=1774444135>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e929611f-6ab6-58d0-bef1-05b86c3415e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000699',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 110186,
'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': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'vin': None,
'year': 2021}
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000699auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:35 [ecarstrade.be] INFO: Saving data for 7000699auction111024: {'created_time': 1774457975.245836, 'last_price_update_time': 1774457975.245846, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000699auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 7000404auction111024
2026-03-25 16:59:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 7000404auction111024
2026-03-25 16:59:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 7000404auction111024 to the API
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000404/photo_002/780x0__r.jpg?hash=1774443864>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '95cffc2b-0cab-5015-bbff-f411663087d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000404',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3',
'odometer': 61155,
'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': 'Citroën C3 1.2 PureTech 83 S&S MAN Live 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 83 S&S MAN Live 5d',
'vin': None,
'year': 2022}
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000404auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:35 [ecarstrade.be] INFO: Saving data for 7000404auction111024: {'created_time': 1774457975.54121, 'last_price_update_time': 1774457975.54122, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000404auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbfd400f-316f-5755-bafc-874fa8d5096f with identifier: 7000425auction111024
2026-03-25 16:59:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbfd400f-316f-5755-bafc-874fa8d5096f with identifier: 7000425auction111024
2026-03-25 16:59:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbfd400f-316f-5755-bafc-874fa8d5096f with identifier: 7000425auction111024 to the API
2026-03-25 16:59:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000425/photo_004/780x0__r.jpg?hash=1774443922>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'dbfd400f-316f-5755-bafc-874fa8d5096f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000425',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 55907,
'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 SCe 65 Comfort 5d !! Technical issues !! rolling car',
'transmission': 'manual',
'trim': 'SCe 65 Comfort 5d !! Technical issues !! rolling car',
'vin': None,
'year': 2022}
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000425auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:36 [ecarstrade.be] INFO: Saving data for 7000425auction111024: {'created_time': 1774457976.358834, 'last_price_update_time': 1774457976.35885, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000425auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000812%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444415%27 HTTP/1.1" 200 None
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_006/780x0__r.jpg?hash=1774444415 not downloaded yet
2026-03-25 16:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000430%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443924%27 HTTP/1.1" 200 None
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_006/780x0__r.jpg?hash=1774443924 not downloaded yet
2026-03-25 16:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_003/780x0__r.jpg?hash=1774444299> (referer: https://ecarstrade.com/cars/7000769)
2026-03-25 16:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_002/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000430)
2026-03-25 16:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_002/780x0__r.jpg?hash=1774444415> (referer: https://ecarstrade.com/cars/7000812)
2026-03-25 16:59:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994990> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_005/780x0__r.jpg?hash=1774443746> (referer: https://ecarstrade.com/cars/7000357)
2026-03-25 16:59:42 [ecarstrade.be] INFO: Extracting details for car 6994990auction110949
2026-03-25 16:59:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c4b2bd8-a208-5de6-a68e-f1369657cf76 with identifier: 6994990auction110949
2026-03-25 16:59:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c4b2bd8-a208-5de6-a68e-f1369657cf76 with scrape type 2
2026-03-25 16:59:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c4b2bd8-a208-5de6-a68e-f1369657cf76 with scrape type 2
2026-03-25 16:59:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c4b2bd8-a208-5de6-a68e-f1369657cf76, identifier: 6994990auction110949
2026-03-25 16:59:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c4b2bd8-a208-5de6-a68e-f1369657cf76 with identifier: 6994990auction110949
2026-03-25 16:59:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c4b2bd8-a208-5de6-a68e-f1369657cf76 with identifier: 6994990auction110949
2026-03-25 16:59:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c4b2bd8-a208-5de6-a68e-f1369657cf76 with identifier: 6994990auction110949 to the API
2026-03-25 16:59:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994990>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '4c4b2bd8-a208-5de6-a68e-f1369657cf76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994990',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 52874,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-26',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994990auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:45 [ecarstrade.be] INFO: Saving data for 6994990auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365636.848551, 'last_price_update_time': 1774457985.140108}
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994990auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_004/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000430)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994895> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994985> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994894> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994987> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994986> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994989> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_004/780x0__r.jpg?hash=1774444415> (referer: https://ecarstrade.com/cars/7000812)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_006/780x0__r.jpg?hash=1774444415> (referer: https://ecarstrade.com/cars/7000812)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_006/780x0__r.jpg?hash=1774444299> (referer: https://ecarstrade.com/cars/7000769)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_006/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000430)
2026-03-25 16:59:45 [ecarstrade.be] INFO: Extracting details for car 6994895auction110949
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_005/780x0__r.jpg?hash=1774444299> (referer: https://ecarstrade.com/cars/7000769)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_005/780x0__r.jpg?hash=1774444415> (referer: https://ecarstrade.com/cars/7000812)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_003/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000430)
2026-03-25 16:59:45 [ecarstrade.be] INFO: Extracting details for car 6994985auction110949
2026-03-25 16:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d65c62ad-f9b4-56e5-a6a1-10b904f1d105 with identifier: 6994895auction110949
2026-03-25 16:59:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d65c62ad-f9b4-56e5-a6a1-10b904f1d105 with scrape type 2
2026-03-25 16:59:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d65c62ad-f9b4-56e5-a6a1-10b904f1d105 with scrape type 2
2026-03-25 16:59:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d65c62ad-f9b4-56e5-a6a1-10b904f1d105, identifier: 6994895auction110949
2026-03-25 16:59:45 [ecarstrade.be] INFO: Extracting details for car 6994894auction110949
2026-03-25 16:59:45 [ecarstrade.be] INFO: Extracting details for car 6994987auction110949
2026-03-25 16:59:45 [ecarstrade.be] INFO: Extracting details for car 6994986auction110949
2026-03-25 16:59:45 [ecarstrade.be] INFO: Extracting details for car 6994989auction110949
2026-03-25 16:59:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d65c62ad-f9b4-56e5-a6a1-10b904f1d105 with identifier: 6994895auction110949
2026-03-25 16:59:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d65c62ad-f9b4-56e5-a6a1-10b904f1d105 with identifier: 6994895auction110949
2026-03-25 16:59:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d65c62ad-f9b4-56e5-a6a1-10b904f1d105 with identifier: 6994895auction110949 to the API
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994895>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'd65c62ad-f9b4-56e5-a6a1-10b904f1d105',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994895',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 58063,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994895auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:45 [ecarstrade.be] INFO: Saving data for 6994895auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365637.320844, 'last_price_update_time': 1774457985.837129}
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994895auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_005/780x0__r.jpg?hash=1774443924> (referer: https://ecarstrade.com/cars/7000430)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_002/780x0__r.jpg?hash=1774443746> (referer: https://ecarstrade.com/cars/7000357)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_004/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000717)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_003/780x0__r.jpg?hash=1774444415> (referer: https://ecarstrade.com/cars/7000812)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_004/780x0__r.jpg?hash=1774443746> (referer: https://ecarstrade.com/cars/7000357)
2026-03-25 16:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_003/780x0__r.jpg?hash=1774443746> (referer: https://ecarstrade.com/cars/7000357)
2026-03-25 16:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9131822b-b745-5f69-8843-17af57437abb with identifier: 6994985auction110949
2026-03-25 16:59:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9131822b-b745-5f69-8843-17af57437abb with scrape type 2
2026-03-25 16:59:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9131822b-b745-5f69-8843-17af57437abb with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9131822b-b745-5f69-8843-17af57437abb, identifier: 6994985auction110949
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 16:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_004/780x0__r.jpg?hash=1774444299> (referer: https://ecarstrade.com/cars/7000769)
2026-03-25 16:59:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9131822b-b745-5f69-8843-17af57437abb with identifier: 6994985auction110949
2026-03-25 16:59:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9131822b-b745-5f69-8843-17af57437abb with identifier: 6994985auction110949
2026-03-25 16:59:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9131822b-b745-5f69-8843-17af57437abb with identifier: 6994985auction110949 to the API
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994985>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '9131822b-b745-5f69-8843-17af57437abb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994985',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 33988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-08',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994985auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Saving data for 6994985auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365632.967836, 'last_price_update_time': 1774457986.316143}
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994985auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f133b76b-23e5-5e82-aaba-1c7990a40a36 with identifier: 6994894auction110949
2026-03-25 16:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f133b76b-23e5-5e82-aaba-1c7990a40a36 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f133b76b-23e5-5e82-aaba-1c7990a40a36 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f133b76b-23e5-5e82-aaba-1c7990a40a36, identifier: 6994894auction110949
2026-03-25 16:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f65146d1-670f-5dac-b346-cbeae8ed9600 with identifier: 6994987auction110949
2026-03-25 16:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f65146d1-670f-5dac-b346-cbeae8ed9600 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f65146d1-670f-5dac-b346-cbeae8ed9600 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f65146d1-670f-5dac-b346-cbeae8ed9600, identifier: 6994987auction110949
2026-03-25 16:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4e12e5f-601a-566d-9e18-71a88ad65075 with identifier: 6994986auction110949
2026-03-25 16:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4e12e5f-601a-566d-9e18-71a88ad65075 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4e12e5f-601a-566d-9e18-71a88ad65075 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4e12e5f-601a-566d-9e18-71a88ad65075, identifier: 6994986auction110949
2026-03-25 16:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04 with identifier: 6994989auction110949
2026-03-25 16:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04 with scrape type 2
2026-03-25 16:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04, identifier: 6994989auction110949
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001120auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001120auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001120auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001123auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001123auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001123auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001110auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001110auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001110auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001245auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001245auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001245auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001189auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001189auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001189auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001242auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001242auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001242auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001162auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001162auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001162auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001217auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001217auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001217auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001111auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001111auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001111auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001231auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001231auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001231auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001114auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001114auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001114auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001142auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001142auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001142auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001165auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001165auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001165auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001218auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001218auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001218auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001122auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001122auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001122auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001126auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001126auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001126auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001239auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001239auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001239auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001184auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001184auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001184auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001198auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001198auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001198auction111032: 0
2026-03-25 16:59:46 [ecarstrade.be] INFO: Found listing with ID: 7001146auction111032
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001146auction111032%27 HTTP/1.1" 200 None
2026-03-25 16:59:46 [ecarstrade.be] INFO: Scrape type for 7001146auction111032: 0
2026-03-25 16:59:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f133b76b-23e5-5e82-aaba-1c7990a40a36 with identifier: 6994894auction110949
2026-03-25 16:59:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f133b76b-23e5-5e82-aaba-1c7990a40a36 with identifier: 6994894auction110949
2026-03-25 16:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f133b76b-23e5-5e82-aaba-1c7990a40a36 with identifier: 6994894auction110949 to the API
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994894>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'f133b76b-23e5-5e82-aaba-1c7990a40a36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994894',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 26024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-15',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 MAXI CONFORT',
'vin': None,
'year': 2021}
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994894auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:47 [ecarstrade.be] INFO: Saving data for 6994894auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365634.257365, 'last_price_update_time': 1774457987.447779}
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994894auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f65146d1-670f-5dac-b346-cbeae8ed9600 with identifier: 6994987auction110949
2026-03-25 16:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f65146d1-670f-5dac-b346-cbeae8ed9600 with identifier: 6994987auction110949
2026-03-25 16:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f65146d1-670f-5dac-b346-cbeae8ed9600 with identifier: 6994987auction110949 to the API
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994987>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'f65146d1-670f-5dac-b346-cbeae8ed9600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994987',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 35753,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-07',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16: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%276994987auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:47 [ecarstrade.be] INFO: Saving data for 6994987auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365619.278589, 'last_price_update_time': 1774457987.795214}
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994987auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4e12e5f-601a-566d-9e18-71a88ad65075 with identifier: 6994986auction110949
2026-03-25 16:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4e12e5f-601a-566d-9e18-71a88ad65075 with identifier: 6994986auction110949
2026-03-25 16:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4e12e5f-601a-566d-9e18-71a88ad65075 with identifier: 6994986auction110949 to the API
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994986>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'f4e12e5f-601a-566d-9e18-71a88ad65075',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994986',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 34939,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994986auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:48 [ecarstrade.be] INFO: Saving data for 6994986auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365613.781415, 'last_price_update_time': 1774457988.058485}
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994986auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04 with identifier: 6994989auction110949
2026-03-25 16:59:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04 with identifier: 6994989auction110949
2026-03-25 16:59:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04 with identifier: 6994989auction110949 to the API
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994989>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '08f4fd6c-dbce-52f3-aaa3-73a1c64b7c04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994989',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 48051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-10',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994989auction110949%27 HTTP/1.1" 200 None
2026-03-25 16:59:48 [ecarstrade.be] INFO: Saving data for 6994989auction110949: {'auction_closing_time': 1774611600.0, 'created_time': 1774365617.784791, 'last_price_update_time': 1774457988.349502}
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994989auction110949') HTTP/1.1" 204 0
2026-03-25 16:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_006/780x0__r.jpg?hash=1774444357> (referer: https://ecarstrade.com/cars/7000789)
2026-03-25 16:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_002/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000717)
2026-03-25 16:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_006/780x0__r.jpg?hash=1774444174> (referer: https://ecarstrade.com/cars/7000719)
2026-03-25 16:59:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a
2026-03-25 16:59:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a, skipping ID generation
2026-03-25 16:59:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with scrape type 1
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a sending to next pipeline
2026-03-25 16:59:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a, identifier: 7000430auction111024
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb
2026-03-25 16:59:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb, skipping ID generation
2026-03-25 16:59:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with scrape type 1
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb sending to next pipeline
2026-03-25 16:59:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb, identifier: 7000812auction111024
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dac610f2-e73b-5c7a-b5a7-4fb646205dd5
2026-03-25 16:59:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dac610f2-e73b-5c7a-b5a7-4fb646205dd5, skipping ID generation
2026-03-25 16:59:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac610f2-e73b-5c7a-b5a7-4fb646205dd5 with scrape type 1
2026-03-25 16:59:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dac610f2-e73b-5c7a-b5a7-4fb646205dd5 sending to next pipeline
2026-03-25 16:59:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dac610f2-e73b-5c7a-b5a7-4fb646205dd5, identifier: 7000357auction111024
2026-03-25 16:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_001/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000717)
2026-03-25 16:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_003/780x0__r.jpg?hash=1774444171> (referer: https://ecarstrade.com/cars/7000717)
2026-03-25 16:59:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 7000430auction111024
2026-03-25 16:59:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 7000430auction111024
2026-03-25 16:59:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 7000430auction111024 to the API
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000430/photo_005/780x0__r.jpg?hash=1774443924>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '4fd439f0-f49d-5cf8-b75f-51512e48ef9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000430',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Focus',
'odometer': 149780,
'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': 'Ford Focus Clipper 1.0i EcoBoost 92kW Aut. Connected 5d',
'transmission': 'automatic',
'trim': 'Clipper 1.0i EcoBoost 92kW Aut. Connected 5d',
'vin': None,
'year': 2021}
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000430auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:49 [ecarstrade.be] INFO: Saving data for 7000430auction111024: {'created_time': 1774457989.033473, 'last_price_update_time': 1774457989.033484, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000430auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 7000812auction111024
2026-03-25 16:59:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 7000812auction111024
2026-03-25 16:59:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 7000812auction111024 to the API
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000812/photo_003/780x0__r.jpg?hash=1774444415>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5f57c846-b55f-538f-97f4-9fb02cd1c8fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000812',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 175150,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Golf VII Var.FL'16, Volkswagen Golf Variant 1.6 TDi SCR 85kW "
'Join 5d',
'transmission': 'manual',
'trim': "VW, VII Var.FL'16, Variant 1.6 TDi SCR 85kW Join 5d",
'vin': None,
'year': 2019}
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000812auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:49 [ecarstrade.be] INFO: Saving data for 7000812auction111024: {'created_time': 1774457989.354494, 'last_price_update_time': 1774457989.354506, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000812auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dac610f2-e73b-5c7a-b5a7-4fb646205dd5 with identifier: 7000357auction111024
2026-03-25 16:59:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dac610f2-e73b-5c7a-b5a7-4fb646205dd5 with identifier: 7000357auction111024
2026-03-25 16:59:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dac610f2-e73b-5c7a-b5a7-4fb646205dd5 with identifier: 7000357auction111024 to the API
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000357/photo_003/780x0__r.jpg?hash=1774443746>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'dac610f2-e73b-5c7a-b5a7-4fb646205dd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000357',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'BMW 218 Active Tourer',
'odometer': 115335,
'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': "BMW, 2-serie Act.Tour '18, BMW 2 Reeks Active Tourer 218i (100kW) "
'5d',
'transmission': 'manual',
'trim': "BMW, 2-serie Act.Tour '18, BMW 2 Reeks Active Tourer 218i (100kW) 5d",
'vin': None,
'year': 2020}
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000357auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:49 [ecarstrade.be] INFO: Saving data for 7000357auction111024: {'created_time': 1774457989.673745, 'last_price_update_time': 1774457989.673756, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000357auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7598fd58-abba-5ba8-82b7-719e45ba10cc
2026-03-25 16:59:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7598fd58-abba-5ba8-82b7-719e45ba10cc, skipping ID generation
2026-03-25 16:59:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7598fd58-abba-5ba8-82b7-719e45ba10cc with scrape type 1
2026-03-25 16:59:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7598fd58-abba-5ba8-82b7-719e45ba10cc sending to next pipeline
2026-03-25 16:59:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7598fd58-abba-5ba8-82b7-719e45ba10cc, identifier: 7000769auction111024
2026-03-25 16:59:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_005/780x0__r.jpg?hash=1774444174> (referer: https://ecarstrade.com/cars/7000719)
2026-03-25 16:59:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_005/780x0__r.jpg?hash=1774444356> (referer: https://ecarstrade.com/cars/7000789)
2026-03-25 16:59:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7598fd58-abba-5ba8-82b7-719e45ba10cc with identifier: 7000769auction111024
2026-03-25 16:59:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7598fd58-abba-5ba8-82b7-719e45ba10cc with identifier: 7000769auction111024
2026-03-25 16:59:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7598fd58-abba-5ba8-82b7-719e45ba10cc with identifier: 7000769auction111024 to the API
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000769/photo_004/780x0__r.jpg?hash=1774444299>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '7598fd58-abba-5ba8-82b7-719e45ba10cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000769',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 61788,
'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': 5,
'seller_name': None,
'title': 'RENAULT KANGOO Maxi ZE 33 B-Buy 5 place',
'transmission': 'manual',
'trim': 'RENAULT KANGOO Maxi ZE 33 B-Buy 5 place',
'vin': None,
'year': 2019}
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000769auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:50 [ecarstrade.be] INFO: Saving data for 7000769auction111024: {'created_time': 1774457990.038637, 'last_price_update_time': 1774457990.038648, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000769auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_004/780x0__r.jpg?hash=1774444356> (referer: https://ecarstrade.com/cars/7000789)
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 776f6e52-d62a-574e-ac5b-b9fe888c600a
2026-03-25 16:59:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 776f6e52-d62a-574e-ac5b-b9fe888c600a, skipping ID generation
2026-03-25 16:59:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 776f6e52-d62a-574e-ac5b-b9fe888c600a with scrape type 1
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 776f6e52-d62a-574e-ac5b-b9fe888c600a sending to next pipeline
2026-03-25 16:59:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 776f6e52-d62a-574e-ac5b-b9fe888c600a, identifier: 7000717auction111024
2026-03-25 16:59:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 776f6e52-d62a-574e-ac5b-b9fe888c600a with identifier: 7000717auction111024
2026-03-25 16:59:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 776f6e52-d62a-574e-ac5b-b9fe888c600a with identifier: 7000717auction111024
2026-03-25 16:59:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 776f6e52-d62a-574e-ac5b-b9fe888c600a with identifier: 7000717auction111024 to the API
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000717/photo_003/780x0__r.jpg?hash=1774444171>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '776f6e52-d62a-574e-ac5b-b9fe888c600a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000717',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 52002,
'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-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000717auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:50 [ecarstrade.be] INFO: Saving data for 7000717auction111024: {'created_time': 1774457990.458265, 'last_price_update_time': 1774457990.458275, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000717auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_003/780x0__r.jpg?hash=1774444356> (referer: https://ecarstrade.com/cars/7000789)
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_003/780x0__r.jpg?hash=1774444174> (referer: https://ecarstrade.com/cars/7000719)
2026-03-25 16:59:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_006/780x0__r.jpg?hash=1774444296> (referer: https://ecarstrade.com/cars/7000767)
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_002/780x0__r.jpg?hash=1774444174> (referer: https://ecarstrade.com/cars/7000719)
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_002/780x0__r.jpg?hash=1774444357> (referer: https://ecarstrade.com/cars/7000789)
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_001/780x0__r.jpg?hash=1774444174> (referer: https://ecarstrade.com/cars/7000719)
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_005/780x0__r.jpg?hash=1774444296> (referer: https://ecarstrade.com/cars/7000767)
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_001/780x0__r.jpg?hash=1774444356> (referer: https://ecarstrade.com/cars/7000789)
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c8aa5272-ef98-5eb2-83ed-1f5e4be16828
2026-03-25 16:59:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8aa5272-ef98-5eb2-83ed-1f5e4be16828, skipping ID generation
2026-03-25 16:59:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with scrape type 1
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 sending to next pipeline
2026-03-25 16:59:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8aa5272-ef98-5eb2-83ed-1f5e4be16828, identifier: 7000719auction111024
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7eb62095-505d-5beb-86ef-922939ae73b6
2026-03-25 16:59:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7eb62095-505d-5beb-86ef-922939ae73b6, skipping ID generation
2026-03-25 16:59:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eb62095-505d-5beb-86ef-922939ae73b6 with scrape type 1
2026-03-25 16:59:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7eb62095-505d-5beb-86ef-922939ae73b6 sending to next pipeline
2026-03-25 16:59:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7eb62095-505d-5beb-86ef-922939ae73b6, identifier: 7000767auction111024
2026-03-25 16:59:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 7000719auction111024
2026-03-25 16:59:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 7000719auction111024
2026-03-25 16:59:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 7000719auction111024 to the API
2026-03-25 16:59:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000719/photo_001/780x0__r.jpg?hash=1774444174>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c8aa5272-ef98-5eb2-83ed-1f5e4be16828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000719',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 54506,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Crossland '20, Opel Crossland 1.2 81kW Turbo S/S Elegance 5d",
'transmission': 'manual',
'trim': ", Crossland '20, Crossland 1.2 81kW Turbo S/S Elegance 5d",
'vin': None,
'year': 2021}
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000719auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:51 [ecarstrade.be] INFO: Saving data for 7000719auction111024: {'created_time': 1774457991.292639, 'last_price_update_time': 1774457991.29265, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000719auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7eb62095-505d-5beb-86ef-922939ae73b6 with identifier: 7000767auction111024
2026-03-25 16:59:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7eb62095-505d-5beb-86ef-922939ae73b6 with identifier: 7000767auction111024
2026-03-25 16:59:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7eb62095-505d-5beb-86ef-922939ae73b6 with identifier: 7000767auction111024 to the API
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000767/photo_005/780x0__r.jpg?hash=1774444296>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '7eb62095-505d-5beb-86ef-922939ae73b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000767',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Captur',
'odometer': 85221,
'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': "Renault, Captur '19, Renault Captur TCe 130 GPF Intens 5d",
'transmission': 'manual',
'trim': ", '19, TCe 130 GPF Intens 5d",
'vin': None,
'year': 2021}
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000767auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:51 [ecarstrade.be] INFO: Saving data for 7000767auction111024: {'created_time': 1774457991.568536, 'last_price_update_time': 1774457991.568546, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000767auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4
2026-03-25 16:59:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 742ba5f6-3871-5620-9fe7-f6eacd71c1d4, skipping ID generation
2026-03-25 16:59:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 with scrape type 1
2026-03-25 16:59:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 sending to next pipeline
2026-03-25 16:59:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 742ba5f6-3871-5620-9fe7-f6eacd71c1d4, identifier: 7000789auction111024
2026-03-25 16:59:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 with identifier: 7000789auction111024
2026-03-25 16:59:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 with identifier: 7000789auction111024
2026-03-25 16:59:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 742ba5f6-3871-5620-9fe7-f6eacd71c1d4 with identifier: 7000789auction111024 to the API
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000789/photo_001/780x0__r.jpg?hash=1774444356>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': '742ba5f6-3871-5620-9fe7-f6eacd71c1d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000789',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 186225,
'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': "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': 2021}
2026-03-25 16:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000789auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:52 [ecarstrade.be] INFO: Saving data for 7000789auction111024: {'created_time': 1774457992.013839, 'last_price_update_time': 1774457992.013849, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000789auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000724> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:56 [ecarstrade.be] INFO: Extracting details for car 7000724auction111024
2026-03-25 16:59:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 7000724auction111024
2026-03-25 16:59:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b949c42d-e91b-5803-a37e-5c833972964e with scrape type 1
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000724%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444183%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_001/780x0__r.jpg?hash=1774444183 not downloaded yet
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000724%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444183%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_002/780x0__r.jpg?hash=1774444183 not downloaded yet
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000724%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444184%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_003/780x0__r.jpg?hash=1774444184 not downloaded yet
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000724%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444183%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_004/780x0__r.jpg?hash=1774444183 not downloaded yet
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000724%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444183%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_005/780x0__r.jpg?hash=1774444183 not downloaded yet
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000724%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444183%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_006/780x0__r.jpg?hash=1774444183 not downloaded yet
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_001/780x0__r.jpg?hash=1774444183> (referer: https://ecarstrade.com/cars/7000724)
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_002/780x0__r.jpg?hash=1774444183> (referer: https://ecarstrade.com/cars/7000724)
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_003/780x0__r.jpg?hash=1774444184> (referer: https://ecarstrade.com/cars/7000724)
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_005/780x0__r.jpg?hash=1774444183> (referer: https://ecarstrade.com/cars/7000724)
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_004/780x0__r.jpg?hash=1774444183> (referer: https://ecarstrade.com/cars/7000724)
2026-03-25 16:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_006/780x0__r.jpg?hash=1774444183> (referer: https://ecarstrade.com/cars/7000724)
2026-03-25 16:59:56 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 16:59:56 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:59:56 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:59:56 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:59:56 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:59:56 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 16:59:56 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 16:59:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b949c42d-e91b-5803-a37e-5c833972964e
2026-03-25 16:59:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b949c42d-e91b-5803-a37e-5c833972964e, skipping ID generation
2026-03-25 16:59:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b949c42d-e91b-5803-a37e-5c833972964e with scrape type 1
2026-03-25 16:59:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b949c42d-e91b-5803-a37e-5c833972964e sending to next pipeline
2026-03-25 16:59:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b949c42d-e91b-5803-a37e-5c833972964e, identifier: 7000724auction111024
2026-03-25 16:59:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 7000724auction111024
2026-03-25 16:59:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 7000724auction111024
2026-03-25 16:59:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 7000724auction111024 to the API
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000724/photo_006/780x0__r.jpg?hash=1774444183>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b949c42d-e91b-5803-a37e-5c833972964e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000724',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 157082,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000724auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [ecarstrade.be] INFO: Saving data for 7000724auction111024: {'created_time': 1774457997.088672, 'last_price_update_time': 1774457997.088684, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000724auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000428> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000721> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000424> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:57 [ecarstrade.be] INFO: Extracting details for car 7000428auction111024
2026-03-25 16:59:57 [ecarstrade.be] INFO: Extracting details for car 7000721auction111024
2026-03-25 16:59:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 7000428auction111024
2026-03-25 16:59:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b86b7c-dd5c-567e-911b-df562a93440d with scrape type 1
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000428%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443923%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_001/780x0__r.jpg?hash=1774443923 not downloaded yet
2026-03-25 16:59:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 7000721auction111024
2026-03-25 16:59:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b04e0a-de38-584d-9355-9f8f2603f0d2 with scrape type 1
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000721%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444178%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_001/780x0__r.jpg?hash=1774444178 not downloaded yet
2026-03-25 16:59:57 [ecarstrade.be] INFO: Extracting details for car 7000424auction111024
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000428%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443923%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_002/780x0__r.jpg?hash=1774443923 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000721%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444178%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_002/780x0__r.jpg?hash=1774444178 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000713> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000428%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443923%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_003/780x0__r.jpg?hash=1774443923 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000721%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444177%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_003/780x0__r.jpg?hash=1774444177 not downloaded yet
2026-03-25 16:59:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 7000424auction111024
2026-03-25 16:59:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 885bd30b-4729-568a-86d3-5107327412bc with scrape type 1
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000424%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443914%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_001/780x0__r.jpg?hash=1774443914 not downloaded yet
2026-03-25 16:59:57 [ecarstrade.be] INFO: Extracting details for car 7000713auction111024
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000428%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443923%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_004/780x0__r.jpg?hash=1774443923 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000721%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444177%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_004/780x0__r.jpg?hash=1774444177 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_001/780x0__r.jpg?hash=1774443923> (referer: https://ecarstrade.com/cars/7000428)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_001/780x0__r.jpg?hash=1774444178> (referer: https://ecarstrade.com/cars/7000721)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000424%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443914%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_002/780x0__r.jpg?hash=1774443914 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000428%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443923%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_005/780x0__r.jpg?hash=1774443923 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000721%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444177%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_005/780x0__r.jpg?hash=1774444177 not downloaded yet
2026-03-25 16:59:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 7000713auction111024
2026-03-25 16:59:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb004870-9aea-51b9-8aca-6d5587c0ec34 with scrape type 1
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000713%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444160%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_001/780x0__r.jpg?hash=1774444160 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000424%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443914%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_003/780x0__r.jpg?hash=1774443914 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_002/780x0__r.jpg?hash=1774443923> (referer: https://ecarstrade.com/cars/7000428)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_002/780x0__r.jpg?hash=1774444178> (referer: https://ecarstrade.com/cars/7000721)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000428%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443923%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_006/780x0__r.jpg?hash=1774443923 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000721%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444177%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_006/780x0__r.jpg?hash=1774444177 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000713%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444160%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_002/780x0__r.jpg?hash=1774444160 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_003/780x0__r.jpg?hash=1774443923> (referer: https://ecarstrade.com/cars/7000428)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_003/780x0__r.jpg?hash=1774444177> (referer: https://ecarstrade.com/cars/7000721)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000424%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443914%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_004/780x0__r.jpg?hash=1774443914 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_001/780x0__r.jpg?hash=1774443914> (referer: https://ecarstrade.com/cars/7000424)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_004/780x0__r.jpg?hash=1774443923> (referer: https://ecarstrade.com/cars/7000428)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000713%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444162%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_003/780x0__r.jpg?hash=1774444162 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_004/780x0__r.jpg?hash=1774444177> (referer: https://ecarstrade.com/cars/7000721)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000424%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443914%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_005/780x0__r.jpg?hash=1774443914 not downloaded yet
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000713%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444160%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_004/780x0__r.jpg?hash=1774444160 not downloaded yet
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000424%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443914%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_006/780x0__r.jpg?hash=1774443914 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_002/780x0__r.jpg?hash=1774443914> (referer: https://ecarstrade.com/cars/7000424)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000713%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444160%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_005/780x0__r.jpg?hash=1774444160 not downloaded yet
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_003/780x0__r.jpg?hash=1774443914> (referer: https://ecarstrade.com/cars/7000424)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_005/780x0__r.jpg?hash=1774443923> (referer: https://ecarstrade.com/cars/7000428)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_001/780x0__r.jpg?hash=1774444160> (referer: https://ecarstrade.com/cars/7000713)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_005/780x0__r.jpg?hash=1774444177> (referer: https://ecarstrade.com/cars/7000721)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_002/780x0__r.jpg?hash=1774444160> (referer: https://ecarstrade.com/cars/7000713)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_006/780x0__r.jpg?hash=1774444177> (referer: https://ecarstrade.com/cars/7000721)
2026-03-25 16:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59: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%252F7000713%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444160%27 HTTP/1.1" 200 None
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_006/780x0__r.jpg?hash=1774444160 not downloaded yet
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_006/780x0__r.jpg?hash=1774443923> (referer: https://ecarstrade.com/cars/7000428)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_003/780x0__r.jpg?hash=1774444162> (referer: https://ecarstrade.com/cars/7000713)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_005/780x0__r.jpg?hash=1774444160> (referer: https://ecarstrade.com/cars/7000713)
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_006/780x0__r.jpg?hash=1774443914> (referer: https://ecarstrade.com/cars/7000424)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_005/780x0__r.jpg?hash=1774443914> (referer: https://ecarstrade.com/cars/7000424)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_004/780x0__r.jpg?hash=1774444160> (referer: https://ecarstrade.com/cars/7000713)
2026-03-25 16:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_004/780x0__r.jpg?hash=1774443914> (referer: https://ecarstrade.com/cars/7000424)
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_006/780x0__r.jpg?hash=1774444160> (referer: https://ecarstrade.com/cars/7000713)
2026-03-25 16:59:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a0b04e0a-de38-584d-9355-9f8f2603f0d2
2026-03-25 16:59:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0b04e0a-de38-584d-9355-9f8f2603f0d2, skipping ID generation
2026-03-25 16:59:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b04e0a-de38-584d-9355-9f8f2603f0d2 with scrape type 1
2026-03-25 16:59:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0b04e0a-de38-584d-9355-9f8f2603f0d2 sending to next pipeline
2026-03-25 16:59:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0b04e0a-de38-584d-9355-9f8f2603f0d2, identifier: 7000721auction111024
2026-03-25 16:59:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 7000721auction111024
2026-03-25 16:59:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 7000721auction111024
2026-03-25 16:59:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 7000721auction111024 to the API
2026-03-25 16:59:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:59:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000721/photo_006/780x0__r.jpg?hash=1774444177>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a0b04e0a-de38-584d-9355-9f8f2603f0d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000721',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 146268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000721auction111024%27 HTTP/1.1" 200 None
2026-03-25 16:59:59 [ecarstrade.be] INFO: Saving data for 7000721auction111024: {'created_time': 1774457999.348671, 'last_price_update_time': 1774457999.348681, 'auction_closing_time': 1774606200.0}
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000721auction111024') HTTP/1.1" 204 0
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8b86b7c-dd5c-567e-911b-df562a93440d
2026-03-25 16:59:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8b86b7c-dd5c-567e-911b-df562a93440d, skipping ID generation
2026-03-25 16:59:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b86b7c-dd5c-567e-911b-df562a93440d with scrape type 1
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8b86b7c-dd5c-567e-911b-df562a93440d sending to next pipeline
2026-03-25 16:59:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8b86b7c-dd5c-567e-911b-df562a93440d, identifier: 7000428auction111024
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 885bd30b-4729-568a-86d3-5107327412bc
2026-03-25 16:59:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 885bd30b-4729-568a-86d3-5107327412bc, skipping ID generation
2026-03-25 16:59:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 885bd30b-4729-568a-86d3-5107327412bc with scrape type 1
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 885bd30b-4729-568a-86d3-5107327412bc sending to next pipeline
2026-03-25 16:59:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 885bd30b-4729-568a-86d3-5107327412bc, identifier: 7000424auction111024
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb004870-9aea-51b9-8aca-6d5587c0ec34
2026-03-25 16:59:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb004870-9aea-51b9-8aca-6d5587c0ec34, skipping ID generation
2026-03-25 16:59:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb004870-9aea-51b9-8aca-6d5587c0ec34 with scrape type 1
2026-03-25 16:59:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb004870-9aea-51b9-8aca-6d5587c0ec34 sending to next pipeline
2026-03-25 16:59:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb004870-9aea-51b9-8aca-6d5587c0ec34, identifier: 7000713auction111024
2026-03-25 16:59:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 7000428auction111024
2026-03-25 16:59:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 7000428auction111024
2026-03-25 16:59:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 7000428auction111024 to the API
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:59:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000428/photo_006/780x0__r.jpg?hash=1774443923>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b8b86b7c-dd5c-567e-911b-df562a93440d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000428',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Focus',
'odometer': 138495,
'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': "Ford, Focus SW '18, Ford Focus Clipper 1.5 EcoBlue 88kW Aut. Trend "
'Ed.',
'transmission': 'automatic',
'trim': ", SW '18, Clipper 1.5 EcoBlue 88kW Aut. Trend Ed.",
'vin': None,
'year': 2019}
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000428auction111024%27 HTTP/1.1" 200 None
2026-03-25 17:00:00 [ecarstrade.be] INFO: Saving data for 7000428auction111024: {'created_time': 1774458000.072071, 'last_price_update_time': 1774458000.072083, 'auction_closing_time': 1774606200.0}
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000428auction111024') HTTP/1.1" 204 0
2026-03-25 17:00:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 7000424auction111024
2026-03-25 17:00:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 7000424auction111024
2026-03-25 17:00:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 7000424auction111024 to the API
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000424/photo_004/780x0__r.jpg?hash=1774443914>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': '885bd30b-4729-568a-86d3-5107327412bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000424',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 44279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Sandero SCe 65 Comfort 5d',
'transmission': 'manual',
'trim': 'SCe 65 Comfort 5d',
'vin': None,
'year': 2022}
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000424auction111024%27 HTTP/1.1" 200 None
2026-03-25 17:00:00 [ecarstrade.be] INFO: Saving data for 7000424auction111024: {'created_time': 1774458000.577994, 'last_price_update_time': 1774458000.57801, 'auction_closing_time': 1774606200.0}
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000424auction111024') HTTP/1.1" 204 0
2026-03-25 17:00:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 7000713auction111024
2026-03-25 17:00:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 7000713auction111024
2026-03-25 17:00:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 7000713auction111024 to the API
2026-03-25 17:00:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000713/photo_006/780x0__r.jpg?hash=1774444160>
{'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-27T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'bb004870-9aea-51b9-8aca-6d5587c0ec34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000713',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 82714,
'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-25 17:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%277000713auction111024%27 HTTP/1.1" 200 None
2026-03-25 17:00:01 [ecarstrade.be] INFO: Saving data for 7000713auction111024: {'created_time': 1774458001.791417, 'last_price_update_time': 1774458001.791433, 'auction_closing_time': 1774606200.0}
2026-03-25 17:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000713auction111024') HTTP/1.1" 204 0
2026-03-25 17:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:02 [ecarstrade.be] INFO: Found listing with ID: 7001088auction111031
2026-03-25 17:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001088auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:02 [ecarstrade.be] INFO: Scrape type for 7001088auction111031: 0
2026-03-25 17:00:02 [ecarstrade.be] INFO: Found listing with ID: 7001117auction111032
2026-03-25 17:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001117auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:02 [ecarstrade.be] INFO: Scrape type for 7001117auction111032: 0
2026-03-25 17:00:02 [ecarstrade.be] INFO: Found listing with ID: 7001096auction111031
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001096auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001096auction111031: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001197auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001197auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001197auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001194auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001194auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001194auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001237auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001237auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001237auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001234auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001234auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001234auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001160auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001160auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001160auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001119auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001119auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001119auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001091auction111031
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001091auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001091auction111031: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001150auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001150auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001150auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001238auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001238auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001238auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001164auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001164auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001164auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001196auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001196auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001196auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001141auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001141auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001141auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001171auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001171auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001171auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001235auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001235auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001235auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001158auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001158auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001158auction111032: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001109auction111031
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001109auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001109auction111031: 0
2026-03-25 17:00:03 [ecarstrade.be] INFO: Found listing with ID: 7001214auction111032
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001214auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:03 [ecarstrade.be] INFO: Scrape type for 7001214auction111032: 0
2026-03-25 17:00:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:06 [scrapy.extensions.logstats] INFO: Crawled 888 pages (at 32 pages/min), scraped 767 items (at 33 items/min)
2026-03-25 17:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:00:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001227auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001227auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001227auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001137auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001137auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001137auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001133auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001133auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001133auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001169auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001169auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001169auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001203auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001203auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001203auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001236auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001236auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001236auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001166auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001166auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001166auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001168auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001168auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001168auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001174auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001174auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001174auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001181auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001181auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001181auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001210auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001210auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001210auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001213auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001213auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001213auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001154auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001154auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001154auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001098auction111031
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001098auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001098auction111031: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001106auction111031
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001106auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001106auction111031: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001108auction111031
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001108auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001108auction111031: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001220auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001220auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001220auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001140auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001140auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001140auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001204auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001204auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001204auction111032: 0
2026-03-25 17:00:11 [ecarstrade.be] INFO: Found listing with ID: 7001208auction111032
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001208auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:11 [ecarstrade.be] INFO: Scrape type for 7001208auction111032: 0
2026-03-25 17:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001187auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001187auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001187auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001200auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001200auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001200auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001145auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001145auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001145auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001205auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001205auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001205auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001167auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001167auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001167auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001073auction111031
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001073auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001073auction111031: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001075auction111031
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001075auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001075auction111031: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001139auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001139auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001139auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001153auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001153auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001153auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001173auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001173auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001173auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001185auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001185auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001185auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001206auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001206auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001206auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001127auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001127auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001127auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001212auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001212auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001212auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001192auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001192auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001192auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001215auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001215auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001215auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001128auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001128auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001128auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001144auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001144auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001144auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001170auction111032
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001170auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001170auction111032: 0
2026-03-25 17:00:18 [ecarstrade.be] INFO: Found listing with ID: 7001094auction111031
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001094auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:18 [ecarstrade.be] INFO: Scrape type for 7001094auction111031: 0
2026-03-25 17:00:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001105auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001105auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001105auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001138auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001138auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001138auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001134auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001134auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001134auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001199auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001199auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001199auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001078auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001078auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001078auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001176auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001176auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001176auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001092auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001092auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001092auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001202auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001202auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001202auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001100auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001100auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001100auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001207auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001207auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001207auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001085auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001085auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001085auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001095auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001095auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001095auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001178auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001178auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001178auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001101auction111031
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001101auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001101auction111031: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001190auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001190auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001190auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001148auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001148auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001148auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001135auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001135auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001135auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001152auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001152auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001152auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001143auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001143auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001143auction111032: 0
2026-03-25 17:00:25 [ecarstrade.be] INFO: Found listing with ID: 7001179auction111032
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001179auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:25 [ecarstrade.be] INFO: Scrape type for 7001179auction111032: 0
2026-03-25 17:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001072auction111031
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001072auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001072auction111031: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001074auction111031
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001074auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001074auction111031: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001191auction111032
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001191auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001191auction111032: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001130auction111032
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001130auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001130auction111032: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001132auction111032
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001132auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001132auction111032: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001084auction111031
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001084auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001084auction111031: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001093auction111031
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001093auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001093auction111031: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001193auction111032
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001193auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001193auction111032: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001086auction111031
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001086auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001086auction111031: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001177auction111032
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001177auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001177auction111032: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001131auction111032
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001131auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:31 [ecarstrade.be] INFO: Scrape type for 7001131auction111032: 0
2026-03-25 17:00:31 [ecarstrade.be] INFO: Found listing with ID: 7001079auction111031
2026-03-25 17:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001079auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 7001079auction111031: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 7001182auction111032
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001182auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 7001182auction111032: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 7001077auction111031
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001077auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 7001077auction111031: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 7001129auction111032
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001129auction111032%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 7001129auction111032: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 7001076auction111031
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001076auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 7001076auction111031: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 7001083auction111031
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001083auction111031%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 7001083auction111031: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 6999259auction111006
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999259auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 6999259auction111006: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 6999261auction111006
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999261auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 6999261auction111006: 0
2026-03-25 17:00:32 [ecarstrade.be] INFO: Found listing with ID: 6999277auction111006
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999277auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:32 [ecarstrade.be] INFO: Scrape type for 6999277auction111006: 0
2026-03-25 17:00:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999278auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999278auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999278auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999457auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999457auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999457auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999458auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999458auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999458auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999460auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999460auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999460auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999461auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999461auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999461auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999462auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999462auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999462auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999463auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999463auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999463auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999468auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999468auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999468auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999469auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999469auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999469auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999470auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999470auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999470auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999472auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999472auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999472auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999570auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999570auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999570auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999572auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999572auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999572auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999573auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999573auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999573auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999575auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999575auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999575auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999613auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999613auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999613auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999615auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999615auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999615auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 6999707auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999707auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 6999707auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 7000043auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000043auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 7000043auction111006: 0
2026-03-25 17:00:38 [ecarstrade.be] INFO: Found listing with ID: 7000044auction111006
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000044auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:38 [ecarstrade.be] INFO: Scrape type for 7000044auction111006: 0
2026-03-25 17:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:45 [ecarstrade.be] INFO: Found listing with ID: 7000183auction111006
2026-03-25 17:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000183auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000183auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7000185auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000185auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000185auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7000305auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000305auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000305auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7000907auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000907auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000907auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7000908auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000908auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000908auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7000960auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000960auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000960auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7000961auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000961auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7000961auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001062auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001062auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001062auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001063auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001063auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001063auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001064auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001064auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001064auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001065auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001065auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001065auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001344auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001344auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001344auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001393auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001393auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001393auction111006: 0
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001949auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001949auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001949auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001952auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001952auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001952auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7001956auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001956auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7001956auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7002132auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002132auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7002132auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7002134auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002134auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7002134auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7002136auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002136auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7002136auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [ecarstrade.be] INFO: Found listing with ID: 7002137auction111006
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002137auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:46 [ecarstrade.be] INFO: Scrape type for 7002137auction111006: 1
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001956> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001949> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:53 [ecarstrade.be] INFO: Extracting details for car 7001956auction111006
2026-03-25 17:00:53 [ecarstrade.be] INFO: Extracting details for car 7001949auction111006
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002132> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4871abf6-635f-55a7-a855-d509bc481117 with identifier: 7001956auction111006
2026-03-25 17:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4871abf6-635f-55a7-a855-d509bc481117 with scrape type 1
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001956%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774452202%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_000/780x0__r.jpg?hash=1774452202 not downloaded yet
2026-03-25 17:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67e8f66f-d0e4-597c-aa00-4df04c4bab68 with identifier: 7001949auction111006
2026-03-25 17:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67e8f66f-d0e4-597c-aa00-4df04c4bab68 with scrape type 1
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001949%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774452189%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_000/780x0__r.jpg?hash=1774452189 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001956%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774452202%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_001/780x0__r.jpg?hash=1774452202 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001949%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774452194%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_001/780x0__r.jpg?hash=1774452194 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001956%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774452202%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_002/780x0__r.jpg?hash=1774452202 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001949%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774452195%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_002/780x0__r.jpg?hash=1774452195 not downloaded yet
2026-03-25 17:00:53 [ecarstrade.be] INFO: Extracting details for car 7002132auction111006
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001956%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774452208%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_003/780x0__r.jpg?hash=1774452208 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001949%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774452195%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_003/780x0__r.jpg?hash=1774452195 not downloaded yet
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001952> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7191465-68f0-598f-a4ff-c3dc12329e71 with identifier: 7002132auction111006
2026-03-25 17:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7191465-68f0-598f-a4ff-c3dc12329e71 with scrape type 1
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002132%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774453569%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_000/780x0__r.jpg?hash=1774453569 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001956%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774452208%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_004/780x0__r.jpg?hash=1774452208 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001949%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774452195%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_004/780x0__r.jpg?hash=1774452195 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002132%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774453569%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_001/780x0__r.jpg?hash=1774453569 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001956%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774452208%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_005/780x0__r.jpg?hash=1774452208 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001949%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774452195%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_005/780x0__r.jpg?hash=1774452195 not downloaded yet
2026-03-25 17:00:53 [ecarstrade.be] INFO: Extracting details for car 7001952auction111006
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002132%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774453569%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_002/780x0__r.jpg?hash=1774453569 not downloaded yet
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002137> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002132%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774453569%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_003/780x0__r.jpg?hash=1774453569 not downloaded yet
2026-03-25 17:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7cb351c-0932-5fae-ab4b-33a532d467d4 with identifier: 7001952auction111006
2026-03-25 17:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cb351c-0932-5fae-ab4b-33a532d467d4 with scrape type 1
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001952%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774452198%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_000/780x0__r.jpg?hash=1774452198 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002132%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774453569%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_004/780x0__r.jpg?hash=1774453569 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001952%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774452198%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_001/780x0__r.jpg?hash=1774452198 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002132%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774453569%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_005/780x0__r.jpg?hash=1774453569 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001952%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774452198%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_002/780x0__r.jpg?hash=1774452198 not downloaded yet
2026-03-25 17:00:53 [ecarstrade.be] INFO: Extracting details for car 7002137auction111006
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001952%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774452199%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_003/780x0__r.jpg?hash=1774452199 not downloaded yet
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_000/780x0__r.jpg?hash=1774452189> (referer: https://ecarstrade.com/cars/7001949)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_000/780x0__r.jpg?hash=1774452202> (referer: https://ecarstrade.com/cars/7001956)
2026-03-25 17:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a with identifier: 7002137auction111006
2026-03-25 17:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a with scrape type 1
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002137%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774453584%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_000/780x0__r.jpg?hash=1774453584 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001952%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774452199%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_004/780x0__r.jpg?hash=1774452199 not downloaded yet
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_001/780x0__r.jpg?hash=1774452194> (referer: https://ecarstrade.com/cars/7001949)
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002137%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774453584%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_001/780x0__r.jpg?hash=1774453584 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7001952%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774452199%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_005/780x0__r.jpg?hash=1774452199 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002137%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774453584%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_002/780x0__r.jpg?hash=1774453584 not downloaded yet
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_002/780x0__r.jpg?hash=1774452202> (referer: https://ecarstrade.com/cars/7001956)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_000/780x0__r.jpg?hash=1774453569> (referer: https://ecarstrade.com/cars/7002132)
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002137%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774453584%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_003/780x0__r.jpg?hash=1774453584 not downloaded yet
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002137%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774453584%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_004/780x0__r.jpg?hash=1774453584 not downloaded yet
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_003/780x0__r.jpg?hash=1774452195> (referer: https://ecarstrade.com/cars/7001949)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_001/780x0__r.jpg?hash=1774452202> (referer: https://ecarstrade.com/cars/7001956)
2026-03-25 17:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002137%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774453584%27 HTTP/1.1" 200 None
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_005/780x0__r.jpg?hash=1774453584 not downloaded yet
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_002/780x0__r.jpg?hash=1774452195> (referer: https://ecarstrade.com/cars/7001949)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_003/780x0__r.jpg?hash=1774452208> (referer: https://ecarstrade.com/cars/7001956)
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_001/780x0__r.jpg?hash=1774453569> (referer: https://ecarstrade.com/cars/7002132)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_002/780x0__r.jpg?hash=1774453569> (referer: https://ecarstrade.com/cars/7002132)
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_002/780x0__r.jpg?hash=1774452198> (referer: https://ecarstrade.com/cars/7001952)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_004/780x0__r.jpg?hash=1774452195> (referer: https://ecarstrade.com/cars/7001949)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_004/780x0__r.jpg?hash=1774452208> (referer: https://ecarstrade.com/cars/7001956)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_005/780x0__r.jpg?hash=1774453569> (referer: https://ecarstrade.com/cars/7002132)
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_000/780x0__r.jpg?hash=1774453584> (referer: https://ecarstrade.com/cars/7002137)
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_002/780x0__r.jpg?hash=1774453584> (referer: https://ecarstrade.com/cars/7002137)
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_005/780x0__r.jpg?hash=1774452199> (referer: https://ecarstrade.com/cars/7001952)
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_001/780x0__r.jpg?hash=1774453584> (referer: https://ecarstrade.com/cars/7002137)
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_004/780x0__r.jpg?hash=1774453584> (referer: https://ecarstrade.com/cars/7002137)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_005/780x0__r.jpg?hash=1774453584> (referer: https://ecarstrade.com/cars/7002137)
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_003/780x0__r.jpg?hash=1774453584> (referer: https://ecarstrade.com/cars/7002137)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_004/780x0__r.jpg?hash=1774453569> (referer: https://ecarstrade.com/cars/7002132)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_003/780x0__r.jpg?hash=1774452199> (referer: https://ecarstrade.com/cars/7001952)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_004/780x0__r.jpg?hash=1774452199> (referer: https://ecarstrade.com/cars/7001952)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_000/780x0__r.jpg?hash=1774452198> (referer: https://ecarstrade.com/cars/7001952)
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_003/780x0__r.jpg?hash=1774453569> (referer: https://ecarstrade.com/cars/7002132)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_005/780x0__r.jpg?hash=1774452195> (referer: https://ecarstrade.com/cars/7001949)
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_001/780x0__r.jpg?hash=1774452198> (referer: https://ecarstrade.com/cars/7001952)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a
2026-03-25 17:00:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a, skipping ID generation
2026-03-25 17:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a with scrape type 1
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a sending to next pipeline
2026-03-25 17:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a, identifier: 7002137auction111006
2026-03-25 17:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a with identifier: 7002137auction111006
2026-03-25 17:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a with identifier: 7002137auction111006
2026-03-25 17:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a with identifier: 7002137auction111006 to the API
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_003/780x0__r.jpg?hash=1774453584>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '2d2deba4-8f7a-5ad9-ad5c-a4d6a43a6c0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002137',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'S5',
'odometer': 154673,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-19',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI S5 Sportback Sportback 3.0 V6 TFSI Quattro S5 Tiptronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Sportback 3.0 V6 TFSI Quattro Tiptronic',
'vin': None,
'year': 2017}
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002137auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:54 [ecarstrade.be] INFO: Saving data for 7002137auction111006: {'created_time': 1774458054.542404, 'last_price_update_time': 1774458054.542415, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002137auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_005/780x0__r.jpg?hash=1774452208> (referer: https://ecarstrade.com/cars/7001956)
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-25 17:00:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7191465-68f0-598f-a4ff-c3dc12329e71, skipping ID generation
2026-03-25 17:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7191465-68f0-598f-a4ff-c3dc12329e71 with scrape type 1
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7191465-68f0-598f-a4ff-c3dc12329e71 sending to next pipeline
2026-03-25 17:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7191465-68f0-598f-a4ff-c3dc12329e71, identifier: 7002132auction111006
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67e8f66f-d0e4-597c-aa00-4df04c4bab68
2026-03-25 17:00:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67e8f66f-d0e4-597c-aa00-4df04c4bab68, skipping ID generation
2026-03-25 17:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67e8f66f-d0e4-597c-aa00-4df04c4bab68 with scrape type 1
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67e8f66f-d0e4-597c-aa00-4df04c4bab68 sending to next pipeline
2026-03-25 17:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67e8f66f-d0e4-597c-aa00-4df04c4bab68, identifier: 7001949auction111006
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7cb351c-0932-5fae-ab4b-33a532d467d4
2026-03-25 17:00:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7cb351c-0932-5fae-ab4b-33a532d467d4, skipping ID generation
2026-03-25 17:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cb351c-0932-5fae-ab4b-33a532d467d4 with scrape type 1
2026-03-25 17:00:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7cb351c-0932-5fae-ab4b-33a532d467d4 sending to next pipeline
2026-03-25 17:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7cb351c-0932-5fae-ab4b-33a532d467d4, identifier: 7001952auction111006
2026-03-25 17:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7191465-68f0-598f-a4ff-c3dc12329e71 with identifier: 7002132auction111006
2026-03-25 17:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7191465-68f0-598f-a4ff-c3dc12329e71 with identifier: 7002132auction111006
2026-03-25 17:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7191465-68f0-598f-a4ff-c3dc12329e71 with identifier: 7002132auction111006 to the API
2026-03-25 17:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_003/780x0__r.jpg?hash=1774453569>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': 'a7191465-68f0-598f-a4ff-c3dc12329e71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002132',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 208000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SW (G31) Touring 530 dAS (EU6c)',
'transmission': 'automatic',
'trim': '5 SW (G31) Touring dAS (EU6c)',
'vin': None,
'year': 2018}
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002132auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:55 [ecarstrade.be] INFO: Saving data for 7002132auction111006: {'created_time': 1774458055.219765, 'last_price_update_time': 1774458055.219779, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002132auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67e8f66f-d0e4-597c-aa00-4df04c4bab68 with identifier: 7001949auction111006
2026-03-25 17:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67e8f66f-d0e4-597c-aa00-4df04c4bab68 with identifier: 7001949auction111006
2026-03-25 17:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67e8f66f-d0e4-597c-aa00-4df04c4bab68 with identifier: 7001949auction111006 to the API
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_005/780x0__r.jpg?hash=1774452195>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.1L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '67e8f66f-d0e4-597c-aa00-4df04c4bab68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001949',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mitsubishi',
'model': 'Colt',
'odometer': 65667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Colt 3P/D Colt 1.1i',
'transmission': 'manual',
'trim': 'MITSUBISHI 3P/D 1.1i',
'vin': None,
'year': 2009}
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001949auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:55 [ecarstrade.be] INFO: Saving data for 7001949auction111006: {'created_time': 1774458055.824662, 'last_price_update_time': 1774458055.824673, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001949auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7cb351c-0932-5fae-ab4b-33a532d467d4 with identifier: 7001952auction111006
2026-03-25 17:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7cb351c-0932-5fae-ab4b-33a532d467d4 with identifier: 7001952auction111006
2026-03-25 17:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7cb351c-0932-5fae-ab4b-33a532d467d4 with identifier: 7001952auction111006 to the API
2026-03-25 17:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_001/780x0__r.jpg?hash=1774452198>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': 'b7cb351c-0932-5fae-ab4b-33a532d467d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001952',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 40003,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VIII Golf Life Business Premium 1.0 eTSI 81 kW (110 '
'ch) 7 vitesses DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN VIII Life Business Premium 1.0 eTSI 81 kW (110 ch) 7 '
'vitesses DSG',
'vin': None,
'year': 2023}
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001952auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [ecarstrade.be] INFO: Saving data for 7001952auction111006: {'created_time': 1774458056.226039, 'last_price_update_time': 1774458056.22605, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001952auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4871abf6-635f-55a7-a855-d509bc481117
2026-03-25 17:00:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4871abf6-635f-55a7-a855-d509bc481117, skipping ID generation
2026-03-25 17:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4871abf6-635f-55a7-a855-d509bc481117 with scrape type 1
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4871abf6-635f-55a7-a855-d509bc481117 sending to next pipeline
2026-03-25 17:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4871abf6-635f-55a7-a855-d509bc481117, identifier: 7001956auction111006
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002134> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4871abf6-635f-55a7-a855-d509bc481117 with identifier: 7001956auction111006
2026-03-25 17:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4871abf6-635f-55a7-a855-d509bc481117 with identifier: 7001956auction111006
2026-03-25 17:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4871abf6-635f-55a7-a855-d509bc481117 with identifier: 7001956auction111006 to the API
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_005/780x0__r.jpg?hash=1774452208>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '4.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '4871abf6-635f-55a7-a855-d509bc481117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001956',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Porsche Cayman',
'odometer': 44522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-07',
'seats_number': 2,
'seller_name': None,
'title': 'PORSCHE 718 Cayman GTS Cayman GTS 4.0 Turbo PDK',
'transmission': 'automatic',
'trim': 'PORSCHE 718 Cayman GTS Cayman GTS 4.0 Turbo PDK',
'vin': None,
'year': 2023}
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001956auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [ecarstrade.be] INFO: Saving data for 7001956auction111006: {'created_time': 1774458056.68751, 'last_price_update_time': 1774458056.687521, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001956auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:56 [ecarstrade.be] INFO: Extracting details for car 7002134auction111006
2026-03-25 17:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f77e8833-7dd1-5c11-ada9-4536b021ad68 with identifier: 7002134auction111006
2026-03-25 17:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f77e8833-7dd1-5c11-ada9-4536b021ad68 with scrape type 1
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002134%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774453578%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_000/780x0__r.jpg?hash=1774453578 not downloaded yet
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002134%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774453578%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_001/780x0__r.jpg?hash=1774453578 not downloaded yet
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002136> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002134%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774453578%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_002/780x0__r.jpg?hash=1774453578 not downloaded yet
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002134%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774453578%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_003/780x0__r.jpg?hash=1774453578 not downloaded yet
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002134%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774453578%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_004/780x0__r.jpg?hash=1774453578 not downloaded yet
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002134%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774453578%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_005/780x0__r.jpg?hash=1774453578 not downloaded yet
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_001/780x0__r.jpg?hash=1774453578> (referer: https://ecarstrade.com/cars/7002134)
2026-03-25 17:00:56 [ecarstrade.be] INFO: Extracting details for car 7002136auction111006
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_000/780x0__r.jpg?hash=1774453578> (referer: https://ecarstrade.com/cars/7002134)
2026-03-25 17:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34718984-ea18-5bef-917a-2fe4d3bd215a with identifier: 7002136auction111006
2026-03-25 17:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34718984-ea18-5bef-917a-2fe4d3bd215a with scrape type 1
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002136%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774453580%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_000/780x0__r.jpg?hash=1774453580 not downloaded yet
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_002/780x0__r.jpg?hash=1774453578> (referer: https://ecarstrade.com/cars/7002134)
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002136%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774453580%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_001/780x0__r.jpg?hash=1774453580 not downloaded yet
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_004/780x0__r.jpg?hash=1774453578> (referer: https://ecarstrade.com/cars/7002134)
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002136%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774453580%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_002/780x0__r.jpg?hash=1774453580 not downloaded yet
2026-03-25 17:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_003/780x0__r.jpg?hash=1774453578> (referer: https://ecarstrade.com/cars/7002134)
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002136%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774453581%27 HTTP/1.1" 200 None
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_003/780x0__r.jpg?hash=1774453581 not downloaded yet
2026-03-25 17:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002136%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774453581%27 HTTP/1.1" 200 None
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_004/780x0__r.jpg?hash=1774453581 not downloaded yet
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00: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%252F7002136%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774453581%27 HTTP/1.1" 200 None
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_005/780x0__r.jpg?hash=1774453581 not downloaded yet
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_000/780x0__r.jpg?hash=1774453580> (referer: https://ecarstrade.com/cars/7002136)
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_001/780x0__r.jpg?hash=1774453580> (referer: https://ecarstrade.com/cars/7002136)
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_002/780x0__r.jpg?hash=1774453580> (referer: https://ecarstrade.com/cars/7002136)
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_003/780x0__r.jpg?hash=1774453581> (referer: https://ecarstrade.com/cars/7002136)
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_005/780x0__r.jpg?hash=1774453581> (referer: https://ecarstrade.com/cars/7002136)
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_004/780x0__r.jpg?hash=1774453581> (referer: https://ecarstrade.com/cars/7002136)
2026-03-25 17:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_005/780x0__r.jpg?hash=1774453578> (referer: https://ecarstrade.com/cars/7002134)
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 34718984-ea18-5bef-917a-2fe4d3bd215a
2026-03-25 17:00:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 34718984-ea18-5bef-917a-2fe4d3bd215a, skipping ID generation
2026-03-25 17:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34718984-ea18-5bef-917a-2fe4d3bd215a with scrape type 1
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 34718984-ea18-5bef-917a-2fe4d3bd215a sending to next pipeline
2026-03-25 17:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34718984-ea18-5bef-917a-2fe4d3bd215a, identifier: 7002136auction111006
2026-03-25 17:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34718984-ea18-5bef-917a-2fe4d3bd215a with identifier: 7002136auction111006
2026-03-25 17:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34718984-ea18-5bef-917a-2fe4d3bd215a with identifier: 7002136auction111006
2026-03-25 17:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34718984-ea18-5bef-917a-2fe4d3bd215a with identifier: 7002136auction111006 to the API
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_004/780x0__r.jpg?hash=1774453581>
{'auction_title': '',
'c_o_2_emission_value': 209,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '34718984-ea18-5bef-917a-2fe4d3bd215a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002136',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mazda',
'model': 'CX-5',
'odometer': 23524,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA CX-5 2.5i e-SKYACTIV-G MHE 2WD Exclusive-Line',
'transmission': 'automatic',
'trim': 'MAZDA 2.5i e-SKYACTIV-G MHE 2WD Exclusive-Line',
'vin': None,
'year': 2024}
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002136auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:57 [ecarstrade.be] INFO: Saving data for 7002136auction111006: {'created_time': 1774458057.755746, 'last_price_update_time': 1774458057.75576, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002136auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f77e8833-7dd1-5c11-ada9-4536b021ad68
2026-03-25 17:00:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f77e8833-7dd1-5c11-ada9-4536b021ad68, skipping ID generation
2026-03-25 17:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f77e8833-7dd1-5c11-ada9-4536b021ad68 with scrape type 1
2026-03-25 17:00:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f77e8833-7dd1-5c11-ada9-4536b021ad68 sending to next pipeline
2026-03-25 17:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f77e8833-7dd1-5c11-ada9-4536b021ad68, identifier: 7002134auction111006
2026-03-25 17:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f77e8833-7dd1-5c11-ada9-4536b021ad68 with identifier: 7002134auction111006
2026-03-25 17:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f77e8833-7dd1-5c11-ada9-4536b021ad68 with identifier: 7002134auction111006
2026-03-25 17:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f77e8833-7dd1-5c11-ada9-4536b021ad68 with identifier: 7002134auction111006 to the API
2026-03-25 17:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_005/780x0__r.jpg?hash=1774453578>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': 'f77e8833-7dd1-5c11-ada9-4536b021ad68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002134',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 153000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN SUV Tiguan Tiguan Sport&Style 2.0 l TDI SCR 110 kW (150 '
'PS) 6-speed',
'transmission': 'manual',
'trim': 'VOLKSWAGEN SUV Sport&Style 2.0 l TDI SCR 110 kW (150 PS) 6-speed',
'vin': None,
'year': 2015}
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002134auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Saving data for 7002134auction111006: {'created_time': 1774458058.292319, 'last_price_update_time': 1774458058.292331, 'auction_closing_time': 1774629600.0}
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002134auction111006') HTTP/1.1" 204 0
2026-03-25 17:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002140auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002140auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002140auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002399auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002399auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002399auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002433auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002433auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002433auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002434auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002434auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002434auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002435auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002435auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002435auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002444auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002444auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002444auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 7002469auction111006
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002469auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 7002469auction111006: 1
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6880631auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880631auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6880631auction61871: 2
2026-03-25 17:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6880621auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880621auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6880621auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6904807auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904807auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6904807auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6878987auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878987auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6878987auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6878989auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878989auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6878989auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6880616auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880616auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6880616auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6878983auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878983auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6878983auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6880598auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880598auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6880598auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6880612auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880612auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6880612auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6880594auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6880594auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6878971auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878971auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6878971auction61871: 2
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6997727auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6997727auction61871: 0
2026-03-25 17:00:58 [ecarstrade.be] INFO: Found listing with ID: 6997729auction61871
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:00:58 [ecarstrade.be] INFO: Scrape type for 6997729auction61871: 0
2026-03-25 17:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found 14 car items
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997728auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997728auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997724auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997724auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997725auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997725auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997725auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997730auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997730auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997722auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997722auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997723auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997723auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6880589auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6880589auction61871: 2
2026-03-25 17:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002399> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997718auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997718auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997718auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 0
2026-03-25 17:01:05 [ecarstrade.be] INFO: Found listing with ID: 6997598auction61871
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [ecarstrade.be] INFO: Scrape type for 6997598auction61871: 0
2026-03-25 17:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002444> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002435> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002140> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:05 [ecarstrade.be] INFO: Extracting details for car 7002399auction111006
2026-03-25 17:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7211e1fb-f418-57b1-a3cf-2c2db75e14df with identifier: 7002399auction111006
2026-03-25 17:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7211e1fb-f418-57b1-a3cf-2c2db75e14df with scrape type 1
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002399%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774455791%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_000/780x0__r.jpg?hash=1774455791 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002399%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774455791%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_001/780x0__r.jpg?hash=1774455791 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002399%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774455791%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_002/780x0__r.jpg?hash=1774455791 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002399%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774455792%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_003/780x0__r.jpg?hash=1774455792 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002399%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774455792%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_004/780x0__r.jpg?hash=1774455792 not downloaded yet
2026-03-25 17:01:05 [ecarstrade.be] INFO: Extracting details for car 7002444auction111006
2026-03-25 17:01:05 [ecarstrade.be] INFO: Extracting details for car 7002435auction111006
2026-03-25 17:01:05 [ecarstrade.be] INFO: Extracting details for car 7002140auction111006
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002399%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774455792%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_005/780x0__r.jpg?hash=1774455792 not downloaded yet
2026-03-25 17:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8007ef9-f871-5fae-ae11-6cf22075d31f with identifier: 7002444auction111006
2026-03-25 17:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8007ef9-f871-5fae-ae11-6cf22075d31f with scrape type 1
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002444%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774457195%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_000/780x0__r.jpg?hash=1774457195 not downloaded yet
2026-03-25 17:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d48e506-b840-5596-aca7-30faa8a2772b with identifier: 7002435auction111006
2026-03-25 17:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d48e506-b840-5596-aca7-30faa8a2772b with scrape type 1
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002435%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774457188%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_000/780x0__r.jpg?hash=1774457188 not downloaded yet
2026-03-25 17:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebd16195-b473-51d5-9bcb-f2c7da7be714 with identifier: 7002140auction111006
2026-03-25 17:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebd16195-b473-51d5-9bcb-f2c7da7be714 with scrape type 1
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002140%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774453593%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_000/780x0__r.jpg?hash=1774453593 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002444%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457195%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_001/780x0__r.jpg?hash=1774457195 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002435%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457193%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_001/780x0__r.jpg?hash=1774457193 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002140%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774453594%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_001/780x0__r.jpg?hash=1774453594 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002444%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457195%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_002/780x0__r.jpg?hash=1774457195 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002435%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457193%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_002/780x0__r.jpg?hash=1774457193 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002140%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774453594%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_002/780x0__r.jpg?hash=1774453594 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002444%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457195%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_003/780x0__r.jpg?hash=1774457195 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002435%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457193%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_003/780x0__r.jpg?hash=1774457193 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002140%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774453594%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_003/780x0__r.jpg?hash=1774453594 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002444%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457196%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_004/780x0__r.jpg?hash=1774457196 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002435%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457193%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_004/780x0__r.jpg?hash=1774457193 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002140%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774453594%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_004/780x0__r.jpg?hash=1774453594 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002444%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457197%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_005/780x0__r.jpg?hash=1774457197 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002435%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457194%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_005/780x0__r.jpg?hash=1774457194 not downloaded yet
2026-03-25 17:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002140%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774453594%27 HTTP/1.1" 200 None
2026-03-25 17:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_005/780x0__r.jpg?hash=1774453594 not downloaded yet
2026-03-25 17:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002434> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:01:06 [ecarstrade.be] INFO: Extracting details for car 7002434auction111006
2026-03-25 17:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22f637ce-f574-52bb-9b83-680e9fbe51c5 with identifier: 7002434auction111006
2026-03-25 17:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22f637ce-f574-52bb-9b83-680e9fbe51c5 with scrape type 1
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002434%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774457183%27 HTTP/1.1" 200 None
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_000/780x0__r.jpg?hash=1774457183 not downloaded yet
2026-03-25 17:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002434%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457183%27 HTTP/1.1" 200 None
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_001/780x0__r.jpg?hash=1774457183 not downloaded yet
2026-03-25 17:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002434%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457183%27 HTTP/1.1" 200 None
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_002/780x0__r.jpg?hash=1774457183 not downloaded yet
2026-03-25 17:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002434%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457183%27 HTTP/1.1" 200 None
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_003/780x0__r.jpg?hash=1774457183 not downloaded yet
2026-03-25 17:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002434%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457183%27 HTTP/1.1" 200 None
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_004/780x0__r.jpg?hash=1774457183 not downloaded yet
2026-03-25 17:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002434%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457183%27 HTTP/1.1" 200 None
2026-03-25 17:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_005/780x0__r.jpg?hash=1774457183 not downloaded yet
2026-03-25 17:01:06 [scrapy.extensions.logstats] INFO: Crawled 908 pages (at 20 pages/min), scraped 774 items (at 7 items/min)
2026-03-25 17:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878987> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002469> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:12 [ecarstrade.be] INFO: Extracting details for car 6878987auction61871
2026-03-25 17:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02d498f2-3d26-577a-8ec5-15c6b1dfa662 with identifier: 6878987auction61871
2026-03-25 17:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d498f2-3d26-577a-8ec5-15c6b1dfa662 with scrape type 2
2026-03-25 17:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02d498f2-3d26-577a-8ec5-15c6b1dfa662 with scrape type 2
2026-03-25 17:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02d498f2-3d26-577a-8ec5-15c6b1dfa662, identifier: 6878987auction61871
2026-03-25 17:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02d498f2-3d26-577a-8ec5-15c6b1dfa662 with identifier: 6878987auction61871
2026-03-25 17:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02d498f2-3d26-577a-8ec5-15c6b1dfa662 with identifier: 6878987auction61871
2026-03-25 17:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02d498f2-3d26-577a-8ec5-15c6b1dfa662 with identifier: 6878987auction61871 to the API
2026-03-25 17:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878987>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '02d498f2-3d26-577a-8ec5-15c6b1dfa662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878987',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 49756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878987auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:12 [ecarstrade.be] INFO: Saving data for 6878987auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678208.485187, 'last_price_update_time': 1774458072.945349}
2026-03-25 17:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878987auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:13 [ecarstrade.be] INFO: Extracting details for car 7002469auction111006
2026-03-25 17:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904807> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880631> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880621> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73b398e4-5ad1-522d-81e5-cfb879199fd7 with identifier: 7002469auction111006
2026-03-25 17:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73b398e4-5ad1-522d-81e5-cfb879199fd7 with scrape type 1
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002469%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_000/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002469%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_001/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002469%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_002/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002469%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_003/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002469%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_004/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 17:01:13 [ecarstrade.be] INFO: Extracting details for car 6904807auction61871
2026-03-25 17:01:13 [ecarstrade.be] INFO: Extracting details for car 6880631auction61871
2026-03-25 17:01:13 [ecarstrade.be] INFO: Extracting details for car 6880621auction61871
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002469%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_005/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 17:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8af72ab-2dee-5a52-a328-572d977388c9 with identifier: 6904807auction61871
2026-03-25 17:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8af72ab-2dee-5a52-a328-572d977388c9 with scrape type 2
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8af72ab-2dee-5a52-a328-572d977388c9 with scrape type 2
2026-03-25 17:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8af72ab-2dee-5a52-a328-572d977388c9, identifier: 6904807auction61871
2026-03-25 17:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11f84285-6ade-505c-a561-76c5d3f92b3a with identifier: 6880631auction61871
2026-03-25 17:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11f84285-6ade-505c-a561-76c5d3f92b3a with scrape type 2
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11f84285-6ade-505c-a561-76c5d3f92b3a with scrape type 2
2026-03-25 17:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11f84285-6ade-505c-a561-76c5d3f92b3a, identifier: 6880631auction61871
2026-03-25 17:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7 with identifier: 6880621auction61871
2026-03-25 17:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7 with scrape type 2
2026-03-25 17:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7 with scrape type 2
2026-03-25 17:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7, identifier: 6880621auction61871
2026-03-25 17:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8af72ab-2dee-5a52-a328-572d977388c9 with identifier: 6904807auction61871
2026-03-25 17:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8af72ab-2dee-5a52-a328-572d977388c9 with identifier: 6904807auction61871
2026-03-25 17:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8af72ab-2dee-5a52-a328-572d977388c9 with identifier: 6904807auction61871 to the API
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904807>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'd8af72ab-2dee-5a52-a328-572d977388c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904807',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 117909,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Kodiaq 1.5 TSI 110kW Active 5d',
'transmission': 'manual',
'trim': '1.5 TSI 110kW Active 5d',
'vin': None,
'year': 2021}
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276904807auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:13 [ecarstrade.be] INFO: Saving data for 6904807auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772677927.300298, 'last_price_update_time': 1774458073.933555}
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904807auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11f84285-6ade-505c-a561-76c5d3f92b3a with identifier: 6880631auction61871
2026-03-25 17:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11f84285-6ade-505c-a561-76c5d3f92b3a with identifier: 6880631auction61871
2026-03-25 17:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11f84285-6ade-505c-a561-76c5d3f92b3a with identifier: 6880631auction61871 to the API
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880631>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '11f84285-6ade-505c-a561-76c5d3f92b3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880631',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 59005,
'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': 'KIA XCeed 1.6 GDi PHEV DCT Business Line 5d',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi PHEV DCT Business Line 5d',
'vin': None,
'year': 2022}
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880631auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:14 [ecarstrade.be] INFO: Saving data for 6880631auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678170.658142, 'last_price_update_time': 1774458074.280904}
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880631auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7 with identifier: 6880621auction61871
2026-03-25 17:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7 with identifier: 6880621auction61871
2026-03-25 17:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29fe0fc7-9221-51a8-8c63-dda12b4bdbd7 with identifier: 6880621auction61871 to the API
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880621>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '29fe0fc7-9221-51a8-8c63-dda12b4bdbd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880621',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 37748,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880621auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:14 [ecarstrade.be] INFO: Saving data for 6880621auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678153.879827, 'last_price_update_time': 1774458074.597031}
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880621auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878989> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:14 [ecarstrade.be] INFO: Extracting details for car 6878989auction61871
2026-03-25 17:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51834c46-cbdc-5792-b824-372b1e451ff7 with identifier: 6878989auction61871
2026-03-25 17:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51834c46-cbdc-5792-b824-372b1e451ff7 with scrape type 2
2026-03-25 17:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51834c46-cbdc-5792-b824-372b1e451ff7 with scrape type 2
2026-03-25 17:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51834c46-cbdc-5792-b824-372b1e451ff7, identifier: 6878989auction61871
2026-03-25 17:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51834c46-cbdc-5792-b824-372b1e451ff7 with identifier: 6878989auction61871
2026-03-25 17:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51834c46-cbdc-5792-b824-372b1e451ff7 with identifier: 6878989auction61871
2026-03-25 17:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51834c46-cbdc-5792-b824-372b1e451ff7 with identifier: 6878989auction61871 to the API
2026-03-25 17:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878989>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '51834c46-cbdc-5792-b824-372b1e451ff7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878989',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 104521,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic '
'5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic 5d',
'vin': None,
'year': 2022}
2026-03-25 17:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878989auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:15 [ecarstrade.be] INFO: Saving data for 6878989auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678152.662375, 'last_price_update_time': 1774458075.189537}
2026-03-25 17:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878989auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880616> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:19 [ecarstrade.be] INFO: Extracting details for car 6880616auction61871
2026-03-25 17:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80eb873-79b7-5bcf-ad56-938c3703faf7 with identifier: 6880616auction61871
2026-03-25 17:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80eb873-79b7-5bcf-ad56-938c3703faf7 with scrape type 2
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80eb873-79b7-5bcf-ad56-938c3703faf7 with scrape type 2
2026-03-25 17:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f80eb873-79b7-5bcf-ad56-938c3703faf7, identifier: 6880616auction61871
2026-03-25 17:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f80eb873-79b7-5bcf-ad56-938c3703faf7 with identifier: 6880616auction61871
2026-03-25 17:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f80eb873-79b7-5bcf-ad56-938c3703faf7 with identifier: 6880616auction61871
2026-03-25 17:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f80eb873-79b7-5bcf-ad56-938c3703faf7 with identifier: 6880616auction61871 to the API
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880616>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'f80eb873-79b7-5bcf-ad56-938c3703faf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880616',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 21321,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880616auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [ecarstrade.be] INFO: Saving data for 6880616auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678204.936036, 'last_price_update_time': 1774458079.492975}
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880616auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002433> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_005/780x0__r.jpg?hash=1774453594> (referer: https://ecarstrade.com/cars/7002140)
2026-03-25 17:01:19 [ecarstrade.be] INFO: Extracting details for car 7002433auction111006
2026-03-25 17:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 7002433auction111006
2026-03-25 17:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7dab73-565f-5070-9cc3-ffc9faa6170b with scrape type 1
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002433%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774457173%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_000/780x0__r.jpg?hash=1774457173 not downloaded yet
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002433%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457174%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_001/780x0__r.jpg?hash=1774457174 not downloaded yet
2026-03-25 17:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_005/780x0__r.jpg?hash=1774457183> (referer: https://ecarstrade.com/cars/7002434)
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002433%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457174%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_002/780x0__r.jpg?hash=1774457174 not downloaded yet
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002433%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457174%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_003/780x0__r.jpg?hash=1774457174 not downloaded yet
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002433%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457174%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_004/780x0__r.jpg?hash=1774457174 not downloaded yet
2026-03-25 17:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01: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%252F7002433%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457174%27 HTTP/1.1" 200 None
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_005/780x0__r.jpg?hash=1774457174 not downloaded yet
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_004/780x0__r.jpg?hash=1774457183> (referer: https://ecarstrade.com/cars/7002434)
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_003/780x0__r.jpg?hash=1774457183> (referer: https://ecarstrade.com/cars/7002434)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_002/780x0__r.jpg?hash=1774457183> (referer: https://ecarstrade.com/cars/7002434)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_001/780x0__r.jpg?hash=1774457183> (referer: https://ecarstrade.com/cars/7002434)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_005/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002469)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_004/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002469)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_003/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002469)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_002/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002469)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_001/780x0__r.jpg?hash=1774457174> (referer: https://ecarstrade.com/cars/7002433)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_005/780x0__r.jpg?hash=1774457174> (referer: https://ecarstrade.com/cars/7002433)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880598> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_004/780x0__r.jpg?hash=1774457174> (referer: https://ecarstrade.com/cars/7002433)
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_003/780x0__r.jpg?hash=1774457174> (referer: https://ecarstrade.com/cars/7002433)
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_002/780x0__r.jpg?hash=1774457174> (referer: https://ecarstrade.com/cars/7002433)
2026-03-25 17:01:20 [ecarstrade.be] INFO: Extracting details for car 6880598auction61871
2026-03-25 17:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_000/780x0__r.jpg?hash=1774457173> (referer: https://ecarstrade.com/cars/7002433)
2026-03-25 17:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24872301-eb71-5905-999b-c52345a42dc2 with identifier: 6880598auction61871
2026-03-25 17:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24872301-eb71-5905-999b-c52345a42dc2 with scrape type 2
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24872301-eb71-5905-999b-c52345a42dc2 with scrape type 2
2026-03-25 17:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24872301-eb71-5905-999b-c52345a42dc2, identifier: 6880598auction61871
2026-03-25 17:01:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24872301-eb71-5905-999b-c52345a42dc2 with identifier: 6880598auction61871
2026-03-25 17:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24872301-eb71-5905-999b-c52345a42dc2 with identifier: 6880598auction61871
2026-03-25 17:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24872301-eb71-5905-999b-c52345a42dc2 with identifier: 6880598auction61871 to the API
2026-03-25 17:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880598>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '24872301-eb71-5905-999b-c52345a42dc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880598',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 68320,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q3 SB '19 PHEV, Audi Q3 Sportback 45 TFSI e S tronic S Line "
'5d',
'transmission': 'automatic',
'trim': ", SB '19 PHEV, Sportback 45 TFSI e S tronic S Line 5d",
'vin': None,
'year': 2021}
2026-03-25 17:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880598auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:22 [ecarstrade.be] INFO: Saving data for 6880598auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678346.260158, 'last_price_update_time': 1774458082.541266}
2026-03-25 17:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880598auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_001/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002469)
2026-03-25 17:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_000/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002469)
2026-03-25 17:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878971> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ff7dab73-565f-5070-9cc3-ffc9faa6170b
2026-03-25 17:01:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff7dab73-565f-5070-9cc3-ffc9faa6170b, skipping ID generation
2026-03-25 17:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7dab73-565f-5070-9cc3-ffc9faa6170b with scrape type 1
2026-03-25 17:01:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff7dab73-565f-5070-9cc3-ffc9faa6170b sending to next pipeline
2026-03-25 17:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff7dab73-565f-5070-9cc3-ffc9faa6170b, identifier: 7002433auction111006
2026-03-25 17:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 7002433auction111006
2026-03-25 17:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 7002433auction111006
2026-03-25 17:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff7dab73-565f-5070-9cc3-ffc9faa6170b with identifier: 7002433auction111006 to the API
2026-03-25 17:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002433/photo_000/780x0__r.jpg?hash=1774457173>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': 'ff7dab73-565f-5070-9cc3-ffc9faa6170b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002433',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '318',
'odometer': 156814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SW (G21) Touring 318 d AdBlue (EU6AP)',
'transmission': 'manual',
'trim': '3 SW (G21) Touring d AdBlue (EU6AP)',
'vin': None,
'year': 2020}
2026-03-25 17:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%277002433auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:23 [ecarstrade.be] INFO: Saving data for 7002433auction111006: {'created_time': 1774458083.502164, 'last_price_update_time': 1774458083.502173, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002433auction111006') HTTP/1.1" 204 0
2026-03-25 17:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_005/780x0__r.jpg?hash=1774457194> (referer: https://ecarstrade.com/cars/7002435)
2026-03-25 17:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_000/780x0__r.jpg?hash=1774457183> (referer: https://ecarstrade.com/cars/7002434)
2026-03-25 17:01:23 [ecarstrade.be] INFO: Extracting details for car 6878971auction61871
2026-03-25 17:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880594> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 73b398e4-5ad1-522d-81e5-cfb879199fd7
2026-03-25 17:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73b398e4-5ad1-522d-81e5-cfb879199fd7, skipping ID generation
2026-03-25 17:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73b398e4-5ad1-522d-81e5-cfb879199fd7 with scrape type 1
2026-03-25 17:01:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73b398e4-5ad1-522d-81e5-cfb879199fd7 sending to next pipeline
2026-03-25 17:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73b398e4-5ad1-522d-81e5-cfb879199fd7, identifier: 7002469auction111006
2026-03-25 17:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba6acafd-c051-50e9-b874-0ca1536add83 with identifier: 6878971auction61871
2026-03-25 17:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba6acafd-c051-50e9-b874-0ca1536add83 with scrape type 2
2026-03-25 17:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba6acafd-c051-50e9-b874-0ca1536add83 with scrape type 2
2026-03-25 17:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba6acafd-c051-50e9-b874-0ca1536add83, identifier: 6878971auction61871
2026-03-25 17:01:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:01:23 [ecarstrade.be] INFO: Extracting details for car 6880594auction61871
2026-03-25 17:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73b398e4-5ad1-522d-81e5-cfb879199fd7 with identifier: 7002469auction111006
2026-03-25 17:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73b398e4-5ad1-522d-81e5-cfb879199fd7 with identifier: 7002469auction111006
2026-03-25 17:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73b398e4-5ad1-522d-81e5-cfb879199fd7 with identifier: 7002469auction111006 to the API
2026-03-25 17:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002469/photo_000/780x0__r.jpg?hash=1774457207>
{'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-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '73b398e4-5ad1-522d-81e5-cfb879199fd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002469',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf Sportsvan',
'odometer': 148901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Sportsvan Sportsvan 1.2 TSI BlueMotion Technology '
'81 kW (110 ch) 6 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Sportsvan 1.2 TSI BlueMotion Technology 81 kW (110 ch) 6 '
'vitesses manuel',
'vin': None,
'year': 2016}
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%277002469auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:24 [ecarstrade.be] INFO: Saving data for 7002469auction111006: {'created_time': 1774458084.536057, 'last_price_update_time': 1774458084.536069, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002469auction111006') HTTP/1.1" 204 0
2026-03-25 17:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba6acafd-c051-50e9-b874-0ca1536add83 with identifier: 6878971auction61871
2026-03-25 17:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba6acafd-c051-50e9-b874-0ca1536add83 with identifier: 6878971auction61871
2026-03-25 17:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba6acafd-c051-50e9-b874-0ca1536add83 with identifier: 6878971auction61871 to the API
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878971>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'ba6acafd-c051-50e9-b874-0ca1536add83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878971',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 103358,
'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, Q3 '18 PHEV, Audi Q3 45 TFSI e S tronic 5d",
'transmission': 'automatic',
'trim': ", '18 PHEV, 45 TFSI e S tronic 5d",
'vin': None,
'year': 2023}
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276878971auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:24 [ecarstrade.be] INFO: Saving data for 6878971auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678345.378526, 'last_price_update_time': 1774458084.834612}
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878971auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:24 [ecarstrade.be] INFO: Found listing with ID: 6950379auction61871
2026-03-25 17:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:24 [ecarstrade.be] INFO: Scrape type for 6950379auction61871: 2
2026-03-25 17:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_004/780x0__r.jpg?hash=1774453594> (referer: https://ecarstrade.com/cars/7002140)
2026-03-25 17:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_005/780x0__r.jpg?hash=1774457197> (referer: https://ecarstrade.com/cars/7002444)
2026-03-25 17:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_004/780x0__r.jpg?hash=1774457193> (referer: https://ecarstrade.com/cars/7002435)
2026-03-25 17:01:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 22f637ce-f574-52bb-9b83-680e9fbe51c5
2026-03-25 17:01:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 22f637ce-f574-52bb-9b83-680e9fbe51c5, skipping ID generation
2026-03-25 17:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22f637ce-f574-52bb-9b83-680e9fbe51c5 with scrape type 1
2026-03-25 17:01:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 22f637ce-f574-52bb-9b83-680e9fbe51c5 sending to next pipeline
2026-03-25 17:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22f637ce-f574-52bb-9b83-680e9fbe51c5, identifier: 7002434auction111006
2026-03-25 17:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a600bf-26ad-5f30-9158-ad8c4be4c3b4 with identifier: 6880594auction61871
2026-03-25 17:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a600bf-26ad-5f30-9158-ad8c4be4c3b4 with scrape type 2
2026-03-25 17:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84a600bf-26ad-5f30-9158-ad8c4be4c3b4 with scrape type 2
2026-03-25 17:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84a600bf-26ad-5f30-9158-ad8c4be4c3b4, identifier: 6880594auction61871
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_004/780x0__r.jpg?hash=1774457196> (referer: https://ecarstrade.com/cars/7002444)
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_003/780x0__r.jpg?hash=1774453594> (referer: https://ecarstrade.com/cars/7002140)
2026-03-25 17:01:25 [ecarstrade.be] INFO: Found listing with ID: 6951933auction61871
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:25 [ecarstrade.be] INFO: Scrape type for 6951933auction61871: 2
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880589> (referer: https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22f637ce-f574-52bb-9b83-680e9fbe51c5 with identifier: 7002434auction111006
2026-03-25 17:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22f637ce-f574-52bb-9b83-680e9fbe51c5 with identifier: 7002434auction111006
2026-03-25 17:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22f637ce-f574-52bb-9b83-680e9fbe51c5 with identifier: 7002434auction111006 to the API
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002434/photo_000/780x0__r.jpg?hash=1774457183>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '22f637ce-f574-52bb-9b83-680e9fbe51c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002434',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C4',
'odometer': 95415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 1.2 PureTech Feel S&S',
'transmission': 'manual',
'trim': 'CITROEN 1.2 PureTech Feel S&S',
'vin': None,
'year': 2021}
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%277002434auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:25 [ecarstrade.be] INFO: Saving data for 7002434auction111006: {'created_time': 1774458085.38078, 'last_price_update_time': 1774458085.380791, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002434auction111006') HTTP/1.1" 204 0
2026-03-25 17:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84a600bf-26ad-5f30-9158-ad8c4be4c3b4 with identifier: 6880594auction61871
2026-03-25 17:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84a600bf-26ad-5f30-9158-ad8c4be4c3b4 with identifier: 6880594auction61871
2026-03-25 17:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84a600bf-26ad-5f30-9158-ad8c4be4c3b4 with identifier: 6880594auction61871 to the API
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880594>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '84a600bf-26ad-5f30-9158-ad8c4be4c3b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880594',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 48881,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Corsa '19, Opel Corsa 1.2 55kW S/S Edition 5d",
'transmission': 'manual',
'trim': ", '19, 1.2 55kW S/S Edition 5d",
'vin': None,
'year': 2022}
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:25 [ecarstrade.be] INFO: Saving data for 6880594auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678197.617218, 'last_price_update_time': 1774458085.729859}
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880594auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:25 [ecarstrade.be] INFO: Extracting details for car 6880589auction61871
2026-03-25 17:01:25 [ecarstrade.be] INFO: Found listing with ID: 6950373auction61871
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:25 [ecarstrade.be] INFO: Scrape type for 6950373auction61871: 2
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_003/780x0__r.jpg?hash=1774457195> (referer: https://ecarstrade.com/cars/7002444)
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_002/780x0__r.jpg?hash=1774453594> (referer: https://ecarstrade.com/cars/7002140)
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_003/780x0__r.jpg?hash=1774457193> (referer: https://ecarstrade.com/cars/7002435)
2026-03-25 17:01:25 [ecarstrade.be] INFO: Found listing with ID: 6878961auction61871
2026-03-25 17:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:25 [ecarstrade.be] INFO: Scrape type for 6878961auction61871: 2
2026-03-25 17:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98733b61-95e8-528e-ab68-5c5315d9ca1b with identifier: 6880589auction61871
2026-03-25 17:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98733b61-95e8-528e-ab68-5c5315d9ca1b with scrape type 2
2026-03-25 17:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98733b61-95e8-528e-ab68-5c5315d9ca1b with scrape type 2
2026-03-25 17:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98733b61-95e8-528e-ab68-5c5315d9ca1b, identifier: 6880589auction61871
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_001/780x0__r.jpg?hash=1774453594> (referer: https://ecarstrade.com/cars/7002140)
2026-03-25 17:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_002/780x0__r.jpg?hash=1774457193> (referer: https://ecarstrade.com/cars/7002435)
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_002/780x0__r.jpg?hash=1774457195> (referer: https://ecarstrade.com/cars/7002444)
2026-03-25 17:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98733b61-95e8-528e-ab68-5c5315d9ca1b with identifier: 6880589auction61871
2026-03-25 17:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98733b61-95e8-528e-ab68-5c5315d9ca1b with identifier: 6880589auction61871
2026-03-25 17:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98733b61-95e8-528e-ab68-5c5315d9ca1b with identifier: 6880589auction61871 to the API
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880589>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Electric',
'id': '98733b61-95e8-528e-ab68-5c5315d9ca1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880589',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 16779,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 2,
'seller_name': None,
'title': "Renault, _Kangoo Exp '13 BEV, Renault Kangoo Express Kangoo E-TECH "
'33 B-Buy 3d',
'transmission': 'automatic',
'trim': ", _ Exp '13 BEV, Express E-TECH 33 B-Buy 3d",
'vin': None,
'year': 2022}
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Saving data for 6880589auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678203.267829, 'last_price_update_time': 1774458086.288423}
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880589auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6878964auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878964auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6878964auction61871: 2
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_001/780x0__r.jpg?hash=1774457193> (referer: https://ecarstrade.com/cars/7002435)
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_001/780x0__r.jpg?hash=1774457195> (referer: https://ecarstrade.com/cars/7002444)
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6880587auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880587auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6880587auction61871: 2
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6880585auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880585auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6880585auction61871: 2
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_000/780x0__r.jpg?hash=1774457188> (referer: https://ecarstrade.com/cars/7002435)
2026-03-25 17:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6880578auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6880578auction61871: 2
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_000/780x0__r.jpg?hash=1774453593> (referer: https://ecarstrade.com/cars/7002140)
2026-03-25 17:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_000/780x0__r.jpg?hash=1774457195> (referer: https://ecarstrade.com/cars/7002444)
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6880576auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6880576auction61871: 2
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_005/780x0__r.jpg?hash=1774455792> (referer: https://ecarstrade.com/cars/7002399)
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6880577auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6880577auction61871: 2
2026-03-25 17:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6878957auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6878957auction61871: 2
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 0
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 0
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 0
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 0
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 0
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 2
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 2
2026-03-25 17:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_004/780x0__r.jpg?hash=1774455792> (referer: https://ecarstrade.com/cars/7002399)
2026-03-25 17:01:26 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:26 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 2
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7d48e506-b840-5596-aca7-30faa8a2772b
2026-03-25 17:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d48e506-b840-5596-aca7-30faa8a2772b, skipping ID generation
2026-03-25 17:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d48e506-b840-5596-aca7-30faa8a2772b with scrape type 1
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d48e506-b840-5596-aca7-30faa8a2772b sending to next pipeline
2026-03-25 17:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d48e506-b840-5596-aca7-30faa8a2772b, identifier: 7002435auction111006
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ebd16195-b473-51d5-9bcb-f2c7da7be714
2026-03-25 17:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebd16195-b473-51d5-9bcb-f2c7da7be714, skipping ID generation
2026-03-25 17:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebd16195-b473-51d5-9bcb-f2c7da7be714 with scrape type 1
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ebd16195-b473-51d5-9bcb-f2c7da7be714 sending to next pipeline
2026-03-25 17:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebd16195-b473-51d5-9bcb-f2c7da7be714, identifier: 7002140auction111006
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a8007ef9-f871-5fae-ae11-6cf22075d31f
2026-03-25 17:01:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8007ef9-f871-5fae-ae11-6cf22075d31f, skipping ID generation
2026-03-25 17:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8007ef9-f871-5fae-ae11-6cf22075d31f with scrape type 1
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8007ef9-f871-5fae-ae11-6cf22075d31f sending to next pipeline
2026-03-25 17:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8007ef9-f871-5fae-ae11-6cf22075d31f, identifier: 7002444auction111006
2026-03-25 17:01:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d48e506-b840-5596-aca7-30faa8a2772b with identifier: 7002435auction111006
2026-03-25 17:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d48e506-b840-5596-aca7-30faa8a2772b with identifier: 7002435auction111006
2026-03-25 17:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d48e506-b840-5596-aca7-30faa8a2772b with identifier: 7002435auction111006 to the API
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002435/photo_000/780x0__r.jpg?hash=1774457188>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': '7d48e506-b840-5596-aca7-30faa8a2772b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002435',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 81261,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-15',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6 800 Fou Swb Transporter '
'bestelwagen,normaal dak, 3000 mm, 2.0 TDI BMT 204pk (150KW) '
'Versnellingsbak DSG7',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6 800 Fou Swb Transporter '
'bestelwagen,normaal dak, 3000 mm, 2.0 TDI BMT 204pk (150KW) '
'Versnellingsbak DSG7',
'vin': None,
'year': 2018}
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002435auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:27 [ecarstrade.be] INFO: Saving data for 7002435auction111006: {'created_time': 1774458087.246559, 'last_price_update_time': 1774458087.24657, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002435auction111006') HTTP/1.1" 204 0
2026-03-25 17:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebd16195-b473-51d5-9bcb-f2c7da7be714 with identifier: 7002140auction111006
2026-03-25 17:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebd16195-b473-51d5-9bcb-f2c7da7be714 with identifier: 7002140auction111006
2026-03-25 17:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebd16195-b473-51d5-9bcb-f2c7da7be714 with identifier: 7002140auction111006 to the API
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_000/780x0__r.jpg?hash=1774453593>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': 'ebd16195-b473-51d5-9bcb-f2c7da7be714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002140',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 196689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo Comfortline 1.2 l TDI 55 kW (75 PS)5-speed',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Comfortline 1.2 l TDI 55 kW (75 PS)5-speed',
'vin': None,
'year': 2011}
2026-03-25 17:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002140auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:28 [ecarstrade.be] INFO: Saving data for 7002140auction111006: {'created_time': 1774458088.062987, 'last_price_update_time': 1774458088.062997, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002140auction111006') HTTP/1.1" 204 0
2026-03-25 17:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8007ef9-f871-5fae-ae11-6cf22075d31f with identifier: 7002444auction111006
2026-03-25 17:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8007ef9-f871-5fae-ae11-6cf22075d31f with identifier: 7002444auction111006
2026-03-25 17:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8007ef9-f871-5fae-ae11-6cf22075d31f with identifier: 7002444auction111006 to the API
2026-03-25 17:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002444/photo_000/780x0__r.jpg?hash=1774457195>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': 'a8007ef9-f871-5fae-ae11-6cf22075d31f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002444',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Mokka',
'odometer': 143864,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka Mokka 1.7 CDTI ECOTEC 4x2 Cosmo',
'transmission': 'automatic',
'trim': 'OPEL 1.7 CDTI ECOTEC 4x2 Cosmo',
'vin': None,
'year': 2014}
2026-03-25 17:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%277002444auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:33 [ecarstrade.be] INFO: Saving data for 7002444auction111006: {'created_time': 1774458093.260113, 'last_price_update_time': 1774458093.260123, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002444auction111006') HTTP/1.1" 204 0
2026-03-25 17:01:33 [ecarstrade.be] INFO: Found listing with ID: 6950372auction61871
2026-03-25 17:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950372auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:33 [ecarstrade.be] INFO: Scrape type for 6950372auction61871: 2
2026-03-25 17:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_003/780x0__r.jpg?hash=1774455792> (referer: https://ecarstrade.com/cars/7002399)
2026-03-25 17:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880612> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_002/780x0__r.jpg?hash=1774455791> (referer: https://ecarstrade.com/cars/7002399)
2026-03-25 17:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_001/780x0__r.jpg?hash=1774455791> (referer: https://ecarstrade.com/cars/7002399)
2026-03-25 17:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:33 [ecarstrade.be] INFO: Extracting details for car 6880612auction61871
2026-03-25 17:01:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23644ae2-c8f6-5e95-8149-724a84c3747a with identifier: 6880612auction61871
2026-03-25 17:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23644ae2-c8f6-5e95-8149-724a84c3747a with scrape type 2
2026-03-25 17:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23644ae2-c8f6-5e95-8149-724a84c3747a with scrape type 2
2026-03-25 17:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23644ae2-c8f6-5e95-8149-724a84c3747a, identifier: 6880612auction61871
2026-03-25 17:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23644ae2-c8f6-5e95-8149-724a84c3747a with identifier: 6880612auction61871
2026-03-25 17:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23644ae2-c8f6-5e95-8149-724a84c3747a with identifier: 6880612auction61871
2026-03-25 17:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23644ae2-c8f6-5e95-8149-724a84c3747a with identifier: 6880612auction61871 to the API
2026-03-25 17:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880612>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '23644ae2-c8f6-5e95-8149-724a84c3747a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880612',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 63486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880612auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:34 [ecarstrade.be] INFO: Saving data for 6880612auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678199.164871, 'last_price_update_time': 1774458094.780606}
2026-03-25 17:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880612auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878983> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:34 [ecarstrade.be] INFO: Extracting details for car 6878983auction61871
2026-03-25 17:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7 with identifier: 6878983auction61871
2026-03-25 17:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7 with scrape type 2
2026-03-25 17:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7 with scrape type 2
2026-03-25 17:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7, identifier: 6878983auction61871
2026-03-25 17:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7 with identifier: 6878983auction61871
2026-03-25 17:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7 with identifier: 6878983auction61871
2026-03-25 17:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7 with identifier: 6878983auction61871 to the API
2026-03-25 17:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878983>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'd2ba0e0a-37ff-5aa8-b34c-e9c41a8e53e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878983',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 52372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878983auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:35 [ecarstrade.be] INFO: Saving data for 6878983auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678198.761316, 'last_price_update_time': 1774458095.306481}
2026-03-25 17:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878983auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951921auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951921auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951921auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6950351auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950351auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6950351auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 2
2026-03-25 17:01:39 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-25 17:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:39 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 2
2026-03-25 17:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950379> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:42 [ecarstrade.be] INFO: Extracting details for car 6950379auction61871
2026-03-25 17:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0818130e-a128-52e2-b298-84073d5e356c with identifier: 6950379auction61871
2026-03-25 17:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0818130e-a128-52e2-b298-84073d5e356c with scrape type 2
2026-03-25 17:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0818130e-a128-52e2-b298-84073d5e356c with scrape type 2
2026-03-25 17:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0818130e-a128-52e2-b298-84073d5e356c, identifier: 6950379auction61871
2026-03-25 17:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0818130e-a128-52e2-b298-84073d5e356c with identifier: 6950379auction61871
2026-03-25 17:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0818130e-a128-52e2-b298-84073d5e356c with identifier: 6950379auction61871
2026-03-25 17:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0818130e-a128-52e2-b298-84073d5e356c with identifier: 6950379auction61871 to the API
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950379>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '0818130e-a128-52e2-b298-84073d5e356c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950379',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 95360,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Berline 1.6 TDi 30 85kW S tron. Business Edition 4d',
'transmission': 'automatic',
'trim': 'Berline 1.6 TDi 30 85kW S tron. Business Edition 4d',
'vin': None,
'year': 2020}
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:43 [ecarstrade.be] INFO: Saving data for 6950379auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184322.464652, 'last_price_update_time': 1774458103.220376}
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950379auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950373> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:01:43 [ecarstrade.be] INFO: Extracting details for car 6950373auction61871
2026-03-25 17:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d6f167-493d-5992-b91b-de2c917acee7 with identifier: 6950373auction61871
2026-03-25 17:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d6f167-493d-5992-b91b-de2c917acee7 with scrape type 2
2026-03-25 17:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d6f167-493d-5992-b91b-de2c917acee7 with scrape type 2
2026-03-25 17:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71d6f167-493d-5992-b91b-de2c917acee7, identifier: 6950373auction61871
2026-03-25 17:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71d6f167-493d-5992-b91b-de2c917acee7 with identifier: 6950373auction61871
2026-03-25 17:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71d6f167-493d-5992-b91b-de2c917acee7 with identifier: 6950373auction61871
2026-03-25 17:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71d6f167-493d-5992-b91b-de2c917acee7 with identifier: 6950373auction61871 to the API
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950373>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '71d6f167-493d-5992-b91b-de2c917acee7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950373',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 84374,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, 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-25 17:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:44 [ecarstrade.be] INFO: Saving data for 6950373auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184299.427236, 'last_price_update_time': 1774458104.016431}
2026-03-25 17:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950373auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878961> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:49 [ecarstrade.be] INFO: Extracting details for car 6878961auction61871
2026-03-25 17:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98418ac8-903c-50b1-a474-034688e4a85f with identifier: 6878961auction61871
2026-03-25 17:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98418ac8-903c-50b1-a474-034688e4a85f with scrape type 2
2026-03-25 17:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98418ac8-903c-50b1-a474-034688e4a85f with scrape type 2
2026-03-25 17:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98418ac8-903c-50b1-a474-034688e4a85f, identifier: 6878961auction61871
2026-03-25 17:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98418ac8-903c-50b1-a474-034688e4a85f with identifier: 6878961auction61871
2026-03-25 17:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98418ac8-903c-50b1-a474-034688e4a85f with identifier: 6878961auction61871
2026-03-25 17:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98418ac8-903c-50b1-a474-034688e4a85f with identifier: 6878961auction61871 to the API
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878961>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '98418ac8-903c-50b1-a474-034688e4a85f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878961',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 44198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q3 '18, Audi Q3 35 TDI S Tronic Bus. Ed. Attraction 5d",
'transmission': 'automatic',
'trim': ", '18, 35 TDI S Tronic Bus. Ed. Attraction 5d",
'vin': None,
'year': 2023}
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:49 [ecarstrade.be] INFO: Saving data for 6878961auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678220.853406, 'last_price_update_time': 1774458109.637811}
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878961auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880587> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:49 [ecarstrade.be] INFO: Extracting details for car 6880587auction61871
2026-03-25 17:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fab28479-92ba-5129-b83c-f18e95a12447 with identifier: 6880587auction61871
2026-03-25 17:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fab28479-92ba-5129-b83c-f18e95a12447 with scrape type 2
2026-03-25 17:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fab28479-92ba-5129-b83c-f18e95a12447 with scrape type 2
2026-03-25 17:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fab28479-92ba-5129-b83c-f18e95a12447, identifier: 6880587auction61871
2026-03-25 17:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fab28479-92ba-5129-b83c-f18e95a12447 with identifier: 6880587auction61871
2026-03-25 17:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fab28479-92ba-5129-b83c-f18e95a12447 with identifier: 6880587auction61871
2026-03-25 17:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fab28479-92ba-5129-b83c-f18e95a12447 with identifier: 6880587auction61871 to the API
2026-03-25 17:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880587>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'fab28479-92ba-5129-b83c-f18e95a12447',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880587',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 78147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Mokka '20, Opel Mokka 1.2 Turbo 74kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '20, 1.2 Turbo 74kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880587auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:50 [ecarstrade.be] INFO: Saving data for 6880587auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678217.958925, 'last_price_update_time': 1774458110.136335}
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880587auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951933> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:50 [ecarstrade.be] INFO: Extracting details for car 6951933auction61871
2026-03-25 17:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25954917-daae-5772-a157-305fefac581a with identifier: 6951933auction61871
2026-03-25 17:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25954917-daae-5772-a157-305fefac581a with scrape type 2
2026-03-25 17:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25954917-daae-5772-a157-305fefac581a with scrape type 2
2026-03-25 17:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25954917-daae-5772-a157-305fefac581a, identifier: 6951933auction61871
2026-03-25 17:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25954917-daae-5772-a157-305fefac581a with identifier: 6951933auction61871
2026-03-25 17:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25954917-daae-5772-a157-305fefac581a with identifier: 6951933auction61871
2026-03-25 17:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25954917-daae-5772-a157-305fefac581a with identifier: 6951933auction61871 to the API
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951933>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '25954917-daae-5772-a157-305fefac581a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951933',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 21581,
'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': "VW, T-Cross '18, Volkswagen T-Cross 1.0 TSI 81kW DSG Active 5d",
'transmission': 'automatic',
'trim': "VW, '18, 1.0 TSI 81kW DSG Active 5d",
'vin': None,
'year': 2022}
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:50 [ecarstrade.be] INFO: Saving data for 6951933auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184415.110046, 'last_price_update_time': 1774458110.708718}
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951933auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880578> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:51 [ecarstrade.be] INFO: Extracting details for car 6880578auction61871
2026-03-25 17:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e02894a-4a5a-5418-b6bf-bd1297a6c635 with identifier: 6880578auction61871
2026-03-25 17:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e02894a-4a5a-5418-b6bf-bd1297a6c635 with scrape type 2
2026-03-25 17:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e02894a-4a5a-5418-b6bf-bd1297a6c635 with scrape type 2
2026-03-25 17:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e02894a-4a5a-5418-b6bf-bd1297a6c635, identifier: 6880578auction61871
2026-03-25 17:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e02894a-4a5a-5418-b6bf-bd1297a6c635 with identifier: 6880578auction61871
2026-03-25 17:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e02894a-4a5a-5418-b6bf-bd1297a6c635 with identifier: 6880578auction61871
2026-03-25 17:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e02894a-4a5a-5418-b6bf-bd1297a6c635 with identifier: 6880578auction61871 to the API
2026-03-25 17:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880578>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '5e02894a-4a5a-5418-b6bf-bd1297a6c635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880578',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': 'Other',
'odometer': 94259,
'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': 'MINI MINI CLUBMAN - 2019 2.0 192 Cooper S OPF 6d',
'transmission': 'automatic',
'trim': 'MINI MINI CLUBMAN - 2019 2.0 192 Cooper S OPF 6d',
'vin': None,
'year': 2020}
2026-03-25 17:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:51 [ecarstrade.be] INFO: Saving data for 6880578auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678221.370557, 'last_price_update_time': 1774458111.482732}
2026-03-25 17:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880578auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950366> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:01:52 [ecarstrade.be] INFO: Extracting details for car 6950366auction61871
2026-03-25 17:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e3f469b-dd51-565e-9809-99299ffb29f6 with identifier: 6950366auction61871
2026-03-25 17:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e3f469b-dd51-565e-9809-99299ffb29f6 with scrape type 2
2026-03-25 17:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e3f469b-dd51-565e-9809-99299ffb29f6 with scrape type 2
2026-03-25 17:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e3f469b-dd51-565e-9809-99299ffb29f6, identifier: 6950366auction61871
2026-03-25 17:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e3f469b-dd51-565e-9809-99299ffb29f6 with identifier: 6950366auction61871
2026-03-25 17:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e3f469b-dd51-565e-9809-99299ffb29f6 with identifier: 6950366auction61871
2026-03-25 17:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e3f469b-dd51-565e-9809-99299ffb29f6 with identifier: 6950366auction61871 to the API
2026-03-25 17:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950366>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '8e3f469b-dd51-565e-9809-99299ffb29f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950366',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 74721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON DIESEL - 2021 1.6 CRDi 136 MHEV Shine DCT 5d',
'transmission': 'automatic',
'trim': 'HYUNDAI TUCSON DIESEL - 2021 1.6 CRDi 136 MHEV Shine DCT 5d',
'vin': None,
'year': 2023}
2026-03-25 17:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:01:52 [ecarstrade.be] INFO: Saving data for 6950366auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184270.075364, 'last_price_update_time': 1774458112.889561}
2026-03-25 17:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950366auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950368> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_000/780x0__r.jpg?hash=1774455791> (referer: https://ecarstrade.com/cars/7002399)
2026-03-25 17: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-25 17:01:57 [ecarstrade.be] INFO: Extracting details for car 6950368auction61871
2026-03-25 17:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 236c1270-cfad-5a21-a67d-fc05c2d893e1 with identifier: 6950368auction61871
2026-03-25 17:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 236c1270-cfad-5a21-a67d-fc05c2d893e1 with scrape type 2
2026-03-25 17:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 236c1270-cfad-5a21-a67d-fc05c2d893e1 with scrape type 2
2026-03-25 17:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 236c1270-cfad-5a21-a67d-fc05c2d893e1, identifier: 6950368auction61871
2026-03-25 17:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 236c1270-cfad-5a21-a67d-fc05c2d893e1 with identifier: 6950368auction61871
2026-03-25 17:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 236c1270-cfad-5a21-a67d-fc05c2d893e1 with identifier: 6950368auction61871
2026-03-25 17:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 236c1270-cfad-5a21-a67d-fc05c2d893e1 with identifier: 6950368auction61871 to the API
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950368>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '236c1270-cfad-5a21-a67d-fc05c2d893e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950368',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 85266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Combo Life '18, Opel Combo Life 1.5 Turbo D BlueI 96kW S/S "
'Eleganc',
'transmission': 'manual',
'trim': ", '18, 1.5 Turbo D BlueI 96kW S/S Eleganc",
'vin': None,
'year': 2022}
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:57 [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-25 17:01:57 [ecarstrade.be] INFO: Saving data for 6950368auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184322.908242, 'last_price_update_time': 1774458117.556894}
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950368auction61871') HTTP/1.1" 204 0
2026-03-25 17:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7211e1fb-f418-57b1-a3cf-2c2db75e14df
2026-03-25 17:01:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7211e1fb-f418-57b1-a3cf-2c2db75e14df, skipping ID generation
2026-03-25 17:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7211e1fb-f418-57b1-a3cf-2c2db75e14df with scrape type 1
2026-03-25 17:01:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7211e1fb-f418-57b1-a3cf-2c2db75e14df sending to next pipeline
2026-03-25 17:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7211e1fb-f418-57b1-a3cf-2c2db75e14df, identifier: 7002399auction111006
2026-03-25 17:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7211e1fb-f418-57b1-a3cf-2c2db75e14df with identifier: 7002399auction111006
2026-03-25 17:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7211e1fb-f418-57b1-a3cf-2c2db75e14df with identifier: 7002399auction111006
2026-03-25 17:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7211e1fb-f418-57b1-a3cf-2c2db75e14df with identifier: 7002399auction111006 to the API
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002399/photo_000/780x0__r.jpg?hash=1774455791>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': '7211e1fb-f418-57b1-a3cf-2c2db75e14df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002399',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 150343,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant VII Golf Variant Highline 1.6 TDI BMT 85kW '
'(115cv) 5 vitesses',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant VII Variant Highline 1.6 TDI BMT 85kW (115cv) 5 '
'vitesses',
'vin': None,
'year': 2017}
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002399auction111006%27 HTTP/1.1" 200 None
2026-03-25 17:01:57 [ecarstrade.be] INFO: Saving data for 7002399auction111006: {'created_time': 1774458117.997377, 'last_price_update_time': 1774458117.997392, 'auction_closing_time': 1774629600.0}
2026-03-25 17:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002399auction111006') HTTP/1.1" 204 0
2026-03-25 17:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951928> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:02 [ecarstrade.be] INFO: Extracting details for car 6951928auction61871
2026-03-25 17:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa900def-2960-50d0-b04b-b69520ae163c with identifier: 6951928auction61871
2026-03-25 17:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa900def-2960-50d0-b04b-b69520ae163c with scrape type 2
2026-03-25 17:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa900def-2960-50d0-b04b-b69520ae163c with scrape type 2
2026-03-25 17:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa900def-2960-50d0-b04b-b69520ae163c, identifier: 6951928auction61871
2026-03-25 17:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa900def-2960-50d0-b04b-b69520ae163c with identifier: 6951928auction61871
2026-03-25 17:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa900def-2960-50d0-b04b-b69520ae163c with identifier: 6951928auction61871
2026-03-25 17:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa900def-2960-50d0-b04b-b69520ae163c with identifier: 6951928auction61871 to the API
2026-03-25 17:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951928>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'fa900def-2960-50d0-b04b-b69520ae163c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951928',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 94379,
'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, 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-25 17:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:02 [ecarstrade.be] INFO: Saving data for 6951928auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184416.289414, 'last_price_update_time': 1774458122.621994}
2026-03-25 17:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951928auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950372> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:03 [ecarstrade.be] INFO: Extracting details for car 6950372auction61871
2026-03-25 17:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d56827d-9bcf-5f4d-b206-d39b275906e7 with identifier: 6950372auction61871
2026-03-25 17:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d56827d-9bcf-5f4d-b206-d39b275906e7 with scrape type 2
2026-03-25 17:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d56827d-9bcf-5f4d-b206-d39b275906e7 with scrape type 2
2026-03-25 17:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d56827d-9bcf-5f4d-b206-d39b275906e7, identifier: 6950372auction61871
2026-03-25 17:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d56827d-9bcf-5f4d-b206-d39b275906e7 with identifier: 6950372auction61871
2026-03-25 17:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d56827d-9bcf-5f4d-b206-d39b275906e7 with identifier: 6950372auction61871
2026-03-25 17:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d56827d-9bcf-5f4d-b206-d39b275906e7 with identifier: 6950372auction61871 to the API
2026-03-25 17:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950372>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '9d56827d-9bcf-5f4d-b206-d39b275906e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950372',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 72959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch 116dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 17:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950372auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:04 [ecarstrade.be] INFO: Saving data for 6950372auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184299.764775, 'last_price_update_time': 1774458124.713502}
2026-03-25 17:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950372auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951899> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:04 [ecarstrade.be] INFO: Extracting details for car 6951899auction61871
2026-03-25 17:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f4b65c-45fe-5fe2-8ec5-b061de65afb8 with identifier: 6951899auction61871
2026-03-25 17:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f4b65c-45fe-5fe2-8ec5-b061de65afb8 with scrape type 2
2026-03-25 17:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f4b65c-45fe-5fe2-8ec5-b061de65afb8 with scrape type 2
2026-03-25 17:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41f4b65c-45fe-5fe2-8ec5-b061de65afb8, identifier: 6951899auction61871
2026-03-25 17:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41f4b65c-45fe-5fe2-8ec5-b061de65afb8 with identifier: 6951899auction61871
2026-03-25 17:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41f4b65c-45fe-5fe2-8ec5-b061de65afb8 with identifier: 6951899auction61871
2026-03-25 17:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41f4b65c-45fe-5fe2-8ec5-b061de65afb8 with identifier: 6951899auction61871 to the API
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951899>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '41f4b65c-45fe-5fe2-8ec5-b061de65afb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951899',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62649,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:05 [ecarstrade.be] INFO: Saving data for 6951899auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184406.391755, 'last_price_update_time': 1774458125.35795}
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951899auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878957> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:05 [ecarstrade.be] INFO: Extracting details for car 6878957auction61871
2026-03-25 17:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75448899-bb60-568f-9096-301976977ccb with identifier: 6878957auction61871
2026-03-25 17:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75448899-bb60-568f-9096-301976977ccb with scrape type 2
2026-03-25 17:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75448899-bb60-568f-9096-301976977ccb with scrape type 2
2026-03-25 17:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75448899-bb60-568f-9096-301976977ccb, identifier: 6878957auction61871
2026-03-25 17:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75448899-bb60-568f-9096-301976977ccb with identifier: 6878957auction61871
2026-03-25 17:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75448899-bb60-568f-9096-301976977ccb with identifier: 6878957auction61871
2026-03-25 17:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75448899-bb60-568f-9096-301976977ccb with identifier: 6878957auction61871 to the API
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878957>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '75448899-bb60-568f-9096-301976977ccb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878957',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 40959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2022}
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:05 [ecarstrade.be] INFO: Saving data for 6878957auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772677949.556542, 'last_price_update_time': 1774458125.889577}
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878957auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:06 [scrapy.extensions.logstats] INFO: Crawled 936 pages (at 28 pages/min), scraped 805 items (at 31 items/min)
2026-03-25 17:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880576> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:07 [ecarstrade.be] INFO: Extracting details for car 6880576auction61871
2026-03-25 17:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab41424-562c-5032-bf77-2486e369d71e with identifier: 6880576auction61871
2026-03-25 17:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab41424-562c-5032-bf77-2486e369d71e with scrape type 2
2026-03-25 17:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ab41424-562c-5032-bf77-2486e369d71e with scrape type 2
2026-03-25 17:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab41424-562c-5032-bf77-2486e369d71e, identifier: 6880576auction61871
2026-03-25 17:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab41424-562c-5032-bf77-2486e369d71e with identifier: 6880576auction61871
2026-03-25 17:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab41424-562c-5032-bf77-2486e369d71e with identifier: 6880576auction61871
2026-03-25 17:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab41424-562c-5032-bf77-2486e369d71e with identifier: 6880576auction61871 to the API
2026-03-25 17:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880576>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '6ab41424-562c-5032-bf77-2486e369d71e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880576',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 95048,
'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': "Ford, Kuga '19, Ford Kuga 2.5i PHEV Aut. 165kW Titanium 5d",
'transmission': 'automatic',
'trim': ", '19, 2.5i PHEV Aut. 165kW Titanium 5d",
'vin': None,
'year': 2021}
2026-03-25 17:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:07 [ecarstrade.be] INFO: Saving data for 6880576auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678219.668954, 'last_price_update_time': 1774458127.841812}
2026-03-25 17:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880576auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880585> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878964> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:09 [ecarstrade.be] INFO: Extracting details for car 6880585auction61871
2026-03-25 17:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ecabd76-0c25-54de-87c1-be5acc366705 with identifier: 6880585auction61871
2026-03-25 17:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ecabd76-0c25-54de-87c1-be5acc366705 with scrape type 2
2026-03-25 17:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ecabd76-0c25-54de-87c1-be5acc366705 with scrape type 2
2026-03-25 17:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ecabd76-0c25-54de-87c1-be5acc366705, identifier: 6880585auction61871
2026-03-25 17:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ecabd76-0c25-54de-87c1-be5acc366705 with identifier: 6880585auction61871
2026-03-25 17:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ecabd76-0c25-54de-87c1-be5acc366705 with identifier: 6880585auction61871
2026-03-25 17:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ecabd76-0c25-54de-87c1-be5acc366705 with identifier: 6880585auction61871 to the API
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880585>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '4ecabd76-0c25-54de-87c1-be5acc366705',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880585',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 11395,
'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': "Opel, Corsa '19, Opel Corsa 1.2 55kW S/S Edition 5d",
'transmission': 'manual',
'trim': ", '19, 1.2 55kW S/S Edition 5d",
'vin': None,
'year': 2022}
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880585auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:09 [ecarstrade.be] INFO: Saving data for 6880585auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678221.954209, 'last_price_update_time': 1774458129.649193}
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880585auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:09 [ecarstrade.be] INFO: Extracting details for car 6878964auction61871
2026-03-25 17:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfab5ada-a7f9-5bf0-99ac-f83764c1768c with identifier: 6878964auction61871
2026-03-25 17:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfab5ada-a7f9-5bf0-99ac-f83764c1768c with scrape type 2
2026-03-25 17:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfab5ada-a7f9-5bf0-99ac-f83764c1768c with scrape type 2
2026-03-25 17:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfab5ada-a7f9-5bf0-99ac-f83764c1768c, identifier: 6878964auction61871
2026-03-25 17:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfab5ada-a7f9-5bf0-99ac-f83764c1768c with identifier: 6878964auction61871
2026-03-25 17:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfab5ada-a7f9-5bf0-99ac-f83764c1768c with identifier: 6878964auction61871
2026-03-25 17:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfab5ada-a7f9-5bf0-99ac-f83764c1768c with identifier: 6878964auction61871 to the API
2026-03-25 17:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878964>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'dfab5ada-a7f9-5bf0-99ac-f83764c1768c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878964',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Express',
'odometer': 15914,
'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 EXPRESS VAN DIESEL 1.5 Blue dCi 95hp Confort S/S (EU6d) 5d',
'transmission': 'manual',
'trim': 'RENAULT EXPRESS VAN DIESEL 1.5 Blue dCi 95hp Confort S/S (EU6d) 5d',
'vin': None,
'year': 2023}
2026-03-25 17:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878964auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:10 [ecarstrade.be] INFO: Saving data for 6878964auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678219.136687, 'last_price_update_time': 1774458130.10466}
2026-03-25 17:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878964auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950349> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:10 [ecarstrade.be] INFO: Extracting details for car 6950349auction61871
2026-03-25 17:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9171ae03-3b42-5df4-a8ed-66c0b6245b28 with identifier: 6950349auction61871
2026-03-25 17:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9171ae03-3b42-5df4-a8ed-66c0b6245b28 with scrape type 2
2026-03-25 17:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9171ae03-3b42-5df4-a8ed-66c0b6245b28 with scrape type 2
2026-03-25 17:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9171ae03-3b42-5df4-a8ed-66c0b6245b28, identifier: 6950349auction61871
2026-03-25 17:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9171ae03-3b42-5df4-a8ed-66c0b6245b28 with identifier: 6950349auction61871
2026-03-25 17:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9171ae03-3b42-5df4-a8ed-66c0b6245b28 with identifier: 6950349auction61871
2026-03-25 17:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9171ae03-3b42-5df4-a8ed-66c0b6245b28 with identifier: 6950349auction61871 to the API
2026-03-25 17:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950349>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '9171ae03-3b42-5df4-a8ed-66c0b6245b28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950349',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 36530,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:11 [ecarstrade.be] INFO: Saving data for 6950349auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184267.645902, 'last_price_update_time': 1774458131.305326}
2026-03-25 17:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950349auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951907> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:11 [ecarstrade.be] INFO: Extracting details for car 6951907auction61871
2026-03-25 17:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99922902-4187-5c63-8caa-48637d6c5513 with identifier: 6951907auction61871
2026-03-25 17:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99922902-4187-5c63-8caa-48637d6c5513 with scrape type 2
2026-03-25 17:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99922902-4187-5c63-8caa-48637d6c5513 with scrape type 2
2026-03-25 17:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99922902-4187-5c63-8caa-48637d6c5513, identifier: 6951907auction61871
2026-03-25 17:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99922902-4187-5c63-8caa-48637d6c5513 with identifier: 6951907auction61871
2026-03-25 17:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99922902-4187-5c63-8caa-48637d6c5513 with identifier: 6951907auction61871
2026-03-25 17:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99922902-4187-5c63-8caa-48637d6c5513 with identifier: 6951907auction61871 to the API
2026-03-25 17:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951907>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '99922902-4187-5c63-8caa-48637d6c5513',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951907',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 115995,
'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': 'Opel Astra Sports Tourer 1.5 Turbo D 90kW S/S Ultimate Auto 5d',
'transmission': 'automatic',
'trim': 'Sports Tourer 1.5 Turbo D 90kW S/S Ultimate Auto 5d',
'vin': None,
'year': 2021}
2026-03-25 17:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:12 [ecarstrade.be] INFO: Saving data for 6951907auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184395.367259, 'last_price_update_time': 1774458132.082185}
2026-03-25 17:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951907auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951904> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:12 [ecarstrade.be] INFO: Extracting details for car 6951904auction61871
2026-03-25 17:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df206a22-b11e-5d50-b5d9-b0cf95a3d493 with identifier: 6951904auction61871
2026-03-25 17:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df206a22-b11e-5d50-b5d9-b0cf95a3d493 with scrape type 2
2026-03-25 17:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df206a22-b11e-5d50-b5d9-b0cf95a3d493 with scrape type 2
2026-03-25 17:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df206a22-b11e-5d50-b5d9-b0cf95a3d493, identifier: 6951904auction61871
2026-03-25 17:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df206a22-b11e-5d50-b5d9-b0cf95a3d493 with identifier: 6951904auction61871
2026-03-25 17:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df206a22-b11e-5d50-b5d9-b0cf95a3d493 with identifier: 6951904auction61871
2026-03-25 17:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df206a22-b11e-5d50-b5d9-b0cf95a3d493 with identifier: 6951904auction61871 to the API
2026-03-25 17:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951904>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'df206a22-b11e-5d50-b5d9-b0cf95a3d493',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951904',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 72025,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 35 TDi 120kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 35 TDi 120kW S tronic Business Ed 5d',
'vin': None,
'year': 2022}
2026-03-25 17:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:13 [ecarstrade.be] INFO: Saving data for 6951904auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184397.447372, 'last_price_update_time': 1774458133.108305}
2026-03-25 17:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951904auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950351> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:14 [ecarstrade.be] INFO: Extracting details for car 6950351auction61871
2026-03-25 17:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e4c73b-625e-5a34-a015-0d2ea65fea90 with identifier: 6950351auction61871
2026-03-25 17:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e4c73b-625e-5a34-a015-0d2ea65fea90 with scrape type 2
2026-03-25 17:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2e4c73b-625e-5a34-a015-0d2ea65fea90 with scrape type 2
2026-03-25 17:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2e4c73b-625e-5a34-a015-0d2ea65fea90, identifier: 6950351auction61871
2026-03-25 17:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2e4c73b-625e-5a34-a015-0d2ea65fea90 with identifier: 6950351auction61871
2026-03-25 17:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2e4c73b-625e-5a34-a015-0d2ea65fea90 with identifier: 6950351auction61871
2026-03-25 17:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2e4c73b-625e-5a34-a015-0d2ea65fea90 with identifier: 6950351auction61871 to the API
2026-03-25 17:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950351>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'a2e4c73b-625e-5a34-a015-0d2ea65fea90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950351',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 54201,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Variant VIII 2.0 TDI 85kW DSG Life 5d',
'transmission': 'automatic',
'trim': 'Variant VIII 2.0 TDI 85kW DSG Life 5d',
'vin': None,
'year': 2021}
2026-03-25 17:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950351auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:15 [ecarstrade.be] INFO: Saving data for 6950351auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184267.956143, 'last_price_update_time': 1774458135.228812}
2026-03-25 17:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950351auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951906> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:20 [ecarstrade.be] INFO: Extracting details for car 6951906auction61871
2026-03-25 17:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f with identifier: 6951906auction61871
2026-03-25 17:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f with scrape type 2
2026-03-25 17:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f with scrape type 2
2026-03-25 17:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f, identifier: 6951906auction61871
2026-03-25 17:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f with identifier: 6951906auction61871
2026-03-25 17:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f with identifier: 6951906auction61871
2026-03-25 17:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f with identifier: 6951906auction61871 to the API
2026-03-25 17:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951906>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'c6a7a73c-1bdf-5053-b45f-dd5b61d2f04f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951906',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 97512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE A SEDAN DIESEL (V177) A 220 d 190 (EU6d-TEMP) 4d '
'Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A SEDAN DIESEL (V177) A 220 d 190 (EU6d-TEMP) 4d '
'Auto',
'vin': None,
'year': 2022}
2026-03-25 17:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:21 [ecarstrade.be] INFO: Saving data for 6951906auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184394.931298, 'last_price_update_time': 1774458141.161341}
2026-03-25 17:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951906auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950363> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:24 [ecarstrade.be] INFO: Extracting details for car 6950363auction61871
2026-03-25 17:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cd9a645-fa06-5023-9c90-a21a23bdf63b with identifier: 6950363auction61871
2026-03-25 17:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cd9a645-fa06-5023-9c90-a21a23bdf63b with scrape type 2
2026-03-25 17:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cd9a645-fa06-5023-9c90-a21a23bdf63b with scrape type 2
2026-03-25 17:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2cd9a645-fa06-5023-9c90-a21a23bdf63b, identifier: 6950363auction61871
2026-03-25 17:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2cd9a645-fa06-5023-9c90-a21a23bdf63b with identifier: 6950363auction61871
2026-03-25 17:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2cd9a645-fa06-5023-9c90-a21a23bdf63b with identifier: 6950363auction61871
2026-03-25 17:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2cd9a645-fa06-5023-9c90-a21a23bdf63b with identifier: 6950363auction61871 to the API
2026-03-25 17:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950363>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '2cd9a645-fa06-5023-9c90-a21a23bdf63b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950363',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 75067,
'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': 9,
'seller_name': None,
'title': 'CITROEN JUMPY COMBI MWB DSL - 2016 1.5 BlueHDi 120 M Comfort S&S '
'(EU6.2) 4d 9pl',
'transmission': 'manual',
'trim': 'CITROEN JUMPY COMBI MWB DSL - 2016 1.5 BlueHDi 120 M Comfort S&S '
'(EU6.2) 4d 9pl',
'vin': None,
'year': 2022}
2026-03-25 17:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:24 [ecarstrade.be] INFO: Saving data for 6950363auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184270.381964, 'last_price_update_time': 1774458144.923914}
2026-03-25 17:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950363auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880577> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:26 [ecarstrade.be] INFO: Extracting details for car 6880577auction61871
2026-03-25 17:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2599697e-a069-52fc-b01d-35e195b22031 with identifier: 6880577auction61871
2026-03-25 17:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2599697e-a069-52fc-b01d-35e195b22031 with scrape type 2
2026-03-25 17:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2599697e-a069-52fc-b01d-35e195b22031 with scrape type 2
2026-03-25 17:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2599697e-a069-52fc-b01d-35e195b22031, identifier: 6880577auction61871
2026-03-25 17:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2599697e-a069-52fc-b01d-35e195b22031 with identifier: 6880577auction61871
2026-03-25 17:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2599697e-a069-52fc-b01d-35e195b22031 with identifier: 6880577auction61871
2026-03-25 17:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2599697e-a069-52fc-b01d-35e195b22031 with identifier: 6880577auction61871 to the API
2026-03-25 17:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880577>
{'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-27T17:40:02Z',
'fuel_type': 'Other',
'id': '2599697e-a069-52fc-b01d-35e195b22031',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880577',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 52193,
'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': "Volvo, XC40 '17, Volvo XC40 T5 Recharge Geartronic Inscription Expr",
'transmission': 'automatic',
'trim': ", XC40 '17, XC40 T5 Recharge Geartronic Inscription Expr",
'vin': None,
'year': 2020}
2026-03-25 17:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:27 [ecarstrade.be] INFO: Saving data for 6880577auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302533.329423, 'last_price_update_time': 1774458147.331777}
2026-03-25 17:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880577auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951901> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951912> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:27 [ecarstrade.be] INFO: Extracting details for car 6951901auction61871
2026-03-25 17:02:27 [ecarstrade.be] INFO: Extracting details for car 6951912auction61871
2026-03-25 17:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b855fd6c-d788-5665-a01d-5f0793a0d7bf with identifier: 6951901auction61871
2026-03-25 17:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b855fd6c-d788-5665-a01d-5f0793a0d7bf with scrape type 2
2026-03-25 17:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b855fd6c-d788-5665-a01d-5f0793a0d7bf with scrape type 2
2026-03-25 17:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b855fd6c-d788-5665-a01d-5f0793a0d7bf, identifier: 6951901auction61871
2026-03-25 17:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60fabcdf-b3bc-57a8-8484-d98a4d2642db with identifier: 6951912auction61871
2026-03-25 17:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60fabcdf-b3bc-57a8-8484-d98a4d2642db with scrape type 2
2026-03-25 17:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60fabcdf-b3bc-57a8-8484-d98a4d2642db with scrape type 2
2026-03-25 17:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60fabcdf-b3bc-57a8-8484-d98a4d2642db, identifier: 6951912auction61871
2026-03-25 17:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b855fd6c-d788-5665-a01d-5f0793a0d7bf with identifier: 6951901auction61871
2026-03-25 17:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b855fd6c-d788-5665-a01d-5f0793a0d7bf with identifier: 6951901auction61871
2026-03-25 17:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b855fd6c-d788-5665-a01d-5f0793a0d7bf with identifier: 6951901auction61871 to the API
2026-03-25 17:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951901>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'b855fd6c-d788-5665-a01d-5f0793a0d7bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951901',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 79187,
'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': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 30 TDI S tronic Bus. Ed. Attraction 5d',
'transmission': 'automatic',
'trim': 'Sportback 30 TDI S tronic Bus. Ed. Attraction 5d',
'vin': None,
'year': 2022}
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:28 [ecarstrade.be] INFO: Saving data for 6951901auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184397.883276, 'last_price_update_time': 1774458148.027998}
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951901auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60fabcdf-b3bc-57a8-8484-d98a4d2642db with identifier: 6951912auction61871
2026-03-25 17:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60fabcdf-b3bc-57a8-8484-d98a4d2642db with identifier: 6951912auction61871
2026-03-25 17:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60fabcdf-b3bc-57a8-8484-d98a4d2642db with identifier: 6951912auction61871 to the API
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951912>
{'auction_title': '',
'c_o_2_emission_value': 71,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '3.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '60fabcdf-b3bc-57a8-8484-d98a4d2642db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951912',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Explorer',
'odometer': 50367,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 7,
'seller_name': None,
'title': 'FORD EXPLORER 3.0 EcoBoost 363 PHEV AWD ST-Line 5d Auto',
'transmission': 'automatic',
'trim': 'FORD EXPLORER 3.0 EcoBoost 363 PHEV AWD ST-Line 5d Auto',
'vin': None,
'year': 2021}
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:28 [ecarstrade.be] INFO: Saving data for 6951912auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184393.055715, 'last_price_update_time': 1774458148.352492}
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951912auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951916> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:31 [ecarstrade.be] INFO: Extracting details for car 6951916auction61871
2026-03-25 17:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e546e3ff-4c9b-5337-b9df-cda3cf2eca9f with identifier: 6951916auction61871
2026-03-25 17:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e546e3ff-4c9b-5337-b9df-cda3cf2eca9f with scrape type 2
2026-03-25 17:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e546e3ff-4c9b-5337-b9df-cda3cf2eca9f with scrape type 2
2026-03-25 17:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e546e3ff-4c9b-5337-b9df-cda3cf2eca9f, identifier: 6951916auction61871
2026-03-25 17:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e546e3ff-4c9b-5337-b9df-cda3cf2eca9f with identifier: 6951916auction61871
2026-03-25 17:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e546e3ff-4c9b-5337-b9df-cda3cf2eca9f with identifier: 6951916auction61871
2026-03-25 17:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e546e3ff-4c9b-5337-b9df-cda3cf2eca9f with identifier: 6951916auction61871 to the API
2026-03-25 17:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951916>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'e546e3ff-4c9b-5337-b9df-cda3cf2eca9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951916',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 49452,
'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': 7,
'seller_name': None,
'title': 'VOLVO XC90 DIESEL - 2019 2.0 B5 235hp 4WD Plus Bright 5d',
'transmission': 'automatic',
'trim': 'VOLVO XC90 DIESEL - 2019 2.0 B5 235hp 4WD Plus Bright 5d',
'vin': None,
'year': 2023}
2026-03-25 17:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:32 [ecarstrade.be] INFO: Saving data for 6951916auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184427.73205, 'last_price_update_time': 1774458152.332377}
2026-03-25 17:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951916auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950354> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:33 [ecarstrade.be] INFO: Extracting details for car 6950354auction61871
2026-03-25 17:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd8d763-8127-5b62-9d62-d05f86dcd1a1 with identifier: 6950354auction61871
2026-03-25 17:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd8d763-8127-5b62-9d62-d05f86dcd1a1 with scrape type 2
2026-03-25 17:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dd8d763-8127-5b62-9d62-d05f86dcd1a1 with scrape type 2
2026-03-25 17:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5dd8d763-8127-5b62-9d62-d05f86dcd1a1, identifier: 6950354auction61871
2026-03-25 17:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5dd8d763-8127-5b62-9d62-d05f86dcd1a1 with identifier: 6950354auction61871
2026-03-25 17:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5dd8d763-8127-5b62-9d62-d05f86dcd1a1 with identifier: 6950354auction61871
2026-03-25 17:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5dd8d763-8127-5b62-9d62-d05f86dcd1a1 with identifier: 6950354auction61871 to the API
2026-03-25 17:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950354>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '5dd8d763-8127-5b62-9d62-d05f86dcd1a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950354',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 142756,
'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': 'OPEL GRANDLAND X DIESEL - 2020 1.5 Turbo D 130 Elegance S&S 5d',
'transmission': 'automatic',
'trim': 'OPEL GRANDLAND X DIESEL - 2020 1.5 Turbo D 130 Elegance S&S 5d',
'vin': None,
'year': 2021}
2026-03-25 17:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:33 [ecarstrade.be] INFO: Saving data for 6950354auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184267.049842, 'last_price_update_time': 1774458153.663814}
2026-03-25 17:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950354auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951905> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:33 [ecarstrade.be] INFO: Extracting details for car 6951905auction61871
2026-03-25 17:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00b78083-8514-5ccb-8cc8-511c3c1f7f1e with identifier: 6951905auction61871
2026-03-25 17:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00b78083-8514-5ccb-8cc8-511c3c1f7f1e with scrape type 2
2026-03-25 17:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00b78083-8514-5ccb-8cc8-511c3c1f7f1e with scrape type 2
2026-03-25 17:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00b78083-8514-5ccb-8cc8-511c3c1f7f1e, identifier: 6951905auction61871
2026-03-25 17:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00b78083-8514-5ccb-8cc8-511c3c1f7f1e with identifier: 6951905auction61871
2026-03-25 17:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00b78083-8514-5ccb-8cc8-511c3c1f7f1e with identifier: 6951905auction61871
2026-03-25 17:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00b78083-8514-5ccb-8cc8-511c3c1f7f1e with identifier: 6951905auction61871 to the API
2026-03-25 17:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951905>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '00b78083-8514-5ccb-8cc8-511c3c1f7f1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951905',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 129732,
'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': 'DS 7 Crossback 1.2 PureTech 130 Auto PERFORMANCE Line + 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.2 PureTech 130 Auto PERFORMANCE Line + 5d',
'vin': None,
'year': 2021}
2026-03-25 17:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:34 [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-25 17:02:34 [ecarstrade.be] INFO: Saving data for 6951905auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184396.015905, 'last_price_update_time': 1774458154.255507}
2026-03-25 17:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951905auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951914> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951922> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:34 [ecarstrade.be] INFO: Extracting details for car 6951914auction61871
2026-03-25 17:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a190406-8eee-5b0d-9783-461b6b7b6167 with identifier: 6951914auction61871
2026-03-25 17:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a190406-8eee-5b0d-9783-461b6b7b6167 with scrape type 2
2026-03-25 17:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a190406-8eee-5b0d-9783-461b6b7b6167 with scrape type 2
2026-03-25 17:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a190406-8eee-5b0d-9783-461b6b7b6167, identifier: 6951914auction61871
2026-03-25 17:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a190406-8eee-5b0d-9783-461b6b7b6167 with identifier: 6951914auction61871
2026-03-25 17:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a190406-8eee-5b0d-9783-461b6b7b6167 with identifier: 6951914auction61871
2026-03-25 17:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a190406-8eee-5b0d-9783-461b6b7b6167 with identifier: 6951914auction61871 to the API
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951914>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '3a190406-8eee-5b0d-9783-461b6b7b6167',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951914',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 56191,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 DIESEL - 2019 40 TDi 190 Quattro S line S tronic '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2019 40 TDi 190 Quattro S line S tronic (EU6d-TEMP) '
'5d',
'vin': None,
'year': 2020}
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:35 [ecarstrade.be] INFO: Saving data for 6951914auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184434.586482, 'last_price_update_time': 1774458155.19852}
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951914auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:35 [ecarstrade.be] INFO: Extracting details for car 6951922auction61871
2026-03-25 17:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c619eaa-10ae-58c5-94cc-95767cad690d with identifier: 6951922auction61871
2026-03-25 17:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c619eaa-10ae-58c5-94cc-95767cad690d with scrape type 2
2026-03-25 17:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c619eaa-10ae-58c5-94cc-95767cad690d with scrape type 2
2026-03-25 17:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c619eaa-10ae-58c5-94cc-95767cad690d, identifier: 6951922auction61871
2026-03-25 17:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c619eaa-10ae-58c5-94cc-95767cad690d with identifier: 6951922auction61871
2026-03-25 17:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c619eaa-10ae-58c5-94cc-95767cad690d with identifier: 6951922auction61871
2026-03-25 17:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c619eaa-10ae-58c5-94cc-95767cad690d with identifier: 6951922auction61871 to the API
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951922>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '8c619eaa-10ae-58c5-94cc-95767cad690d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951922',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 115044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 dCi 80 Energy Grand Confort (EU6) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 dCi 80 Energy Grand Confort (EU6) 4d',
'vin': None,
'year': 2020}
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:35 [ecarstrade.be] INFO: Saving data for 6951922auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184424.737553, 'last_price_update_time': 1774458155.689602}
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951922auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951927> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:36 [ecarstrade.be] INFO: Extracting details for car 6951927auction61871
2026-03-25 17:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24 with identifier: 6951927auction61871
2026-03-25 17:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24 with scrape type 2
2026-03-25 17:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24 with scrape type 2
2026-03-25 17:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24, identifier: 6951927auction61871
2026-03-25 17:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24 with identifier: 6951927auction61871
2026-03-25 17:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24 with identifier: 6951927auction61871
2026-03-25 17:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24 with identifier: 6951927auction61871 to the API
2026-03-25 17:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951927>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'ebf5b5ba-ce06-568d-9ef6-7e2e49fcba24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951927',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 35365,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën Berlingo Multispace 1.2 PureTech 110 S&S MAN Feel 5d',
'transmission': 'manual',
'trim': 'Citroën Multispace 1.2 PureTech 110 S&S MAN Feel 5d',
'vin': None,
'year': 2018}
2026-03-25 17:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:37 [ecarstrade.be] INFO: Saving data for 6951927auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184435.894718, 'last_price_update_time': 1774458157.337715}
2026-03-25 17:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951927auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950367> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:40 [ecarstrade.be] INFO: Extracting details for car 6950367auction61871
2026-03-25 17:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a060d11e-2298-5087-9401-0e958ee75bd0 with identifier: 6950367auction61871
2026-03-25 17:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a060d11e-2298-5087-9401-0e958ee75bd0 with scrape type 2
2026-03-25 17:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a060d11e-2298-5087-9401-0e958ee75bd0 with scrape type 2
2026-03-25 17:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a060d11e-2298-5087-9401-0e958ee75bd0, identifier: 6950367auction61871
2026-03-25 17:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a060d11e-2298-5087-9401-0e958ee75bd0 with identifier: 6950367auction61871
2026-03-25 17:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a060d11e-2298-5087-9401-0e958ee75bd0 with identifier: 6950367auction61871
2026-03-25 17:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a060d11e-2298-5087-9401-0e958ee75bd0 with identifier: 6950367auction61871 to the API
2026-03-25 17:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950367>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'a060d11e-2298-5087-9401-0e958ee75bd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950367',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Picanto',
'odometer': 109597,
'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': 'KIA PICANTO - 2021 1.2i 84 GT Line ISG 5d',
'transmission': 'manual',
'trim': 'KIA PICANTO - 2021 1.2i 84 GT Line ISG 5d',
'vin': None,
'year': 2021}
2026-03-25 17:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:40 [ecarstrade.be] INFO: Saving data for 6950367auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184251.065852, 'last_price_update_time': 1774458160.889579}
2026-03-25 17:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950367auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951921> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951918> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:42 [ecarstrade.be] INFO: Extracting details for car 6951921auction61871
2026-03-25 17:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b209a3c-eadc-53c7-aed7-1d6f1619255e with identifier: 6951921auction61871
2026-03-25 17:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b209a3c-eadc-53c7-aed7-1d6f1619255e with scrape type 2
2026-03-25 17:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b209a3c-eadc-53c7-aed7-1d6f1619255e with scrape type 2
2026-03-25 17:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b209a3c-eadc-53c7-aed7-1d6f1619255e, identifier: 6951921auction61871
2026-03-25 17:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b209a3c-eadc-53c7-aed7-1d6f1619255e with identifier: 6951921auction61871
2026-03-25 17:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b209a3c-eadc-53c7-aed7-1d6f1619255e with identifier: 6951921auction61871
2026-03-25 17:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b209a3c-eadc-53c7-aed7-1d6f1619255e with identifier: 6951921auction61871 to the API
2026-03-25 17:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951921>
{'auction_title': '',
'c_o_2_emission_value': 222,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '6b209a3c-eadc-53c7-aed7-1d6f1619255e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951921',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Master',
'odometer': 129955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MASTER 35 FOU L3H2 2.3 dCi145 L3H2 En.Tw.T.Gd Conf.RJ/TW 5d',
'transmission': 'manual',
'trim': 'RENAULT MASTER 35 FOU L3H2 2.3 dCi145 L3H2 En.Tw.T.Gd Conf.RJ/TW 5d',
'vin': None,
'year': 2018}
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951921auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:44 [ecarstrade.be] INFO: Saving data for 6951921auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184429.61871, 'last_price_update_time': 1774458164.058384}
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951921auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:44 [ecarstrade.be] INFO: Extracting details for car 6951918auction61871
2026-03-25 17:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950357> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951925> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617e0c7c-2347-5bbc-9f7f-587bb32d944a with identifier: 6951918auction61871
2026-03-25 17:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617e0c7c-2347-5bbc-9f7f-587bb32d944a with scrape type 2
2026-03-25 17:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617e0c7c-2347-5bbc-9f7f-587bb32d944a with scrape type 2
2026-03-25 17:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 617e0c7c-2347-5bbc-9f7f-587bb32d944a, identifier: 6951918auction61871
2026-03-25 17:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 617e0c7c-2347-5bbc-9f7f-587bb32d944a with identifier: 6951918auction61871
2026-03-25 17:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 617e0c7c-2347-5bbc-9f7f-587bb32d944a with identifier: 6951918auction61871
2026-03-25 17:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 617e0c7c-2347-5bbc-9f7f-587bb32d944a with identifier: 6951918auction61871 to the API
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951918>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '617e0c7c-2347-5bbc-9f7f-587bb32d944a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951918',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 48409,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 35 TFSI 150hp S line S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 35 TFSI 150hp S line S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:44 [ecarstrade.be] INFO: Saving data for 6951918auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184428.743904, 'last_price_update_time': 1774458164.500883}
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951918auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:44 [ecarstrade.be] INFO: Extracting details for car 6950357auction61871
2026-03-25 17:02:44 [ecarstrade.be] INFO: Extracting details for car 6951925auction61871
2026-03-25 17:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a73bd65-da3f-5243-a806-50b93f5c6a5e with identifier: 6950357auction61871
2026-03-25 17:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a73bd65-da3f-5243-a806-50b93f5c6a5e with scrape type 2
2026-03-25 17:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a73bd65-da3f-5243-a806-50b93f5c6a5e with scrape type 2
2026-03-25 17:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a73bd65-da3f-5243-a806-50b93f5c6a5e, identifier: 6950357auction61871
2026-03-25 17:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0f02b2a-4fb4-558e-a9c4-9771610c8933 with identifier: 6951925auction61871
2026-03-25 17:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0f02b2a-4fb4-558e-a9c4-9771610c8933 with scrape type 2
2026-03-25 17:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0f02b2a-4fb4-558e-a9c4-9771610c8933 with scrape type 2
2026-03-25 17:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0f02b2a-4fb4-558e-a9c4-9771610c8933, identifier: 6951925auction61871
2026-03-25 17:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a73bd65-da3f-5243-a806-50b93f5c6a5e with identifier: 6950357auction61871
2026-03-25 17:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a73bd65-da3f-5243-a806-50b93f5c6a5e with identifier: 6950357auction61871
2026-03-25 17:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a73bd65-da3f-5243-a806-50b93f5c6a5e with identifier: 6950357auction61871 to the API
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950357>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '1a73bd65-da3f-5243-a806-50b93f5c6a5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950357',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Seat',
'model': 'Arona',
'odometer': 69389,
'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': 'SEAT ARONA - 2021 1.0 EcoTSI 110 FR DSG 5d',
'transmission': 'automatic',
'trim': 'SEAT ARONA - 2021 1.0 EcoTSI 110 FR DSG 5d',
'vin': None,
'year': 2022}
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:44 [ecarstrade.be] INFO: Saving data for 6950357auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184262.69983, 'last_price_update_time': 1774458164.986885}
2026-03-25 17:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950357auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0f02b2a-4fb4-558e-a9c4-9771610c8933 with identifier: 6951925auction61871
2026-03-25 17:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0f02b2a-4fb4-558e-a9c4-9771610c8933 with identifier: 6951925auction61871
2026-03-25 17:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0f02b2a-4fb4-558e-a9c4-9771610c8933 with identifier: 6951925auction61871 to the API
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951925>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'f0f02b2a-4fb4-558e-a9c4-9771610c8933',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951925',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 125777,
'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': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2019}
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:45 [ecarstrade.be] INFO: Saving data for 6951925auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184432.439626, 'last_price_update_time': 1774458165.278106}
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951925auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 2
2026-03-25 17:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951890auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951890auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951890auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951893auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951893auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951893auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950340auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950340auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950340auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 2
2026-03-25 17:02:52 [ecarstrade.be] INFO: Found listing with ID: 6950336auction61871
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950336auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:52 [ecarstrade.be] INFO: Scrape type for 6950336auction61871: 2
2026-03-25 17:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951882auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951882auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951882auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950325auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950325auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950323auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950323auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951865auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951865auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951865auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951866auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951859auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951861auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951861auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951861auction61871: 2
2026-03-25 17:02:58 [ecarstrade.be] INFO: Found listing with ID: 6951863auction61871
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951863auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:58 [ecarstrade.be] INFO: Scrape type for 6951863auction61871: 2
2026-03-25 17:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950343> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951897> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:02:59 [ecarstrade.be] INFO: Extracting details for car 6950343auction61871
2026-03-25 17:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4151de5c-de74-50b7-b43d-1477ffe52331 with identifier: 6950343auction61871
2026-03-25 17:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4151de5c-de74-50b7-b43d-1477ffe52331 with scrape type 2
2026-03-25 17:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4151de5c-de74-50b7-b43d-1477ffe52331 with scrape type 2
2026-03-25 17:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4151de5c-de74-50b7-b43d-1477ffe52331, identifier: 6950343auction61871
2026-03-25 17:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4151de5c-de74-50b7-b43d-1477ffe52331 with identifier: 6950343auction61871
2026-03-25 17:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4151de5c-de74-50b7-b43d-1477ffe52331 with identifier: 6950343auction61871
2026-03-25 17:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4151de5c-de74-50b7-b43d-1477ffe52331 with identifier: 6950343auction61871 to the API
2026-03-25 17:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950343>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '4151de5c-de74-50b7-b43d-1477ffe52331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950343',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 41065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:02:59 [ecarstrade.be] INFO: Saving data for 6950343auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184325.541698, 'last_price_update_time': 1774458179.6553}
2026-03-25 17:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950343auction61871') HTTP/1.1" 204 0
2026-03-25 17:02:59 [ecarstrade.be] INFO: Extracting details for car 6951897auction61871
2026-03-25 17:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69 with identifier: 6951897auction61871
2026-03-25 17:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69 with scrape type 2
2026-03-25 17:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69 with scrape type 2
2026-03-25 17:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69, identifier: 6951897auction61871
2026-03-25 17:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69 with identifier: 6951897auction61871
2026-03-25 17:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69 with identifier: 6951897auction61871
2026-03-25 17:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d6a6379-1ee2-525d-8a9c-037dd1d3ea69 with identifier: 6951897auction61871 to the API
2026-03-25 17:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951897>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '0d6a6379-1ee2-525d-8a9c-037dd1d3ea69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951897',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 19058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:00 [ecarstrade.be] INFO: Saving data for 6951897auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184350.320845, 'last_price_update_time': 1774458180.168543}
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951897auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951891> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:00 [ecarstrade.be] INFO: Extracting details for car 6951891auction61871
2026-03-25 17:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c482dc04-83da-5517-a62e-f1e03a55306e with identifier: 6951891auction61871
2026-03-25 17:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c482dc04-83da-5517-a62e-f1e03a55306e with scrape type 2
2026-03-25 17:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c482dc04-83da-5517-a62e-f1e03a55306e with scrape type 2
2026-03-25 17:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c482dc04-83da-5517-a62e-f1e03a55306e, identifier: 6951891auction61871
2026-03-25 17:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c482dc04-83da-5517-a62e-f1e03a55306e with identifier: 6951891auction61871
2026-03-25 17:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c482dc04-83da-5517-a62e-f1e03a55306e with identifier: 6951891auction61871
2026-03-25 17:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c482dc04-83da-5517-a62e-f1e03a55306e with identifier: 6951891auction61871 to the API
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951891>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'c482dc04-83da-5517-a62e-f1e03a55306e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951891',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 29890,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:00 [ecarstrade.be] INFO: Saving data for 6951891auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184371.403355, 'last_price_update_time': 1774458180.669436}
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951891auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951896> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:05 [ecarstrade.be] INFO: Extracting details for car 6951896auction61871
2026-03-25 17:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b10bac-b973-55b1-9380-5c6b665045e6 with identifier: 6951896auction61871
2026-03-25 17:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b10bac-b973-55b1-9380-5c6b665045e6 with scrape type 2
2026-03-25 17:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b10bac-b973-55b1-9380-5c6b665045e6 with scrape type 2
2026-03-25 17:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53b10bac-b973-55b1-9380-5c6b665045e6, identifier: 6951896auction61871
2026-03-25 17:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53b10bac-b973-55b1-9380-5c6b665045e6 with identifier: 6951896auction61871
2026-03-25 17:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53b10bac-b973-55b1-9380-5c6b665045e6 with identifier: 6951896auction61871
2026-03-25 17:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53b10bac-b973-55b1-9380-5c6b665045e6 with identifier: 6951896auction61871 to the API
2026-03-25 17:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951896>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '53b10bac-b973-55b1-9380-5c6b665045e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951896',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 100933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour Blue dCi 115 Intens 5d',
'transmission': 'manual',
'trim': 'Mégane Grandtour Blue dCi 115 Intens 5d',
'vin': None,
'year': 2021}
2026-03-25 17:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:05 [ecarstrade.be] INFO: Saving data for 6951896auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184369.834761, 'last_price_update_time': 1774458185.692868}
2026-03-25 17:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951896auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951890> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:03:06 [ecarstrade.be] INFO: Extracting details for car 6951890auction61871
2026-03-25 17:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485 with identifier: 6951890auction61871
2026-03-25 17:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485 with scrape type 2
2026-03-25 17:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485 with scrape type 2
2026-03-25 17:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485, identifier: 6951890auction61871
2026-03-25 17:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485 with identifier: 6951890auction61871
2026-03-25 17:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485 with identifier: 6951890auction61871
2026-03-25 17:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b534ecc-4e5a-55b5-9a3d-ecbfb9151485 with identifier: 6951890auction61871 to the API
2026-03-25 17:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951890>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '7b534ecc-4e5a-55b5-9a3d-ecbfb9151485',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951890',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 66898,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951890auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:07 [ecarstrade.be] INFO: Saving data for 6951890auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184371.903305, 'last_price_update_time': 1774458187.133966}
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951890auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:07 [scrapy.extensions.logstats] INFO: Crawled 966 pages (at 30 pages/min), scraped 833 items (at 28 items/min)
2026-03-25 17:03:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951903> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950341> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:07 [ecarstrade.be] INFO: Extracting details for car 6951903auction61871
2026-03-25 17:03:07 [ecarstrade.be] INFO: Extracting details for car 6950341auction61871
2026-03-25 17:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3f9c419-eda9-5fc6-973f-9a524eb0a6dc with identifier: 6951903auction61871
2026-03-25 17:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3f9c419-eda9-5fc6-973f-9a524eb0a6dc with scrape type 2
2026-03-25 17:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3f9c419-eda9-5fc6-973f-9a524eb0a6dc with scrape type 2
2026-03-25 17:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3f9c419-eda9-5fc6-973f-9a524eb0a6dc, identifier: 6951903auction61871
2026-03-25 17:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0af29ec-36f3-5173-bd5c-fc1ad9b00686 with identifier: 6950341auction61871
2026-03-25 17:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0af29ec-36f3-5173-bd5c-fc1ad9b00686 with scrape type 2
2026-03-25 17:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0af29ec-36f3-5173-bd5c-fc1ad9b00686 with scrape type 2
2026-03-25 17:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0af29ec-36f3-5173-bd5c-fc1ad9b00686, identifier: 6950341auction61871
2026-03-25 17:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3f9c419-eda9-5fc6-973f-9a524eb0a6dc with identifier: 6951903auction61871
2026-03-25 17:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3f9c419-eda9-5fc6-973f-9a524eb0a6dc with identifier: 6951903auction61871
2026-03-25 17:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3f9c419-eda9-5fc6-973f-9a524eb0a6dc with identifier: 6951903auction61871 to the API
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951903>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'b3f9c419-eda9-5fc6-973f-9a524eb0a6dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951903',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 40593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 eTSI 81kW Life Business DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 1.0 eTSI 81kW Life Business DSG 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:07 [ecarstrade.be] INFO: Saving data for 6951903auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184399.916297, 'last_price_update_time': 1774458187.717093}
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951903auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0af29ec-36f3-5173-bd5c-fc1ad9b00686 with identifier: 6950341auction61871
2026-03-25 17:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0af29ec-36f3-5173-bd5c-fc1ad9b00686 with identifier: 6950341auction61871
2026-03-25 17:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0af29ec-36f3-5173-bd5c-fc1ad9b00686 with identifier: 6950341auction61871 to the API
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950341>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'a0af29ec-36f3-5173-bd5c-fc1ad9b00686',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950341',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'Other',
'odometer': 129911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 180 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLB GLB 180 d Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:08 [ecarstrade.be] INFO: Saving data for 6950341auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184324.313708, 'last_price_update_time': 1774458188.030024}
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950341auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950342> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:08 [ecarstrade.be] INFO: Extracting details for car 6950342auction61871
2026-03-25 17:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b573bc-7508-5232-bb44-25cb775469d1 with identifier: 6950342auction61871
2026-03-25 17:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b573bc-7508-5232-bb44-25cb775469d1 with scrape type 2
2026-03-25 17:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b573bc-7508-5232-bb44-25cb775469d1 with scrape type 2
2026-03-25 17:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21b573bc-7508-5232-bb44-25cb775469d1, identifier: 6950342auction61871
2026-03-25 17:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21b573bc-7508-5232-bb44-25cb775469d1 with identifier: 6950342auction61871
2026-03-25 17:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21b573bc-7508-5232-bb44-25cb775469d1 with identifier: 6950342auction61871
2026-03-25 17:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21b573bc-7508-5232-bb44-25cb775469d1 with identifier: 6950342auction61871 to the API
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950342>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '21b573bc-7508-5232-bb44-25cb775469d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950342',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 47192,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:08 [ecarstrade.be] INFO: Saving data for 6950342auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184325.099893, 'last_price_update_time': 1774458188.548008}
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950342auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950346> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:09 [ecarstrade.be] INFO: Extracting details for car 6950346auction61871
2026-03-25 17:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a03961d-0361-5095-9258-e5a5a380b329 with identifier: 6950346auction61871
2026-03-25 17:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a03961d-0361-5095-9258-e5a5a380b329 with scrape type 2
2026-03-25 17:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a03961d-0361-5095-9258-e5a5a380b329 with scrape type 2
2026-03-25 17:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a03961d-0361-5095-9258-e5a5a380b329, identifier: 6950346auction61871
2026-03-25 17:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a03961d-0361-5095-9258-e5a5a380b329 with identifier: 6950346auction61871
2026-03-25 17:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a03961d-0361-5095-9258-e5a5a380b329 with identifier: 6950346auction61871
2026-03-25 17:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a03961d-0361-5095-9258-e5a5a380b329 with identifier: 6950346auction61871 to the API
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950346>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '7a03961d-0361-5095-9258-e5a5a380b329',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950346',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 37366,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:09 [ecarstrade.be] INFO: Saving data for 6950346auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184325.979614, 'last_price_update_time': 1774458189.424818}
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950346auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951902> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:09 [ecarstrade.be] INFO: Extracting details for car 6951902auction61871
2026-03-25 17:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d4a66ec-026b-504a-bc27-21d90cf35f8a with identifier: 6951902auction61871
2026-03-25 17:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d4a66ec-026b-504a-bc27-21d90cf35f8a with scrape type 2
2026-03-25 17:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d4a66ec-026b-504a-bc27-21d90cf35f8a with scrape type 2
2026-03-25 17:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d4a66ec-026b-504a-bc27-21d90cf35f8a, identifier: 6951902auction61871
2026-03-25 17:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d4a66ec-026b-504a-bc27-21d90cf35f8a with identifier: 6951902auction61871
2026-03-25 17:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d4a66ec-026b-504a-bc27-21d90cf35f8a with identifier: 6951902auction61871
2026-03-25 17:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d4a66ec-026b-504a-bc27-21d90cf35f8a with identifier: 6951902auction61871 to the API
2026-03-25 17:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951902>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '5d4a66ec-026b-504a-bc27-21d90cf35f8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951902',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 55193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:10 [ecarstrade.be] INFO: Saving data for 6951902auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184398.680967, 'last_price_update_time': 1774458190.21797}
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951902auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950344> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:10 [ecarstrade.be] INFO: Extracting details for car 6950344auction61871
2026-03-25 17:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 681c65b1-109e-50bd-9775-f231d27c3d8f with identifier: 6950344auction61871
2026-03-25 17:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 681c65b1-109e-50bd-9775-f231d27c3d8f with scrape type 2
2026-03-25 17:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 681c65b1-109e-50bd-9775-f231d27c3d8f with scrape type 2
2026-03-25 17:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 681c65b1-109e-50bd-9775-f231d27c3d8f, identifier: 6950344auction61871
2026-03-25 17:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 681c65b1-109e-50bd-9775-f231d27c3d8f with identifier: 6950344auction61871
2026-03-25 17:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 681c65b1-109e-50bd-9775-f231d27c3d8f with identifier: 6950344auction61871
2026-03-25 17:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 681c65b1-109e-50bd-9775-f231d27c3d8f with identifier: 6950344auction61871 to the API
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950344>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '681c65b1-109e-50bd-9775-f231d27c3d8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950344',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 29308,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:10 [ecarstrade.be] INFO: Saving data for 6950344auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184252.87538, 'last_price_update_time': 1774458190.735997}
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950344auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950336> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:16 [ecarstrade.be] INFO: Extracting details for car 6950336auction61871
2026-03-25 17:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3742906-1d55-5dc5-80d0-408c91feeb02 with identifier: 6950336auction61871
2026-03-25 17:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3742906-1d55-5dc5-80d0-408c91feeb02 with scrape type 2
2026-03-25 17:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3742906-1d55-5dc5-80d0-408c91feeb02 with scrape type 2
2026-03-25 17:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3742906-1d55-5dc5-80d0-408c91feeb02, identifier: 6950336auction61871
2026-03-25 17:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3742906-1d55-5dc5-80d0-408c91feeb02 with identifier: 6950336auction61871
2026-03-25 17:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3742906-1d55-5dc5-80d0-408c91feeb02 with identifier: 6950336auction61871
2026-03-25 17:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3742906-1d55-5dc5-80d0-408c91feeb02 with identifier: 6950336auction61871 to the API
2026-03-25 17:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950336>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'e3742906-1d55-5dc5-80d0-408c91feeb02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950336',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 124148,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 17:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950336auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:16 [ecarstrade.be] INFO: Saving data for 6950336auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184243.447479, 'last_price_update_time': 1774458196.580619}
2026-03-25 17:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950336auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950340> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:17 [ecarstrade.be] INFO: Extracting details for car 6950340auction61871
2026-03-25 17:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cb92657-2974-5500-a409-39a8434a18dc with identifier: 6950340auction61871
2026-03-25 17:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cb92657-2974-5500-a409-39a8434a18dc with scrape type 2
2026-03-25 17:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cb92657-2974-5500-a409-39a8434a18dc with scrape type 2
2026-03-25 17:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0cb92657-2974-5500-a409-39a8434a18dc, identifier: 6950340auction61871
2026-03-25 17:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0cb92657-2974-5500-a409-39a8434a18dc with identifier: 6950340auction61871
2026-03-25 17:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0cb92657-2974-5500-a409-39a8434a18dc with identifier: 6950340auction61871
2026-03-25 17:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0cb92657-2974-5500-a409-39a8434a18dc with identifier: 6950340auction61871 to the API
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950340>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '0cb92657-2974-5500-a409-39a8434a18dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950340',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 63994,
'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': "Kia, Sportage '21, KIA Sportage 1.6 T-GDi 48V 7DCT Pulse 5d",
'transmission': 'automatic',
'trim': ", '21, KIA 1.6 T-GDi 48V 7DCT Pulse 5d",
'vin': None,
'year': 2023}
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950340auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:17 [ecarstrade.be] INFO: Saving data for 6950340auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184323.844055, 'last_price_update_time': 1774458197.651664}
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950340auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951863> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:17 [ecarstrade.be] INFO: Extracting details for car 6951863auction61871
2026-03-25 17:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9691af2b-f400-5f02-bc4f-5c17b2dfe492 with identifier: 6951863auction61871
2026-03-25 17:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9691af2b-f400-5f02-bc4f-5c17b2dfe492 with scrape type 2
2026-03-25 17:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9691af2b-f400-5f02-bc4f-5c17b2dfe492 with scrape type 2
2026-03-25 17:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9691af2b-f400-5f02-bc4f-5c17b2dfe492, identifier: 6951863auction61871
2026-03-25 17:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9691af2b-f400-5f02-bc4f-5c17b2dfe492 with identifier: 6951863auction61871
2026-03-25 17:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9691af2b-f400-5f02-bc4f-5c17b2dfe492 with identifier: 6951863auction61871
2026-03-25 17:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9691af2b-f400-5f02-bc4f-5c17b2dfe492 with identifier: 6951863auction61871 to the API
2026-03-25 17:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951863>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '9691af2b-f400-5f02-bc4f-5c17b2dfe492',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951863',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 64107,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch 116dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 17:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951863auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:18 [ecarstrade.be] INFO: Saving data for 6951863auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184317.035317, 'last_price_update_time': 1774458198.260042}
2026-03-25 17:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951863auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951893> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:22 [ecarstrade.be] INFO: Extracting details for car 6951893auction61871
2026-03-25 17:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81caa665-a99b-5190-bea6-c68fa9084a16 with identifier: 6951893auction61871
2026-03-25 17:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81caa665-a99b-5190-bea6-c68fa9084a16 with scrape type 2
2026-03-25 17:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81caa665-a99b-5190-bea6-c68fa9084a16 with scrape type 2
2026-03-25 17:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81caa665-a99b-5190-bea6-c68fa9084a16, identifier: 6951893auction61871
2026-03-25 17:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81caa665-a99b-5190-bea6-c68fa9084a16 with identifier: 6951893auction61871
2026-03-25 17:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81caa665-a99b-5190-bea6-c68fa9084a16 with identifier: 6951893auction61871
2026-03-25 17:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81caa665-a99b-5190-bea6-c68fa9084a16 with identifier: 6951893auction61871 to the API
2026-03-25 17:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951893>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '81caa665-a99b-5190-bea6-c68fa9084a16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951893',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 74888,
'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 X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 17:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951893auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:22 [ecarstrade.be] INFO: Saving data for 6951893auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184370.374944, 'last_price_update_time': 1774458202.718576}
2026-03-25 17:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951893auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951886> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:24 [ecarstrade.be] INFO: Extracting details for car 6951886auction61871
2026-03-25 17:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b38fe1-0cc3-59e1-b61b-96121545ba81 with identifier: 6951886auction61871
2026-03-25 17:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b38fe1-0cc3-59e1-b61b-96121545ba81 with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1b38fe1-0cc3-59e1-b61b-96121545ba81 with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1b38fe1-0cc3-59e1-b61b-96121545ba81, identifier: 6951886auction61871
2026-03-25 17:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1b38fe1-0cc3-59e1-b61b-96121545ba81 with identifier: 6951886auction61871
2026-03-25 17:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1b38fe1-0cc3-59e1-b61b-96121545ba81 with identifier: 6951886auction61871
2026-03-25 17:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1b38fe1-0cc3-59e1-b61b-96121545ba81 with identifier: 6951886auction61871 to the API
2026-03-25 17:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951886>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'c1b38fe1-0cc3-59e1-b61b-96121545ba81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951886',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 41549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:24 [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-25 17:03:24 [ecarstrade.be] INFO: Saving data for 6951886auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184368.664873, 'last_price_update_time': 1774458204.613413}
2026-03-25 17:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951886auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951859> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951885> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951866> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:24 [ecarstrade.be] INFO: Extracting details for car 6951859auction61871
2026-03-25 17:03:24 [ecarstrade.be] INFO: Extracting details for car 6951885auction61871
2026-03-25 17:03:24 [ecarstrade.be] INFO: Extracting details for car 6951866auction61871
2026-03-25 17:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3d6bea0-9a60-548e-b74b-13f57f812996 with identifier: 6951859auction61871
2026-03-25 17:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3d6bea0-9a60-548e-b74b-13f57f812996 with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3d6bea0-9a60-548e-b74b-13f57f812996 with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d3d6bea0-9a60-548e-b74b-13f57f812996, identifier: 6951859auction61871
2026-03-25 17:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6371e4b6-c845-52e5-8cb4-8ed9c02d243c with identifier: 6951885auction61871
2026-03-25 17:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6371e4b6-c845-52e5-8cb4-8ed9c02d243c with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6371e4b6-c845-52e5-8cb4-8ed9c02d243c with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6371e4b6-c845-52e5-8cb4-8ed9c02d243c, identifier: 6951885auction61871
2026-03-25 17:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4edb05-c298-5be7-acd5-3d3f0f39f56e with identifier: 6951866auction61871
2026-03-25 17:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4edb05-c298-5be7-acd5-3d3f0f39f56e with scrape type 2
2026-03-25 17:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4edb05-c298-5be7-acd5-3d3f0f39f56e with scrape type 2
2026-03-25 17:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f4edb05-c298-5be7-acd5-3d3f0f39f56e, identifier: 6951866auction61871
2026-03-25 17:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d3d6bea0-9a60-548e-b74b-13f57f812996 with identifier: 6951859auction61871
2026-03-25 17:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d3d6bea0-9a60-548e-b74b-13f57f812996 with identifier: 6951859auction61871
2026-03-25 17:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d3d6bea0-9a60-548e-b74b-13f57f812996 with identifier: 6951859auction61871 to the API
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951859>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'd3d6bea0-9a60-548e-b74b-13f57f812996',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951859',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 140907,
'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 Berline '18, Mercedes-Benz A-Klasse Limousine A "
'180d DCT Busine',
'transmission': 'automatic',
'trim': ", Berline '18, -Benz A-Klasse Limousine A 180d DCT Busine",
'vin': None,
'year': 2022}
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:25 [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-25 17:03:25 [ecarstrade.be] INFO: Saving data for 6951859auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184319.203577, 'last_price_update_time': 1774458205.350407}
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951859auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6371e4b6-c845-52e5-8cb4-8ed9c02d243c with identifier: 6951885auction61871
2026-03-25 17:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6371e4b6-c845-52e5-8cb4-8ed9c02d243c with identifier: 6951885auction61871
2026-03-25 17:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6371e4b6-c845-52e5-8cb4-8ed9c02d243c with identifier: 6951885auction61871 to the API
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951885>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '6371e4b6-c845-52e5-8cb4-8ed9c02d243c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951885',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 92142,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:25 [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-25 17:03:25 [ecarstrade.be] INFO: Saving data for 6951885auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184365.262325, 'last_price_update_time': 1774458205.644727}
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951885auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f4edb05-c298-5be7-acd5-3d3f0f39f56e with identifier: 6951866auction61871
2026-03-25 17:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f4edb05-c298-5be7-acd5-3d3f0f39f56e with identifier: 6951866auction61871
2026-03-25 17:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f4edb05-c298-5be7-acd5-3d3f0f39f56e with identifier: 6951866auction61871 to the API
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951866>
{'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-27T17:40:02Z',
'fuel_type': 'Electric',
'id': '0f4edb05-c298-5be7-acd5-3d3f0f39f56e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951866',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 69377,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz EQC EQC 400 4MATIC Sport 5d',
'transmission': 'automatic',
'trim': '-Benz 400 4MATIC Sport 5d',
'vin': None,
'year': 2022}
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:25 [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-25 17:03:25 [ecarstrade.be] INFO: Saving data for 6951866auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184345.611325, 'last_price_update_time': 1774458205.975097}
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951866auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951861> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950318> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:26 [ecarstrade.be] INFO: Extracting details for car 6951861auction61871
2026-03-25 17:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bed15f-326a-562c-8d23-afb8af75c08e with identifier: 6951861auction61871
2026-03-25 17:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bed15f-326a-562c-8d23-afb8af75c08e with scrape type 2
2026-03-25 17:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bed15f-326a-562c-8d23-afb8af75c08e with scrape type 2
2026-03-25 17:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21bed15f-326a-562c-8d23-afb8af75c08e, identifier: 6951861auction61871
2026-03-25 17:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21bed15f-326a-562c-8d23-afb8af75c08e with identifier: 6951861auction61871
2026-03-25 17:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21bed15f-326a-562c-8d23-afb8af75c08e with identifier: 6951861auction61871
2026-03-25 17:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21bed15f-326a-562c-8d23-afb8af75c08e with identifier: 6951861auction61871 to the API
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951861>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '21bed15f-326a-562c-8d23-afb8af75c08e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951861',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 80762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Kodiaq '16, Skoda Kodiaq 2.0 CRTDI 110kW DSG7 Ambition 5d",
'transmission': 'automatic',
'trim': ", '16, 2.0 CRTDI 110kW DSG7 Ambition 5d",
'vin': None,
'year': 2021}
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951861auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:26 [ecarstrade.be] INFO: Saving data for 6951861auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184315.437024, 'last_price_update_time': 1774458206.476177}
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951861auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:26 [ecarstrade.be] INFO: Extracting details for car 6950318auction61871
2026-03-25 17:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b217a38f-0fea-5ceb-924d-431911d7efa9 with identifier: 6950318auction61871
2026-03-25 17:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b217a38f-0fea-5ceb-924d-431911d7efa9 with scrape type 2
2026-03-25 17:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b217a38f-0fea-5ceb-924d-431911d7efa9 with scrape type 2
2026-03-25 17:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b217a38f-0fea-5ceb-924d-431911d7efa9, identifier: 6950318auction61871
2026-03-25 17:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b217a38f-0fea-5ceb-924d-431911d7efa9 with identifier: 6950318auction61871
2026-03-25 17:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b217a38f-0fea-5ceb-924d-431911d7efa9 with identifier: 6950318auction61871
2026-03-25 17:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b217a38f-0fea-5ceb-924d-431911d7efa9 with identifier: 6950318auction61871 to the API
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950318>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'b217a38f-0fea-5ceb-924d-431911d7efa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950318',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 67806,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, Yaris Cross '21, Toyota Yaris Cross 1.5 VVT-ie Hybrid "
'Dynamic Plus',
'transmission': 'automatic',
'trim': ", '21, 1.5 VVT-ie Hybrid Dynamic Plus",
'vin': None,
'year': 2024}
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:26 [ecarstrade.be] INFO: Saving data for 6950318auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302894.392884, 'last_price_update_time': 1774458206.990792}
2026-03-25 17:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950318auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950321> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951865> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:33 [ecarstrade.be] INFO: Extracting details for car 6950321auction61871
2026-03-25 17:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11f9d742-6658-5611-b0e8-647cb7246857 with identifier: 6950321auction61871
2026-03-25 17:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11f9d742-6658-5611-b0e8-647cb7246857 with scrape type 2
2026-03-25 17:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11f9d742-6658-5611-b0e8-647cb7246857 with scrape type 2
2026-03-25 17:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11f9d742-6658-5611-b0e8-647cb7246857, identifier: 6950321auction61871
2026-03-25 17:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11f9d742-6658-5611-b0e8-647cb7246857 with identifier: 6950321auction61871
2026-03-25 17:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11f9d742-6658-5611-b0e8-647cb7246857 with identifier: 6950321auction61871
2026-03-25 17:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11f9d742-6658-5611-b0e8-647cb7246857 with identifier: 6950321auction61871 to the API
2026-03-25 17:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950321>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '11f9d742-6658-5611-b0e8-647cb7246857',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950321',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 55794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A5 SB FL'20, Audi A5 Sportback 35 TFSI S tronic Bus. Ed. S "
'Line',
'transmission': 'automatic',
'trim': ", SB FL'20, Sportback 35 TFSI S tronic Bus. Ed. S Line",
'vin': None,
'year': 2022}
2026-03-25 17:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:33 [ecarstrade.be] INFO: Saving data for 6950321auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302927.942504, 'last_price_update_time': 1774458213.793064}
2026-03-25 17:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950321auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:33 [ecarstrade.be] INFO: Extracting details for car 6951865auction61871
2026-03-25 17:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951871> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951874> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951869> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f816ed8-0890-5dfe-b3e9-081a337e74ff with identifier: 6951865auction61871
2026-03-25 17:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f816ed8-0890-5dfe-b3e9-081a337e74ff with scrape type 2
2026-03-25 17:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f816ed8-0890-5dfe-b3e9-081a337e74ff with scrape type 2
2026-03-25 17:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f816ed8-0890-5dfe-b3e9-081a337e74ff, identifier: 6951865auction61871
2026-03-25 17:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f816ed8-0890-5dfe-b3e9-081a337e74ff with identifier: 6951865auction61871
2026-03-25 17:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f816ed8-0890-5dfe-b3e9-081a337e74ff with identifier: 6951865auction61871
2026-03-25 17:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f816ed8-0890-5dfe-b3e9-081a337e74ff with identifier: 6951865auction61871 to the API
2026-03-25 17:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951865>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '9f816ed8-0890-5dfe-b3e9-081a337e74ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951865',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 24144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLE '18 PHEV, Mercedes-Benz GLE GLE 350 de 4MATIC 5d",
'transmission': 'automatic',
'trim': ", GLE '18 PHEV, -Benz GLE GLE 350 de 4MATIC 5d",
'vin': None,
'year': 2022}
2026-03-25 17:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:34 [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-25 17:03:34 [ecarstrade.be] INFO: Saving data for 6951865auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184317.321437, 'last_price_update_time': 1774458214.777492}
2026-03-25 17:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951865auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:34 [ecarstrade.be] INFO: Extracting details for car 6951871auction61871
2026-03-25 17:03:34 [ecarstrade.be] INFO: Extracting details for car 6951874auction61871
2026-03-25 17:03:34 [ecarstrade.be] INFO: Extracting details for car 6951869auction61871
2026-03-25 17:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950325> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6324085f-8dfd-5d82-b3a9-2efa0d63a540 with identifier: 6951871auction61871
2026-03-25 17:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6324085f-8dfd-5d82-b3a9-2efa0d63a540 with scrape type 2
2026-03-25 17:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6324085f-8dfd-5d82-b3a9-2efa0d63a540 with scrape type 2
2026-03-25 17:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6324085f-8dfd-5d82-b3a9-2efa0d63a540, identifier: 6951871auction61871
2026-03-25 17:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f with identifier: 6951874auction61871
2026-03-25 17:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f with scrape type 2
2026-03-25 17:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f with scrape type 2
2026-03-25 17:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f, identifier: 6951874auction61871
2026-03-25 17:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de with identifier: 6951869auction61871
2026-03-25 17:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de with scrape type 2
2026-03-25 17:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de with scrape type 2
2026-03-25 17:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de, identifier: 6951869auction61871
2026-03-25 17:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6324085f-8dfd-5d82-b3a9-2efa0d63a540 with identifier: 6951871auction61871
2026-03-25 17:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6324085f-8dfd-5d82-b3a9-2efa0d63a540 with identifier: 6951871auction61871
2026-03-25 17:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6324085f-8dfd-5d82-b3a9-2efa0d63a540 with identifier: 6951871auction61871 to the API
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951871>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '6324085f-8dfd-5d82-b3a9-2efa0d63a540',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951871',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 209737,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive18dA (100 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive18dA (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:35 [ecarstrade.be] INFO: Saving data for 6951871auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184301.012262, 'last_price_update_time': 1774458215.598353}
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951871auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f with identifier: 6951874auction61871
2026-03-25 17:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f with identifier: 6951874auction61871
2026-03-25 17:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fb9872a-4b2b-5795-9b46-5d4c9e0de26f with identifier: 6951874auction61871 to the API
2026-03-25 17:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951874>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '1fb9872a-4b2b-5795-9b46-5d4c9e0de26f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951874',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 92375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI 90kW DSG Style Business 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 90kW DSG Style Business 5d',
'vin': None,
'year': 2022}
2026-03-25 17:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:36 [ecarstrade.be] INFO: Saving data for 6951874auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184294.224001, 'last_price_update_time': 1774458216.789461}
2026-03-25 17:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951874auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de with identifier: 6951869auction61871
2026-03-25 17:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de with identifier: 6951869auction61871
2026-03-25 17:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ac039ed-bb5d-5ade-aa7a-ddb86b9143de with identifier: 6951869auction61871 to the API
2026-03-25 17:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951869>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '3ac039ed-bb5d-5ade-aa7a-ddb86b9143de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951869',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 132331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Transporter 2.0 TDi SCR BMT 110/150 SWB 2.8T DSG 4d',
'transmission': 'automatic',
'trim': 'Transporter 2.0 TDi SCR BMT 110/150 SWB 2.8T DSG 4d',
'vin': None,
'year': 2020}
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:37 [ecarstrade.be] INFO: Saving data for 6951869auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184319.79513, 'last_price_update_time': 1774458217.122251}
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951869auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:37 [ecarstrade.be] INFO: Extracting details for car 6950325auction61871
2026-03-25 17:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674a6011-c2f8-5578-8da7-495c6a41fc8a with identifier: 6950325auction61871
2026-03-25 17:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674a6011-c2f8-5578-8da7-495c6a41fc8a with scrape type 2
2026-03-25 17:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 674a6011-c2f8-5578-8da7-495c6a41fc8a with scrape type 2
2026-03-25 17:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 674a6011-c2f8-5578-8da7-495c6a41fc8a, identifier: 6950325auction61871
2026-03-25 17:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 674a6011-c2f8-5578-8da7-495c6a41fc8a with identifier: 6950325auction61871
2026-03-25 17:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 674a6011-c2f8-5578-8da7-495c6a41fc8a with identifier: 6950325auction61871
2026-03-25 17:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 674a6011-c2f8-5578-8da7-495c6a41fc8a with identifier: 6950325auction61871 to the API
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950325>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '674a6011-c2f8-5578-8da7-495c6a41fc8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950325',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 120176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Corolla Touring Sports 1.8 Hybrid Dynamic e-CVT 5d',
'transmission': 'automatic',
'trim': 'Touring Sports 1.8 Hybrid Dynamic e-CVT 5d',
'vin': None,
'year': 2022}
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:37 [ecarstrade.be] INFO: Saving data for 6950325auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184247.053332, 'last_price_update_time': 1774458217.536535}
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950325auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950323> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:03:38 [ecarstrade.be] INFO: Extracting details for car 6950323auction61871
2026-03-25 17:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a65858a-742d-5ee5-a1fb-9d2d5c113003 with identifier: 6950323auction61871
2026-03-25 17:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a65858a-742d-5ee5-a1fb-9d2d5c113003 with scrape type 2
2026-03-25 17:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a65858a-742d-5ee5-a1fb-9d2d5c113003 with scrape type 2
2026-03-25 17:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a65858a-742d-5ee5-a1fb-9d2d5c113003, identifier: 6950323auction61871
2026-03-25 17:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a65858a-742d-5ee5-a1fb-9d2d5c113003 with identifier: 6950323auction61871
2026-03-25 17:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a65858a-742d-5ee5-a1fb-9d2d5c113003 with identifier: 6950323auction61871
2026-03-25 17:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a65858a-742d-5ee5-a1fb-9d2d5c113003 with identifier: 6950323auction61871 to the API
2026-03-25 17:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950323>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '0a65858a-742d-5ee5-a1fb-9d2d5c113003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950323',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18198,
'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': 'Peugeot 2008 1.2 Puretech 74KW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74KW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 17:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:39 [ecarstrade.be] INFO: Saving data for 6950323auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184271.37023, 'last_price_update_time': 1774458219.261156}
2026-03-25 17:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950323auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951873> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:03:42 [ecarstrade.be] INFO: Extracting details for car 6951873auction61871
2026-03-25 17:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64be519c-91ee-54f8-a88d-e6e839edc997 with identifier: 6951873auction61871
2026-03-25 17:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64be519c-91ee-54f8-a88d-e6e839edc997 with scrape type 2
2026-03-25 17:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64be519c-91ee-54f8-a88d-e6e839edc997 with scrape type 2
2026-03-25 17:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64be519c-91ee-54f8-a88d-e6e839edc997, identifier: 6951873auction61871
2026-03-25 17:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64be519c-91ee-54f8-a88d-e6e839edc997 with identifier: 6951873auction61871
2026-03-25 17:03:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 17:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 17:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64be519c-91ee-54f8-a88d-e6e839edc997 with identifier: 6951873auction61871
2026-03-25 17:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64be519c-91ee-54f8-a88d-e6e839edc997 with identifier: 6951873auction61871 to the API
2026-03-25 17:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951873>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '64be519c-91ee-54f8-a88d-e6e839edc997',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951873',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 65946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech 96kW S&S Auto GT Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S Auto GT Pack 5d',
'vin': None,
'year': 2022}
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:43 [ecarstrade.be] INFO: Saving data for 6951873auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184320.172509, 'last_price_update_time': 1774458223.45059}
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951873auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950330> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950332> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17: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-25 17:03:43 [ecarstrade.be] INFO: Extracting details for car 6950330auction61871
2026-03-25 17:03:43 [ecarstrade.be] INFO: Extracting details for car 6950332auction61871
2026-03-25 17:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ac0363-2049-5b0c-b083-6211a6e91149 with identifier: 6950330auction61871
2026-03-25 17:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ac0363-2049-5b0c-b083-6211a6e91149 with scrape type 2
2026-03-25 17:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ac0363-2049-5b0c-b083-6211a6e91149 with scrape type 2
2026-03-25 17:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ac0363-2049-5b0c-b083-6211a6e91149, identifier: 6950330auction61871
2026-03-25 17:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1edfccad-5cfd-5434-a3e5-ebc1336cf940 with identifier: 6950332auction61871
2026-03-25 17:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1edfccad-5cfd-5434-a3e5-ebc1336cf940 with scrape type 2
2026-03-25 17:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1edfccad-5cfd-5434-a3e5-ebc1336cf940 with scrape type 2
2026-03-25 17:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1edfccad-5cfd-5434-a3e5-ebc1336cf940, identifier: 6950332auction61871
2026-03-25 17:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ac0363-2049-5b0c-b083-6211a6e91149 with identifier: 6950330auction61871
2026-03-25 17:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ac0363-2049-5b0c-b083-6211a6e91149 with identifier: 6950330auction61871
2026-03-25 17:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ac0363-2049-5b0c-b083-6211a6e91149 with identifier: 6950330auction61871 to the API
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950330>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '05ac0363-2049-5b0c-b083-6211a6e91149',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950330',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 149363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 7,
'seller_name': None,
'title': 'Ford Galaxy 2.0 TDCi 110kW S/S Aut. Titanium 5d 7pl',
'transmission': 'automatic',
'trim': '2.0 TDCi 110kW S/S Aut. Titanium 5d 7pl',
'vin': None,
'year': 2021}
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:44 [ecarstrade.be] INFO: Saving data for 6950330auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184245.8861, 'last_price_update_time': 1774458224.071869}
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950330auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1edfccad-5cfd-5434-a3e5-ebc1336cf940 with identifier: 6950332auction61871
2026-03-25 17:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1edfccad-5cfd-5434-a3e5-ebc1336cf940 with identifier: 6950332auction61871
2026-03-25 17:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1edfccad-5cfd-5434-a3e5-ebc1336cf940 with identifier: 6950332auction61871 to the API
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950332>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '1edfccad-5cfd-5434-a3e5-ebc1336cf940',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950332',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 71862,
'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': 'Opel Crossland X 1.2 81kW Turbo S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 81kW Turbo S/S Edition 5d',
'vin': None,
'year': 2020}
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:44 [ecarstrade.be] INFO: Saving data for 6950332auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184244.303562, 'last_price_update_time': 1774458224.907574}
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950332auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950335> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951878> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:45 [ecarstrade.be] INFO: Extracting details for car 6950335auction61871
2026-03-25 17:03:45 [ecarstrade.be] INFO: Extracting details for car 6951878auction61871
2026-03-25 17:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b0801d-a6f8-5cc3-b5dd-6214275fccf6 with identifier: 6950335auction61871
2026-03-25 17:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b0801d-a6f8-5cc3-b5dd-6214275fccf6 with scrape type 2
2026-03-25 17:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b0801d-a6f8-5cc3-b5dd-6214275fccf6 with scrape type 2
2026-03-25 17:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99b0801d-a6f8-5cc3-b5dd-6214275fccf6, identifier: 6950335auction61871
2026-03-25 17:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 970981fc-7ee3-5bce-a88f-9795fd6fdfe7 with identifier: 6951878auction61871
2026-03-25 17:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 970981fc-7ee3-5bce-a88f-9795fd6fdfe7 with scrape type 2
2026-03-25 17:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 970981fc-7ee3-5bce-a88f-9795fd6fdfe7 with scrape type 2
2026-03-25 17:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 970981fc-7ee3-5bce-a88f-9795fd6fdfe7, identifier: 6951878auction61871
2026-03-25 17:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99b0801d-a6f8-5cc3-b5dd-6214275fccf6 with identifier: 6950335auction61871
2026-03-25 17:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99b0801d-a6f8-5cc3-b5dd-6214275fccf6 with identifier: 6950335auction61871
2026-03-25 17:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99b0801d-a6f8-5cc3-b5dd-6214275fccf6 with identifier: 6950335auction61871 to the API
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950335>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '99b0801d-a6f8-5cc3-b5dd-6214275fccf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950335',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 84180,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, C-Klasse FL'18, Mercedes-Benz C-Klasse Berline C 300 de "
'Business S',
'transmission': 'automatic',
'trim': ", C-Klasse FL'18, -Benz C-Klasse Berline C 300 de Business S",
'vin': None,
'year': 2021}
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:45 [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-25 17:03:45 [ecarstrade.be] INFO: Saving data for 6950335auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184245.349665, 'last_price_update_time': 1774458225.632706}
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950335auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 970981fc-7ee3-5bce-a88f-9795fd6fdfe7 with identifier: 6951878auction61871
2026-03-25 17:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 970981fc-7ee3-5bce-a88f-9795fd6fdfe7 with identifier: 6951878auction61871
2026-03-25 17:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 970981fc-7ee3-5bce-a88f-9795fd6fdfe7 with identifier: 6951878auction61871 to the API
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951878>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '970981fc-7ee3-5bce-a88f-9795fd6fdfe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951878',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 93738,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch 116dA (85 kW) 5d",
'vin': None,
'year': 2020}
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:45 [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-25 17:03:45 [ecarstrade.be] INFO: Saving data for 6951878auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184372.98355, 'last_price_update_time': 1774458225.959247}
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951878auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950338> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950337> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:52 [ecarstrade.be] INFO: Extracting details for car 6950338auction61871
2026-03-25 17:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93345062-bbae-595a-a678-d6de57011ed0 with identifier: 6950338auction61871
2026-03-25 17:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93345062-bbae-595a-a678-d6de57011ed0 with scrape type 2
2026-03-25 17:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93345062-bbae-595a-a678-d6de57011ed0 with scrape type 2
2026-03-25 17:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93345062-bbae-595a-a678-d6de57011ed0, identifier: 6950338auction61871
2026-03-25 17:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93345062-bbae-595a-a678-d6de57011ed0 with identifier: 6950338auction61871
2026-03-25 17:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93345062-bbae-595a-a678-d6de57011ed0 with identifier: 6950338auction61871
2026-03-25 17:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93345062-bbae-595a-a678-d6de57011ed0 with identifier: 6950338auction61871 to the API
2026-03-25 17:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950338>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '93345062-bbae-595a-a678-d6de57011ed0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950338',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 93895,
'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 Allure "
'Pack',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 Allure Pack",
'vin': None,
'year': 2022}
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:53 [ecarstrade.be] INFO: Saving data for 6950338auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184247.491755, 'last_price_update_time': 1774458233.031708}
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950338auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:53 [ecarstrade.be] INFO: Extracting details for car 6950337auction61871
2026-03-25 17:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951882> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2205e373-40f3-5b16-86f1-09b5ae44364a with identifier: 6950337auction61871
2026-03-25 17:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2205e373-40f3-5b16-86f1-09b5ae44364a with scrape type 2
2026-03-25 17:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2205e373-40f3-5b16-86f1-09b5ae44364a with scrape type 2
2026-03-25 17:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2205e373-40f3-5b16-86f1-09b5ae44364a, identifier: 6950337auction61871
2026-03-25 17:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2205e373-40f3-5b16-86f1-09b5ae44364a with identifier: 6950337auction61871
2026-03-25 17:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2205e373-40f3-5b16-86f1-09b5ae44364a with identifier: 6950337auction61871
2026-03-25 17:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2205e373-40f3-5b16-86f1-09b5ae44364a with identifier: 6950337auction61871 to the API
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950337>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '2205e373-40f3-5b16-86f1-09b5ae44364a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950337',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 68521,
'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': 4,
'seller_name': None,
'title': "Audi, A5 Coupé FL'20, Audi A5 40 TFSI Quattro S tronic S Line 2d",
'transmission': 'automatic',
'trim': ", Coupé FL'20, 40 TFSI Quattro S tronic S Line 2d",
'vin': None,
'year': 2022}
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:53 [ecarstrade.be] INFO: Saving data for 6950337auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184243.84811, 'last_price_update_time': 1774458233.508668}
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950337auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:53 [ecarstrade.be] INFO: Extracting details for car 6951882auction61871
2026-03-25 17:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951884> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951888> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f23c551-2c25-576f-8ded-b0e67787906c with identifier: 6951882auction61871
2026-03-25 17:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f23c551-2c25-576f-8ded-b0e67787906c with scrape type 2
2026-03-25 17:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f23c551-2c25-576f-8ded-b0e67787906c with scrape type 2
2026-03-25 17:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f23c551-2c25-576f-8ded-b0e67787906c, identifier: 6951882auction61871
2026-03-25 17:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f23c551-2c25-576f-8ded-b0e67787906c with identifier: 6951882auction61871
2026-03-25 17:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f23c551-2c25-576f-8ded-b0e67787906c with identifier: 6951882auction61871
2026-03-25 17:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f23c551-2c25-576f-8ded-b0e67787906c with identifier: 6951882auction61871 to the API
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951882>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '8f23c551-2c25-576f-8ded-b0e67787906c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951882',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q5',
'odometer': 115910,
'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': "Audi, Q5 '16, Audi Q5 Business Edition Sport 35 TDI quattro 5d",
'transmission': 'automatic',
'trim': ", '16, Business Edition Sport 35 TDI quattro 5d",
'vin': None,
'year': 2020}
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951882auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:53 [ecarstrade.be] INFO: Saving data for 6951882auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184366.302032, 'last_price_update_time': 1774458233.906949}
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951882auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:53 [ecarstrade.be] INFO: Extracting details for car 6951884auction61871
2026-03-25 17:03:53 [ecarstrade.be] INFO: Extracting details for car 6951888auction61871
2026-03-25 17:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b6a7042-bf50-52db-9a2e-db4616a1ab89 with identifier: 6951884auction61871
2026-03-25 17:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b6a7042-bf50-52db-9a2e-db4616a1ab89 with scrape type 2
2026-03-25 17:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b6a7042-bf50-52db-9a2e-db4616a1ab89 with scrape type 2
2026-03-25 17:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b6a7042-bf50-52db-9a2e-db4616a1ab89, identifier: 6951884auction61871
2026-03-25 17:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de1f6c36-5e04-52f5-b385-7a6cdffdc5dd with identifier: 6951888auction61871
2026-03-25 17:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de1f6c36-5e04-52f5-b385-7a6cdffdc5dd with scrape type 2
2026-03-25 17:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de1f6c36-5e04-52f5-b385-7a6cdffdc5dd with scrape type 2
2026-03-25 17:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de1f6c36-5e04-52f5-b385-7a6cdffdc5dd, identifier: 6951888auction61871
2026-03-25 17:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b6a7042-bf50-52db-9a2e-db4616a1ab89 with identifier: 6951884auction61871
2026-03-25 17:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b6a7042-bf50-52db-9a2e-db4616a1ab89 with identifier: 6951884auction61871
2026-03-25 17:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b6a7042-bf50-52db-9a2e-db4616a1ab89 with identifier: 6951884auction61871 to the API
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951884>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '4b6a7042-bf50-52db-9a2e-db4616a1ab89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951884',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '208',
'odometer': 14224,
'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': "Peugeot, 208 '19, Peugeot 208 1.2 PureTech 100 MAN6 S&S Allure Pack",
'transmission': 'manual',
'trim': ", '19, 1.2 PureTech 100 MAN6 S&S Allure Pack",
'vin': None,
'year': 2023}
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:54 [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-25 17:03:54 [ecarstrade.be] INFO: Saving data for 6951884auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184365.82341, 'last_price_update_time': 1774458234.392307}
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951884auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de1f6c36-5e04-52f5-b385-7a6cdffdc5dd with identifier: 6951888auction61871
2026-03-25 17:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de1f6c36-5e04-52f5-b385-7a6cdffdc5dd with identifier: 6951888auction61871
2026-03-25 17:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de1f6c36-5e04-52f5-b385-7a6cdffdc5dd with identifier: 6951888auction61871 to the API
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951888>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'de1f6c36-5e04-52f5-b385-7a6cdffdc5dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951888',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 99014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 2008 '19, Peugeot 2008 1.2 Puretech 96kW S&S GT 5d",
'transmission': 'manual',
'trim': ", '19, 1.2 Puretech 96kW S&S GT 5d",
'vin': None,
'year': 2022}
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:54 [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-25 17:03:54 [ecarstrade.be] INFO: Saving data for 6951888auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184366.816334, 'last_price_update_time': 1774458234.731975}
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951888auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950333> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:55 [ecarstrade.be] INFO: Extracting details for car 6950333auction61871
2026-03-25 17:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f with identifier: 6950333auction61871
2026-03-25 17:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f with scrape type 2
2026-03-25 17:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f with scrape type 2
2026-03-25 17:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f, identifier: 6950333auction61871
2026-03-25 17:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f with identifier: 6950333auction61871
2026-03-25 17:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f with identifier: 6950333auction61871
2026-03-25 17:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c90ecad-dfe6-50ae-9889-ef2dd1d2849f with identifier: 6950333auction61871 to the API
2026-03-25 17:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950333>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '5c90ecad-dfe6-50ae-9889-ef2dd1d2849f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950333',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 12335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'vin': None,
'year': 2022}
2026-03-25 17:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:56 [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-25 17:03:56 [ecarstrade.be] INFO: Saving data for 6950333auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184242.625076, 'last_price_update_time': 1774458236.188509}
2026-03-25 17:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950333auction61871') HTTP/1.1" 204 0
2026-03-25 17:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6950315auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950315auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6950315auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 2
2026-03-25 17: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-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928534auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928534auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928534auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6928524auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928524auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6928524auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 2
2026-03-25 17:03:57 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:57 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 2
2026-03-25 17:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950331> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:03:59 [ecarstrade.be] INFO: Extracting details for car 6950331auction61871
2026-03-25 17:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c7845cb-5d13-5cfe-a756-89a9597479f0 with identifier: 6950331auction61871
2026-03-25 17:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c7845cb-5d13-5cfe-a756-89a9597479f0 with scrape type 2
2026-03-25 17:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c7845cb-5d13-5cfe-a756-89a9597479f0 with scrape type 2
2026-03-25 17:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c7845cb-5d13-5cfe-a756-89a9597479f0, identifier: 6950331auction61871
2026-03-25 17:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c7845cb-5d13-5cfe-a756-89a9597479f0 with identifier: 6950331auction61871
2026-03-25 17:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c7845cb-5d13-5cfe-a756-89a9597479f0 with identifier: 6950331auction61871
2026-03-25 17:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c7845cb-5d13-5cfe-a756-89a9597479f0 with identifier: 6950331auction61871 to the API
2026-03-25 17:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950331>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '8c7845cb-5d13-5cfe-a756-89a9597479f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950331',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 96955,
'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 Turbo ECOTEC D S/S AT8 Ultimate 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Ultimate 5d',
'vin': None,
'year': 2021}
2026-03-25 17:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:03:59 [ecarstrade.be] INFO: Saving data for 6950331auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184244.915183, 'last_price_update_time': 1774458239.703308}
2026-03-25 17:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950331auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950315> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:03 [ecarstrade.be] INFO: Extracting details for car 6950315auction61871
2026-03-25 17:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c89f85d-b215-5177-b832-e0258a0fc1c9 with identifier: 6950315auction61871
2026-03-25 17:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c89f85d-b215-5177-b832-e0258a0fc1c9 with scrape type 2
2026-03-25 17:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c89f85d-b215-5177-b832-e0258a0fc1c9 with scrape type 2
2026-03-25 17:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c89f85d-b215-5177-b832-e0258a0fc1c9, identifier: 6950315auction61871
2026-03-25 17:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c89f85d-b215-5177-b832-e0258a0fc1c9 with identifier: 6950315auction61871
2026-03-25 17:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c89f85d-b215-5177-b832-e0258a0fc1c9 with identifier: 6950315auction61871
2026-03-25 17:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c89f85d-b215-5177-b832-e0258a0fc1c9 with identifier: 6950315auction61871 to the API
2026-03-25 17:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950315>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '7c89f85d-b215-5177-b832-e0258a0fc1c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950315',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 145073,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-25 17:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950315auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:05 [ecarstrade.be] INFO: Saving data for 6950315auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302913.214957, 'last_price_update_time': 1774458245.03826}
2026-03-25 17:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950315auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950316> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950313> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951854> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17: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-25 17: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-25 17:04:05 [ecarstrade.be] INFO: Extracting details for car 6950316auction61871
2026-03-25 17:04:05 [ecarstrade.be] INFO: Extracting details for car 6950313auction61871
2026-03-25 17:04:05 [ecarstrade.be] INFO: Extracting details for car 6951854auction61871
2026-03-25 17:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcfd9553-b65b-597d-b91b-817ffe754b96 with identifier: 6950316auction61871
2026-03-25 17:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcfd9553-b65b-597d-b91b-817ffe754b96 with scrape type 2
2026-03-25 17:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcfd9553-b65b-597d-b91b-817ffe754b96 with scrape type 2
2026-03-25 17:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcfd9553-b65b-597d-b91b-817ffe754b96, identifier: 6950316auction61871
2026-03-25 17:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5db76716-42ae-5e76-b98b-0e57ad2310ce with identifier: 6950313auction61871
2026-03-25 17:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5db76716-42ae-5e76-b98b-0e57ad2310ce with scrape type 2
2026-03-25 17:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5db76716-42ae-5e76-b98b-0e57ad2310ce with scrape type 2
2026-03-25 17:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5db76716-42ae-5e76-b98b-0e57ad2310ce, identifier: 6950313auction61871
2026-03-25 17:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1617d92b-4211-56e2-a4e5-12e8b371afe8 with identifier: 6951854auction61871
2026-03-25 17:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1617d92b-4211-56e2-a4e5-12e8b371afe8 with scrape type 2
2026-03-25 17:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1617d92b-4211-56e2-a4e5-12e8b371afe8 with scrape type 2
2026-03-25 17:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1617d92b-4211-56e2-a4e5-12e8b371afe8, identifier: 6951854auction61871
2026-03-25 17:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcfd9553-b65b-597d-b91b-817ffe754b96 with identifier: 6950316auction61871
2026-03-25 17:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcfd9553-b65b-597d-b91b-817ffe754b96 with identifier: 6950316auction61871
2026-03-25 17:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcfd9553-b65b-597d-b91b-817ffe754b96 with identifier: 6950316auction61871 to the API
2026-03-25 17:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950316>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'dcfd9553-b65b-597d-b91b-817ffe754b96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950316',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Honda',
'model': 'Civic',
'odometer': 184667,
'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': "Honda, Civic 5d '17, Honda Civic 1.6 i-DTEC Elegance 5d",
'transmission': 'manual',
'trim': ", 5d '17, 1.6 i-DTEC Elegance 5d",
'vin': None,
'year': 2021}
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:06 [ecarstrade.be] INFO: Saving data for 6950316auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302926.58095, 'last_price_update_time': 1774458246.572204}
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950316auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5db76716-42ae-5e76-b98b-0e57ad2310ce with identifier: 6950313auction61871
2026-03-25 17:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5db76716-42ae-5e76-b98b-0e57ad2310ce with identifier: 6950313auction61871
2026-03-25 17:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5db76716-42ae-5e76-b98b-0e57ad2310ce with identifier: 6950313auction61871 to the API
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950313>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '5db76716-42ae-5e76-b98b-0e57ad2310ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950313',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 129620,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic Advanced 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic Advanced 5d',
'vin': None,
'year': 2021}
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:06 [ecarstrade.be] INFO: Saving data for 6950313auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302912.611452, 'last_price_update_time': 1774458246.877548}
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950313auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1617d92b-4211-56e2-a4e5-12e8b371afe8 with identifier: 6951854auction61871
2026-03-25 17:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1617d92b-4211-56e2-a4e5-12e8b371afe8 with identifier: 6951854auction61871
2026-03-25 17:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1617d92b-4211-56e2-a4e5-12e8b371afe8 with identifier: 6951854auction61871 to the API
2026-03-25 17:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951854>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '1617d92b-4211-56e2-a4e5-12e8b371afe8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951854',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 104808,
'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': "Citroën, _Berlingo '18, Citroën Berlingo M Light 1.5 BlueHDi 100 "
'S&S MAN C',
'transmission': 'manual',
'trim': "Citroën, _ '18, Citroën M Light 1.5 BlueHDi 100 S&S MAN C",
'vin': None,
'year': 2021}
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Saving data for 6951854auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184296.829863, 'last_price_update_time': 1774458247.183832}
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951854auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:07 [scrapy.extensions.logstats] INFO: Crawled 1006 pages (at 40 pages/min), scraped 872 items (at 39 items/min)
2026-03-25 17:04:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926696auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926696auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926692auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926692auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926692auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926682auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 2
2026-03-25 17:04:07 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-25 17:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:07 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 2
2026-03-25 17:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950319> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:12 [ecarstrade.be] INFO: Extracting details for car 6950319auction61871
2026-03-25 17:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5 with identifier: 6950319auction61871
2026-03-25 17:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5 with scrape type 2
2026-03-25 17:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5 with scrape type 2
2026-03-25 17:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5, identifier: 6950319auction61871
2026-03-25 17:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5 with identifier: 6950319auction61871
2026-03-25 17:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5 with identifier: 6950319auction61871
2026-03-25 17:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 063a8201-e9a1-5bdf-bd6b-1debd69ab0e5 with identifier: 6950319auction61871 to the API
2026-03-25 17:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950319>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '063a8201-e9a1-5bdf-bd6b-1debd69ab0e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950319',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 48547,
'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': "Mazda, CX-30 '19, Mazda CX-30 2.0 Skyactiv-X 132kW 4WD Skycruise 5d",
'transmission': 'manual',
'trim': ", '19, 2.0 Skyactiv-X 132kW 4WD Skycruise 5d",
'vin': None,
'year': 2020}
2026-03-25 17:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:12 [ecarstrade.be] INFO: Saving data for 6950319auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302892.688134, 'last_price_update_time': 1774458252.962331}
2026-03-25 17:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950319auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951864> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:13 [ecarstrade.be] INFO: Extracting details for car 6951864auction61871
2026-03-25 17:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f043e22-1242-5217-9e03-17a1d022a65f with identifier: 6951864auction61871
2026-03-25 17:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f043e22-1242-5217-9e03-17a1d022a65f with scrape type 2
2026-03-25 17:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f043e22-1242-5217-9e03-17a1d022a65f with scrape type 2
2026-03-25 17:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f043e22-1242-5217-9e03-17a1d022a65f, identifier: 6951864auction61871
2026-03-25 17:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f043e22-1242-5217-9e03-17a1d022a65f with identifier: 6951864auction61871
2026-03-25 17:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f043e22-1242-5217-9e03-17a1d022a65f with identifier: 6951864auction61871
2026-03-25 17:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f043e22-1242-5217-9e03-17a1d022a65f with identifier: 6951864auction61871 to the API
2026-03-25 17:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951864>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '0f043e22-1242-5217-9e03-17a1d022a65f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951864',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '5 Series',
'odometer': 90669,
'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 5 Reeks Berline 530e 200kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline 530e 200kW 4d',
'vin': None,
'year': 2023}
2026-03-25 17:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:13 [ecarstrade.be] INFO: Saving data for 6951864auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184316.105476, 'last_price_update_time': 1774458253.536818}
2026-03-25 17:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951864auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928542> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:13 [ecarstrade.be] INFO: Extracting details for car 6928542auction61871
2026-03-25 17:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 206b3234-50e5-528c-9e03-ce4c5e474b7b with identifier: 6928542auction61871
2026-03-25 17:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 206b3234-50e5-528c-9e03-ce4c5e474b7b with scrape type 2
2026-03-25 17:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 206b3234-50e5-528c-9e03-ce4c5e474b7b with scrape type 2
2026-03-25 17:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 206b3234-50e5-528c-9e03-ce4c5e474b7b, identifier: 6928542auction61871
2026-03-25 17:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 206b3234-50e5-528c-9e03-ce4c5e474b7b with identifier: 6928542auction61871
2026-03-25 17:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 206b3234-50e5-528c-9e03-ce4c5e474b7b with identifier: 6928542auction61871
2026-03-25 17:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 206b3234-50e5-528c-9e03-ce4c5e474b7b with identifier: 6928542auction61871 to the API
2026-03-25 17:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928542>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '206b3234-50e5-528c-9e03-ce4c5e474b7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928542',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 87699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A3 SB '20, Audi A3 Sportback 1.0 30 TFSi 81kW S tronic Adv. B",
'transmission': 'automatic',
'trim': ", SB '20, Sportback 1.0 30 TFSi 81kW S tronic Adv. B",
'vin': None,
'year': 2022}
2026-03-25 17:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:14 [ecarstrade.be] INFO: Saving data for 6928542auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614018.02117, 'last_price_update_time': 1774458254.028889}
2026-03-25 17:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928542auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928534> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928541> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:14 [ecarstrade.be] INFO: Extracting details for car 6928534auction61871
2026-03-25 17:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74f60c6b-142a-55b9-a006-0ca4a4228838 with identifier: 6928534auction61871
2026-03-25 17:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74f60c6b-142a-55b9-a006-0ca4a4228838 with scrape type 2
2026-03-25 17:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74f60c6b-142a-55b9-a006-0ca4a4228838 with scrape type 2
2026-03-25 17:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74f60c6b-142a-55b9-a006-0ca4a4228838, identifier: 6928534auction61871
2026-03-25 17:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74f60c6b-142a-55b9-a006-0ca4a4228838 with identifier: 6928534auction61871
2026-03-25 17:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74f60c6b-142a-55b9-a006-0ca4a4228838 with identifier: 6928534auction61871
2026-03-25 17:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74f60c6b-142a-55b9-a006-0ca4a4228838 with identifier: 6928534auction61871 to the API
2026-03-25 17:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928534>
{'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': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '74f60c6b-142a-55b9-a006-0ca4a4228838',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928534',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C4',
'odometer': 48140,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C4 1.5 BlueHDi 130 S&S EAT8 Feel 5d',
'transmission': 'automatic',
'trim': 'Citroën 1.5 BlueHDi 130 S&S EAT8 Feel 5d',
'vin': None,
'year': 2021}
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928534auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:15 [ecarstrade.be] INFO: Saving data for 6928534auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614015.587146, 'last_price_update_time': 1774458255.181538}
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928534auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:15 [ecarstrade.be] INFO: Extracting details for car 6928541auction61871
2026-03-25 17:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baae6b44-eca3-51bd-8190-956b1720b787 with identifier: 6928541auction61871
2026-03-25 17:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baae6b44-eca3-51bd-8190-956b1720b787 with scrape type 2
2026-03-25 17:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baae6b44-eca3-51bd-8190-956b1720b787 with scrape type 2
2026-03-25 17:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: baae6b44-eca3-51bd-8190-956b1720b787, identifier: 6928541auction61871
2026-03-25 17:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: baae6b44-eca3-51bd-8190-956b1720b787 with identifier: 6928541auction61871
2026-03-25 17:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: baae6b44-eca3-51bd-8190-956b1720b787 with identifier: 6928541auction61871
2026-03-25 17:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: baae6b44-eca3-51bd-8190-956b1720b787 with identifier: 6928541auction61871 to the API
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928541>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'baae6b44-eca3-51bd-8190-956b1720b787',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928541',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 101602,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 3,
'seller_name': None,
'title': "Opel, _Combo '18, Opel Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d",
'transmission': 'manual',
'trim': ", _Combo '18, Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d",
'vin': None,
'year': 2020}
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:15 [ecarstrade.be] INFO: Saving data for 6928541auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613966.964591, 'last_price_update_time': 1774458255.597175}
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928541auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950310> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:16 [ecarstrade.be] INFO: Extracting details for car 6950310auction61871
2026-03-25 17:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751 with identifier: 6950310auction61871
2026-03-25 17:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751 with scrape type 2
2026-03-25 17:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751 with scrape type 2
2026-03-25 17:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751, identifier: 6950310auction61871
2026-03-25 17:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751 with identifier: 6950310auction61871
2026-03-25 17:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751 with identifier: 6950310auction61871
2026-03-25 17:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751 with identifier: 6950310auction61871 to the API
2026-03-25 17:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950310>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'cf74aa9c-2f8f-5cbe-b5e9-24b1ef58c751',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950310',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 108737,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Sandero 1.0 SCe 75 Lauréate 5d',
'transmission': 'manual',
'trim': '1.0 SCe 75 Lauréate 5d',
'vin': None,
'year': 2019}
2026-03-25 17:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:16 [ecarstrade.be] INFO: Saving data for 6950310auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302914.232656, 'last_price_update_time': 1774458256.953104}
2026-03-25 17:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950310auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926726> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:20 [ecarstrade.be] INFO: Extracting details for car 6926726auction61871
2026-03-25 17:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684a6a94-b533-5f22-af30-35668a66f734 with identifier: 6926726auction61871
2026-03-25 17:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684a6a94-b533-5f22-af30-35668a66f734 with scrape type 2
2026-03-25 17:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 684a6a94-b533-5f22-af30-35668a66f734 with scrape type 2
2026-03-25 17:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 684a6a94-b533-5f22-af30-35668a66f734, identifier: 6926726auction61871
2026-03-25 17:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 684a6a94-b533-5f22-af30-35668a66f734 with identifier: 6926726auction61871
2026-03-25 17:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 684a6a94-b533-5f22-af30-35668a66f734 with identifier: 6926726auction61871
2026-03-25 17:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 684a6a94-b533-5f22-af30-35668a66f734 with identifier: 6926726auction61871 to the API
2026-03-25 17:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926726>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '684a6a94-b533-5f22-af30-35668a66f734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926726',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '6 Series',
'odometer': 83064,
'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, 6-serie Gr.Tu. FL'20, BMW 6 Reeks Gran Turismo 620d (120kW) 5d",
'transmission': 'automatic',
'trim': ", 6-serie Gr.Tu. FL'20, 6 Reeks Gran Turismo 620d (120kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 17:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:20 [ecarstrade.be] INFO: Saving data for 6926726auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613884.032197, 'last_price_update_time': 1774458260.697297}
2026-03-25 17:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926726auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926725> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928531> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:20 [ecarstrade.be] INFO: Extracting details for car 6926725auction61871
2026-03-25 17:04:20 [ecarstrade.be] INFO: Extracting details for car 6928531auction61871
2026-03-25 17:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd147161-4ce8-5428-8ed1-8e2c2703b830 with identifier: 6926725auction61871
2026-03-25 17:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd147161-4ce8-5428-8ed1-8e2c2703b830 with scrape type 2
2026-03-25 17:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd147161-4ce8-5428-8ed1-8e2c2703b830 with scrape type 2
2026-03-25 17:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd147161-4ce8-5428-8ed1-8e2c2703b830, identifier: 6926725auction61871
2026-03-25 17:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db664ad6-58a2-5041-8ae8-66ccad79cff8 with identifier: 6928531auction61871
2026-03-25 17:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db664ad6-58a2-5041-8ae8-66ccad79cff8 with scrape type 2
2026-03-25 17:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db664ad6-58a2-5041-8ae8-66ccad79cff8 with scrape type 2
2026-03-25 17:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db664ad6-58a2-5041-8ae8-66ccad79cff8, identifier: 6928531auction61871
2026-03-25 17:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd147161-4ce8-5428-8ed1-8e2c2703b830 with identifier: 6926725auction61871
2026-03-25 17:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd147161-4ce8-5428-8ed1-8e2c2703b830 with identifier: 6926725auction61871
2026-03-25 17:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd147161-4ce8-5428-8ed1-8e2c2703b830 with identifier: 6926725auction61871 to the API
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926725>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'cd147161-4ce8-5428-8ed1-8e2c2703b830',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926725',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 114886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, CLA-Clas SB '19 PHEV, Mercedes-Benz CLA Shooting Brake "
'CLA 250 e Busines',
'transmission': 'automatic',
'trim': ", CLA-Clas SB '19 PHEV, -Benz CLA 250 e Busines",
'vin': None,
'year': 2022}
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:21 [ecarstrade.be] INFO: Saving data for 6926725auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613882.406972, 'last_price_update_time': 1774458261.450065}
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926725auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db664ad6-58a2-5041-8ae8-66ccad79cff8 with identifier: 6928531auction61871
2026-03-25 17:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db664ad6-58a2-5041-8ae8-66ccad79cff8 with identifier: 6928531auction61871
2026-03-25 17:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db664ad6-58a2-5041-8ae8-66ccad79cff8 with identifier: 6928531auction61871 to the API
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928531>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'db664ad6-58a2-5041-8ae8-66ccad79cff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928531',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Jaguar F-Pace',
'odometer': 143041,
'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': 'Jaguar F-Pace 2.0D 132kW Aut. Portfolio 5d',
'transmission': 'automatic',
'trim': '2.0D 132kW Aut. Portfolio 5d',
'vin': None,
'year': 2018}
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:21 [ecarstrade.be] INFO: Saving data for 6928531auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614018.385107, 'last_price_update_time': 1774458261.84939}
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928531auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928524> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:22 [ecarstrade.be] INFO: Extracting details for car 6928524auction61871
2026-03-25 17:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d95a850e-5dcc-54cb-9b23-3fc6fbbcdded with identifier: 6928524auction61871
2026-03-25 17:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d95a850e-5dcc-54cb-9b23-3fc6fbbcdded with scrape type 2
2026-03-25 17:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d95a850e-5dcc-54cb-9b23-3fc6fbbcdded with scrape type 2
2026-03-25 17:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d95a850e-5dcc-54cb-9b23-3fc6fbbcdded, identifier: 6928524auction61871
2026-03-25 17:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d95a850e-5dcc-54cb-9b23-3fc6fbbcdded with identifier: 6928524auction61871
2026-03-25 17:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d95a850e-5dcc-54cb-9b23-3fc6fbbcdded with identifier: 6928524auction61871
2026-03-25 17:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d95a850e-5dcc-54cb-9b23-3fc6fbbcdded with identifier: 6928524auction61871 to the API
2026-03-25 17:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928524>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'd95a850e-5dcc-54cb-9b23-3fc6fbbcdded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928524',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 49420,
'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': "Ford, Kuga '19, Ford Kuga 2.5i FHEV Aut. 140kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19, 2.5i FHEV Aut. 140kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928524auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:23 [ecarstrade.be] INFO: Saving data for 6928524auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613976.164272, 'last_price_update_time': 1774458263.188703}
2026-03-25 17:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928524auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926720> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:24 [ecarstrade.be] INFO: Extracting details for car 6926720auction61871
2026-03-25 17:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74348c83-e509-50df-855f-3a98dabf34a3 with identifier: 6926720auction61871
2026-03-25 17:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74348c83-e509-50df-855f-3a98dabf34a3 with scrape type 2
2026-03-25 17:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74348c83-e509-50df-855f-3a98dabf34a3 with scrape type 2
2026-03-25 17:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74348c83-e509-50df-855f-3a98dabf34a3, identifier: 6926720auction61871
2026-03-25 17:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74348c83-e509-50df-855f-3a98dabf34a3 with identifier: 6926720auction61871
2026-03-25 17:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74348c83-e509-50df-855f-3a98dabf34a3 with identifier: 6926720auction61871
2026-03-25 17:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74348c83-e509-50df-855f-3a98dabf34a3 with identifier: 6926720auction61871 to the API
2026-03-25 17:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926720>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '74348c83-e509-50df-855f-3a98dabf34a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926720',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 133363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 508 SW '18, Peugeot 508 SW 1.5 BlueHDi 130 S&S BVM6 Allure "
'5d',
'transmission': 'manual',
'trim': ", SW '18, SW 1.5 BlueHDi 130 S&S BVM6 Allure 5d",
'vin': None,
'year': 2020}
2026-03-25 17:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:24 [ecarstrade.be] INFO: Saving data for 6926720auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613880.784887, 'last_price_update_time': 1774458264.813199}
2026-03-25 17:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926720auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928464> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:29 [ecarstrade.be] INFO: Extracting details for car 6928464auction61871
2026-03-25 17:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6777e4cd-0c73-557b-a79e-8486854cb228 with identifier: 6928464auction61871
2026-03-25 17:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6777e4cd-0c73-557b-a79e-8486854cb228 with scrape type 2
2026-03-25 17:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6777e4cd-0c73-557b-a79e-8486854cb228 with scrape type 2
2026-03-25 17:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6777e4cd-0c73-557b-a79e-8486854cb228, identifier: 6928464auction61871
2026-03-25 17:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6777e4cd-0c73-557b-a79e-8486854cb228 with identifier: 6928464auction61871
2026-03-25 17:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6777e4cd-0c73-557b-a79e-8486854cb228 with identifier: 6928464auction61871
2026-03-25 17:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6777e4cd-0c73-557b-a79e-8486854cb228 with identifier: 6928464auction61871 to the API
2026-03-25 17:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928464>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '6777e4cd-0c73-557b-a79e-8486854cb228',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928464',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 158697,
'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': "Jeep, Compass '17, Jeep Compass 1.3 Turbo T4 150 4x2 DDCT S 5d",
'transmission': 'automatic',
'trim': ", '17, 1.3 Turbo T4 150 4x2 DDCT S 5d",
'vin': None,
'year': 2021}
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:30 [ecarstrade.be] INFO: Saving data for 6928464auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614193.81748, 'last_price_update_time': 1774458270.04243}
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928464auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928532> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:30 [ecarstrade.be] INFO: Extracting details for car 6928532auction61871
2026-03-25 17:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0105b49-fb3e-517a-98b0-9a327490bb29 with identifier: 6928532auction61871
2026-03-25 17:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0105b49-fb3e-517a-98b0-9a327490bb29 with scrape type 2
2026-03-25 17:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0105b49-fb3e-517a-98b0-9a327490bb29 with scrape type 2
2026-03-25 17:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0105b49-fb3e-517a-98b0-9a327490bb29, identifier: 6928532auction61871
2026-03-25 17:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0105b49-fb3e-517a-98b0-9a327490bb29 with identifier: 6928532auction61871
2026-03-25 17:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0105b49-fb3e-517a-98b0-9a327490bb29 with identifier: 6928532auction61871
2026-03-25 17:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0105b49-fb3e-517a-98b0-9a327490bb29 with identifier: 6928532auction61871 to the API
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928532>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'b0105b49-fb3e-517a-98b0-9a327490bb29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928532',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '5 Series',
'odometer': 127432,
'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': 'BMW 5 Reeks Berline 530e 170kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline 530e 170kW 4d',
'vin': None,
'year': 2020}
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:30 [ecarstrade.be] INFO: Saving data for 6928532auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613973.340758, 'last_price_update_time': 1774458270.523896}
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928532auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926719> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:30 [ecarstrade.be] INFO: Extracting details for car 6926719auction61871
2026-03-25 17:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d32d195-aa71-5299-b7ef-5194b59130d9 with identifier: 6926719auction61871
2026-03-25 17:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d32d195-aa71-5299-b7ef-5194b59130d9 with scrape type 2
2026-03-25 17:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d32d195-aa71-5299-b7ef-5194b59130d9 with scrape type 2
2026-03-25 17:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d32d195-aa71-5299-b7ef-5194b59130d9, identifier: 6926719auction61871
2026-03-25 17:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d32d195-aa71-5299-b7ef-5194b59130d9 with identifier: 6926719auction61871
2026-03-25 17:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d32d195-aa71-5299-b7ef-5194b59130d9 with identifier: 6926719auction61871
2026-03-25 17:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d32d195-aa71-5299-b7ef-5194b59130d9 with identifier: 6926719auction61871 to the API
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926719>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '5d32d195-aa71-5299-b7ef-5194b59130d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926719',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 68301,
'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': 3,
'seller_name': None,
'title': "Peugeot, _Partner '18, Peugeot Partner 1.5 BHDi L1 Light 55kW S/S "
'Premium',
'transmission': 'manual',
'trim': ", _ '18, 1.5 BHDi L1 Light 55kW S/S Premium",
'vin': None,
'year': 2020}
2026-03-25 17:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:31 [ecarstrade.be] INFO: Saving data for 6926719auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613860.45354, 'last_price_update_time': 1774458271.108157}
2026-03-25 17:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926719auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928476> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:32 [ecarstrade.be] INFO: Extracting details for car 6928476auction61871
2026-03-25 17:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47332b27-a554-5ee3-9ab4-7eca4005084d with identifier: 6928476auction61871
2026-03-25 17:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47332b27-a554-5ee3-9ab4-7eca4005084d with scrape type 2
2026-03-25 17:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47332b27-a554-5ee3-9ab4-7eca4005084d with scrape type 2
2026-03-25 17:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47332b27-a554-5ee3-9ab4-7eca4005084d, identifier: 6928476auction61871
2026-03-25 17:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47332b27-a554-5ee3-9ab4-7eca4005084d with identifier: 6928476auction61871
2026-03-25 17:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47332b27-a554-5ee3-9ab4-7eca4005084d with identifier: 6928476auction61871
2026-03-25 17:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47332b27-a554-5ee3-9ab4-7eca4005084d with identifier: 6928476auction61871 to the API
2026-03-25 17:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928476>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '47332b27-a554-5ee3-9ab4-7eca4005084d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928476',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X4',
'odometer': 211062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X4 xDrive20d (120 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive20d (120 kW) 5d',
'vin': None,
'year': 2022}
2026-03-25 17:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:33 [ecarstrade.be] INFO: Saving data for 6928476auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613918.488781, 'last_price_update_time': 1774458273.088197}
2026-03-25 17:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928476auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951858> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:37 [ecarstrade.be] INFO: Extracting details for car 6951858auction61871
2026-03-25 17:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7063a07e-8b33-5e2c-bc0b-e5bd794e0856 with identifier: 6951858auction61871
2026-03-25 17:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7063a07e-8b33-5e2c-bc0b-e5bd794e0856 with scrape type 2
2026-03-25 17:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7063a07e-8b33-5e2c-bc0b-e5bd794e0856 with scrape type 2
2026-03-25 17:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7063a07e-8b33-5e2c-bc0b-e5bd794e0856, identifier: 6951858auction61871
2026-03-25 17:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7063a07e-8b33-5e2c-bc0b-e5bd794e0856 with identifier: 6951858auction61871
2026-03-25 17:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7063a07e-8b33-5e2c-bc0b-e5bd794e0856 with identifier: 6951858auction61871
2026-03-25 17:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7063a07e-8b33-5e2c-bc0b-e5bd794e0856 with identifier: 6951858auction61871 to the API
2026-03-25 17:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951858>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '7063a07e-8b33-5e2c-bc0b-e5bd794e0856',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951858',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 123859,
'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, GLE '18 PHEV, Mercedes-Benz GLE GLE 350 de 4MATIC "
'Business Solut',
'transmission': 'automatic',
'trim': ", GLE '18 PHEV, -Benz GLE GLE 350 de 4MATIC Business Solut",
'vin': None,
'year': 2022}
2026-03-25 17:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:37 [ecarstrade.be] INFO: Saving data for 6951858auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184321.622675, 'last_price_update_time': 1774458277.702041}
2026-03-25 17:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951858auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926685> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928478> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:37 [ecarstrade.be] INFO: Extracting details for car 6926685auction61871
2026-03-25 17:04:37 [ecarstrade.be] INFO: Extracting details for car 6928478auction61871
2026-03-25 17:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80b2edde-cce6-5690-ba59-e2db34e5a089 with identifier: 6926685auction61871
2026-03-25 17:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80b2edde-cce6-5690-ba59-e2db34e5a089 with scrape type 2
2026-03-25 17:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80b2edde-cce6-5690-ba59-e2db34e5a089 with scrape type 2
2026-03-25 17:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80b2edde-cce6-5690-ba59-e2db34e5a089, identifier: 6926685auction61871
2026-03-25 17:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f with identifier: 6928478auction61871
2026-03-25 17:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f with scrape type 2
2026-03-25 17:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f with scrape type 2
2026-03-25 17:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f, identifier: 6928478auction61871
2026-03-25 17:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80b2edde-cce6-5690-ba59-e2db34e5a089 with identifier: 6926685auction61871
2026-03-25 17:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80b2edde-cce6-5690-ba59-e2db34e5a089 with identifier: 6926685auction61871
2026-03-25 17:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80b2edde-cce6-5690-ba59-e2db34e5a089 with identifier: 6926685auction61871 to the API
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926685>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '80b2edde-cce6-5690-ba59-e2db34e5a089',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926685',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 65763,
'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': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 40 g-tron S tronic Bus. Ed. Advanced 5d',
'transmission': 'automatic',
'trim': 'Sportback 40 g-tron S tronic Bus. Ed. Advanced 5d',
'vin': None,
'year': 2021}
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:38 [ecarstrade.be] INFO: Saving data for 6926685auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613773.151568, 'last_price_update_time': 1774458278.335316}
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926685auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f with identifier: 6928478auction61871
2026-03-25 17:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f with identifier: 6928478auction61871
2026-03-25 17:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f with identifier: 6928478auction61871 to the API
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928478>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '586aa7fc-7f7f-50c3-b0a1-2b668af9aa5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928478',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 91289,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Corolla Touring Sports 2.0 Hybrid Premium e-CVT 5d',
'transmission': 'automatic',
'trim': 'Touring Sports 2.0 Hybrid Premium e-CVT 5d',
'vin': None,
'year': 2022}
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:38 [ecarstrade.be] INFO: Saving data for 6928478auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613929.788681, 'last_price_update_time': 1774458278.64446}
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928478auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926678> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:39 [ecarstrade.be] INFO: Extracting details for car 6926678auction61871
2026-03-25 17:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318bbf1c-b3e8-5b20-8fdc-829d62ee7476 with identifier: 6926678auction61871
2026-03-25 17:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318bbf1c-b3e8-5b20-8fdc-829d62ee7476 with scrape type 2
2026-03-25 17:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318bbf1c-b3e8-5b20-8fdc-829d62ee7476 with scrape type 2
2026-03-25 17:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 318bbf1c-b3e8-5b20-8fdc-829d62ee7476, identifier: 6926678auction61871
2026-03-25 17:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 318bbf1c-b3e8-5b20-8fdc-829d62ee7476 with identifier: 6926678auction61871
2026-03-25 17:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 318bbf1c-b3e8-5b20-8fdc-829d62ee7476 with identifier: 6926678auction61871
2026-03-25 17:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 318bbf1c-b3e8-5b20-8fdc-829d62ee7476 with identifier: 6926678auction61871 to the API
2026-03-25 17:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926678>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '318bbf1c-b3e8-5b20-8fdc-829d62ee7476',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926678',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 56664,
'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': 'Mini Clubman One D (85 kW) 5d',
'transmission': 'manual',
'trim': 'Clubman One D (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-25 17:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:40 [ecarstrade.be] INFO: Saving data for 6926678auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613788.78036, 'last_price_update_time': 1774458280.212186}
2026-03-25 17:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926678auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926682> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:41 [ecarstrade.be] INFO: Extracting details for car 6926682auction61871
2026-03-25 17:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0094af46-49a5-508c-b043-06db40095b02 with identifier: 6926682auction61871
2026-03-25 17:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0094af46-49a5-508c-b043-06db40095b02 with scrape type 2
2026-03-25 17:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0094af46-49a5-508c-b043-06db40095b02 with scrape type 2
2026-03-25 17:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0094af46-49a5-508c-b043-06db40095b02, identifier: 6926682auction61871
2026-03-25 17:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0094af46-49a5-508c-b043-06db40095b02 with identifier: 6926682auction61871
2026-03-25 17:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0094af46-49a5-508c-b043-06db40095b02 with identifier: 6926682auction61871
2026-03-25 17:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0094af46-49a5-508c-b043-06db40095b02 with identifier: 6926682auction61871 to the API
2026-03-25 17:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926682>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '0094af46-49a5-508c-b043-06db40095b02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926682',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': '',
'odometer': 95710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 17:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:41 [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-25 17:04:41 [ecarstrade.be] INFO: Saving data for 6926682auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613775.504786, 'last_price_update_time': 1774458281.561079}
2026-03-25 17:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926682auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926740> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:41 [ecarstrade.be] INFO: Extracting details for car 6926740auction61871
2026-03-25 17:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54631e64-564f-5c9a-a8f3-6e53bab1a2f6 with identifier: 6926740auction61871
2026-03-25 17:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54631e64-564f-5c9a-a8f3-6e53bab1a2f6 with scrape type 2
2026-03-25 17:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54631e64-564f-5c9a-a8f3-6e53bab1a2f6 with scrape type 2
2026-03-25 17:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54631e64-564f-5c9a-a8f3-6e53bab1a2f6, identifier: 6926740auction61871
2026-03-25 17:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54631e64-564f-5c9a-a8f3-6e53bab1a2f6 with identifier: 6926740auction61871
2026-03-25 17:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54631e64-564f-5c9a-a8f3-6e53bab1a2f6 with identifier: 6926740auction61871
2026-03-25 17:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54631e64-564f-5c9a-a8f3-6e53bab1a2f6 with identifier: 6926740auction61871 to the API
2026-03-25 17:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926740>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '54631e64-564f-5c9a-a8f3-6e53bab1a2f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926740',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 153338,
'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': 7,
'seller_name': None,
'title': 'Citroën, Gr. C4, Gr.C4 SpT.1.2 130 Shine A.',
'transmission': 'automatic',
'trim': 'Citroën, Gr. C4, Gr.C4 SpT.1.2 130 Shine A.',
'vin': None,
'year': 2021}
2026-03-25 17:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:42 [ecarstrade.be] INFO: Saving data for 6926740auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614554.656199, 'last_price_update_time': 1774458282.138194}
2026-03-25 17:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926740auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926692> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:46 [ecarstrade.be] INFO: Extracting details for car 6926692auction61871
2026-03-25 17:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b with identifier: 6926692auction61871
2026-03-25 17:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b with scrape type 2
2026-03-25 17:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b with scrape type 2
2026-03-25 17:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b, identifier: 6926692auction61871
2026-03-25 17:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b with identifier: 6926692auction61871
2026-03-25 17:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b with identifier: 6926692auction61871
2026-03-25 17:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b with identifier: 6926692auction61871 to the API
2026-03-25 17:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926692>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '8e78ba6a-8b4b-53c6-a036-f1b9e9ce6d9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926692',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 91614,
'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, 5008 1.5BHDi 96kW Allu.Pac.Aut',
'transmission': 'automatic',
'trim': ', , 1.5BHDi 96kW Allu.Pac.Aut',
'vin': None,
'year': 2022}
2026-03-25 17:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926692auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:46 [ecarstrade.be] INFO: Saving data for 6926692auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613869.329074, 'last_price_update_time': 1774458286.56324}
2026-03-25 17:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926692auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928487> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:47 [ecarstrade.be] INFO: Extracting details for car 6928487auction61871
2026-03-25 17:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac7fe6e-46f8-5847-aaeb-2e457037a0a5 with identifier: 6928487auction61871
2026-03-25 17:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac7fe6e-46f8-5847-aaeb-2e457037a0a5 with scrape type 2
2026-03-25 17:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac7fe6e-46f8-5847-aaeb-2e457037a0a5 with scrape type 2
2026-03-25 17:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dac7fe6e-46f8-5847-aaeb-2e457037a0a5, identifier: 6928487auction61871
2026-03-25 17:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dac7fe6e-46f8-5847-aaeb-2e457037a0a5 with identifier: 6928487auction61871
2026-03-25 17:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dac7fe6e-46f8-5847-aaeb-2e457037a0a5 with identifier: 6928487auction61871
2026-03-25 17:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dac7fe6e-46f8-5847-aaeb-2e457037a0a5 with identifier: 6928487auction61871 to the API
2026-03-25 17:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928487>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'dac7fe6e-46f8-5847-aaeb-2e457037a0a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928487',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 19253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:48 [ecarstrade.be] INFO: Saving data for 6928487auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614090.949183, 'last_price_update_time': 1774458288.541925}
2026-03-25 17:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928487auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926701> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:04:48 [ecarstrade.be] INFO: Extracting details for car 6926701auction61871
2026-03-25 17:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de248a63-dfa8-5461-80ef-bed69f6b304e with identifier: 6926701auction61871
2026-03-25 17:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de248a63-dfa8-5461-80ef-bed69f6b304e with scrape type 2
2026-03-25 17:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de248a63-dfa8-5461-80ef-bed69f6b304e with scrape type 2
2026-03-25 17:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de248a63-dfa8-5461-80ef-bed69f6b304e, identifier: 6926701auction61871
2026-03-25 17:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de248a63-dfa8-5461-80ef-bed69f6b304e with identifier: 6926701auction61871
2026-03-25 17:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de248a63-dfa8-5461-80ef-bed69f6b304e with identifier: 6926701auction61871
2026-03-25 17:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de248a63-dfa8-5461-80ef-bed69f6b304e with identifier: 6926701auction61871 to the API
2026-03-25 17:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926701>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'de248a63-dfa8-5461-80ef-bed69f6b304e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926701',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 30124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:49 [ecarstrade.be] INFO: Saving data for 6926701auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613824.474183, 'last_price_update_time': 1774458289.05959}
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926701auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928486> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:49 [ecarstrade.be] INFO: Extracting details for car 6928486auction61871
2026-03-25 17:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c6670da-c79b-5c0d-be6d-e06917340fac with identifier: 6928486auction61871
2026-03-25 17:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c6670da-c79b-5c0d-be6d-e06917340fac with scrape type 2
2026-03-25 17:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c6670da-c79b-5c0d-be6d-e06917340fac with scrape type 2
2026-03-25 17:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c6670da-c79b-5c0d-be6d-e06917340fac, identifier: 6928486auction61871
2026-03-25 17:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c6670da-c79b-5c0d-be6d-e06917340fac with identifier: 6928486auction61871
2026-03-25 17:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c6670da-c79b-5c0d-be6d-e06917340fac with identifier: 6928486auction61871
2026-03-25 17:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c6670da-c79b-5c0d-be6d-e06917340fac with identifier: 6928486auction61871 to the API
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928486>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '0c6670da-c79b-5c0d-be6d-e06917340fac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928486',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 38454,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:49 [ecarstrade.be] INFO: Saving data for 6928486auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614088.861347, 'last_price_update_time': 1774458289.572481}
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928486auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928496> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:49 [ecarstrade.be] INFO: Extracting details for car 6928496auction61871
2026-03-25 17:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d4caaf6-044f-53c2-ad5b-636563fb7615 with identifier: 6928496auction61871
2026-03-25 17:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4caaf6-044f-53c2-ad5b-636563fb7615 with scrape type 2
2026-03-25 17:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d4caaf6-044f-53c2-ad5b-636563fb7615 with scrape type 2
2026-03-25 17:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d4caaf6-044f-53c2-ad5b-636563fb7615, identifier: 6928496auction61871
2026-03-25 17:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d4caaf6-044f-53c2-ad5b-636563fb7615 with identifier: 6928496auction61871
2026-03-25 17:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d4caaf6-044f-53c2-ad5b-636563fb7615 with identifier: 6928496auction61871
2026-03-25 17:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d4caaf6-044f-53c2-ad5b-636563fb7615 with identifier: 6928496auction61871 to the API
2026-03-25 17:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928496>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '1d4caaf6-044f-53c2-ad5b-636563fb7615',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928496',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 77348,
'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': 'Skoda Scala 1.6 TDI 85kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': '1.6 TDI 85kW DSG7 Ambition 5d',
'vin': None,
'year': 2020}
2026-03-25 17:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:50 [ecarstrade.be] INFO: Saving data for 6928496auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613947.389448, 'last_price_update_time': 1774458290.096471}
2026-03-25 17:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928496auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926686> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:54 [ecarstrade.be] INFO: Extracting details for car 6926686auction61871
2026-03-25 17:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de77ffc5-1cd6-59d6-863a-f61296ac83cb with identifier: 6926686auction61871
2026-03-25 17:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de77ffc5-1cd6-59d6-863a-f61296ac83cb with scrape type 2
2026-03-25 17:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de77ffc5-1cd6-59d6-863a-f61296ac83cb with scrape type 2
2026-03-25 17:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de77ffc5-1cd6-59d6-863a-f61296ac83cb, identifier: 6926686auction61871
2026-03-25 17:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de77ffc5-1cd6-59d6-863a-f61296ac83cb with identifier: 6926686auction61871
2026-03-25 17:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de77ffc5-1cd6-59d6-863a-f61296ac83cb with identifier: 6926686auction61871
2026-03-25 17:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de77ffc5-1cd6-59d6-863a-f61296ac83cb with identifier: 6926686auction61871 to the API
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926686>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'de77ffc5-1cd6-59d6-863a-f61296ac83cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926686',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 28625,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:54 [ecarstrade.be] INFO: Saving data for 6926686auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613776.079481, 'last_price_update_time': 1774458294.389654}
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926686auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926712> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:54 [ecarstrade.be] INFO: Extracting details for car 6926712auction61871
2026-03-25 17:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c612e89c-5e40-506e-b409-eac0e17cbc74 with identifier: 6926712auction61871
2026-03-25 17:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c612e89c-5e40-506e-b409-eac0e17cbc74 with scrape type 2
2026-03-25 17:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c612e89c-5e40-506e-b409-eac0e17cbc74 with scrape type 2
2026-03-25 17:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c612e89c-5e40-506e-b409-eac0e17cbc74, identifier: 6926712auction61871
2026-03-25 17:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c612e89c-5e40-506e-b409-eac0e17cbc74 with identifier: 6926712auction61871
2026-03-25 17:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c612e89c-5e40-506e-b409-eac0e17cbc74 with identifier: 6926712auction61871
2026-03-25 17:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c612e89c-5e40-506e-b409-eac0e17cbc74 with identifier: 6926712auction61871 to the API
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926712>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'c612e89c-5e40-506e-b409-eac0e17cbc74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926712',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 56438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:55 [ecarstrade.be] INFO: Saving data for 6926712auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613879.09673, 'last_price_update_time': 1774458295.085673}
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926712auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928481> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:04:55 [ecarstrade.be] INFO: Extracting details for car 6928481auction61871
2026-03-25 17:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7 with identifier: 6928481auction61871
2026-03-25 17:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7 with scrape type 2
2026-03-25 17:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7 with scrape type 2
2026-03-25 17:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7, identifier: 6928481auction61871
2026-03-25 17:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7 with identifier: 6928481auction61871
2026-03-25 17:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7 with identifier: 6928481auction61871
2026-03-25 17:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7 with identifier: 6928481auction61871 to the API
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928481>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '1c5d5e45-9edc-50ad-a2fd-67351dbe4fc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928481',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 65446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Hyundai, Tucson '20 PHEV, Hyundai Tucson 1.6 T-GDi Plug-in Hybrid "
'4x4 Shine',
'transmission': 'automatic',
'trim': ", '20 PHEV, 1.6 T-GDi Plug-in Hybrid 4x4 Shine",
'vin': None,
'year': 2021}
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:55 [ecarstrade.be] INFO: Saving data for 6928481auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614544.651228, 'last_price_update_time': 1774458295.758875}
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928481auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928525> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:55 [ecarstrade.be] INFO: Extracting details for car 6928525auction61871
2026-03-25 17:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2aa2b4a-ed05-56c4-af5d-b46947beca4b with identifier: 6928525auction61871
2026-03-25 17:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2aa2b4a-ed05-56c4-af5d-b46947beca4b with scrape type 2
2026-03-25 17:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2aa2b4a-ed05-56c4-af5d-b46947beca4b with scrape type 2
2026-03-25 17:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2aa2b4a-ed05-56c4-af5d-b46947beca4b, identifier: 6928525auction61871
2026-03-25 17:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2aa2b4a-ed05-56c4-af5d-b46947beca4b with identifier: 6928525auction61871
2026-03-25 17:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2aa2b4a-ed05-56c4-af5d-b46947beca4b with identifier: 6928525auction61871
2026-03-25 17:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2aa2b4a-ed05-56c4-af5d-b46947beca4b with identifier: 6928525auction61871 to the API
2026-03-25 17:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:04:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928525>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'b2aa2b4a-ed05-56c4-af5d-b46947beca4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928525',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 105736,
'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, 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': 2022}
2026-03-25 17:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:56 [ecarstrade.be] INFO: Saving data for 6928525auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613968.380054, 'last_price_update_time': 1774458296.536028}
2026-03-25 17:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928525auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926696> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928498> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928495> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:56 [ecarstrade.be] INFO: Extracting details for car 6926696auction61871
2026-03-25 17:04:56 [ecarstrade.be] INFO: Extracting details for car 6928498auction61871
2026-03-25 17:04:56 [ecarstrade.be] INFO: Extracting details for car 6928495auction61871
2026-03-25 17:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 788aad21-d03a-5c57-9b38-cb1adcfa10ec with identifier: 6926696auction61871
2026-03-25 17:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 788aad21-d03a-5c57-9b38-cb1adcfa10ec with scrape type 2
2026-03-25 17:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 788aad21-d03a-5c57-9b38-cb1adcfa10ec with scrape type 2
2026-03-25 17:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 788aad21-d03a-5c57-9b38-cb1adcfa10ec, identifier: 6926696auction61871
2026-03-25 17:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88599617-018c-59e3-b934-7b608a85f4f2 with identifier: 6928498auction61871
2026-03-25 17:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88599617-018c-59e3-b934-7b608a85f4f2 with scrape type 2
2026-03-25 17:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88599617-018c-59e3-b934-7b608a85f4f2 with scrape type 2
2026-03-25 17:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88599617-018c-59e3-b934-7b608a85f4f2, identifier: 6928498auction61871
2026-03-25 17:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd71ace7-e211-550b-8228-6022feacb2ef with identifier: 6928495auction61871
2026-03-25 17:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd71ace7-e211-550b-8228-6022feacb2ef with scrape type 2
2026-03-25 17:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd71ace7-e211-550b-8228-6022feacb2ef with scrape type 2
2026-03-25 17:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd71ace7-e211-550b-8228-6022feacb2ef, identifier: 6928495auction61871
2026-03-25 17:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 788aad21-d03a-5c57-9b38-cb1adcfa10ec with identifier: 6926696auction61871
2026-03-25 17:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 788aad21-d03a-5c57-9b38-cb1adcfa10ec with identifier: 6926696auction61871
2026-03-25 17:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 788aad21-d03a-5c57-9b38-cb1adcfa10ec with identifier: 6926696auction61871 to the API
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926696>
{'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-27T17:40:02Z',
'fuel_type': 'Other',
'id': '788aad21-d03a-5c57-9b38-cb1adcfa10ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926696',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 59815,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:57 [ecarstrade.be] INFO: Saving data for 6926696auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613833.396337, 'last_price_update_time': 1774458297.422758}
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926696auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88599617-018c-59e3-b934-7b608a85f4f2 with identifier: 6928498auction61871
2026-03-25 17:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88599617-018c-59e3-b934-7b608a85f4f2 with identifier: 6928498auction61871
2026-03-25 17:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88599617-018c-59e3-b934-7b608a85f4f2 with identifier: 6928498auction61871 to the API
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928498>
{'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-27T17:40:02Z',
'fuel_type': 'Electric',
'id': '88599617-018c-59e3-b934-7b608a85f4f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928498',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 129454,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q4 e-tron 35 e-tron S Line 5d',
'transmission': 'automatic',
'trim': '35 e-tron S Line 5d',
'vin': None,
'year': 2022}
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:57 [ecarstrade.be] INFO: Saving data for 6928498auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613946.99433, 'last_price_update_time': 1774458297.711866}
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928498auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd71ace7-e211-550b-8228-6022feacb2ef with identifier: 6928495auction61871
2026-03-25 17:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd71ace7-e211-550b-8228-6022feacb2ef with identifier: 6928495auction61871
2026-03-25 17:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd71ace7-e211-550b-8228-6022feacb2ef with identifier: 6928495auction61871 to the API
2026-03-25 17:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928495>
{'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': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'dd71ace7-e211-550b-8228-6022feacb2ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928495',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '308',
'odometer': 85663,
'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': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S Allure 5d',
'transmission': 'manual',
'trim': 'SW 1.5 BlueHDi 130 S&S Allure 5d',
'vin': None,
'year': 2022}
2026-03-25 17:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:04:58 [ecarstrade.be] INFO: Saving data for 6928495auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613972.688154, 'last_price_update_time': 1774458298.037015}
2026-03-25 17:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928495auction61871') HTTP/1.1" 204 0
2026-03-25 17:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928504> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:04:59 [ecarstrade.be] INFO: Extracting details for car 6928504auction61871
2026-03-25 17:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc1853ee-c302-51f3-af67-908d5ff7d2c3 with identifier: 6928504auction61871
2026-03-25 17:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc1853ee-c302-51f3-af67-908d5ff7d2c3 with scrape type 2
2026-03-25 17:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc1853ee-c302-51f3-af67-908d5ff7d2c3 with scrape type 2
2026-03-25 17:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc1853ee-c302-51f3-af67-908d5ff7d2c3, identifier: 6928504auction61871
2026-03-25 17:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc1853ee-c302-51f3-af67-908d5ff7d2c3 with identifier: 6928504auction61871
2026-03-25 17:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc1853ee-c302-51f3-af67-908d5ff7d2c3 with identifier: 6928504auction61871
2026-03-25 17:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc1853ee-c302-51f3-af67-908d5ff7d2c3 with identifier: 6928504auction61871 to the API
2026-03-25 17:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928504>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'dc1853ee-c302-51f3-af67-908d5ff7d2c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928504',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 113769,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A3 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': 2021}
2026-03-25 17:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:00 [ecarstrade.be] INFO: Saving data for 6928504auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613941.332281, 'last_price_update_time': 1774458300.235914}
2026-03-25 17:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928504auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928499> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:05 [ecarstrade.be] INFO: Extracting details for car 6928499auction61871
2026-03-25 17:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fa5252f-91cb-5eac-99f4-3e8d0cb28528 with identifier: 6928499auction61871
2026-03-25 17:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fa5252f-91cb-5eac-99f4-3e8d0cb28528 with scrape type 2
2026-03-25 17:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fa5252f-91cb-5eac-99f4-3e8d0cb28528 with scrape type 2
2026-03-25 17:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7fa5252f-91cb-5eac-99f4-3e8d0cb28528, identifier: 6928499auction61871
2026-03-25 17:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7fa5252f-91cb-5eac-99f4-3e8d0cb28528 with identifier: 6928499auction61871
2026-03-25 17:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7fa5252f-91cb-5eac-99f4-3e8d0cb28528 with identifier: 6928499auction61871
2026-03-25 17:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7fa5252f-91cb-5eac-99f4-3e8d0cb28528 with identifier: 6928499auction61871 to the API
2026-03-25 17:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928499>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '7fa5252f-91cb-5eac-99f4-3e8d0cb28528',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928499',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 49832,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S GT Line 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 96kW S&S GT Line 5d',
'vin': None,
'year': 2020}
2026-03-25 17:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:06 [ecarstrade.be] INFO: Saving data for 6928499auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613943.715773, 'last_price_update_time': 1774458306.385442}
2026-03-25 17:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928499auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:06 [scrapy.extensions.logstats] INFO: Crawled 1042 pages (at 36 pages/min), scraped 907 items (at 35 items/min)
2026-03-25 17:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6926672auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926672auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6926672auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6928461auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928461auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6928461auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6928460auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928460auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6928460auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 2
2026-03-25 17: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-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6903158auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903158auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6903158auction61871: 2
2026-03-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:09 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 2
2026-03-25 17:05:09 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6903147auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903147auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6903147auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6903159auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6903159auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6903125auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6903125auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6904846auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6904846auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6904849auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6904849auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 2
2026-03-25 17:05:10 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-25 17:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:10 [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-25 17:05:10 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 2
2026-03-25 17:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928510> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:15 [ecarstrade.be] INFO: Extracting details for car 6928510auction61871
2026-03-25 17:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf6e0180-cd8a-5f4f-8f08-d29598f54331 with identifier: 6928510auction61871
2026-03-25 17:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf6e0180-cd8a-5f4f-8f08-d29598f54331 with scrape type 2
2026-03-25 17:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf6e0180-cd8a-5f4f-8f08-d29598f54331 with scrape type 2
2026-03-25 17:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf6e0180-cd8a-5f4f-8f08-d29598f54331, identifier: 6928510auction61871
2026-03-25 17:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf6e0180-cd8a-5f4f-8f08-d29598f54331 with identifier: 6928510auction61871
2026-03-25 17:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf6e0180-cd8a-5f4f-8f08-d29598f54331 with identifier: 6928510auction61871
2026-03-25 17:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf6e0180-cd8a-5f4f-8f08-d29598f54331 with identifier: 6928510auction61871 to the API
2026-03-25 17:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928510>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'bf6e0180-cd8a-5f4f-8f08-d29598f54331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928510',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 58974,
'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': "Volvo, XC40 '17, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", XC40 '17, XC40 T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:16 [ecarstrade.be] INFO: Saving data for 6928510auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613949.798336, 'last_price_update_time': 1774458316.310008}
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928510auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928460> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928458> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:05:16 [ecarstrade.be] INFO: Extracting details for car 6928460auction61871
2026-03-25 17:05:16 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:16 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 2
2026-03-25 17:05:16 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:16 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 2
2026-03-25 17:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbd3edbc-bd47-5526-a333-b4da608a15e6 with identifier: 6928460auction61871
2026-03-25 17:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd3edbc-bd47-5526-a333-b4da608a15e6 with scrape type 2
2026-03-25 17:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbd3edbc-bd47-5526-a333-b4da608a15e6 with scrape type 2
2026-03-25 17:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbd3edbc-bd47-5526-a333-b4da608a15e6, identifier: 6928460auction61871
2026-03-25 17:05:16 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:16 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 2
2026-03-25 17:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbd3edbc-bd47-5526-a333-b4da608a15e6 with identifier: 6928460auction61871
2026-03-25 17:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbd3edbc-bd47-5526-a333-b4da608a15e6 with identifier: 6928460auction61871
2026-03-25 17:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbd3edbc-bd47-5526-a333-b4da608a15e6 with identifier: 6928460auction61871 to the API
2026-03-25 17:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928460>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'cbd3edbc-bd47-5526-a333-b4da608a15e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928460',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 141446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d 7pl',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure 5d 7pl',
'vin': None,
'year': 2020}
2026-03-25 17:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928460auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:17 [ecarstrade.be] INFO: Saving data for 6928460auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614244.75427, 'last_price_update_time': 1774458317.956871}
2026-03-25 17:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928460auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:17 [ecarstrade.be] INFO: Extracting details for car 6928458auction61871
2026-03-25 17:05:17 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 2
2026-03-25 17:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904882> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:18 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 2
2026-03-25 17: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-25 17:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d12fdecd-8a7e-5bfe-a833-39b03edc7ed8 with identifier: 6928458auction61871
2026-03-25 17:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d12fdecd-8a7e-5bfe-a833-39b03edc7ed8 with scrape type 2
2026-03-25 17:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d12fdecd-8a7e-5bfe-a833-39b03edc7ed8 with scrape type 2
2026-03-25 17:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d12fdecd-8a7e-5bfe-a833-39b03edc7ed8, identifier: 6928458auction61871
2026-03-25 17:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d12fdecd-8a7e-5bfe-a833-39b03edc7ed8 with identifier: 6928458auction61871
2026-03-25 17:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d12fdecd-8a7e-5bfe-a833-39b03edc7ed8 with identifier: 6928458auction61871
2026-03-25 17:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d12fdecd-8a7e-5bfe-a833-39b03edc7ed8 with identifier: 6928458auction61871 to the API
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928458>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'd12fdecd-8a7e-5bfe-a833-39b03edc7ed8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928458',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 149633,
'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 3008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2021}
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Saving data for 6928458auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614524.939188, 'last_price_update_time': 1774458318.401504}
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928458auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:18 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 2
2026-03-25 17:05:18 [ecarstrade.be] INFO: Extracting details for car 6904882auction61871
2026-03-25 17:05:18 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 2
2026-03-25 17:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926672> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f04f4eb5-480a-5187-a204-abc49a66861a with identifier: 6904882auction61871
2026-03-25 17:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f04f4eb5-480a-5187-a204-abc49a66861a with scrape type 2
2026-03-25 17:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f04f4eb5-480a-5187-a204-abc49a66861a with scrape type 2
2026-03-25 17:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f04f4eb5-480a-5187-a204-abc49a66861a, identifier: 6904882auction61871
2026-03-25 17:05:18 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 2
2026-03-25 17:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f04f4eb5-480a-5187-a204-abc49a66861a with identifier: 6904882auction61871
2026-03-25 17:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f04f4eb5-480a-5187-a204-abc49a66861a with identifier: 6904882auction61871
2026-03-25 17:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f04f4eb5-480a-5187-a204-abc49a66861a with identifier: 6904882auction61871 to the API
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904882>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Electric',
'id': 'f04f4eb5-480a-5187-a204-abc49a66861a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904882',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': '',
'odometer': 55369,
'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': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'vin': None,
'year': 2022}
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Saving data for 6904882auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678203.770328, 'last_price_update_time': 1774458318.869234}
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904882auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:18 [ecarstrade.be] INFO: Extracting details for car 6926672auction61871
2026-03-25 17:05:18 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 2
2026-03-25 17:05:18 [ecarstrade.be] INFO: Found listing with ID: 6903101auction61871
2026-03-25 17:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903101auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:18 [ecarstrade.be] INFO: Scrape type for 6903101auction61871: 2
2026-03-25 17:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bbaa423-2957-5ee1-af3b-a071f1144c4b with identifier: 6926672auction61871
2026-03-25 17:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bbaa423-2957-5ee1-af3b-a071f1144c4b with scrape type 2
2026-03-25 17:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bbaa423-2957-5ee1-af3b-a071f1144c4b with scrape type 2
2026-03-25 17:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4bbaa423-2957-5ee1-af3b-a071f1144c4b, identifier: 6926672auction61871
2026-03-25 17:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4bbaa423-2957-5ee1-af3b-a071f1144c4b with identifier: 6926672auction61871
2026-03-25 17:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4bbaa423-2957-5ee1-af3b-a071f1144c4b with identifier: 6926672auction61871
2026-03-25 17:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4bbaa423-2957-5ee1-af3b-a071f1144c4b with identifier: 6926672auction61871 to the API
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926672>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '4bbaa423-2957-5ee1-af3b-a071f1144c4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926672',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 145914,
'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': "VW, Tiguan FL'20, Volkswagen Tiguan 1.5 TSI 110kW DSG Active 5d",
'transmission': 'automatic',
'trim': "VW, FL'20, 1.5 TSI 110kW DSG Active 5d",
'vin': None,
'year': 2022}
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926672auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Saving data for 6926672auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613792.593412, 'last_price_update_time': 1774458319.275034}
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926672auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6903105auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903105auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6903105auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 2
2026-03-25 17:05:19 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:19 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 2
2026-03-25 17:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903158> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:25 [ecarstrade.be] INFO: Extracting details for car 6903158auction61871
2026-03-25 17:05:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1892e29-5b62-5029-8ade-ccaeb7b408a7 with identifier: 6903158auction61871
2026-03-25 17:05:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1892e29-5b62-5029-8ade-ccaeb7b408a7 with scrape type 2
2026-03-25 17:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1892e29-5b62-5029-8ade-ccaeb7b408a7 with scrape type 2
2026-03-25 17:05:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1892e29-5b62-5029-8ade-ccaeb7b408a7, identifier: 6903158auction61871
2026-03-25 17:05:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1892e29-5b62-5029-8ade-ccaeb7b408a7 with identifier: 6903158auction61871
2026-03-25 17:05:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1892e29-5b62-5029-8ade-ccaeb7b408a7 with identifier: 6903158auction61871
2026-03-25 17:05:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1892e29-5b62-5029-8ade-ccaeb7b408a7 with identifier: 6903158auction61871 to the API
2026-03-25 17:05:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903158>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Electric',
'id': 'f1892e29-5b62-5029-8ade-ccaeb7b408a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903158',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'e-tron GT',
'odometer': 79799,
'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 E-TRON GT 93.4 kWh 60 475hp Quattro 4d',
'transmission': 'automatic',
'trim': 'AUDI E-TRON GT 93.4 kWh 60 475hp Quattro 4d',
'vin': None,
'year': 2022}
2026-03-25 17:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903158auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:25 [ecarstrade.be] INFO: Saving data for 6903158auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678343.677055, 'last_price_update_time': 1774458325.515361}
2026-03-25 17:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903158auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903159> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926669> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903147> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:26 [ecarstrade.be] INFO: Extracting details for car 6903159auction61871
2026-03-25 17:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 852b5538-4092-548c-982a-c67c12fa0891 with identifier: 6903159auction61871
2026-03-25 17:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 852b5538-4092-548c-982a-c67c12fa0891 with scrape type 2
2026-03-25 17:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 852b5538-4092-548c-982a-c67c12fa0891 with scrape type 2
2026-03-25 17:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 852b5538-4092-548c-982a-c67c12fa0891, identifier: 6903159auction61871
2026-03-25 17:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 852b5538-4092-548c-982a-c67c12fa0891 with identifier: 6903159auction61871
2026-03-25 17:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 852b5538-4092-548c-982a-c67c12fa0891 with identifier: 6903159auction61871
2026-03-25 17:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 852b5538-4092-548c-982a-c67c12fa0891 with identifier: 6903159auction61871 to the API
2026-03-25 17:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903159>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '852b5538-4092-548c-982a-c67c12fa0891',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903159',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Puma',
'odometer': 144136,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, 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': 2021}
2026-03-25 17:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903159auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:26 [ecarstrade.be] INFO: Saving data for 6903159auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678340.06494, 'last_price_update_time': 1774458326.474819}
2026-03-25 17:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903159auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:26 [ecarstrade.be] INFO: Extracting details for car 6926669auction61871
2026-03-25 17:05:26 [ecarstrade.be] INFO: Extracting details for car 6903147auction61871
2026-03-25 17:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907440> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ded5eaa-6b80-5faa-b8c4-0a688ee78671 with identifier: 6926669auction61871
2026-03-25 17:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ded5eaa-6b80-5faa-b8c4-0a688ee78671 with scrape type 2
2026-03-25 17:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ded5eaa-6b80-5faa-b8c4-0a688ee78671 with scrape type 2
2026-03-25 17:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ded5eaa-6b80-5faa-b8c4-0a688ee78671, identifier: 6926669auction61871
2026-03-25 17:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d80ccfe-b073-5a24-b66f-03f76c69b043 with identifier: 6903147auction61871
2026-03-25 17:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d80ccfe-b073-5a24-b66f-03f76c69b043 with scrape type 2
2026-03-25 17:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d80ccfe-b073-5a24-b66f-03f76c69b043 with scrape type 2
2026-03-25 17:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d80ccfe-b073-5a24-b66f-03f76c69b043, identifier: 6903147auction61871
2026-03-25 17:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ded5eaa-6b80-5faa-b8c4-0a688ee78671 with identifier: 6926669auction61871
2026-03-25 17:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ded5eaa-6b80-5faa-b8c4-0a688ee78671 with identifier: 6926669auction61871
2026-03-25 17:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ded5eaa-6b80-5faa-b8c4-0a688ee78671 with identifier: 6926669auction61871 to the API
2026-03-25 17:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926669>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '4ded5eaa-6b80-5faa-b8c4-0a688ee78671',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926669',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': '',
'odometer': 133037,
'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': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2021}
2026-03-25 17:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:27 [ecarstrade.be] INFO: Saving data for 6926669auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613790.840845, 'last_price_update_time': 1774458327.240086}
2026-03-25 17:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926669auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d80ccfe-b073-5a24-b66f-03f76c69b043 with identifier: 6903147auction61871
2026-03-25 17:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d80ccfe-b073-5a24-b66f-03f76c69b043 with identifier: 6903147auction61871
2026-03-25 17:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d80ccfe-b073-5a24-b66f-03f76c69b043 with identifier: 6903147auction61871 to the API
2026-03-25 17:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903147>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '0d80ccfe-b073-5a24-b66f-03f76c69b043',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903147',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 149704,
'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 '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': 2021}
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903147auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:28 [ecarstrade.be] INFO: Saving data for 6903147auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678249.642147, 'last_price_update_time': 1774458328.102261}
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903147auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:28 [ecarstrade.be] INFO: Extracting details for car 6907440auction61871
2026-03-25 17:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903133> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df69c176-f371-5c85-a50c-804b0e4b4312 with identifier: 6907440auction61871
2026-03-25 17:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df69c176-f371-5c85-a50c-804b0e4b4312 with scrape type 2
2026-03-25 17:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df69c176-f371-5c85-a50c-804b0e4b4312 with scrape type 2
2026-03-25 17:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df69c176-f371-5c85-a50c-804b0e4b4312, identifier: 6907440auction61871
2026-03-25 17:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df69c176-f371-5c85-a50c-804b0e4b4312 with identifier: 6907440auction61871
2026-03-25 17:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df69c176-f371-5c85-a50c-804b0e4b4312 with identifier: 6907440auction61871
2026-03-25 17:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df69c176-f371-5c85-a50c-804b0e4b4312 with identifier: 6907440auction61871 to the API
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907440>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'df69c176-f371-5c85-a50c-804b0e4b4312',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907440',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 183325,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 3-serie Touring '18, BMW 3 Reeks Touring 320dA (120 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 320dA (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:28 [ecarstrade.be] INFO: Saving data for 6907440auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678250.180969, 'last_price_update_time': 1774458328.864283}
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907440auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:28 [ecarstrade.be] INFO: Extracting details for car 6903133auction61871
2026-03-25 17:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74351952-351b-5b47-b9a5-dbd2274d8ffe with identifier: 6903133auction61871
2026-03-25 17:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74351952-351b-5b47-b9a5-dbd2274d8ffe with scrape type 2
2026-03-25 17:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74351952-351b-5b47-b9a5-dbd2274d8ffe with scrape type 2
2026-03-25 17:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74351952-351b-5b47-b9a5-dbd2274d8ffe, identifier: 6903133auction61871
2026-03-25 17:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74351952-351b-5b47-b9a5-dbd2274d8ffe with identifier: 6903133auction61871
2026-03-25 17:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74351952-351b-5b47-b9a5-dbd2274d8ffe with identifier: 6903133auction61871
2026-03-25 17:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74351952-351b-5b47-b9a5-dbd2274d8ffe with identifier: 6903133auction61871 to the API
2026-03-25 17:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903133>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '74351952-351b-5b47-b9a5-dbd2274d8ffe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903133',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Nexo',
'odometer': 104567,
'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': 'Hyundai Nexo FCEV #1 5d !!! Hydro !!!',
'transmission': 'automatic',
'trim': 'FCEV #1 5d !!! Hydro !!!',
'vin': None,
'year': 2022}
2026-03-25 17:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:29 [ecarstrade.be] INFO: Saving data for 6903133auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678306.872323, 'last_price_update_time': 1774458329.33582}
2026-03-25 17:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903133auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926673> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:30 [ecarstrade.be] INFO: Extracting details for car 6926673auction61871
2026-03-25 17:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fba8f3e-a05a-52c4-be67-fb50beae28c3 with identifier: 6926673auction61871
2026-03-25 17:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fba8f3e-a05a-52c4-be67-fb50beae28c3 with scrape type 2
2026-03-25 17:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fba8f3e-a05a-52c4-be67-fb50beae28c3 with scrape type 2
2026-03-25 17:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fba8f3e-a05a-52c4-be67-fb50beae28c3, identifier: 6926673auction61871
2026-03-25 17:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fba8f3e-a05a-52c4-be67-fb50beae28c3 with identifier: 6926673auction61871
2026-03-25 17:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fba8f3e-a05a-52c4-be67-fb50beae28c3 with identifier: 6926673auction61871
2026-03-25 17:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fba8f3e-a05a-52c4-be67-fb50beae28c3 with identifier: 6926673auction61871 to the API
2026-03-25 17:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926673>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '6fba8f3e-a05a-52c4-be67-fb50beae28c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926673',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 121220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d',
'transmission': 'manual',
'trim': 'Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d',
'vin': None,
'year': 2021}
2026-03-25 17:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:30 [ecarstrade.be] INFO: Saving data for 6926673auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613786.816818, 'last_price_update_time': 1774458330.487997}
2026-03-25 17:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926673auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904852> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:32 [ecarstrade.be] INFO: Extracting details for car 6904852auction61871
2026-03-25 17:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3 with identifier: 6904852auction61871
2026-03-25 17:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3 with scrape type 2
2026-03-25 17:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3 with scrape type 2
2026-03-25 17:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3, identifier: 6904852auction61871
2026-03-25 17:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3 with identifier: 6904852auction61871
2026-03-25 17:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3 with identifier: 6904852auction61871
2026-03-25 17:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3 with identifier: 6904852auction61871 to the API
2026-03-25 17:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904852>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '23b0dc4f-55d2-5f28-8ce1-ca2ab9921db3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904852',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X2',
'odometer': 113362,
'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': 'BMW X2 DIESEL 2.0 dA xDrive20 190 5d',
'transmission': 'automatic',
'trim': 'DIESEL 2.0 dA xDrive20 190 5d',
'vin': None,
'year': 2018}
2026-03-25 17:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:32 [ecarstrade.be] INFO: Saving data for 6904852auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678268.290777, 'last_price_update_time': 1774458332.757203}
2026-03-25 17:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904852auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928461> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:34 [ecarstrade.be] INFO: Extracting details for car 6928461auction61871
2026-03-25 17:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41c4329-deb0-549a-b07e-7d3f98c3a3e1 with identifier: 6928461auction61871
2026-03-25 17:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41c4329-deb0-549a-b07e-7d3f98c3a3e1 with scrape type 2
2026-03-25 17:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41c4329-deb0-549a-b07e-7d3f98c3a3e1 with scrape type 2
2026-03-25 17:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b41c4329-deb0-549a-b07e-7d3f98c3a3e1, identifier: 6928461auction61871
2026-03-25 17:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b41c4329-deb0-549a-b07e-7d3f98c3a3e1 with identifier: 6928461auction61871
2026-03-25 17:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b41c4329-deb0-549a-b07e-7d3f98c3a3e1 with identifier: 6928461auction61871
2026-03-25 17:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b41c4329-deb0-549a-b07e-7d3f98c3a3e1 with identifier: 6928461auction61871 to the API
2026-03-25 17:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928461>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'b41c4329-deb0-549a-b07e-7d3f98c3a3e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928461',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 153693,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI SCR 110kW DSG7 Style Business 5d',
'transmission': 'automatic',
'trim': '2.0 TDI SCR 110kW DSG7 Style Business 5d',
'vin': None,
'year': 2022}
2026-03-25 17:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928461auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:34 [ecarstrade.be] INFO: Saving data for 6928461auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614541.336973, 'last_price_update_time': 1774458334.820307}
2026-03-25 17:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928461auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907437> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:35 [ecarstrade.be] INFO: Extracting details for car 6907437auction61871
2026-03-25 17:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 497a1072-8ea9-586d-b88e-d93788a13016 with identifier: 6907437auction61871
2026-03-25 17:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 497a1072-8ea9-586d-b88e-d93788a13016 with scrape type 2
2026-03-25 17:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 497a1072-8ea9-586d-b88e-d93788a13016 with scrape type 2
2026-03-25 17:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 497a1072-8ea9-586d-b88e-d93788a13016, identifier: 6907437auction61871
2026-03-25 17:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 497a1072-8ea9-586d-b88e-d93788a13016 with identifier: 6907437auction61871
2026-03-25 17:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 497a1072-8ea9-586d-b88e-d93788a13016 with identifier: 6907437auction61871
2026-03-25 17:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 497a1072-8ea9-586d-b88e-d93788a13016 with identifier: 6907437auction61871 to the API
2026-03-25 17:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907437>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '497a1072-8ea9-586d-b88e-d93788a13016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907437',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 194474,
'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': 'Jaguar E-Pace D150 Aut. AWD S 5d',
'transmission': 'automatic',
'trim': 'D150 Aut. AWD S 5d',
'vin': None,
'year': 2020}
2026-03-25 17:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:35 [ecarstrade.be] INFO: Saving data for 6907437auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678267.800333, 'last_price_update_time': 1774458335.871455}
2026-03-25 17:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907437auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6931423> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:36 [ecarstrade.be] INFO: Extracting details for car 6931423auction61871
2026-03-25 17:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab5bbae2-2863-5886-a4a2-00ae3b278c4d with identifier: 6931423auction61871
2026-03-25 17:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab5bbae2-2863-5886-a4a2-00ae3b278c4d with scrape type 2
2026-03-25 17:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab5bbae2-2863-5886-a4a2-00ae3b278c4d with scrape type 2
2026-03-25 17:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab5bbae2-2863-5886-a4a2-00ae3b278c4d, identifier: 6931423auction61871
2026-03-25 17:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab5bbae2-2863-5886-a4a2-00ae3b278c4d with identifier: 6931423auction61871
2026-03-25 17:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab5bbae2-2863-5886-a4a2-00ae3b278c4d with identifier: 6931423auction61871
2026-03-25 17:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab5bbae2-2863-5886-a4a2-00ae3b278c4d with identifier: 6931423auction61871 to the API
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6931423>
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'ab5bbae2-2863-5886-a4a2-00ae3b278c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6931423',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 202397,
'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': 6,
'seller_name': None,
'title': 'Peugeot Expert Long DC Premium L3 2.0 BlueHDi 145 EAT8 4d !! '
'Technical issues !! rolling car',
'transmission': 'automatic',
'trim': 'Long DC Premium L3 2.0 BlueHDi 145 EAT8 4d !! Technical issues !! '
'rolling car',
'vin': None,
'year': 2022}
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276931423auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:36 [ecarstrade.be] INFO: Saving data for 6931423auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678667.976761, 'last_price_update_time': 1774458336.390359}
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6931423auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904849> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:36 [ecarstrade.be] INFO: Extracting details for car 6904849auction61871
2026-03-25 17:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 716fb653-be55-51b7-bdd5-dbb01e580108 with identifier: 6904849auction61871
2026-03-25 17:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 716fb653-be55-51b7-bdd5-dbb01e580108 with scrape type 2
2026-03-25 17:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 716fb653-be55-51b7-bdd5-dbb01e580108 with scrape type 2
2026-03-25 17:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 716fb653-be55-51b7-bdd5-dbb01e580108, identifier: 6904849auction61871
2026-03-25 17:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 716fb653-be55-51b7-bdd5-dbb01e580108 with identifier: 6904849auction61871
2026-03-25 17:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 716fb653-be55-51b7-bdd5-dbb01e580108 with identifier: 6904849auction61871
2026-03-25 17:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 716fb653-be55-51b7-bdd5-dbb01e580108 with identifier: 6904849auction61871 to the API
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904849>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '716fb653-be55-51b7-bdd5-dbb01e580108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904849',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 36030,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276904849auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:36 [ecarstrade.be] INFO: Saving data for 6904849auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678330.660666, 'last_price_update_time': 1774458336.877343}
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904849auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907431> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:38 [ecarstrade.be] INFO: Extracting details for car 6907431auction61871
2026-03-25 17:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd0d5ea3-6d96-5950-88e6-6b45c73d24b2 with identifier: 6907431auction61871
2026-03-25 17:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd0d5ea3-6d96-5950-88e6-6b45c73d24b2 with scrape type 2
2026-03-25 17:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd0d5ea3-6d96-5950-88e6-6b45c73d24b2 with scrape type 2
2026-03-25 17:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd0d5ea3-6d96-5950-88e6-6b45c73d24b2, identifier: 6907431auction61871
2026-03-25 17:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd0d5ea3-6d96-5950-88e6-6b45c73d24b2 with identifier: 6907431auction61871
2026-03-25 17:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd0d5ea3-6d96-5950-88e6-6b45c73d24b2 with identifier: 6907431auction61871
2026-03-25 17:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd0d5ea3-6d96-5950-88e6-6b45c73d24b2 with identifier: 6907431auction61871 to the API
2026-03-25 17:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907431>
{'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': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'bd0d5ea3-6d96-5950-88e6-6b45c73d24b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907431',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 257551,
'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': "Volvo, XC60 '17, Volvo XC60 D4 120kW Geartronic Momentum Pro 5d",
'transmission': 'automatic',
'trim': ", XC60 '17, XC60 D4 120kW Geartronic Momentum Pro 5d",
'vin': None,
'year': 2020}
2026-03-25 17:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:39 [ecarstrade.be] INFO: Saving data for 6907431auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678329.051036, 'last_price_update_time': 1774458339.211683}
2026-03-25 17:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907431auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855974> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855975> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:43 [ecarstrade.be] INFO: Extracting details for car 6855974auction61871
2026-03-25 17:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25d1680c-e600-5f71-bf88-860f1342fb1c with identifier: 6855974auction61871
2026-03-25 17:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25d1680c-e600-5f71-bf88-860f1342fb1c with scrape type 2
2026-03-25 17:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25d1680c-e600-5f71-bf88-860f1342fb1c with scrape type 2
2026-03-25 17:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25d1680c-e600-5f71-bf88-860f1342fb1c, identifier: 6855974auction61871
2026-03-25 17:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25d1680c-e600-5f71-bf88-860f1342fb1c with identifier: 6855974auction61871
2026-03-25 17:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25d1680c-e600-5f71-bf88-860f1342fb1c with identifier: 6855974auction61871
2026-03-25 17:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25d1680c-e600-5f71-bf88-860f1342fb1c with identifier: 6855974auction61871 to the API
2026-03-25 17:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855974>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '25d1680c-e600-5f71-bf88-860f1342fb1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855974',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '308',
'odometer': 36286,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:44 [ecarstrade.be] INFO: Saving data for 6855974auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678008.351852, 'last_price_update_time': 1774458344.124709}
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855974auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:44 [ecarstrade.be] INFO: Extracting details for car 6855975auction61871
2026-03-25 17:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6 with identifier: 6855975auction61871
2026-03-25 17:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6 with scrape type 2
2026-03-25 17:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6 with scrape type 2
2026-03-25 17:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6, identifier: 6855975auction61871
2026-03-25 17:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6 with identifier: 6855975auction61871
2026-03-25 17:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6 with identifier: 6855975auction61871
2026-03-25 17:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e71b5b1-d9cd-5ab0-8b84-26def1339ec6 with identifier: 6855975auction61871 to the API
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855975>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '5e71b5b1-d9cd-5ab0-8b84-26def1339ec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855975',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 116899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'vin': None,
'year': 2021}
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:44 [ecarstrade.be] INFO: Saving data for 6855975auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678008.921058, 'last_price_update_time': 1774458344.517846}
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855975auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903124> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:46 [ecarstrade.be] INFO: Extracting details for car 6903124auction61871
2026-03-25 17:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee42b29e-93e3-52c0-a6d3-25db528bc227 with identifier: 6903124auction61871
2026-03-25 17:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee42b29e-93e3-52c0-a6d3-25db528bc227 with scrape type 2
2026-03-25 17:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee42b29e-93e3-52c0-a6d3-25db528bc227 with scrape type 2
2026-03-25 17:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee42b29e-93e3-52c0-a6d3-25db528bc227, identifier: 6903124auction61871
2026-03-25 17:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee42b29e-93e3-52c0-a6d3-25db528bc227 with identifier: 6903124auction61871
2026-03-25 17:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee42b29e-93e3-52c0-a6d3-25db528bc227 with identifier: 6903124auction61871
2026-03-25 17:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee42b29e-93e3-52c0-a6d3-25db528bc227 with identifier: 6903124auction61871 to the API
2026-03-25 17:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903124>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'ee42b29e-93e3-52c0-a6d3-25db528bc227',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903124',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 55973,
'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': 3,
'seller_name': None,
'title': "Citroën, _Berlingo '18, Citroën Berlingo M Light 1.5 BlueHDi 75 MAN "
'Club 4',
'transmission': 'manual',
'trim': "Citroën, _ '18, Citroën M Light 1.5 BlueHDi 75 MAN Club 4",
'vin': None,
'year': 2020}
2026-03-25 17:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903124auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:46 [ecarstrade.be] INFO: Saving data for 6903124auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678332.581899, 'last_price_update_time': 1774458346.505569}
2026-03-25 17:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903124auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903118> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:46 [ecarstrade.be] INFO: Extracting details for car 6903118auction61871
2026-03-25 17:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2053ad4-7970-5e43-811d-6a8f7f883970 with identifier: 6903118auction61871
2026-03-25 17:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2053ad4-7970-5e43-811d-6a8f7f883970 with scrape type 2
2026-03-25 17:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2053ad4-7970-5e43-811d-6a8f7f883970 with scrape type 2
2026-03-25 17:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2053ad4-7970-5e43-811d-6a8f7f883970, identifier: 6903118auction61871
2026-03-25 17:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2053ad4-7970-5e43-811d-6a8f7f883970 with identifier: 6903118auction61871
2026-03-25 17:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2053ad4-7970-5e43-811d-6a8f7f883970 with identifier: 6903118auction61871
2026-03-25 17:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2053ad4-7970-5e43-811d-6a8f7f883970 with identifier: 6903118auction61871 to the API
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903118>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'c2053ad4-7970-5e43-811d-6a8f7f883970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903118',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '5 Series',
'odometer': 52688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-serie FL'20 PHEV, BMW 5 Reeks Berline 545e xDrive 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20 PHEV, 5 Reeks Berline 545e xDrive 4d",
'vin': None,
'year': 2021}
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:47 [ecarstrade.be] INFO: Saving data for 6903118auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678322.554971, 'last_price_update_time': 1774458347.297614}
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903118auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880573> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:47 [ecarstrade.be] INFO: Extracting details for car 6880573auction61871
2026-03-25 17:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13611d9a-8091-5ff9-b60f-e94c8e44cf25 with identifier: 6880573auction61871
2026-03-25 17:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13611d9a-8091-5ff9-b60f-e94c8e44cf25 with scrape type 2
2026-03-25 17:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13611d9a-8091-5ff9-b60f-e94c8e44cf25 with scrape type 2
2026-03-25 17:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13611d9a-8091-5ff9-b60f-e94c8e44cf25, identifier: 6880573auction61871
2026-03-25 17:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13611d9a-8091-5ff9-b60f-e94c8e44cf25 with identifier: 6880573auction61871
2026-03-25 17:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13611d9a-8091-5ff9-b60f-e94c8e44cf25 with identifier: 6880573auction61871
2026-03-25 17:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13611d9a-8091-5ff9-b60f-e94c8e44cf25 with identifier: 6880573auction61871 to the API
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880573>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '13611d9a-8091-5ff9-b60f-e94c8e44cf25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880573',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '2008',
'odometer': 65806,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 Puretech 74KW S&S Active 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74KW S&S Active 5d',
'vin': None,
'year': 2021}
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:47 [ecarstrade.be] INFO: Saving data for 6880573auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772677939.069785, 'last_price_update_time': 1774458347.830944}
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880573auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907409> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:47 [ecarstrade.be] INFO: Extracting details for car 6907409auction61871
2026-03-25 17:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ed5dc5-6bd8-54f0-94e7-638663872631 with identifier: 6907409auction61871
2026-03-25 17:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ed5dc5-6bd8-54f0-94e7-638663872631 with scrape type 2
2026-03-25 17:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02ed5dc5-6bd8-54f0-94e7-638663872631 with scrape type 2
2026-03-25 17:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02ed5dc5-6bd8-54f0-94e7-638663872631, identifier: 6907409auction61871
2026-03-25 17:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02ed5dc5-6bd8-54f0-94e7-638663872631 with identifier: 6907409auction61871
2026-03-25 17:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02ed5dc5-6bd8-54f0-94e7-638663872631 with identifier: 6907409auction61871
2026-03-25 17:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02ed5dc5-6bd8-54f0-94e7-638663872631 with identifier: 6907409auction61871 to the API
2026-03-25 17:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907409>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '02ed5dc5-6bd8-54f0-94e7-638663872631',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907409',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 165335,
'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 GALAXY DIESEL - 2015 2.0 TDCi 190 AWD V-Line AdBlue (EU6d) 5d',
'transmission': 'automatic',
'trim': 'FORD GALAXY DIESEL - 2015 2.0 TDCi 190 AWD V-Line AdBlue (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-25 17:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:48 [ecarstrade.be] INFO: Saving data for 6907409auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678443.352693, 'last_price_update_time': 1774458348.468996}
2026-03-25 17:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907409auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903106> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:49 [ecarstrade.be] INFO: Extracting details for car 6903106auction61871
2026-03-25 17:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0252de8d-4f97-5c32-8231-6d1537a075e1 with identifier: 6903106auction61871
2026-03-25 17:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0252de8d-4f97-5c32-8231-6d1537a075e1 with scrape type 2
2026-03-25 17:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0252de8d-4f97-5c32-8231-6d1537a075e1 with scrape type 2
2026-03-25 17:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0252de8d-4f97-5c32-8231-6d1537a075e1, identifier: 6903106auction61871
2026-03-25 17:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0252de8d-4f97-5c32-8231-6d1537a075e1 with identifier: 6903106auction61871
2026-03-25 17:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0252de8d-4f97-5c32-8231-6d1537a075e1 with identifier: 6903106auction61871
2026-03-25 17:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0252de8d-4f97-5c32-8231-6d1537a075e1 with identifier: 6903106auction61871 to the API
2026-03-25 17:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903106>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '0252de8d-4f97-5c32-8231-6d1537a075e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903106',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Toyota PROACE CITY',
'odometer': 133945,
'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': 3,
'seller_name': None,
'title': "Toyota, _Proace City '20, Toyota Proace City 1.2i 81kW SWB Comfort "
'4d',
'transmission': 'manual',
'trim': "Toyota, _Proace City '20, Toyota Proace City 1.2i 81kW SWB Comfort "
'4d',
'vin': None,
'year': 2022}
2026-03-25 17:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:49 [ecarstrade.be] INFO: Saving data for 6903106auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678395.174275, 'last_price_update_time': 1774458349.911286}
2026-03-25 17:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903106auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907414> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:05:52 [ecarstrade.be] INFO: Extracting details for car 6907414auction61871
2026-03-25 17:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad with identifier: 6907414auction61871
2026-03-25 17:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad with scrape type 2
2026-03-25 17:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad with scrape type 2
2026-03-25 17:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad, identifier: 6907414auction61871
2026-03-25 17:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad with identifier: 6907414auction61871
2026-03-25 17:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad with identifier: 6907414auction61871
2026-03-25 17:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad with identifier: 6907414auction61871 to the API
2026-03-25 17:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907414>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'a1bd3ceb-1bb9-5f80-8123-0c708fcd74ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907414',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 185722,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'vin': None,
'year': 2021}
2026-03-25 17:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:53 [ecarstrade.be] INFO: Saving data for 6907414auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678455.278677, 'last_price_update_time': 1774458353.287271}
2026-03-25 17:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907414auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904806> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:53 [ecarstrade.be] INFO: Extracting details for car 6904806auction61871
2026-03-25 17:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c with identifier: 6904806auction61871
2026-03-25 17:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c with scrape type 2
2026-03-25 17:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c with scrape type 2
2026-03-25 17:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c, identifier: 6904806auction61871
2026-03-25 17:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c with identifier: 6904806auction61871
2026-03-25 17:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c with identifier: 6904806auction61871
2026-03-25 17:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c with identifier: 6904806auction61871 to the API
2026-03-25 17:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904806>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'e5145fc1-ee85-5cd0-8a2d-4a47dcfd537c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904806',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 158869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 1.4 TSI DSG6 GTE Business 5d',
'transmission': 'automatic',
'trim': '1.4 TSI DSG6 GTE Business 5d',
'vin': None,
'year': 2021}
2026-03-25 17:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:54 [ecarstrade.be] INFO: Saving data for 6904806auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678442.148426, 'last_price_update_time': 1774458354.324194}
2026-03-25 17:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904806auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903104> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:55 [ecarstrade.be] INFO: Extracting details for car 6903104auction61871
2026-03-25 17:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47bcb43a-f520-508c-b91f-f44540dd0519 with identifier: 6903104auction61871
2026-03-25 17:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47bcb43a-f520-508c-b91f-f44540dd0519 with scrape type 2
2026-03-25 17:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47bcb43a-f520-508c-b91f-f44540dd0519 with scrape type 2
2026-03-25 17:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47bcb43a-f520-508c-b91f-f44540dd0519, identifier: 6903104auction61871
2026-03-25 17:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47bcb43a-f520-508c-b91f-f44540dd0519 with identifier: 6903104auction61871
2026-03-25 17:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47bcb43a-f520-508c-b91f-f44540dd0519 with identifier: 6903104auction61871
2026-03-25 17:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47bcb43a-f520-508c-b91f-f44540dd0519 with identifier: 6903104auction61871 to the API
2026-03-25 17:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903104>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '47bcb43a-f520-508c-b91f-f44540dd0519',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903104',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '5 Series',
'odometer': 107105,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-ser To FL'20 PHEV, BMW 5 Reeks Touring 520e 150kW 5d",
'transmission': 'automatic',
'trim': ", 5-ser To FL'20 PHEV, 5 Reeks Touring 520e 150kW 5d",
'vin': None,
'year': 2022}
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:56 [ecarstrade.be] INFO: Saving data for 6903104auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678396.711791, 'last_price_update_time': 1774458356.047241}
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903104auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903101> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:56 [ecarstrade.be] INFO: Extracting details for car 6903101auction61871
2026-03-25 17:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd51123b-f9fa-54ba-a13a-af7a1b45b814 with identifier: 6903101auction61871
2026-03-25 17:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd51123b-f9fa-54ba-a13a-af7a1b45b814 with scrape type 2
2026-03-25 17:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd51123b-f9fa-54ba-a13a-af7a1b45b814 with scrape type 2
2026-03-25 17:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd51123b-f9fa-54ba-a13a-af7a1b45b814, identifier: 6903101auction61871
2026-03-25 17:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd51123b-f9fa-54ba-a13a-af7a1b45b814 with identifier: 6903101auction61871
2026-03-25 17:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd51123b-f9fa-54ba-a13a-af7a1b45b814 with identifier: 6903101auction61871
2026-03-25 17:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd51123b-f9fa-54ba-a13a-af7a1b45b814 with identifier: 6903101auction61871 to the API
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903101>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'cd51123b-f9fa-54ba-a13a-af7a1b45b814',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903101',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 127040,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 2-serie Gr.Coupé '19, BMW 2 Reeks Gran Coupé 218iA (100kW) 4d",
'transmission': 'automatic',
'trim': ", 2-serie Gr.Coupé '19, 2 Reeks Gran Coupé 218iA (100kW) 4d",
'vin': None,
'year': 2022}
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903101auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:56 [ecarstrade.be] INFO: Saving data for 6903101auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678382.660015, 'last_price_update_time': 1774458356.936443}
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903101auction61871') HTTP/1.1" 204 0
2026-03-25 17:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904808> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:05:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:05:57 [ecarstrade.be] INFO: Extracting details for car 6904808auction61871
2026-03-25 17:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6e8deb9-ad30-567a-8127-efc9f130a35e with identifier: 6904808auction61871
2026-03-25 17:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6e8deb9-ad30-567a-8127-efc9f130a35e with scrape type 2
2026-03-25 17:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6e8deb9-ad30-567a-8127-efc9f130a35e with scrape type 2
2026-03-25 17:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6e8deb9-ad30-567a-8127-efc9f130a35e, identifier: 6904808auction61871
2026-03-25 17:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6e8deb9-ad30-567a-8127-efc9f130a35e with identifier: 6904808auction61871
2026-03-25 17:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6e8deb9-ad30-567a-8127-efc9f130a35e with identifier: 6904808auction61871
2026-03-25 17:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6e8deb9-ad30-567a-8127-efc9f130a35e with identifier: 6904808auction61871 to the API
2026-03-25 17:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:05:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904808>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'b6e8deb9-ad30-567a-8127-efc9f130a35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904808',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 116981,
'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 1.5 Turbo D 81kW S/S GS Line 5d',
'transmission': 'manual',
'trim': 'Crossland 1.5 Turbo D 81kW S/S GS Line 5d',
'vin': None,
'year': 2021}
2026-03-25 17:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:05:58 [ecarstrade.be] INFO: Saving data for 6904808auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678442.642923, 'last_price_update_time': 1774458358.245309}
2026-03-25 17:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904808auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6884554> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:00 [ecarstrade.be] INFO: Extracting details for car 6884554auction61871
2026-03-25 17:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e419ed7f-57f7-5b93-9a0d-5b6d05925290 with identifier: 6884554auction61871
2026-03-25 17:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e419ed7f-57f7-5b93-9a0d-5b6d05925290 with scrape type 2
2026-03-25 17:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e419ed7f-57f7-5b93-9a0d-5b6d05925290 with scrape type 2
2026-03-25 17:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e419ed7f-57f7-5b93-9a0d-5b6d05925290, identifier: 6884554auction61871
2026-03-25 17:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e419ed7f-57f7-5b93-9a0d-5b6d05925290 with identifier: 6884554auction61871
2026-03-25 17:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e419ed7f-57f7-5b93-9a0d-5b6d05925290 with identifier: 6884554auction61871
2026-03-25 17:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e419ed7f-57f7-5b93-9a0d-5b6d05925290 with identifier: 6884554auction61871 to the API
2026-03-25 17:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6884554>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'e419ed7f-57f7-5b93-9a0d-5b6d05925290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6884554',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 72560,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d !! damaged car '
'!! rolling car',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 130 S&S EAT8 Active Pack 5d !! damaged car !! rolling '
'car',
'vin': None,
'year': 2023}
2026-03-25 17:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:01 [ecarstrade.be] INFO: Saving data for 6884554auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678168.010942, 'last_price_update_time': 1774458361.155006}
2026-03-25 17:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6884554auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903105> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:03 [ecarstrade.be] INFO: Extracting details for car 6903105auction61871
2026-03-25 17:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d with identifier: 6903105auction61871
2026-03-25 17:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d with scrape type 2
2026-03-25 17:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d with scrape type 2
2026-03-25 17:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d, identifier: 6903105auction61871
2026-03-25 17:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d with identifier: 6903105auction61871
2026-03-25 17:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d with identifier: 6903105auction61871
2026-03-25 17:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8fa545f-64a4-573e-b4ea-e2aa0acdbf1d with identifier: 6903105auction61871 to the API
2026-03-25 17:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903105>
{'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': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'd8fa545f-64a4-573e-b4ea-e2aa0acdbf1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903105',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 105535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2021}
2026-03-25 17:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903105auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:03 [ecarstrade.be] INFO: Saving data for 6903105auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678379.718932, 'last_price_update_time': 1774458363.520446}
2026-03-25 17:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903105auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907426> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:03 [ecarstrade.be] INFO: Extracting details for car 6907426auction61871
2026-03-25 17:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbfbd417-2167-5569-b8c1-c69cb493f802 with identifier: 6907426auction61871
2026-03-25 17:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbfbd417-2167-5569-b8c1-c69cb493f802 with scrape type 2
2026-03-25 17:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbfbd417-2167-5569-b8c1-c69cb493f802 with scrape type 2
2026-03-25 17:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbfbd417-2167-5569-b8c1-c69cb493f802, identifier: 6907426auction61871
2026-03-25 17:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbfbd417-2167-5569-b8c1-c69cb493f802 with identifier: 6907426auction61871
2026-03-25 17:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbfbd417-2167-5569-b8c1-c69cb493f802 with identifier: 6907426auction61871
2026-03-25 17:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbfbd417-2167-5569-b8c1-c69cb493f802 with identifier: 6907426auction61871 to the API
2026-03-25 17:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907426>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'bbfbd417-2167-5569-b8c1-c69cb493f802',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907426',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Logan',
'odometer': 161633,
'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': "Dacia, Logan MCV '13, Dacia Logan MCV 1.5 dCi 95 Blue Stepway 5d",
'transmission': 'manual',
'trim': "Dacia, Logan MCV '13, MCV 1.5 dCi 95 Blue Stepway 5d",
'vin': None,
'year': 2019}
2026-03-25 17:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:04 [ecarstrade.be] INFO: Saving data for 6907426auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678323.948176, 'last_price_update_time': 1774458364.373983}
2026-03-25 17:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907426auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903108> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:06:05 [ecarstrade.be] INFO: Extracting details for car 6903108auction61871
2026-03-25 17:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7725fd-dafc-5828-9ed3-fe661d146d13 with identifier: 6903108auction61871
2026-03-25 17:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7725fd-dafc-5828-9ed3-fe661d146d13 with scrape type 2
2026-03-25 17:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7725fd-dafc-5828-9ed3-fe661d146d13 with scrape type 2
2026-03-25 17:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f7725fd-dafc-5828-9ed3-fe661d146d13, identifier: 6903108auction61871
2026-03-25 17:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f7725fd-dafc-5828-9ed3-fe661d146d13 with identifier: 6903108auction61871
2026-03-25 17:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f7725fd-dafc-5828-9ed3-fe661d146d13 with identifier: 6903108auction61871
2026-03-25 17:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f7725fd-dafc-5828-9ed3-fe661d146d13 with identifier: 6903108auction61871 to the API
2026-03-25 17:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903108>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '2f7725fd-dafc-5828-9ed3-fe661d146d13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903108',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q5',
'odometer': 152006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q5 FL'20, Audi Q5 Business Edition S line 30 TDI S tronic 5d",
'transmission': 'automatic',
'trim': ", FL'20, Business Edition S line 30 TDI S tronic 5d",
'vin': None,
'year': 2022}
2026-03-25 17:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:05 [ecarstrade.be] INFO: Saving data for 6903108auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678380.742742, 'last_price_update_time': 1774458365.854824}
2026-03-25 17:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903108auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907424> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:06 [scrapy.extensions.logstats] INFO: Crawled 1079 pages (at 37 pages/min), scraped 941 items (at 34 items/min)
2026-03-25 17:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:06:06 [ecarstrade.be] INFO: Extracting details for car 6907424auction61871
2026-03-25 17:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19196f4b-dd61-547f-877a-c794f7f1113c with identifier: 6907424auction61871
2026-03-25 17:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19196f4b-dd61-547f-877a-c794f7f1113c with scrape type 2
2026-03-25 17:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19196f4b-dd61-547f-877a-c794f7f1113c with scrape type 2
2026-03-25 17:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19196f4b-dd61-547f-877a-c794f7f1113c, identifier: 6907424auction61871
2026-03-25 17:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19196f4b-dd61-547f-877a-c794f7f1113c with identifier: 6907424auction61871
2026-03-25 17:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19196f4b-dd61-547f-877a-c794f7f1113c with identifier: 6907424auction61871
2026-03-25 17:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19196f4b-dd61-547f-877a-c794f7f1113c with identifier: 6907424auction61871 to the API
2026-03-25 17:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907424>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '19196f4b-dd61-547f-877a-c794f7f1113c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907424',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 162241,
'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, 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': 2023}
2026-03-25 17:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:07 [ecarstrade.be] INFO: Saving data for 6907424auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678325.371969, 'last_price_update_time': 1774458367.461346}
2026-03-25 17:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907424auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855973> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:09 [ecarstrade.be] INFO: Extracting details for car 6855973auction61871
2026-03-25 17:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac750ad5-b80e-51f3-8968-73bcbae24bd9 with identifier: 6855973auction61871
2026-03-25 17:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac750ad5-b80e-51f3-8968-73bcbae24bd9 with scrape type 2
2026-03-25 17:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac750ad5-b80e-51f3-8968-73bcbae24bd9 with scrape type 2
2026-03-25 17:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac750ad5-b80e-51f3-8968-73bcbae24bd9, identifier: 6855973auction61871
2026-03-25 17:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac750ad5-b80e-51f3-8968-73bcbae24bd9 with identifier: 6855973auction61871
2026-03-25 17:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac750ad5-b80e-51f3-8968-73bcbae24bd9 with identifier: 6855973auction61871
2026-03-25 17:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac750ad5-b80e-51f3-8968-73bcbae24bd9 with identifier: 6855973auction61871 to the API
2026-03-25 17:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855973>
{'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-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'ac750ad5-b80e-51f3-8968-73bcbae24bd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855973',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 22729,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 17:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:09 [ecarstrade.be] INFO: Saving data for 6855973auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678110.665874, 'last_price_update_time': 1774458369.543965}
2026-03-25 17:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855973auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903121> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:09 [ecarstrade.be] INFO: Extracting details for car 6903121auction61871
2026-03-25 17:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3 with identifier: 6903121auction61871
2026-03-25 17:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3 with scrape type 2
2026-03-25 17:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3 with scrape type 2
2026-03-25 17:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3, identifier: 6903121auction61871
2026-03-25 17:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3 with identifier: 6903121auction61871
2026-03-25 17:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3 with identifier: 6903121auction61871
2026-03-25 17:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3 with identifier: 6903121auction61871 to the API
2026-03-25 17:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903121>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '9ceeadd0-9b84-54c8-ab7d-e1d4e5c6cdb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903121',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 74654,
'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': "Kia, XCeed '19, KIA XCeed 1.6 GDi PHEV DCT Sense 5d",
'transmission': 'automatic',
'trim': ", '19, KIA 1.6 GDi PHEV DCT Sense 5d",
'vin': None,
'year': 2020}
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:10 [ecarstrade.be] INFO: Saving data for 6903121auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678270.912169, 'last_price_update_time': 1774458370.048261}
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903121auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904830> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907422> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:10 [ecarstrade.be] INFO: Extracting details for car 6904830auction61871
2026-03-25 17:06:10 [ecarstrade.be] INFO: Extracting details for car 6907422auction61871
2026-03-25 17:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21059730-5e09-5258-b876-5729ff38d1e8 with identifier: 6904830auction61871
2026-03-25 17:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21059730-5e09-5258-b876-5729ff38d1e8 with scrape type 2
2026-03-25 17:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21059730-5e09-5258-b876-5729ff38d1e8 with scrape type 2
2026-03-25 17:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21059730-5e09-5258-b876-5729ff38d1e8, identifier: 6904830auction61871
2026-03-25 17:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da8c4e50-aa4a-5b40-9ac3-97e6244d7b42 with identifier: 6907422auction61871
2026-03-25 17:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da8c4e50-aa4a-5b40-9ac3-97e6244d7b42 with scrape type 2
2026-03-25 17:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da8c4e50-aa4a-5b40-9ac3-97e6244d7b42 with scrape type 2
2026-03-25 17:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da8c4e50-aa4a-5b40-9ac3-97e6244d7b42, identifier: 6907422auction61871
2026-03-25 17:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21059730-5e09-5258-b876-5729ff38d1e8 with identifier: 6904830auction61871
2026-03-25 17:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21059730-5e09-5258-b876-5729ff38d1e8 with identifier: 6904830auction61871
2026-03-25 17:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21059730-5e09-5258-b876-5729ff38d1e8 with identifier: 6904830auction61871 to the API
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904830>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '21059730-5e09-5258-b876-5729ff38d1e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904830',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 155791,
'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': "Dacia, Sandero '13, Dacia Sandero SCe 75 Comfort 5d",
'transmission': 'manual',
'trim': "Dacia, Sandero '13, SCe 75 Comfort 5d",
'vin': None,
'year': 2020}
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:10 [ecarstrade.be] INFO: Saving data for 6904830auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678325.883741, 'last_price_update_time': 1774458370.651838}
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904830auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da8c4e50-aa4a-5b40-9ac3-97e6244d7b42 with identifier: 6907422auction61871
2026-03-25 17:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da8c4e50-aa4a-5b40-9ac3-97e6244d7b42 with identifier: 6907422auction61871
2026-03-25 17:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da8c4e50-aa4a-5b40-9ac3-97e6244d7b42 with identifier: 6907422auction61871 to the API
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907422>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'da8c4e50-aa4a-5b40-9ac3-97e6244d7b42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907422',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '5 Series',
'odometer': 173721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 Reeks Touring 518d Aut. (100 kW) 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring 518d Aut. (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:10 [ecarstrade.be] INFO: Saving data for 6907422auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678417.880446, 'last_price_update_time': 1774458370.953319}
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907422auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904846> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:11 [ecarstrade.be] INFO: Extracting details for car 6904846auction61871
2026-03-25 17:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79780479-877f-5939-a4fd-f25e5778a725 with identifier: 6904846auction61871
2026-03-25 17:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79780479-877f-5939-a4fd-f25e5778a725 with scrape type 2
2026-03-25 17:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79780479-877f-5939-a4fd-f25e5778a725 with scrape type 2
2026-03-25 17:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79780479-877f-5939-a4fd-f25e5778a725, identifier: 6904846auction61871
2026-03-25 17:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79780479-877f-5939-a4fd-f25e5778a725 with identifier: 6904846auction61871
2026-03-25 17:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79780479-877f-5939-a4fd-f25e5778a725 with identifier: 6904846auction61871
2026-03-25 17:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79780479-877f-5939-a4fd-f25e5778a725 with identifier: 6904846auction61871 to the API
2026-03-25 17:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904846>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '79780479-877f-5939-a4fd-f25e5778a725',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904846',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Fiat',
'model': '500',
'odometer': 32508,
'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': 4,
'seller_name': None,
'title': "Fiat, 500 '15, Fiat 500 1.2 8v 69hp Lounge 3d",
'transmission': 'manual',
'trim': ", '15, 1.2 8v 69hp Lounge 3d",
'vin': None,
'year': 2020}
2026-03-25 17:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904846auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:11 [ecarstrade.be] INFO: Saving data for 6904846auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678302.208969, 'last_price_update_time': 1774458371.943138}
2026-03-25 17:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904846auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903101auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903101auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903101auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6903105auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903105auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6903105auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-25 17:06:12 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:12 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-25 17:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903125> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:14 [ecarstrade.be] INFO: Extracting details for car 6903125auction61871
2026-03-25 17:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24385785-1eb9-5aa8-b7ee-f4b94f203600 with identifier: 6903125auction61871
2026-03-25 17:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24385785-1eb9-5aa8-b7ee-f4b94f203600 with scrape type 2
2026-03-25 17:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24385785-1eb9-5aa8-b7ee-f4b94f203600 with scrape type 2
2026-03-25 17:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24385785-1eb9-5aa8-b7ee-f4b94f203600, identifier: 6903125auction61871
2026-03-25 17:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24385785-1eb9-5aa8-b7ee-f4b94f203600 with identifier: 6903125auction61871
2026-03-25 17:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24385785-1eb9-5aa8-b7ee-f4b94f203600 with identifier: 6903125auction61871
2026-03-25 17:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24385785-1eb9-5aa8-b7ee-f4b94f203600 with identifier: 6903125auction61871 to the API
2026-03-25 17:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903125>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '24385785-1eb9-5aa8-b7ee-f4b94f203600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903125',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 134575,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Crossland X '17, Opel Crossland X 1.5 Turbo D 88kW S/S Auto "
'Ultimat',
'transmission': 'automatic',
'trim': ", '17, 1.5 Turbo D 88kW S/S Auto Ultimat",
'vin': None,
'year': 2020}
2026-03-25 17:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903125auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:14 [ecarstrade.be] INFO: Saving data for 6903125auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678281.381107, 'last_price_update_time': 1774458374.625725}
2026-03-25 17:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903125auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:24 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 2
2026-03-25 17:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:24 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 2
2026-03-25 17:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:24 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 2
2026-03-25 17:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:24 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 2
2026-03-25 17:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found listing with ID: 6951851auction61871
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951851auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:24 [ecarstrade.be] INFO: Scrape type for 6951851auction61871: 2
2026-03-25 17:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:24 [ecarstrade.be] INFO: Found listing with ID: 6807758auction61871
2026-03-25 17:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807758auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6807758auction61871: 2
2026-03-25 17:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6835247auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835247auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6835247auction61871: 2
2026-03-25 17:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6880555auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880555auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6880555auction61871: 2
2026-03-25 17:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6737810auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737810auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6737810auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6855921auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855921auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6855921auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6928455auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928455auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6928455auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6926666auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926666auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6926666auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6926668auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926668auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6926668auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6878918auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6878918auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6880553auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6880553auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6928456auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6928456auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6880548auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6880548auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6880549auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6880549auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6878922auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6878922auction61871: 2
2026-03-25 17:06:25 [ecarstrade.be] INFO: Found listing with ID: 6759713auction61871
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:25 [ecarstrade.be] INFO: Scrape type for 6759713auction61871: 2
2026-03-25 17:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835247> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:06:31 [ecarstrade.be] INFO: Extracting details for car 6835247auction61871
2026-03-25 17:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea with identifier: 6835247auction61871
2026-03-25 17:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea with scrape type 2
2026-03-25 17:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea with scrape type 2
2026-03-25 17:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea, identifier: 6835247auction61871
2026-03-25 17:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea with identifier: 6835247auction61871
2026-03-25 17:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea with identifier: 6835247auction61871
2026-03-25 17:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a58144d-bbb8-5eea-b57a-ba0558d0a5ea with identifier: 6835247auction61871 to the API
2026-03-25 17:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6835247>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '9a58144d-bbb8-5eea-b57a-ba0558d0a5ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6835247',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 63616,
'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 ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-25 17:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276835247auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:32 [ecarstrade.be] INFO: Saving data for 6835247auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678171.042009, 'last_price_update_time': 1774458392.158466}
2026-03-25 17:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835247auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951851> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17: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-25 17:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859419> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:06:32 [ecarstrade.be] INFO: Extracting details for car 6951851auction61871
2026-03-25 17:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 216a8f88-7340-5651-a1d6-04e2d97ca955 with identifier: 6951851auction61871
2026-03-25 17:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 216a8f88-7340-5651-a1d6-04e2d97ca955 with scrape type 2
2026-03-25 17:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 216a8f88-7340-5651-a1d6-04e2d97ca955 with scrape type 2
2026-03-25 17:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 216a8f88-7340-5651-a1d6-04e2d97ca955, identifier: 6951851auction61871
2026-03-25 17:06:32 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 17:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 216a8f88-7340-5651-a1d6-04e2d97ca955 with identifier: 6951851auction61871
2026-03-25 17:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 216a8f88-7340-5651-a1d6-04e2d97ca955 with identifier: 6951851auction61871
2026-03-25 17:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 216a8f88-7340-5651-a1d6-04e2d97ca955 with identifier: 6951851auction61871 to the API
2026-03-25 17:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951851>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '216a8f88-7340-5651-a1d6-04e2d97ca955',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951851',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '308',
'odometer': 133291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDi 130 DPF S&S Allure 5d',
'transmission': 'manual',
'trim': 'SW 1.5 BlueHDi 130 DPF S&S Allure 5d',
'vin': None,
'year': 2020}
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951851auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:33 [ecarstrade.be] INFO: Saving data for 6951851auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184368.302649, 'last_price_update_time': 1774458393.585524}
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951851auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:33 [ecarstrade.be] INFO: Extracting details for car 6859419auction61871
2026-03-25 17:06:33 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 17:06:33 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 17:06:33 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 17:06:33 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 17:06:33 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 17:06:33 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 17:06:33 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 17:06:33 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 17:06:33 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 17:06:33 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 17:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950312> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859401> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859405> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:33 [ecarstrade.be] INFO: Extracting details for car 6950312auction61871
2026-03-25 17:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 435908dd-f4c4-511d-ba70-8ec74a9d45f6 with identifier: 6859419auction61871
2026-03-25 17:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 435908dd-f4c4-511d-ba70-8ec74a9d45f6 with scrape type 2
2026-03-25 17:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 435908dd-f4c4-511d-ba70-8ec74a9d45f6 with scrape type 2
2026-03-25 17:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 435908dd-f4c4-511d-ba70-8ec74a9d45f6, identifier: 6859419auction61871
2026-03-25 17:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 435908dd-f4c4-511d-ba70-8ec74a9d45f6 with identifier: 6859419auction61871
2026-03-25 17:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 435908dd-f4c4-511d-ba70-8ec74a9d45f6 with identifier: 6859419auction61871
2026-03-25 17:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 435908dd-f4c4-511d-ba70-8ec74a9d45f6 with identifier: 6859419auction61871 to the API
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859419>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '435908dd-f4c4-511d-ba70-8ec74a9d45f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859419',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 50998,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 1.0 30 TFSi 81kW 5d',
'transmission': 'manual',
'trim': 'Sportback 1.0 30 TFSi 81kW 5d',
'vin': None,
'year': 2021}
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:34 [ecarstrade.be] INFO: Saving data for 6859419auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678080.569553, 'last_price_update_time': 1774458394.656632}
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859419auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:34 [ecarstrade.be] INFO: Extracting details for car 6859401auction61871
2026-03-25 17:06:34 [ecarstrade.be] INFO: Extracting details for car 6859405auction61871
2026-03-25 17:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a6afdd0-f1cd-5885-a92a-c456bc2774b8 with identifier: 6950312auction61871
2026-03-25 17:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a6afdd0-f1cd-5885-a92a-c456bc2774b8 with scrape type 2
2026-03-25 17:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a6afdd0-f1cd-5885-a92a-c456bc2774b8 with scrape type 2
2026-03-25 17:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a6afdd0-f1cd-5885-a92a-c456bc2774b8, identifier: 6950312auction61871
2026-03-25 17:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a6afdd0-f1cd-5885-a92a-c456bc2774b8 with identifier: 6950312auction61871
2026-03-25 17:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a6afdd0-f1cd-5885-a92a-c456bc2774b8 with identifier: 6950312auction61871
2026-03-25 17:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a6afdd0-f1cd-5885-a92a-c456bc2774b8 with identifier: 6950312auction61871 to the API
2026-03-25 17:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950312>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '3a6afdd0-f1cd-5885-a92a-c456bc2774b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950312',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf Sportsvan',
'odometer': 56220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Sportsvan 1.6 TDI Trendline 5d',
'transmission': 'manual',
'trim': '1.6 TDI Trendline 5d',
'vin': None,
'year': 2020}
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:35 [ecarstrade.be] INFO: Saving data for 6950312auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773302892.161222, 'last_price_update_time': 1774458395.110598}
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950312auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16e5db0a-7844-582f-90af-0c2fa3918812 with identifier: 6859401auction61871
2026-03-25 17:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16e5db0a-7844-582f-90af-0c2fa3918812 with scrape type 2
2026-03-25 17:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16e5db0a-7844-582f-90af-0c2fa3918812 with scrape type 2
2026-03-25 17:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16e5db0a-7844-582f-90af-0c2fa3918812, identifier: 6859401auction61871
2026-03-25 17:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49495aaa-4c13-5752-ae8f-9daddc4a7050 with identifier: 6859405auction61871
2026-03-25 17:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49495aaa-4c13-5752-ae8f-9daddc4a7050 with scrape type 2
2026-03-25 17:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49495aaa-4c13-5752-ae8f-9daddc4a7050 with scrape type 2
2026-03-25 17:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49495aaa-4c13-5752-ae8f-9daddc4a7050, identifier: 6859405auction61871
2026-03-25 17:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6807758> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16e5db0a-7844-582f-90af-0c2fa3918812 with identifier: 6859401auction61871
2026-03-25 17:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16e5db0a-7844-582f-90af-0c2fa3918812 with identifier: 6859401auction61871
2026-03-25 17:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16e5db0a-7844-582f-90af-0c2fa3918812 with identifier: 6859401auction61871 to the API
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859401>
{'auction_title': '',
'c_o_2_emission_value': 242,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '16e5db0a-7844-582f-90af-0c2fa3918812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859401',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Movano',
'odometer': 82924,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Movano 3500 2.2 L Turbo D 103kW L3H2 Light 4d',
'transmission': 'manual',
'trim': '3500 2.2 L Turbo D 103kW L3H2 Light 4d',
'vin': None,
'year': 2022}
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:35 [ecarstrade.be] INFO: Saving data for 6859401auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678108.199256, 'last_price_update_time': 1774458395.626386}
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859401auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49495aaa-4c13-5752-ae8f-9daddc4a7050 with identifier: 6859405auction61871
2026-03-25 17:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49495aaa-4c13-5752-ae8f-9daddc4a7050 with identifier: 6859405auction61871
2026-03-25 17:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49495aaa-4c13-5752-ae8f-9daddc4a7050 with identifier: 6859405auction61871 to the API
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859405>
{'auction_title': '',
'c_o_2_emission_value': 241,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '49495aaa-4c13-5752-ae8f-9daddc4a7050',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859405',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 63762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Citroën Jumper 35 L3H2 - 2.2 BlueHDi 165 S&S 4d !! zie comment !!',
'transmission': 'manual',
'trim': 'Citroën 35 L3H2 - 2.2 BlueHDi 165 S&S 4d !! zie comment !!',
'vin': None,
'year': 2023}
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:36 [ecarstrade.be] INFO: Saving data for 6859405auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678036.387292, 'last_price_update_time': 1774458396.159863}
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859405auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:36 [ecarstrade.be] INFO: Extracting details for car 6807758auction61871
2026-03-25 17:06:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a973a39b-9ad3-526d-9a59-43f47c725ed2 with identifier: 6807758auction61871
2026-03-25 17:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a973a39b-9ad3-526d-9a59-43f47c725ed2 with scrape type 2
2026-03-25 17:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a973a39b-9ad3-526d-9a59-43f47c725ed2 with scrape type 2
2026-03-25 17:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a973a39b-9ad3-526d-9a59-43f47c725ed2, identifier: 6807758auction61871
2026-03-25 17:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a973a39b-9ad3-526d-9a59-43f47c725ed2 with identifier: 6807758auction61871
2026-03-25 17:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a973a39b-9ad3-526d-9a59-43f47c725ed2 with identifier: 6807758auction61871
2026-03-25 17:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a973a39b-9ad3-526d-9a59-43f47c725ed2 with identifier: 6807758auction61871 to the API
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6807758>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Electric',
'id': 'a973a39b-9ad3-526d-9a59-43f47c725ed2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6807758',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'e-tron GT',
'odometer': 44762,
'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 E-TRON GT 93.4 kWh 60 475hp Quattro 4d',
'transmission': 'automatic',
'trim': 'AUDI E-TRON GT 93.4 kWh 60 475hp Quattro 4d',
'vin': None,
'year': 2023}
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807758auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:36 [ecarstrade.be] INFO: Saving data for 6807758auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678134.290952, 'last_price_update_time': 1774458396.557025}
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6807758auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6737810> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:40 [ecarstrade.be] INFO: Extracting details for car 6737810auction61871
2026-03-25 17:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2156b3a7-c1ba-576b-a1e1-966f124e179c with identifier: 6737810auction61871
2026-03-25 17:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2156b3a7-c1ba-576b-a1e1-966f124e179c with scrape type 2
2026-03-25 17:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2156b3a7-c1ba-576b-a1e1-966f124e179c with scrape type 2
2026-03-25 17:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2156b3a7-c1ba-576b-a1e1-966f124e179c, identifier: 6737810auction61871
2026-03-25 17:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2156b3a7-c1ba-576b-a1e1-966f124e179c with identifier: 6737810auction61871
2026-03-25 17:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2156b3a7-c1ba-576b-a1e1-966f124e179c with identifier: 6737810auction61871
2026-03-25 17:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2156b3a7-c1ba-576b-a1e1-966f124e179c with identifier: 6737810auction61871 to the API
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6737810>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '2156b3a7-c1ba-576b-a1e1-966f124e179c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6737810',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 54507,
'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-25 17:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276737810auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:41 [ecarstrade.be] INFO: Saving data for 6737810auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678105.706383, 'last_price_update_time': 1774458401.234643}
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6737810auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855921> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:41 [ecarstrade.be] INFO: Extracting details for car 6855921auction61871
2026-03-25 17:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40fb2cf6-b6db-5b6b-b2db-eef154172882 with identifier: 6855921auction61871
2026-03-25 17:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40fb2cf6-b6db-5b6b-b2db-eef154172882 with scrape type 2
2026-03-25 17:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40fb2cf6-b6db-5b6b-b2db-eef154172882 with scrape type 2
2026-03-25 17:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40fb2cf6-b6db-5b6b-b2db-eef154172882, identifier: 6855921auction61871
2026-03-25 17:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40fb2cf6-b6db-5b6b-b2db-eef154172882 with identifier: 6855921auction61871
2026-03-25 17:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40fb2cf6-b6db-5b6b-b2db-eef154172882 with identifier: 6855921auction61871
2026-03-25 17:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40fb2cf6-b6db-5b6b-b2db-eef154172882 with identifier: 6855921auction61871 to the API
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855921>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '40fb2cf6-b6db-5b6b-b2db-eef154172882',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855921',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 52385,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 HYBRID 136 e-DSC6 GT 5d',
'transmission': 'automatic',
'trim': '1.2 HYBRID 136 e-DSC6 GT 5d',
'vin': None,
'year': 2024}
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276855921auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:41 [ecarstrade.be] INFO: Saving data for 6855921auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678091.888951, 'last_price_update_time': 1774458401.724897}
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855921auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880555> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:41 [ecarstrade.be] INFO: Extracting details for car 6880555auction61871
2026-03-25 17:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a39e0105-2c31-53eb-876b-d1ede2af2cb5 with identifier: 6880555auction61871
2026-03-25 17:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a39e0105-2c31-53eb-876b-d1ede2af2cb5 with scrape type 2
2026-03-25 17:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a39e0105-2c31-53eb-876b-d1ede2af2cb5 with scrape type 2
2026-03-25 17:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a39e0105-2c31-53eb-876b-d1ede2af2cb5, identifier: 6880555auction61871
2026-03-25 17:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a39e0105-2c31-53eb-876b-d1ede2af2cb5 with identifier: 6880555auction61871
2026-03-25 17:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a39e0105-2c31-53eb-876b-d1ede2af2cb5 with identifier: 6880555auction61871
2026-03-25 17:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a39e0105-2c31-53eb-876b-d1ede2af2cb5 with identifier: 6880555auction61871 to the API
2026-03-25 17:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880555>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'a39e0105-2c31-53eb-876b-d1ede2af2cb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880555',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 26415,
'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': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d - NO "
'COC',
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d - NO COC",
'vin': None,
'year': 2023}
2026-03-25 17:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880555auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:42 [ecarstrade.be] INFO: Saving data for 6880555auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678090.966953, 'last_price_update_time': 1774458402.633882}
2026-03-25 17:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880555auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926666> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:06:43 [ecarstrade.be] INFO: Extracting details for car 6926666auction61871
2026-03-25 17:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4e496bf-437b-5f35-a89d-ab2c6eb5031d with identifier: 6926666auction61871
2026-03-25 17:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4e496bf-437b-5f35-a89d-ab2c6eb5031d with scrape type 2
2026-03-25 17:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4e496bf-437b-5f35-a89d-ab2c6eb5031d with scrape type 2
2026-03-25 17:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4e496bf-437b-5f35-a89d-ab2c6eb5031d, identifier: 6926666auction61871
2026-03-25 17:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4e496bf-437b-5f35-a89d-ab2c6eb5031d with identifier: 6926666auction61871
2026-03-25 17:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4e496bf-437b-5f35-a89d-ab2c6eb5031d with identifier: 6926666auction61871
2026-03-25 17:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4e496bf-437b-5f35-a89d-ab2c6eb5031d with identifier: 6926666auction61871 to the API
2026-03-25 17:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926666>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'd4e496bf-437b-5f35-a89d-ab2c6eb5031d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926666',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 24855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech 96kW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 17:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926666auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:43 [ecarstrade.be] INFO: Saving data for 6926666auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613738.420951, 'last_price_update_time': 1774458403.907849}
2026-03-25 17:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926666auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878918> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:06:44 [ecarstrade.be] INFO: Extracting details for car 6878918auction61871
2026-03-25 17:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a54a859d-3e32-5ebe-843f-cd717f2167f0 with identifier: 6878918auction61871
2026-03-25 17:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a54a859d-3e32-5ebe-843f-cd717f2167f0 with scrape type 2
2026-03-25 17:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a54a859d-3e32-5ebe-843f-cd717f2167f0 with scrape type 2
2026-03-25 17:06:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a54a859d-3e32-5ebe-843f-cd717f2167f0, identifier: 6878918auction61871
2026-03-25 17:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a54a859d-3e32-5ebe-843f-cd717f2167f0 with identifier: 6878918auction61871
2026-03-25 17:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a54a859d-3e32-5ebe-843f-cd717f2167f0 with identifier: 6878918auction61871
2026-03-25 17:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a54a859d-3e32-5ebe-843f-cd717f2167f0 with identifier: 6878918auction61871 to the API
2026-03-25 17:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878918>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'a54a859d-3e32-5ebe-843f-cd717f2167f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878918',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 37402,
'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': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:44 [ecarstrade.be] INFO: Saving data for 6878918auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678090.39892, 'last_price_update_time': 1774458404.400807}
2026-03-25 17:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878918auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926668> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:06:48 [ecarstrade.be] INFO: Extracting details for car 6926668auction61871
2026-03-25 17:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d37949-8d27-5f07-ad2d-64122481b658 with identifier: 6926668auction61871
2026-03-25 17:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d37949-8d27-5f07-ad2d-64122481b658 with scrape type 2
2026-03-25 17:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d37949-8d27-5f07-ad2d-64122481b658 with scrape type 2
2026-03-25 17:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2d37949-8d27-5f07-ad2d-64122481b658, identifier: 6926668auction61871
2026-03-25 17:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2d37949-8d27-5f07-ad2d-64122481b658 with identifier: 6926668auction61871
2026-03-25 17:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2d37949-8d27-5f07-ad2d-64122481b658 with identifier: 6926668auction61871
2026-03-25 17:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2d37949-8d27-5f07-ad2d-64122481b658 with identifier: 6926668auction61871 to the API
2026-03-25 17:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926668>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'c2d37949-8d27-5f07-ad2d-64122481b658',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926668',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 42953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 1.5 TSI OPF "
'DSG7 Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 1.5 TSI OPF DSG7 Style B",
'vin': None,
'year': 2023}
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926668auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:49 [ecarstrade.be] INFO: Saving data for 6926668auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772613744.550307, 'last_price_update_time': 1774458409.156868}
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926668auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878922> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:49 [ecarstrade.be] INFO: Extracting details for car 6878922auction61871
2026-03-25 17:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13cb2404-8aec-505d-ae12-a13806664adf with identifier: 6878922auction61871
2026-03-25 17:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13cb2404-8aec-505d-ae12-a13806664adf with scrape type 2
2026-03-25 17:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13cb2404-8aec-505d-ae12-a13806664adf with scrape type 2
2026-03-25 17:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13cb2404-8aec-505d-ae12-a13806664adf, identifier: 6878922auction61871
2026-03-25 17:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13cb2404-8aec-505d-ae12-a13806664adf with identifier: 6878922auction61871
2026-03-25 17:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13cb2404-8aec-505d-ae12-a13806664adf with identifier: 6878922auction61871
2026-03-25 17:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13cb2404-8aec-505d-ae12-a13806664adf with identifier: 6878922auction61871 to the API
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878922>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '13cb2404-8aec-505d-ae12-a13806664adf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878922',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 44545,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:49 [ecarstrade.be] INFO: Saving data for 6878922auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678131.770917, 'last_price_update_time': 1774458409.688294}
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878922auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880549> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:49 [ecarstrade.be] INFO: Extracting details for car 6880549auction61871
2026-03-25 17:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c345a39-cbec-57ef-8eb2-d205294cfc14 with identifier: 6880549auction61871
2026-03-25 17:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c345a39-cbec-57ef-8eb2-d205294cfc14 with scrape type 2
2026-03-25 17:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c345a39-cbec-57ef-8eb2-d205294cfc14 with scrape type 2
2026-03-25 17:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c345a39-cbec-57ef-8eb2-d205294cfc14, identifier: 6880549auction61871
2026-03-25 17:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c345a39-cbec-57ef-8eb2-d205294cfc14 with identifier: 6880549auction61871
2026-03-25 17:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c345a39-cbec-57ef-8eb2-d205294cfc14 with identifier: 6880549auction61871
2026-03-25 17:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c345a39-cbec-57ef-8eb2-d205294cfc14 with identifier: 6880549auction61871 to the API
2026-03-25 17:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880549>
{'auction_title': '',
'c_o_2_emission_value': 14,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '6c345a39-cbec-57ef-8eb2-d205294cfc14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880549',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 62229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Active Tourer 225e xDrive 5d',
'transmission': 'automatic',
'trim': '2 Reeks Active Tourer 225e xDrive 5d',
'vin': None,
'year': 2023}
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Saving data for 6880549auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678153.23102, 'last_price_update_time': 1774458410.180341}
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880549auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880548> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:50 [ecarstrade.be] INFO: Extracting details for car 6880548auction61871
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974487auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974487auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974487auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974490auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974490auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974485auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974485auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973059auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973059auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974481auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974481auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974486auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974486auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973058auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973058auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973053auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973053auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974483auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974483auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974483auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973055auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973055auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974480auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974480auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974477auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974477auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974482auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974482auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6974476auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6974476auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973052auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973052auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973056auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973056auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973049auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973049auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973050auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973050auction61871: 0
2026-03-25 17:06:50 [ecarstrade.be] INFO: Found listing with ID: 6973051auction61871
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:50 [ecarstrade.be] INFO: Scrape type for 6973051auction61871: 0
2026-03-25 17: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-25 17:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8 with identifier: 6880548auction61871
2026-03-25 17:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8 with scrape type 2
2026-03-25 17:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8 with scrape type 2
2026-03-25 17:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8, identifier: 6880548auction61871
2026-03-25 17:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8 with identifier: 6880548auction61871
2026-03-25 17:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8 with identifier: 6880548auction61871
2026-03-25 17:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8 with identifier: 6880548auction61871 to the API
2026-03-25 17:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880548>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'bc1bb3bf-232b-5c36-9f05-9ffcdf5e7db8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880548',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 53132,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:51 [ecarstrade.be] INFO: Saving data for 6880548auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678139.210714, 'last_price_update_time': 1774458411.137612}
2026-03-25 17:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880548auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6759713> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:52 [ecarstrade.be] INFO: Extracting details for car 6759713auction61871
2026-03-25 17:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c with identifier: 6759713auction61871
2026-03-25 17:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c with scrape type 2
2026-03-25 17:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c with scrape type 2
2026-03-25 17:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c, identifier: 6759713auction61871
2026-03-25 17:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c with identifier: 6759713auction61871
2026-03-25 17:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c with identifier: 6759713auction61871
2026-03-25 17:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6be02dbc-c63e-5e57-bc8f-bdcbdc58802c with identifier: 6759713auction61871 to the API
2026-03-25 17:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6759713>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '6be02dbc-c63e-5e57-bc8f-bdcbdc58802c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6759713',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 1982,
'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': "Kia, XCeed FL'22 PHEV, KIA XCeed 1.6 GDi PHEV DCT Business Line 5d",
'transmission': 'automatic',
'trim': ", FL'22 PHEV, KIA 1.6 GDi PHEV DCT Business Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:52 [ecarstrade.be] INFO: Saving data for 6759713auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678177.16912, 'last_price_update_time': 1774458412.635501}
2026-03-25 17:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6759713auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880553> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:52 [ecarstrade.be] INFO: Extracting details for car 6880553auction61871
2026-03-25 17:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dcf719a-67d9-558e-9a84-a705f38f0a7a with identifier: 6880553auction61871
2026-03-25 17:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dcf719a-67d9-558e-9a84-a705f38f0a7a with scrape type 2
2026-03-25 17:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dcf719a-67d9-558e-9a84-a705f38f0a7a with scrape type 2
2026-03-25 17:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0dcf719a-67d9-558e-9a84-a705f38f0a7a, identifier: 6880553auction61871
2026-03-25 17:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0dcf719a-67d9-558e-9a84-a705f38f0a7a with identifier: 6880553auction61871
2026-03-25 17:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0dcf719a-67d9-558e-9a84-a705f38f0a7a with identifier: 6880553auction61871
2026-03-25 17:06:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0dcf719a-67d9-558e-9a84-a705f38f0a7a with identifier: 6880553auction61871 to the API
2026-03-25 17:06:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880553>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '0dcf719a-67d9-558e-9a84-a705f38f0a7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880553',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 45098,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:53 [ecarstrade.be] INFO: Saving data for 6880553auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772678150.518696, 'last_price_update_time': 1774458413.332185}
2026-03-25 17:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880553auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928456> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:56 [ecarstrade.be] INFO: Extracting details for car 6928456auction61871
2026-03-25 17:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e393b5e-1d46-5e01-b883-0a64c7d4ba70 with identifier: 6928456auction61871
2026-03-25 17:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e393b5e-1d46-5e01-b883-0a64c7d4ba70 with scrape type 2
2026-03-25 17:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e393b5e-1d46-5e01-b883-0a64c7d4ba70 with scrape type 2
2026-03-25 17:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e393b5e-1d46-5e01-b883-0a64c7d4ba70, identifier: 6928456auction61871
2026-03-25 17:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e393b5e-1d46-5e01-b883-0a64c7d4ba70 with identifier: 6928456auction61871
2026-03-25 17:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e393b5e-1d46-5e01-b883-0a64c7d4ba70 with identifier: 6928456auction61871
2026-03-25 17:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e393b5e-1d46-5e01-b883-0a64c7d4ba70 with identifier: 6928456auction61871 to the API
2026-03-25 17:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:06:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928456>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '1e393b5e-1d46-5e01-b883-0a64c7d4ba70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928456',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 29534,
'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': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-25 17:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:56 [ecarstrade.be] INFO: Saving data for 6928456auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614525.696611, 'last_price_update_time': 1774458416.386632}
2026-03-25 17:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928456auction61871') HTTP/1.1" 204 0
2026-03-25 17:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974478auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974478auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973042auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973042auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974474auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974474auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973046auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973046auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973047auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973047auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973047auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973041auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973041auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973041auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973043auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973043auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974471auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974471auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974471auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974472auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974472auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973037auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973037auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973039auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973039auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973039auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974469auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974469auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974470auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974470auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974463auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974463auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973036auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973036auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974465auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974465auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974468auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974468auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 0
2026-03-25 17:06:58 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-25 17:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:06:58 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 0
2026-03-25 17:06:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928455> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:07:02 [ecarstrade.be] INFO: Extracting details for car 6928455auction61871
2026-03-25 17:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 614dc02a-948d-5602-a3e4-c3f398cd089f with identifier: 6928455auction61871
2026-03-25 17:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614dc02a-948d-5602-a3e4-c3f398cd089f with scrape type 2
2026-03-25 17:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 614dc02a-948d-5602-a3e4-c3f398cd089f with scrape type 2
2026-03-25 17:07:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 614dc02a-948d-5602-a3e4-c3f398cd089f, identifier: 6928455auction61871
2026-03-25 17:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 614dc02a-948d-5602-a3e4-c3f398cd089f with identifier: 6928455auction61871
2026-03-25 17:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 614dc02a-948d-5602-a3e4-c3f398cd089f with identifier: 6928455auction61871
2026-03-25 17:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 614dc02a-948d-5602-a3e4-c3f398cd089f with identifier: 6928455auction61871 to the API
2026-03-25 17:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928455>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '614dc02a-948d-5602-a3e4-c3f398cd089f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928455',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 62128,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse Limousine A 250e Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse Limousine A 250e Business Solution 4d',
'vin': None,
'year': 2021}
2026-03-25 17:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928455auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:02 [ecarstrade.be] INFO: Saving data for 6928455auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614553.368359, 'last_price_update_time': 1774458422.989977}
2026-03-25 17:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928455auction61871') HTTP/1.1" 204 0
2026-03-25 17:07:06 [scrapy.extensions.logstats] INFO: Crawled 1110 pages (at 31 pages/min), scraped 968 items (at 27 items/min)
2026-03-25 17:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973033auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973033auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6973033auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974462auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974462auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974462auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973029auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973029auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6973029auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973030auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973030auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6973030auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973032auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973032auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6973032auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973028auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973028auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6973028auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974457auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974457auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974457auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974460auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974460auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974460auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974454auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974454auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974454auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974456auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974456auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974456auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974458auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974458auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974458auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973025auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973025auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6973025auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6974455auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974455auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:11 [ecarstrade.be] INFO: Scrape type for 6974455auction61871: 0
2026-03-25 17:07:11 [ecarstrade.be] INFO: Found listing with ID: 6973023auction61871
2026-03-25 17:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973023auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:12 [ecarstrade.be] INFO: Scrape type for 6973023auction61871: 0
2026-03-25 17:07:12 [ecarstrade.be] INFO: Found listing with ID: 6973024auction61871
2026-03-25 17:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276973024auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:12 [ecarstrade.be] INFO: Scrape type for 6973024auction61871: 0
2026-03-25 17:07:12 [ecarstrade.be] INFO: Found listing with ID: 6974453auction61871
2026-03-25 17:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276974453auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:12 [ecarstrade.be] INFO: Scrape type for 6974453auction61871: 0
2026-03-25 17:07:12 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-25 17:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:12 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 0
2026-03-25 17:07:12 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-25 17:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:12 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 0
2026-03-25 17:07:12 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-25 17:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:12 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 0
2026-03-25 17: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-25 17:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6954127auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954127auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6954127auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6980404auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980404auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6980404auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6980403auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980403auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6980403auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6388182auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276388182auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6388182auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6883888auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883888auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6883888auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6991571auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991571auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6991571auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946076auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946076auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946076auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946074auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946074auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946074auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946068auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946068auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946068auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946070auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946070auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946070auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946071auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946071auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946071auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946065auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946065auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946065auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946066auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946066auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946066auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946059auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946059auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946059auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946055auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946055auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946055auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946058auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946058auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946058auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6946062auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946062auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6946062auction61871: 0
2026-03-25 17:07:18 [ecarstrade.be] INFO: Found listing with ID: 6922683auction61871
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922683auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:18 [ecarstrade.be] INFO: Scrape type for 6922683auction61871: 0
2026-03-25 17:07:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:07:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:07:26 [ecarstrade.be] INFO: Found listing with ID: 6922669auction61871
2026-03-25 17:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922669auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:26 [ecarstrade.be] INFO: Scrape type for 6922669auction61871: 0
2026-03-25 17:07:26 [ecarstrade.be] INFO: Found listing with ID: 6922672auction61871
2026-03-25 17:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922672auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:26 [ecarstrade.be] INFO: Scrape type for 6922672auction61871: 0
2026-03-25 17:07:26 [ecarstrade.be] INFO: Found listing with ID: 6922675auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922675auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6922675auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6922671auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922671auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6922671auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875427auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875427auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875427auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875414auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875414auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875414auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875416auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875416auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875416auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875422auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875422auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875422auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875403auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875403auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875403auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875388auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875388auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875388auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875398auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875398auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875398auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875377auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875377auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875377auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875376auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875376auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875376auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6875385auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875385auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6875385auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6865618auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865618auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6865618auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6865609auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865609auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6865609auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6864872auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864872auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6864872auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6864873auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864873auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6864873auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6865569auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865569auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6865569auction61871: 0
2026-03-25 17:07:27 [ecarstrade.be] INFO: Found listing with ID: 6946054auction61871
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946054auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:27 [ecarstrade.be] INFO: Scrape type for 6946054auction61871: 0
2026-03-25 17: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-25 17:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6864841auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864841auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6864841auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6827810auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827810auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6827810auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6827822auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827822auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6827822auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6827834auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827834auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6827834auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6778570auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778570auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6778570auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6633964auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276633964auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6633964auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6865568auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865568auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6865568auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6587953auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276587953auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6587953auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6931215auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931215auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6931215auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6931213auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931213auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6931213auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6980405auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980405auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6980405auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6980408auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980408auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6980408auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6980410auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980410auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6980410auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6980411auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980411auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6980411auction61871: 0
2026-03-25 17:07:34 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:34 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 0
2026-03-25 17: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-25 17:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991539auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991539auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:51 [ecarstrade.be] INFO: Scrape type for 6991539auction61871: 0
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991540auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991540auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:51 [ecarstrade.be] INFO: Scrape type for 6991540auction61871: 0
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991541auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991541auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:51 [ecarstrade.be] INFO: Scrape type for 6991541auction61871: 0
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991542auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991542auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:51 [ecarstrade.be] INFO: Scrape type for 6991542auction61871: 0
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991543auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991543auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:51 [ecarstrade.be] INFO: Scrape type for 6991543auction61871: 0
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991545auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991545auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:51 [ecarstrade.be] INFO: Scrape type for 6991545auction61871: 0
2026-03-25 17:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991546auction61871
2026-03-25 17:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991546auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991546auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991547auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991547auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991547auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991548auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991548auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991548auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991549auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991549auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991549auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991550auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991550auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991550auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991552auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991552auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991552auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991554auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991554auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991554auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991555auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991555auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991555auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991557auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991557auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991557auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991558auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991558auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991558auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991559auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991559auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991559auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991560auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991560auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991560auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991561auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991561auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991561auction61871: 0
2026-03-25 17:07:52 [ecarstrade.be] INFO: Found listing with ID: 6991562auction61871
2026-03-25 17:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991562auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:07:52 [ecarstrade.be] INFO: Scrape type for 6991562auction61871: 0
2026-03-25 17:07:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991563auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991563auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991563auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991564auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991564auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991564auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991565auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991565auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991565auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991566auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991566auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991566auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991567auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991567auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991567auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991568auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991568auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991568auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991569auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991569auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991569auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991570auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991570auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991570auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991572auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991572auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991572auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991573auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991573auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991573auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6991574auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276991574auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6991574auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-25 17:08:00 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-25 17:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997614auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:00 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-25 17:08:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:06 [scrapy.extensions.logstats] INFO: Crawled 1116 pages (at 6 pages/min), scraped 968 items (at 0 items/min)
2026-03-25 17:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:08:07 [ecarstrade.be] INFO: Found listing with ID: 6997615auction61871
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997615auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:07 [ecarstrade.be] INFO: Scrape type for 6997615auction61871: 0
2026-03-25 17:08:07 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997617auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:07 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-25 17:08:07 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:07 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-25 17:08:07 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:07 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-25 17:08:07 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-25 17:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997635auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997635auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997635auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997637auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997637auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997637auction61871: 0
2026-03-25 17:08:08 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:08 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-25 17:08:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:08:20 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-25 17:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:20 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-25 17:08:20 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-25 17:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:20 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-25 17:08:20 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-25 17:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:20 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-25 17:08:20 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-25 17:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:20 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-25 17:08:20 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-25 17:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 2
2026-03-25 17: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-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997655auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997655auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997655auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997656auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997656auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997656auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 2
2026-03-25 17:08:21 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-25 17:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:21 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 2
2026-03-25 17:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:08:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 2
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 2
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 2
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 2
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 2
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 2
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997686auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-25 17:08:27 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-25 17:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:27 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-25 17:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997649> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:08:29 [ecarstrade.be] INFO: Extracting details for car 6997649auction61871
2026-03-25 17:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871
2026-03-25 17:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ca1719d-05f4-528a-94cf-feacf4d87706 with scrape type 2
2026-03-25 17:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ca1719d-05f4-528a-94cf-feacf4d87706 with scrape type 2
2026-03-25 17:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ca1719d-05f4-528a-94cf-feacf4d87706, identifier: 6997649auction61871
2026-03-25 17:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871
2026-03-25 17:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871
2026-03-25 17:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ca1719d-05f4-528a-94cf-feacf4d87706 with identifier: 6997649auction61871 to the API
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997649>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '4ca1719d-05f4-528a-94cf-feacf4d87706',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997649',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 54326,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:30 [ecarstrade.be] INFO: Saving data for 6997649auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365392.447153, 'last_price_update_time': 1774458510.448834}
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997649auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997644> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:30 [ecarstrade.be] INFO: Extracting details for car 6997644auction61871
2026-03-25 17:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871
2026-03-25 17:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd90017a-18fc-5ace-81f3-b4d612699083 with scrape type 2
2026-03-25 17:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd90017a-18fc-5ace-81f3-b4d612699083 with scrape type 2
2026-03-25 17:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd90017a-18fc-5ace-81f3-b4d612699083, identifier: 6997644auction61871
2026-03-25 17:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871
2026-03-25 17:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871
2026-03-25 17:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd90017a-18fc-5ace-81f3-b4d612699083 with identifier: 6997644auction61871 to the API
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997644>
{'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-27T17:40:02Z',
'fuel_type': 'Electric',
'id': 'bd90017a-18fc-5ace-81f3-b4d612699083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997644',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 152737,
'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': 'Skoda Enyaq Coupe iV 80 Sportline 5d',
'transmission': 'automatic',
'trim': 'Coupe iV 80 Sportline 5d',
'vin': None,
'year': 2023}
2026-03-25 17:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:31 [ecarstrade.be] INFO: Saving data for 6997644auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365391.919676, 'last_price_update_time': 1774458511.051683}
2026-03-25 17:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997644auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997648> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:32 [ecarstrade.be] INFO: Extracting details for car 6997648auction61871
2026-03-25 17:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871
2026-03-25 17:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cbc38a-afb7-5016-bafc-435abf684c4d with scrape type 2
2026-03-25 17:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cbc38a-afb7-5016-bafc-435abf684c4d with scrape type 2
2026-03-25 17:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2cbc38a-afb7-5016-bafc-435abf684c4d, identifier: 6997648auction61871
2026-03-25 17:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871
2026-03-25 17:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871
2026-03-25 17:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2cbc38a-afb7-5016-bafc-435abf684c4d with identifier: 6997648auction61871 to the API
2026-03-25 17:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997648>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'c2cbc38a-afb7-5016-bafc-435abf684c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997648',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 105843,
'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': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 17:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:32 [ecarstrade.be] INFO: Saving data for 6997648auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365390.968744, 'last_price_update_time': 1774458512.535446}
2026-03-25 17:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997648auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997651> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:34 [ecarstrade.be] INFO: Extracting details for car 6997651auction61871
2026-03-25 17:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871
2026-03-25 17:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with scrape type 2
2026-03-25 17:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with scrape type 2
2026-03-25 17:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 420c8ed4-31b1-53d4-8dac-c416f19a78d8, identifier: 6997651auction61871
2026-03-25 17:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871
2026-03-25 17:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871
2026-03-25 17:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 420c8ed4-31b1-53d4-8dac-c416f19a78d8 with identifier: 6997651auction61871 to the API
2026-03-25 17:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997651>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '420c8ed4-31b1-53d4-8dac-c416f19a78d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997651',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 24065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 45 TFSI e S tronic S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 45 TFSI e S tronic S Line 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:34 [ecarstrade.be] INFO: Saving data for 6997651auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365394.564174, 'last_price_update_time': 1774458514.706675}
2026-03-25 17:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997651auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997647> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:08:36 [ecarstrade.be] INFO: Extracting details for car 6997647auction61871
2026-03-25 17:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871
2026-03-25 17:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d739e072-7cb9-55da-8880-f427b19b74d0 with scrape type 2
2026-03-25 17:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d739e072-7cb9-55da-8880-f427b19b74d0 with scrape type 2
2026-03-25 17:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d739e072-7cb9-55da-8880-f427b19b74d0, identifier: 6997647auction61871
2026-03-25 17:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871
2026-03-25 17:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871
2026-03-25 17:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d739e072-7cb9-55da-8880-f427b19b74d0 with identifier: 6997647auction61871 to the API
2026-03-25 17:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997647>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'd739e072-7cb9-55da-8880-f427b19b74d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997647',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 135668,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 30 TDi 85kW 5d',
'transmission': 'manual',
'trim': 'Sportback 2.0 30 TDi 85kW 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:37 [ecarstrade.be] INFO: Saving data for 6997647auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365390.439916, 'last_price_update_time': 1774458517.334791}
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997647auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997650> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:37 [ecarstrade.be] INFO: Extracting details for car 6997650auction61871
2026-03-25 17:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871
2026-03-25 17:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 860ee775-13ad-5f2e-8669-1508fd05df2b with scrape type 2
2026-03-25 17:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 860ee775-13ad-5f2e-8669-1508fd05df2b with scrape type 2
2026-03-25 17:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 860ee775-13ad-5f2e-8669-1508fd05df2b, identifier: 6997650auction61871
2026-03-25 17:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871
2026-03-25 17:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871
2026-03-25 17:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 860ee775-13ad-5f2e-8669-1508fd05df2b with identifier: 6997650auction61871 to the API
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997650>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '860ee775-13ad-5f2e-8669-1508fd05df2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997650',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'ONE',
'odometer': 80050,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2022}
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:37 [ecarstrade.be] INFO: Saving data for 6997650auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365393.354741, 'last_price_update_time': 1774458517.822096}
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997650auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997645> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:39 [ecarstrade.be] INFO: Extracting details for car 6997645auction61871
2026-03-25 17:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871
2026-03-25 17:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with scrape type 2
2026-03-25 17:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with scrape type 2
2026-03-25 17:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc, identifier: 6997645auction61871
2026-03-25 17:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871
2026-03-25 17:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871
2026-03-25 17:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18d4ba3c-0920-5064-a92a-59ad61fc3ccc with identifier: 6997645auction61871 to the API
2026-03-25 17:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997645>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '18d4ba3c-0920-5064-a92a-59ad61fc3ccc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997645',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 87034,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 2.0 CRTDI 110kW DSG7 Style 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 110kW DSG7 Style 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:40 [ecarstrade.be] INFO: Saving data for 6997645auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365392.949543, 'last_price_update_time': 1774458520.065816}
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997645auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997655> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:08:40 [ecarstrade.be] INFO: Extracting details for car 6997655auction61871
2026-03-25 17:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63 with identifier: 6997655auction61871
2026-03-25 17:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63 with scrape type 2
2026-03-25 17:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63 with scrape type 2
2026-03-25 17:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63, identifier: 6997655auction61871
2026-03-25 17:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63 with identifier: 6997655auction61871
2026-03-25 17:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63 with identifier: 6997655auction61871
2026-03-25 17:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ef16bff-8ab1-5ebd-9398-ea7199a4ab63 with identifier: 6997655auction61871 to the API
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997655>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '8ef16bff-8ab1-5ebd-9398-ea7199a4ab63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997655',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 94095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997655auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:40 [ecarstrade.be] INFO: Saving data for 6997655auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365396.863254, 'last_price_update_time': 1774458520.587632}
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997655auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997656> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:08:40 [ecarstrade.be] INFO: Extracting details for car 6997656auction61871
2026-03-25 17:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e067419-134d-5dcc-b2c2-8c33bbd358ef with identifier: 6997656auction61871
2026-03-25 17:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e067419-134d-5dcc-b2c2-8c33bbd358ef with scrape type 2
2026-03-25 17:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e067419-134d-5dcc-b2c2-8c33bbd358ef with scrape type 2
2026-03-25 17:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e067419-134d-5dcc-b2c2-8c33bbd358ef, identifier: 6997656auction61871
2026-03-25 17:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e067419-134d-5dcc-b2c2-8c33bbd358ef with identifier: 6997656auction61871
2026-03-25 17:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e067419-134d-5dcc-b2c2-8c33bbd358ef with identifier: 6997656auction61871
2026-03-25 17:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e067419-134d-5dcc-b2c2-8c33bbd358ef with identifier: 6997656auction61871 to the API
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997656>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '9e067419-134d-5dcc-b2c2-8c33bbd358ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997656',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 78971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997656auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:41 [ecarstrade.be] INFO: Saving data for 6997656auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365397.739419, 'last_price_update_time': 1774458521.284209}
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997656auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997654> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17: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-25 17:08:41 [ecarstrade.be] INFO: Extracting details for car 6997654auction61871
2026-03-25 17:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871
2026-03-25 17:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with scrape type 2
2026-03-25 17:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with scrape type 2
2026-03-25 17:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be, identifier: 6997654auction61871
2026-03-25 17:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871
2026-03-25 17:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871
2026-03-25 17:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06f8866e-7bf7-580f-8fd0-0547dfbaf0be with identifier: 6997654auction61871 to the API
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997654>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '06f8866e-7bf7-580f-8fd0-0547dfbaf0be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997654',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 129726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:41 [ecarstrade.be] INFO: Saving data for 6997654auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365396.279974, 'last_price_update_time': 1774458521.745195}
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997654auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997657> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:44 [ecarstrade.be] INFO: Extracting details for car 6997657auction61871
2026-03-25 17:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871
2026-03-25 17:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb696669-a452-502a-87ac-8b460162cfe7 with scrape type 2
2026-03-25 17:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb696669-a452-502a-87ac-8b460162cfe7 with scrape type 2
2026-03-25 17:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb696669-a452-502a-87ac-8b460162cfe7, identifier: 6997657auction61871
2026-03-25 17:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871
2026-03-25 17:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871
2026-03-25 17:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb696669-a452-502a-87ac-8b460162cfe7 with identifier: 6997657auction61871 to the API
2026-03-25 17:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997657>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'fb696669-a452-502a-87ac-8b460162cfe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997657',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 182837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'transmission': 'automatic',
'trim': 'Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'vin': None,
'year': 2022}
2026-03-25 17:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:44 [ecarstrade.be] INFO: Saving data for 6997657auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365407.613853, 'last_price_update_time': 1774458524.619688}
2026-03-25 17:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997657auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997658> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:45 [ecarstrade.be] INFO: Extracting details for car 6997658auction61871
2026-03-25 17:08:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871
2026-03-25 17:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b1f652-02c6-5c69-9626-acd5de70f52c with scrape type 2
2026-03-25 17:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66b1f652-02c6-5c69-9626-acd5de70f52c with scrape type 2
2026-03-25 17:08:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66b1f652-02c6-5c69-9626-acd5de70f52c, identifier: 6997658auction61871
2026-03-25 17:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871
2026-03-25 17:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871
2026-03-25 17:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66b1f652-02c6-5c69-9626-acd5de70f52c with identifier: 6997658auction61871 to the API
2026-03-25 17:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997658>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '66b1f652-02c6-5c69-9626-acd5de70f52c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997658',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Focus',
'odometer': 169784,
'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': 'Ford Focus Clipper 1.0i EcoBoost MHEV 114kW ST-Line X DCT 5d',
'transmission': 'automatic',
'trim': 'Clipper 1.0i EcoBoost MHEV 114kW ST-Line X DCT 5d',
'vin': None,
'year': 2023}
2026-03-25 17:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:45 [ecarstrade.be] INFO: Saving data for 6997658auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365406.881523, 'last_price_update_time': 1774458525.742541}
2026-03-25 17:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997658auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997659> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:47 [ecarstrade.be] INFO: Extracting details for car 6997659auction61871
2026-03-25 17:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871
2026-03-25 17:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a635097b-88ea-53e8-a097-d095667793ea with scrape type 2
2026-03-25 17:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a635097b-88ea-53e8-a097-d095667793ea with scrape type 2
2026-03-25 17:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a635097b-88ea-53e8-a097-d095667793ea, identifier: 6997659auction61871
2026-03-25 17:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871
2026-03-25 17:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871
2026-03-25 17:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a635097b-88ea-53e8-a097-d095667793ea with identifier: 6997659auction61871 to the API
2026-03-25 17:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997659>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'a635097b-88ea-53e8-a097-d095667793ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997659',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X3',
'odometer': 131957,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 xDrive20d (120 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive20d (120 kW) 5d',
'vin': None,
'year': 2020}
2026-03-25 17:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:47 [ecarstrade.be] INFO: Saving data for 6997659auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365408.019319, 'last_price_update_time': 1774458527.542753}
2026-03-25 17:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997659auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997667> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:48 [ecarstrade.be] INFO: Extracting details for car 6997667auction61871
2026-03-25 17:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871
2026-03-25 17:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d6db3b-be50-58ab-b96c-9139541d27f4 with scrape type 2
2026-03-25 17:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d6db3b-be50-58ab-b96c-9139541d27f4 with scrape type 2
2026-03-25 17:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70d6db3b-be50-58ab-b96c-9139541d27f4, identifier: 6997667auction61871
2026-03-25 17:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871
2026-03-25 17:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871
2026-03-25 17:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70d6db3b-be50-58ab-b96c-9139541d27f4 with identifier: 6997667auction61871 to the API
2026-03-25 17:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997667>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '70d6db3b-be50-58ab-b96c-9139541d27f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997667',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 50471,
'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': 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-25 17:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:48 [ecarstrade.be] INFO: Saving data for 6997667auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365426.589422, 'last_price_update_time': 1774458528.659135}
2026-03-25 17:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997667auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997646> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:08:49 [ecarstrade.be] INFO: Extracting details for car 6997646auction61871
2026-03-25 17:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997666> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871
2026-03-25 17:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with scrape type 2
2026-03-25 17:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with scrape type 2
2026-03-25 17:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8, identifier: 6997646auction61871
2026-03-25 17:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871
2026-03-25 17:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871
2026-03-25 17:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4aef5541-0a59-5747-97c1-4a9c9ec10aa8 with identifier: 6997646auction61871 to the API
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997646>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '4aef5541-0a59-5747-97c1-4a9c9ec10aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997646',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 102559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:49 [ecarstrade.be] INFO: Saving data for 6997646auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365389.571879, 'last_price_update_time': 1774458529.399765}
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997646auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:49 [ecarstrade.be] INFO: Extracting details for car 6997666auction61871
2026-03-25 17:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871
2026-03-25 17:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with scrape type 2
2026-03-25 17:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with scrape type 2
2026-03-25 17:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea, identifier: 6997666auction61871
2026-03-25 17:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871
2026-03-25 17:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871
2026-03-25 17:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67b3f126-3fe4-5d50-aab0-17b8e958d1ea with identifier: 6997666auction61871 to the API
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997666>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '67b3f126-3fe4-5d50-aab0-17b8e958d1ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997666',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 51629,
'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': 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-25 17:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:49 [ecarstrade.be] INFO: Saving data for 6997666auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365404.428261, 'last_price_update_time': 1774458529.820938}
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997666auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997665> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:53 [ecarstrade.be] INFO: Extracting details for car 6997665auction61871
2026-03-25 17:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871
2026-03-25 17:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcf1a337-5fca-5de5-9a94-d77835ce4c34 with scrape type 2
2026-03-25 17:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcf1a337-5fca-5de5-9a94-d77835ce4c34 with scrape type 2
2026-03-25 17:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcf1a337-5fca-5de5-9a94-d77835ce4c34, identifier: 6997665auction61871
2026-03-25 17:08:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871
2026-03-25 17:08:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871
2026-03-25 17:08:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcf1a337-5fca-5de5-9a94-d77835ce4c34 with identifier: 6997665auction61871 to the API
2026-03-25 17:08:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997665>
{'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-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': 'fcf1a337-5fca-5de5-9a94-d77835ce4c34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997665',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 59676,
'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-25 17:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:53 [ecarstrade.be] INFO: Saving data for 6997665auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365425.363774, 'last_price_update_time': 1774458533.372917}
2026-03-25 17:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997665auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997662> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:55 [ecarstrade.be] INFO: Extracting details for car 6997662auction61871
2026-03-25 17:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871
2026-03-25 17:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a87fe003-6638-5cf5-bee4-7a328cc0e72c with scrape type 2
2026-03-25 17:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a87fe003-6638-5cf5-bee4-7a328cc0e72c with scrape type 2
2026-03-25 17:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a87fe003-6638-5cf5-bee4-7a328cc0e72c, identifier: 6997662auction61871
2026-03-25 17:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871
2026-03-25 17:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871
2026-03-25 17:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a87fe003-6638-5cf5-bee4-7a328cc0e72c with identifier: 6997662auction61871 to the API
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997662>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': 'a87fe003-6638-5cf5-bee4-7a328cc0e72c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997662',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 101891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.0 TSI eTec 81kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': 'Combi 1.0 TSI eTec 81kW DSG7 Ambition 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:56 [ecarstrade.be] INFO: Saving data for 6997662auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365424.80976, 'last_price_update_time': 1774458536.428248}
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997662auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997663> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:56 [ecarstrade.be] INFO: Extracting details for car 6997663auction61871
2026-03-25 17:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871
2026-03-25 17:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with scrape type 2
2026-03-25 17:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with scrape type 2
2026-03-25 17:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4477a6b9-63f3-54c3-ab3c-fb83be315b17, identifier: 6997663auction61871
2026-03-25 17:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871
2026-03-25 17:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871
2026-03-25 17:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4477a6b9-63f3-54c3-ab3c-fb83be315b17 with identifier: 6997663auction61871 to the API
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997663>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': '4477a6b9-63f3-54c3-ab3c-fb83be315b17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997663',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '520',
'odometer': 113248,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 Reeks Touring 520e 150kW 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring e 150kW 5d',
'vin': None,
'year': 2022}
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:57 [ecarstrade.be] INFO: Saving data for 6997663auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365433.828082, 'last_price_update_time': 1774458537.059044}
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997663auction61871') HTTP/1.1" 204 0
2026-03-25 17:08:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997664> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:08:57 [ecarstrade.be] INFO: Extracting details for car 6997664auction61871
2026-03-25 17:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871
2026-03-25 17:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59e62d0e-7dca-53bd-b913-07abca71938b with scrape type 2
2026-03-25 17:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59e62d0e-7dca-53bd-b913-07abca71938b with scrape type 2
2026-03-25 17:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59e62d0e-7dca-53bd-b913-07abca71938b, identifier: 6997664auction61871
2026-03-25 17:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871
2026-03-25 17:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871
2026-03-25 17:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59e62d0e-7dca-53bd-b913-07abca71938b with identifier: 6997664auction61871 to the API
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997664>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Diesel',
'id': '59e62d0e-7dca-53bd-b913-07abca71938b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997664',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 63269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:08:57 [ecarstrade.be] INFO: Saving data for 6997664auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365403.921151, 'last_price_update_time': 1774458537.961348}
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997664auction61871') HTTP/1.1" 204 0
2026-03-25 17:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997652> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:04 [ecarstrade.be] INFO: Extracting details for car 6997652auction61871
2026-03-25 17:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871
2026-03-25 17:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with scrape type 2
2026-03-25 17:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with scrape type 2
2026-03-25 17:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb, identifier: 6997652auction61871
2026-03-25 17:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871
2026-03-25 17:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871
2026-03-25 17:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39de1ec6-54aa-52f0-9e50-cf0f59d716eb with identifier: 6997652auction61871 to the API
2026-03-25 17:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997652>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '39de1ec6-54aa-52f0-9e50-cf0f59d716eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997652',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Kia',
'model': 'Picanto',
'odometer': 9341,
'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': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 MPI 67 Pulse 5d',
'transmission': 'manual',
'trim': 'KIA 1.0 MPI 67 Pulse 5d',
'vin': None,
'year': 2022}
2026-03-25 17:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:05 [ecarstrade.be] INFO: Saving data for 6997652auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365395.706242, 'last_price_update_time': 1774458545.7895}
2026-03-25 17:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997652auction61871') HTTP/1.1" 204 0
2026-03-25 17:09:06 [scrapy.extensions.logstats] INFO: Crawled 1140 pages (at 24 pages/min), scraped 989 items (at 21 items/min)
2026-03-25 17:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997660> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:11 [ecarstrade.be] INFO: Extracting details for car 6997660auction61871
2026-03-25 17:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871
2026-03-25 17:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with scrape type 2
2026-03-25 17:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with scrape type 2
2026-03-25 17:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa, identifier: 6997660auction61871
2026-03-25 17:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871
2026-03-25 17:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871
2026-03-25 17:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 406da3f0-b100-53ad-a36c-3edf4a7a5eaa with identifier: 6997660auction61871 to the API
2026-03-25 17:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:09:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997660>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '406da3f0-b100-53ad-a36c-3edf4a7a5eaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997660',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 111104,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 45 TFSI e S tronic S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 45 TFSI e S tronic S Line 5d',
'vin': None,
'year': 2022}
2026-03-25 17:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:11 [ecarstrade.be] INFO: Saving data for 6997660auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1774365406.335575, 'last_price_update_time': 1774458551.985138}
2026-03-25 17:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997660auction61871') HTTP/1.1" 204 0
2026-03-25 17:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6999699auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276999699auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6999699auction61871: 0
2026-03-25 17:09:33 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-25 17:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:33 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 2
2026-03-25 17: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-25 17: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-25 17:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 2
2026-03-25 17: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-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 2
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 2
2026-03-25 17: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-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 2
2026-03-25 17: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-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6922684auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922684auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6922684auction61871: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6875378auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875378auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6875378auction61871: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6875352auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875352auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6875352auction61871: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6991556auction61871
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991556auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6991556auction61871: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 2
2026-03-25 17: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-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-25 17:09:45 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:45 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-25 17: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-25 17:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950380> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:46 [ecarstrade.be] INFO: Extracting details for car 6950380auction61871
2026-03-25 17:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871
2026-03-25 17:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with scrape type 2
2026-03-25 17:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with scrape type 2
2026-03-25 17:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a, identifier: 6950380auction61871
2026-03-25 17:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871
2026-03-25 17:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871
2026-03-25 17:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a with identifier: 6950380auction61871 to the API
2026-03-25 17:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950380>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'a1168e6e-a12a-51a7-bcc8-b4ab64f5e84a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950380',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLA-Class',
'odometer': 102973,
'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, GLA '20 PHEV, Mercedes-Benz GLA GLA 250e Business "
'Solution 5d',
'transmission': 'automatic',
'trim': ", GLA '20 PHEV, -Benz GLA GLA 250e Business Solution 5d",
'vin': None,
'year': 2022}
2026-03-25 17:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:47 [ecarstrade.be] INFO: Saving data for 6950380auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184433.966545, 'last_price_update_time': 1774458587.212442}
2026-03-25 17:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950380auction61871') HTTP/1.1" 204 0
2026-03-25 17:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926714> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:53 [ecarstrade.be] INFO: Extracting details for car 6926714auction61871
2026-03-25 17:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871
2026-03-25 17:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d482ed8d-d536-58a6-9c82-6a8f6a581272 with scrape type 2
2026-03-25 17:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d482ed8d-d536-58a6-9c82-6a8f6a581272 with scrape type 2
2026-03-25 17:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d482ed8d-d536-58a6-9c82-6a8f6a581272, identifier: 6926714auction61871
2026-03-25 17:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871
2026-03-25 17:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871
2026-03-25 17:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d482ed8d-d536-58a6-9c82-6a8f6a581272 with identifier: 6926714auction61871 to the API
2026-03-25 17:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:09:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926714>
{'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-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'd482ed8d-d536-58a6-9c82-6a8f6a581272',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926714',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 98964,
'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': 'Renault Mégane Grandtour E-TECH Plug-in Hybrid Corporate Edition 5d',
'transmission': 'automatic',
'trim': 'Mégane Grandtour E-TECH Plug-in Hybrid Corporate Edition 5d',
'vin': None,
'year': 2021}
2026-03-25 17:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:53 [ecarstrade.be] INFO: Saving data for 6926714auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1772614034.99372, 'last_price_update_time': 1774458593.818032}
2026-03-25 17:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926714auction61871') HTTP/1.1" 204 0
2026-03-25 17:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6618519> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:53 [ecarstrade.be] INFO: Extracting details for car 6618519auction106404
2026-03-25 17:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618519auction106404
2026-03-25 17:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-25 17:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-25 17:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ae19c91-5749-5abf-92ef-64027e049cc5, identifier: 6618519auction106404
2026-03-25 17:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618519auction106404
2026-03-25 17:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618519auction106404
2026-03-25 17:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618519auction106404 to the API
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%277ae19c91-5749-5abf-92ef-64027e049cc5%27 HTTP/1.1" 200 None
2026-03-25 17:09:54 [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/6618519\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T17:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 Allure 58 kWh Electric 214 hp Auto\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00227ae19c91-5749-5abf-92ef-64027e049cc5\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 17:09:54 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-25 17:09:54 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:09:54 [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-27T17:40:04Z',
'fuel_type': 'Electric',
'id': '7ae19c91-5749-5abf-92ef-64027e049cc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6618519',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'e-408',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 Allure 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 Allure 58 kWh Electric 214 hp Auto',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:54 [ecarstrade.be] INFO: Saving data for 6618519auction106404: {'auction_closing_time': 1774633204.0, 'created_time': 1772614062.243084, 'last_price_update_time': 1774458594.26712}
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6618519auction106404') HTTP/1.1" 204 0
2026-03-25 17:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950339> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:09:54 [ecarstrade.be] INFO: Extracting details for car 6950339auction61871
2026-03-25 17:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871
2026-03-25 17:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cc2dca-9388-513d-9891-9a534ee7646e with scrape type 2
2026-03-25 17:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cc2dca-9388-513d-9891-9a534ee7646e with scrape type 2
2026-03-25 17:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52cc2dca-9388-513d-9891-9a534ee7646e, identifier: 6950339auction61871
2026-03-25 17:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871
2026-03-25 17:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871
2026-03-25 17:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52cc2dca-9388-513d-9891-9a534ee7646e with identifier: 6950339auction61871 to the API
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950339>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Petrol',
'id': '52cc2dca-9388-513d-9891-9a534ee7646e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950339',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 91161,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2021}
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Saving data for 6950339auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184438.565537, 'last_price_update_time': 1774458595.034148}
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950339auction61871') HTTP/1.1" 204 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 2
2026-03-25 17:09:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276696905auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276696909auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-25 17:09:55 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-25 17:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:09:55 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-25 17:09:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6723454auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276723454auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6723454auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6725767auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276725767auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6725767auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-25 17:10:03 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-25 17:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:03 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-25 17:10:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:10:06 [scrapy.extensions.logstats] INFO: Crawled 1149 pages (at 9 pages/min), scraped 993 items (at 4 items/min)
2026-03-25 17:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950317> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:07 [ecarstrade.be] INFO: Extracting details for car 6950317auction61871
2026-03-25 17:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871
2026-03-25 17:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d596e1-a7e8-5984-af8d-bbe800451d0e with scrape type 2
2026-03-25 17:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d596e1-a7e8-5984-af8d-bbe800451d0e with scrape type 2
2026-03-25 17:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1d596e1-a7e8-5984-af8d-bbe800451d0e, identifier: 6950317auction61871
2026-03-25 17:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871
2026-03-25 17:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871
2026-03-25 17:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1d596e1-a7e8-5984-af8d-bbe800451d0e with identifier: 6950317auction61871 to the API
2026-03-25 17:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 17:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950317>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T17:40:02Z',
'fuel_type': 'Other',
'id': 'd1d596e1-a7e8-5984-af8d-bbe800451d0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950317',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 98039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC40 '17, Volvo XC40 T5 Recharge Geartronic Inscription 5d",
'transmission': 'automatic',
'trim': ", XC40 '17, XC40 T5 Recharge Geartronic Inscription 5d",
'vin': None,
'year': 2021}
2026-03-25 17:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-25 17:10:08 [ecarstrade.be] INFO: Saving data for 6950317auction61871: {'auction_closing_time': 1774633202.0, 'created_time': 1773184438.065568, 'last_price_update_time': 1774458608.302719}
2026-03-25 17:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950317auction61871') HTTP/1.1" 204 0
2026-03-25 17:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6618820> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:11 [ecarstrade.be] INFO: Extracting details for car 6618820auction106404
2026-03-25 17:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6618820auction106404
2026-03-25 17:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-25 17:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-25 17:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 161bac83-b20e-5be0-949a-e809ec76ec29, identifier: 6618820auction106404
2026-03-25 17:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6618820auction106404
2026-03-25 17:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6618820auction106404
2026-03-25 17:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6618820auction106404 to the API
2026-03-25 17:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-25 17:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%27161bac83-b20e-5be0-949a-e809ec76ec29%27 HTTP/1.1" 200 None
2026-03-25 17:10:11 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 161bac83-b20e-5be0-949a-e809ec76ec29: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Volkswagen Transporter T7 LWB 3,1t 2.0 TDI DSG 170 hp\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Other\u0022, \u0022Model\u0022: \u0022Volkswagen\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222026-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6618820\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T17:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 LWB 3,1t 2.0 TDI DSG 170 hp\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 3, \u0022DoorsNumber\u0022: 4, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022161bac83-b20e-5be0-949a-e809ec76ec29\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 17:10:11 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-25 17:10:11 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:10:11 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T17:40:04Z',
'fuel_type': 'Diesel',
'id': '161bac83-b20e-5be0-949a-e809ec76ec29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6618820',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-10',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Transporter T7 LWB 3,1t 2.0 TDI DSG 170 hp',
'transmission': 'automatic',
'trim': 'Transporter T7 LWB 3,1t 2.0 TDI DSG 170 hp',
'vin': None,
'year': 2026}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:11 [ecarstrade.be] INFO: Saving data for 6618820auction106404: {'auction_closing_time': 1774633204.0, 'created_time': 1772614066.619007, 'last_price_update_time': 1774458611.62511}
2026-03-25 17:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6618820auction106404') HTTP/1.1" 204 0
2026-03-25 17:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 2
2026-03-25 17: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-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276839757auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276839759auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842641auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842642auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842643auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842644auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-25 17:10:17 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-25 17:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842645auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:17 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-25 17: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-25 17:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802994> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:24 [ecarstrade.be] INFO: Extracting details for car 6802994auction106404
2026-03-25 17:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404
2026-03-25 17:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5232d2-156f-5fba-b246-eacc4724a5b8 with scrape type 2
2026-03-25 17:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb5232d2-156f-5fba-b246-eacc4724a5b8 with scrape type 2
2026-03-25 17:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb5232d2-156f-5fba-b246-eacc4724a5b8, identifier: 6802994auction106404
2026-03-25 17:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404
2026-03-25 17:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404
2026-03-25 17:10:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404 to the API
2026-03-25 17:10:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17: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-25 17:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802994>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T17:40:04Z',
'fuel_type': 'Petrol',
'id': 'fb5232d2-156f-5fba-b246-eacc4724a5b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802994',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 1.0 GASOLINE 90hp',
'transmission': 'automatic',
'trim': 'Techno 1.0 GASOLINE 90hp',
'vin': None,
'year': 2025}
2026-03-25 17:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:24 [ecarstrade.be] INFO: Saving data for 6802994auction106404: {'auction_closing_time': 1774633204.0, 'created_time': 1772614182.474995, 'last_price_update_time': 1774458624.613645}
2026-03-25 17:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802994auction106404') HTTP/1.1" 204 0
2026-03-25 17:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6842646auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842646auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6842646auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276842647auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276850913auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276850914auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276852772auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276852773auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900115auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900173auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900178auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900316auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900318auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900334auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900334auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900334auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900441auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900442auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900442auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900442auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900443auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 2
2026-03-25 17:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276902451auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903179auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-25 17:10:25 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-25 17:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276903180auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:25 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-25 17:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903182auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903183auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903184auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903188auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903525auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903529auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:32 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-25 17:10:32 [ecarstrade.be] INFO: Found listing with ID: 6906591auction106404
2026-03-25 17:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276906591auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6906591auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6906593auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276906593auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6906593auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6906600auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276906600auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6906600auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6906601auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276906601auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6906601auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6906602auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276906602auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6906602auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6908677auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276908677auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6908677auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6908678auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276908678auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6908678auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6908984auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276908984auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6908984auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6908985auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276908985auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6908985auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6915541auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915541auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6915541auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6915542auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915542auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6915542auction106404: 0
2026-03-25 17:10:33 [ecarstrade.be] INFO: Found listing with ID: 6915544auction106404
2026-03-25 17:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915544auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:33 [ecarstrade.be] INFO: Scrape type for 6915544auction106404: 0
2026-03-25 17: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-25 17:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900495> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:35 [ecarstrade.be] INFO: Extracting details for car 6900495auction106404
2026-03-25 17:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404
2026-03-25 17:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with scrape type 2
2026-03-25 17:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with scrape type 2
2026-03-25 17:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4, identifier: 6900495auction106404
2026-03-25 17:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404
2026-03-25 17:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404
2026-03-25 17:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404 to the API
2026-03-25 17:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:10:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-25 17:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%2724f9f1a3-aecb-54c5-bca4-0a847aaef0f4%27 HTTP/1.1" 200 None
2026-03-25 17:10:36 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot 308 GT Hybrid 145 hp e-DSC6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022308\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-12-08\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6900495\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T17:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022GT Hybrid 145 hp e-DSC6\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u002224f9f1a3-aecb-54c5-bca4-0a847aaef0f4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 17:10:35 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-25 17:10:36 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:10:36 [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-27T17:40:04Z',
'fuel_type': 'Petrol',
'id': '24f9f1a3-aecb-54c5-bca4-0a847aaef0f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900495',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 GT Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:36 [ecarstrade.be] INFO: Saving data for 6900495auction106404: {'auction_closing_time': 1774633204.0, 'created_time': 1772677730.194741, 'last_price_update_time': 1774458636.132439}
2026-03-25 17:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900495auction106404') HTTP/1.1" 204 0
2026-03-25 17:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6915546auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915546auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6915546auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6915549auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915549auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6915549auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6915550auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915550auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6915550auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6915551auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276915551auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6915551auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6918212auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276918212auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6918212auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6918214auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276918214auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6918214auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6918216auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276918216auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6918216auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6918217auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276918217auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6918217auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6918218auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276918218auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6918218auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6926439auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926439auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6926439auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6926441auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926441auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6926441auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6926442auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926442auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6926442auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6926756auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926756auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6926756auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6926757auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276926757auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6926757auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6928323auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276928323auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6928323auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6932742auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276932742auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6932742auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6932743auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276932743auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6932743auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6932745auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276932745auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6932745auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6934218auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276934218auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6934218auction106404: 0
2026-03-25 17:10:40 [ecarstrade.be] INFO: Found listing with ID: 6934724auction106404
2026-03-25 17:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17: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%276934724auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:40 [ecarstrade.be] INFO: Scrape type for 6934724auction106404: 0
2026-03-25 17:10:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934725auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934725auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934725auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934756auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934756auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934756auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934757auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934757auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934757auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934758auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934758auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934758auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934759auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934765auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934766auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934766auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934766auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934767auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934768auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934769auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934770auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934771auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934772auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934773auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934774auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [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-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934774auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934775auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [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-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934775auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934776auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934777auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934778auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-25 17:10:48 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934779auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:48 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-25 17:10:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:10:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:10:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:10:59 [ecarstrade.be] INFO: Found listing with ID: 6935756auction106404
2026-03-25 17:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935756auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:10:59 [ecarstrade.be] INFO: Scrape type for 6935756auction106404: 0
2026-03-25 17:10:59 [ecarstrade.be] INFO: Found listing with ID: 6937336auction106404
2026-03-25 17:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937336auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6937336auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948151auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949422auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949423auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949424auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949425auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949426auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949427auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949428auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949429auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949430auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949431auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949432auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949433auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953926auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953927auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953928auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-25 17:11:00 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:00 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-25 17:11:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6972616auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972616auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6972616auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6976612auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [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-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6976612auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976613auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976614auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 2
2026-03-25 17:11:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984005auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993745auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994873auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995245auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-25 17:11:06 [ecarstrade.be] INFO: Found listing with ID: 6999243auction101892
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:06 [ecarstrade.be] INFO: Scrape type for 6999243auction101892: 0
2026-03-25 17:11:06 [scrapy.extensions.logstats] INFO: Crawled 1160 pages (at 11 pages/min), scraped 995 items (at 2 items/min)
2026-03-25 17:11:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-25 17:11:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999245auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999245auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999246auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999246auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999246auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999247auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999247auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999247auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999248auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999248auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999248auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999249auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999249auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999251auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999251auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999251auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999254auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999254auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999254auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999256auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999256auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999256auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999240auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999240auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999240auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999241auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999241auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999241auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6999242auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999242auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6999242auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994885auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6934350auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934350auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6934350auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994877auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994882auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6994883auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994883auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6994883auction101892: 0
2026-03-25 17:11:12 [ecarstrade.be] INFO: Found listing with ID: 6980466auction101892
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980466auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:12 [ecarstrade.be] INFO: Scrape type for 6980466auction101892: 0
2026-03-25 17:11:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:11:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976615> (referer: https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:11:13 [ecarstrade.be] INFO: Extracting details for car 6976615auction106404
2026-03-25 17:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404
2026-03-25 17:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with scrape type 2
2026-03-25 17:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with scrape type 2
2026-03-25 17:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9, identifier: 6976615auction106404
2026-03-25 17:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404
2026-03-25 17:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404
2026-03-25 17:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404 to the API
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9%27 HTTP/1.1" 200 None
2026-03-25 17:11:13 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Blue\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-408 GT 58 kWh Electric 214 hp Auto\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022e-408\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-28\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6976615\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T15:56:03Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 GT 58 kWh Electric 214 hp Auto\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 17:11:13 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-25 17:11:13 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:11:13 [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-27T15:56:03Z',
'fuel_type': 'Electric',
'id': 'bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976615',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'e-408',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 GT 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 GT 58 kWh Electric 214 hp Auto',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-25 17:11:13 [ecarstrade.be] INFO: Saving data for 6976615auction106404: {'auction_closing_time': 1774626963.0, 'created_time': 1773854219.836447, 'last_price_update_time': 1774458673.882885}
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976615auction106404') HTTP/1.1" 204 0
2026-03-25 17:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980464auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980464auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980464auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980463auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980463auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980463auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980469auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980469auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980469auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980467auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980467auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980467auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6984154auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6984154auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6984171auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6984171auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990834auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990834auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990834auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980474auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980474auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980474auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980470auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980470auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980470auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6980461auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980461auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6980461auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6984165auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6984165auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6984169auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984169auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6984169auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6984170auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6984170auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6984156auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6984156auction101892: 0
2026-03-25 17:11:19 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:19 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 0
2026-03-25 17:11:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 17:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990094auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990100auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990103auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990104auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990106auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990110auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990114auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990114auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990117auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990082auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990082auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990083auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990084auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990084auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6984163auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-25 17:11:27 [ecarstrade.be] INFO: Scrape type for 6984163auction101892: 0
2026-03-25 17:11:27 [ecarstrade.be] INFO: Found listing with ID: 6984164auction101892
2026-03-25 17:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1"